.uk-text-danger{
	color:#DA314B !important;
}
/* Hide file input */
input.cropit-image-input {
  visibility: hidden;
}

/* cropit */
.image-editor{
text-align:center;
}
.cropit-image-preview {
background-color: #f8f8f8;
background-size: cover;
border: 1px solid #ccc;
border-radius: 3px;
margin-top: 7px;

width: 140px;
min-height: 140px;
cursor: move;
margin:10px auto;
}

.cropit-image-background {
opacity: .2;
cursor: auto;
}

.image-size-label {
margin-top: 10px;
}
.select-image-btn{
	width:160px;
}

button[type="submit"] {
margin-top: 10px 50%;
}

/* ajax results */
.results{
    height:10px;
}