.image-picker-editor .image-container {
	text-align: center;
	margin-bottom: 20px;
	margin: -15px -15px -16px;
    padding: 15px;
    background-color: #ececec;
    border-bottom: 1px solid #e5e5e5;
}
.image-picker-editor .image-preview {
	display: inline-block;
	position: relative;
    padding: 6px;
    background-color: #fff;
    max-width: 250x;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  	cursor: pointer;
}
.image-picker-inline .image-preview .btn, .image-picker-inline .image-preview img{
	cursor: pointer;
}

.image-picker-editor .image-preview:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.image-picker-editor .image-preview img {
	max-height: 200px;
	max-width: 100%;
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.image-picker-editor .image-focal-point {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 5px solid #1e8adf;
	cursor: move;
    cursor: grab;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.image-picker-editor .image-container:hover .image-focal-point {
	opacity: 1.0;		
}

.image-picker-editor .btn-browse-image {
	margin-top: 12px;
}

.image-picker-editor .btn-remove-image {
	color: #7b7b7b;
	margin-top: 8px;
}

.image-picker-editor .image-none .image-preview,
.image-picker-editor .image-none .btn-remove-image {
	display: none;
}

.image-picker-editor .instructions {
	display: none;
	margin: 0;
}
.image-picker-editor .image-none .instructions {
	display: block;
}
.image-picker-editor .image-none .btn-browse-image {
	margin-top: 0;
}

/*.image-picker-editor .dropzone {
	position: relative;
}
.image-picker-editor .dropzone:after {
	content: "";
	display: block;
	position: absolute;
	border: 3px dashed #cecece;
	background-color: #f5f5f5;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
	opacity: 1.0;
	transition: all 0.1s ease-in-out;
}*/

/*.image-picker-editor .btn-remove {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    line-height: 28px;
    color: #dadada;
    background-color: #444444;
    font-size: 30px;
    transition: opacity 0.2s ease-in-out;
}
.image-picker-editor .image-container:hover .btn-remove {
	opacity: 1.0;		
}

.image-picker-editor .btn-remove:hover {
	color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}*/

.image-picker-editor .image-form {
	margin-top: 30px;
}

.image-picker-editor .image-form .col-sm-1,
.image-picker-editor .image-form .col-sm-2,
.image-picker-editor .image-form .col-sm-3,
.image-picker-editor .image-form .col-sm-4,
.image-picker-editor .image-form .col-sm-5,
.image-picker-editor .image-form .col-sm-6,
.image-picker-editor .image-form .col-sm-7,
.image-picker-editor .image-form .col-sm-8,
.image-picker-editor .image-form .col-sm-9,
.image-picker-editor .image-form .col-sm-10,
.image-picker-editor .image-form .col-sm-11,
.image-picker-editor .image-form .col-sm-12 {
	float: none;
	width: auto;
}