
@font-face {
    font-family: 'iconfont';
    src: url('/res/fonts/iconfont.eot?penqtf');
    src: url('/res/fonts/iconfont.eot?penqtf#iefix') format('embedded-opentype'), url('/res/fonts/iconfont.ttf?penqtf') format('truetype'), url('/res/fonts/iconfont.woff?penqtf') format('woff'), url('/res/fonts/iconfont.svg?penqtf#iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-rotate-left:before {
    content: "\f0e2";
}

.icon-rotate-right:before {
    content: "\f01e";
}

.icon-image:before {
    content: "\e900";
}


.preview-wrapper {
position: absolute;
top: 30%;
left: 80%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

      .cropit-preview {
        background-color: #f8f8f8;
        background-size: cover;
        border: 5px solid #ccc;
        border-radius: 3px;
        margin-top: 7px;
        width: 250px;
        height: 250px;
      }

      .cropit-preview-image-container {
        cursor: move;
      }

      .cropit-preview-background {
        opacity: .2;
        cursor: auto;
      }

      .image-size-label {
        margin-top: 10px;
      }
  
  .controls-wrapper {
    position: relative;
    left: -128px;
}

.controls-wrapper .rotation-btns,.controls-wrapper .rotation-btns,.controls-wrapper .slider-wrapper,.controls-wrapper .slider-wrapper {
    display: inline-block
}

.controls-wrapper .rotation-btns,.controls-wrapper .rotation-btns {
    font-size: 16px;
    margin-right: 40px;
    display: inline-block;
}

.controls-wrapper .rotation-btns *,.controls-wrapper .rotation-btns * {
    vertical-align: middle
}

.controls-wrapper .rotation-btns .icon:first-child,.controls-wrapper .rotation-btns .icon:first-child {
    margin-right: 20px
}

.controls-wrapper .rotation-btns .icon,.controls-wrapper .rotation-btns .icon {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    -ms-transition: color 0.25s;
    transition: color 0.25s;
    cursor: pointer;
}

.controls-wrapper .rotation-btns .icon:hover,.controls-wrapper .rotation-btns .icon:hover {
    color: #888
}

.controls-wrapper .slider-wrapper,.controls-wrapper .slider-wrapper {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.controls-wrapper .slider-wrapper.disabled,.controls-wrapper .slider-wrapper.disabled {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.controls-wrapper .slider-wrapper *,.controls-wrapper .slider-wrapper * {
    vertical-align: middle
}

.controls-wrapper .slider-wrapper .small-image,.controls-wrapper .slider-wrapper .small-image {
    font-size: 16px
}

.controls-wrapper .slider-wrapper .large-image,.controls-wrapper .slider-wrapper .large-image {
    font-size: 24px
}

.controls-wrapper .slider-wrapper .cropit-image-zoom-input,.controls-wrapper .slider-wrapper .cropit-image-zoom-input {
    width: 130px;
    margin: 0 20px;
}

.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-track,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none
}

.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-webkit-slider-thumb,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #888;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
}

.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-webkit-slider-thumb:hover,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-webkit-slider-thumb:hover,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-webkit-slider-thumb:active,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-webkit-slider-thumb:active {
    background: #bbb
}

.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-thumb,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #888;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
}

.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-thumb:hover,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-thumb:hover,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-thumb:active,.controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-thumb:active {
    background: #bbb
}