.img-loader-wrapper-modal {
    position: fixed;
    z-index: 10000;
    background-color: rgba(0,0,0,.7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    opacity: 0;
    overflow: hidden;
}
#img-loader-wrapper-modal-inner {
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 200px;
}
.img-loader-wrapper {
    position: absolute;
    width: 640px;
    height: 360px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    padding:0;
}
#cropLoadingSelectedImg {
    position: absolute;
    width: 200px;
    height: 200px;
    font-size: 50px;
    line-height: 200px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 14;
    color: rgba(41, 41, 41, 0.16);
    display: none;
}
#cropLoadingSuccess {
    font-size: 50px;
    color: rgb(222, 255, 244);
    margin-top: -26px;
    display: none;
}
#cropLoading {
    margin-top: -8px;
    color: #494949;
    display: none;
}
#img-crop {
    max-width: 100%;
}
#img-crop-btns {
    position: absolute;
    width: 640px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-top: 210px;
    transform: translate(-50%,-50%);
    z-index: 10;
    background-color: #2a2a2a;
    border: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 26px 8px 0 0;
    text-align: right;
    /* box-shadow: 0px 0px 30px 0px rgba(0,0,0,1); */
}
#img-crop-btns button, #cancelCroppTool {
    background-color: #626262;
    border: solid 1px #858585;
    color: #ececec;
    margin-left: 0px;
    border-radius: 2px;
}
#cancelCroppTool {
    position: absolute;
    right: 7px;
    top: 6px;
    font-weight: normal;
}
#img-crop-btns button:hover, #cancelCroppTool:hover {
    background-color: #7f7f7f;
    border: solid 1px #a3a3a3;
    color: #fbfbfb;
}

#img-crop-btns .small-text {
    position: absolute;
    left: 5px;
    top: 3px;
    text-align: left;
    font-size: 12px;
    color: #9a9a9a;
    z-index: -1;
}


#img-crop-header {
    position: absolute;
    width: 640px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-top: -214px;
    transform: translate(-50%,-50%);
    z-index: 10;
    background-color: #2a2a2a;
    border: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 7px 10px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    /* box-shadow: 0px 0px 30px 2px rgba(0,0,0,1); */
}

div#img-crop-header {}

.cropper-point {
    width: 10px !important;
    height: 10px !important;
    opacity: .75;
    background-color: #f70043 !important;
    z-index: 99;
}