/*
    cwcrop - css file . modify as needed

    More information here: http://www.chipwreck.de/blog/software/cwcrop/
    @author Mario Fischer <http://www.chipwreck.de/blog/>
*/

#imgouter {
    position: relative; border: none;
    z-index: 200;
}

#imglayer {
    background-color: transparent; background-repeat: no-repeat; opacity: 0.5; cursor: default;
    filter:alpha(opacity=50); /* IE 6-7 Trash */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 Trash */
    z-index: 300;
}

#cropframe {
    position: absolute; width: 40px; height: 40px; left: 0px; top: 0px; padding: 0px; border: 1px dashed #333; background-repeat: no-repeat;
    -border-image: url(/static/customupload/css/ants-963d969e32996bdeeeb7e673d5ee1c7fae6af41d.gif) 1 repeat repeat;
    -webkit-border-image: url(/static/customupload/css/ants-963d969e32996bdeeeb7e673d5ee1c7fae6af41d.gif) 1 repeat repeat;
    -moz-border-image: url(/static/customupload/css/ants-963d969e32996bdeeeb7e673d5ee1c7fae6af41d.gif) 1 repeat repeat;
    z-index: 999;
}

#cropframe.active {
    border: 1px dashed #fff;
}

#cropinfo {
    background-color: #ccc; opacity: 0.5; top: 0px; left: 0px; height: 32px;;
    filter:alpha(opacity=50); /* IE 6-7 Trash */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 Trash */
    z-index: 600;
}

#cropdims {
    color: #000; padding:2px; font-size: 12px;
    z-index: 500; font-family: sans-serif;
}

#cropbtn {
    background-image:url(/static/customupload/css/crop-8bdbbeafc72aabbeb3ba6f9f9aa67e40399de48a.gif); background-repeat: no-repeat;
    position: absolute; left: 0px; height: 32px; width: 32px; cursor: pointer !important;
    z-index: 800;
}

#cropbtn:hover {
    background-color: black;
}

#draghandle {
    background-color: transparent; top: 0; left: 0; width: 100%; height: 100%; margin: 0px; position: absolute; cursor: move;
    z-index: 90;
}

.resizeHandle {
    z-index: 40; opacity: 0.9;
    filter:alpha(opacity=90); /* IE 6-7 Trash */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 Trash */
    background-color: #666;
    position: absolute; margin: 0px; border: 1px solid #fff; height: 8px; width: 8px;
}

#resizeHandleXY {
    left: 100%; top: 100%;
    cursor: se-resize;
}


.hide{display:none}.show{display:block}.visible{visibility:visible}.invisible{visibility:hidden}.browse_div{position:relative;float:left}.browse_div .up_image,.browse_div .up_file{opacity:0;-moz-opacity:0;filter:alpha(opacity=0);position:absolute;z-index:1000;height:38px;left:-185px;margin-top:-2px;-webkit-margin-start:100px;-webkit-margin-before:0}.browse_div .browse_button{position:absolute;display:none}.browse_div .hover_background{background-position:bottom left}.custom_spinner{width:64px;height:64px;background:url(/static/customupload/graphics/yellow_bg_spinner-75a9c871fd1fa1ee987661da5526a2f55e379274.gif) no-repeat;margin:auto;top:221px;left:340px;position:absolute;border-radius:5px;background-color:#FFF;display:none}input[type="submit"],button{border:none}input[type="submit"]:focus,button:focus{border:0;outline:none}input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border:0}html{border-radius:10px}body#crop_window{border-radius:5px;background-color:#fff;overflow:hidden}body#crop_window #crop_btn{background:url(/static/graphics/buttons/crop_image-e5d2ca2aacd8c95c16174a523930d3831266f46e.jpg) no-repeat top left;width:171px;height:40px;margin-top:70px}body#crop_window #cancel_crop{background:url(/static/graphics/buttons/crop_cancel-f8ee04ab374378834c7ba24ccc3b278d62f4f909.jpg) no-repeat top left;width:171px;margin-left:160px;height:40px;margin-top:70px}body#crop_window #imgouter{height:375px}body#crop_window .buttons{height:32px;border:none;text-indent:-9999px;float:left;margin:20px 0 0 10px;cursor:pointer}body#crop_window .buttons:hover{background-position:bottom left}body#crop_window .instruction{color:#4b4b4b;display:block;font-family:"Lato";font-size:12px;font-weight:normal;margin-left:130px;margin-top:20px;width:450px;overflow:hidden}body#crop_window .instruction span{font-weight:bold}body#crop_window .resizeHandle{background:url(/static/graphics/crop/crop_handle-1ffdf7165fd0bf23ca1e179db72726a7dd6e0871.jpg) no-repeat;width:12px;height:12px;border:none;margin:-7px 0 0 -7px}body#crop_window #close_button{background:url(/static/graphics/common/close_button-2eb838de2573078c0c7137e911737603a63d4e05.png) no-repeat top left;width:36px;height:36px;position:absolute}body#crop_window .error{color:#ED8C16;display:block;font-family:"Sansus Webissimo";font-size:17px;font-weight:bold;height:50px;margin:200px auto auto;width:440px}body#crop_window .error.hide{display:none}body#crop_window .error.show{display:block}body#crop_window .error #show_scaled_image{color:#BF2026}