body {
  background-color: #fcfcfc;
}

.image_cropper-view {
  display: block;
  //height: 220px;
  width: 220px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  cursor: pointer;
  overflow: hidden;
}

.image_cropper-view img {
  width: 100%;
}

.image_cropper-body {
  padding-right: 15px;
  padding-left: 15px;
}

.image_cropper-upload {
  overflow: hidden;
}

.image_cropper-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}

.image_cropper-upload input {
  display: block;
  margin-left: 110px;
}

.image_cropper-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image_cropper-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  background-color: #fcfcfc;
  overflow: hidden;
}

.image_cropper-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.image_cropper-preview {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.image_cropper-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.image_cropper-preview img {
  width: 100%;
}

.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 15px;
}

.preview-md {
  height: 100px;
  width: 100px;
}

.preview-sm {
  height: 50px;
  width: 50px;
}

@media (min-width: 992px) {
  .image_cropper-preview {
    float: none;
  }
}

.image_cropper-btns {
  margin-top: 30px;
  margin-bottom: 15px;
}

.image_cropper-btns .btn-group {
  margin-right: 5px;
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("/images/cms/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
  height: 800px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
.tooltip.in {
  filter:alpha(opacity=90);
  opacity:.9
}
.tooltip.top {
  padding:5px 0;
  margin-top:-3px
}
.tooltip.right {
  padding:0 5px;
  margin-left:3px
}
.tooltip.bottom {
  padding:5px 0;
  margin-top:3px
}
.tooltip.left {
  padding:0 5px;
  margin-left:-3px
}
.tooltip-inner {
  max-width:200px;
  padding:3px 8px;
  color:#fff;
  text-align:center;
  background-color:#000;
  border-radius:4px
}
.ui-tooltip-arrow {
  position:absolute;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid
}
.tooltip.top .tooltip-arrow {
  bottom:0;
  left:50%;
  margin-left:-5px;
  border-width:5px 5px 0;
  border-top-color:#000
}
.tooltip.top-left .tooltip-arrow {
  right:5px;
  bottom:0;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color:#000
}
.tooltip.top-right .tooltip-arrow {
  bottom:0;
  left:5px;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color:#000
}
.tooltip.right .tooltip-arrow {
  top:50%;
  left:0;
  margin-top:-5px;
  border-width:5px 5px 5px 0;
  border-right-color:#000
}
.tooltip.left .tooltip-arrow {
  top:50%;
  right:0;
  margin-top:-5px;
  border-width:5px 0 5px 5px;
  border-left-color:#000
}
.tooltip.bottom .tooltip-arrow {
  top:0;
  left:50%;
  margin-left:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow {
  top:0;
  right:5px;
  margin-top:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow {
  top:0;
  left:5px;
  margin-top:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#000
}
.modal-body {
    max-height: 500px !important;
    //background-color: red;
}
#image_cropper-modal .btn-primary {
  padding-left: 10px;
  padding-right: 10px;
}
.image_cropper-view.btn{
  font-size: 14px;
  float: right;
}
#image_cropper-modal{
  display: none;
}