#tailorHandle{
    display: none;
}

#tailorHandle img {
    vertical-align: middle;
    border-style: none;
}

#tailorHandle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    background-color: rgba(0,0,0,.4);
}
#tailorHandle #tailorHandleDiv{
    position: absolute;
    background-color: rgba(0,0,0,0);
}
#tailorHandle .oImgDiv {
    position: absolute;
    z-index: 120;
}

#tailorHandle .oImg {
    position: absolute;
}
#tailorHandle .backdrop {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
}

#tailorHandle .cropper .resizer {
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    cursor: move;
    z-index: 130;
}
#tailorHandle .cropper .resizer .e-crops{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: move;
}
#tailorHandle .cropper .resizer .point {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/images/cropper.png);
    pointer-events: all;
    cursor: crosshair;
}
#tailorHandle .cropper .resizer .tl {
    left: -5px;
    top: -5px;
}
#tailorHandle .cropper .resizer .tr {
    right: -5px;
    top: -5px;
    background-position-x: 20px!important;
}
#tailorHandle .cropper .resizer .bl {
    left: -5px;
    bottom: -5px;
    background-position-y: 20px!important;
}
#tailorHandle .cropper .resizer .br {
    right: -5px;
    bottom: -5px;
    background-position-x: 20px!important;
    background-position-y: 20px!important;
}
#tailorHandle .cropper .resizer .mt {
    left: 50%;
    top: 0;
    background-position-x: -20px!important;
    margin-left: -10px;
    margin-top: -6px;
}
#tailorHandle .cropper .resizer .mb {
    bottom: 0;
    left: 50%;
    background-position-y: 20px!important;
    background-position-x: -20px!important;
    margin-left: -10px;
    margin-bottom: -6px;
}
#tailorHandle .cropper .resizer .ml {
    left: 0;
    top: 50%;
    background-position-y: -20px!important;
    margin-top: -10px;
    margin-left: -5px;
}
#tailorHandle .cropper .resizer .mr {
    right: 0;
    top: 50%;
    background-position-x: 20px!important;
    background-position-y: -20px!important;
    margin-top: -10px;
    margin-right: -5px;
}


#tailorHandle .cropper {
    position: absolute;
    z-index: 120;
}


#tailorHandle .options {
    position: fixed;
    z-index: 120;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#tailorHandle .options .item.primary {
    color: #0083e9;
}
#tailorHandle .options .item {
    margin: 2px 0;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: .2s;
}

#tailorHandle .options .item i {
    font-size: 20px;
}
#tailorHandle .cursor_move_text_crop {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    background: rgba(255,255,255, 0.8)!important;
    font-size: 14px;
    border-radius: 5px;
    padding: 1px 5px;
    z-index: 10000001;
    color: #010101;
}
