.iii_iframe_loader {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.iii_iframe_loader_frame {
    border: 3px dashed #ccc;
    padding:10px;
}
.iii_iframe_loader_frame_mobile {
    border: 3px dashed #dfdfdf;
    border-radius: 3px;
    padding:10px;
}
.iii_loader_div {
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-weight:400;
    font-size:13px;
    color:#212121;
    background-color:white;
    display: inline-block;
    width:100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;

}
.iii_wait {
    display:none;
    clear: both;
    width:90%;
    height:20px;
    background: url('../images/load.gif') top left no-repeat;
    background-size:20px;
    font-size:13px;
    font-family: Tahoma, Arial, sans-serif;
    padding-left:30px;
    padding-top:2px;
    margin-top:10px;
    z-index:9999;
}
.iii_wait_show {
    display:inline-block !important;
}

.iii_wait_mini {
    display:none;
    clear:both;
    width:100%;
    height:100%;
    background:url(../images/load.gif) top left no-repeat;
    background-color: #fff;
    opacity: 0.7;
    background-size: 24px;
    margin-top: 0;
    margin-left: 0;
    padding:0;
    z-index:9999;
    position:absolute;
    background-position-x: 50px;
    background-position-y: 69px;
}

.iii_loaded_images_div {
    display:inline-block;
    width:100%;
    height:330px;
    overflow-x:hidden;
    overflow-y:auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.iii_loaded_images_div::-webkit-scrollbar {
    width:5px;
}
.iii_loaded_images_div::-webkit-scrollbar-thumb {
    background:#999999;
}

.iii_loaded_images_lock {
    display: none;
    position: absolute;
    top:150px;
    left:1px;
    width:100%;
    height:100%;
    z-index:999;
    /*opacity: 0.5;*/
    /*filter: alpha(Opacity=70); /!* IE *!/*/
    /*background: #FFFFFF;*/
    /*border: 1px solid;*/
}

.iii_loaded_image_div {
    display:inline-block;
    float: left;
    width:120px;
    height:auto;
    padding:5px;
    padding-bottom:0;
    margin-top:10px;
    margin-right:10px;
    border:1px solid #ccc;
}

.iii_loaded_image_first_div {
    border:1px solid #E47129 !important;
}

.iii_loaded_image_control_div {
    width:125px;
    height:20px;
}

.iii_loaded_image_path_div {
    width:125px;
 }

.iii_img {
    width:120px;
    padding:0;
    margin:0;
    margin-bottom:3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    pointer-events: none;
}

.iii_loaded_image_control_backspace {
    display:inline-block;
    float:left;
    background: url("../images/backspace_grey.png") no-repeat 0 0;
    display:inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}

.iii_loaded_image_control_backspace:hover {
    opacity:0.8;
    filter: alpha(Opacity=80); /* IE */
}
.iii_loaded_image_control_forward {
    display:inline-block;
    float:left;
    background: url("../images/forward_grey.png") no-repeat 0 0;
    display:inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
    margin-right:10px;
}

.iii_loaded_image_control_forward:hover {
    opacity:0.8;
    filter: alpha(Opacity=80); /* IE */
}

.iii_loaded_image_control_rotate_undo {
    display:inline-block;
    float:left;
    background: url("../images/rotate_undo.png") no-repeat 0 0;
    display:inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}

.iii_loaded_image_control_rotate_undo:hover {
    opacity:0.8;
    filter: alpha(Opacity=80); /* IE */
}

.iii_loaded_image_control_rotate_against {
    display:inline-block;
    float:left;
    background: url("../images/rotate_clockwise.png") no-repeat 0 0;
    display:inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
    margin-right:10px;
}

.iii_loaded_image_control_rotate_against:hover {
    opacity:0.8;
    filter: alpha(Opacity=80); /* IE */
}

.iii_loaded_image_control_delete {
    display:inline-block;
    float:left;
    background: url("../images/delete.png") no-repeat 0 0;
    display:inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}

.iii_loaded_image_control_delete:hover {
    opacity:0.8;
    filter: alpha(Opacity=80); /* IE */
}

.iii_loaded_image_control_lock {
    opacity:0.3;
    filter: alpha(Opacity=30); /* IE */
}

.iii_loaded_image_control_lock:hover {
    opacity:0.3 !important;
    filter: alpha(Opacity=30); /* IE */
}



.iii_load_info {
    clear:both;
    color: #A9A9A9;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.iii_message {

    clear: both;
    width: 90%;
    background-color: #FF86A3;
    border: 1px solid #E50038;
    border-radius: 3px;
    padding: 10px;
    opacity: 0.8;
    filter: alpha(Opacity=80); /* IE */
    z-index: 99999;
    margin-top:10px;
}

.iii_file_input_div {
    clear:both;
    padding-bottom:10px;
}

.iii_file_upload {
    margin:0;
}
.iii_file_upload_label {
    position: relative;
    font-size: 13px;
    height: 20px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.iii_file_upload_div {
    display:inline-block;
    padding-right: 17px;
    padding-left: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ababab;
    border-radius: 2px 2px;
    color: #333333;
    cursor: pointer;
    background: #F0F0F0 none repeat scroll 0% 0%;
    cursor: pointer;
}
.iii_file_upload_div:hover{box-shadow: 0 0 2px #ababab;color:#000000;}
.iii_file_upload_div:active{margin-top:1px;margin-bottom:0px;margin-left:1px;}

.iii_file_upload_input {
    visibility: hidden;
    opacity:0.0;
    width:1px;
    height:1px;
}
.iii_loaded_image_comments_div {
    display: inline-block;
    width:100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding-bottom:5px;
}
.iii_loaded_image_cut_div {
    display: inline-block;
    width:100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding-bottom:5px;
    /*border:1px solid;*/
}
.iii_loaded_image_cut_frame {
    position: absolute;
    display: inline-block;
    display: none;
    margin-top:0px;
    width:120px;
    height:70px;
    background-color:yellow;
    opacity:0.35;
    cursor: grabbing;
}
.iii_textarea_links {
    display: inline-block;
    width:95%;
    height:25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:12px;
}
.iii_div_links_selectable_h {
    display: inline-block;
    width: 97%;
    height:13px;
    font-size:10px;
    color:#e47129;
    margin-bottom:3px;
}
.iii_div_links_selectable {
    display: inline-block;
    width: 97%;
    height: auto;
    color: #212121;
    font-size: 10px;
    border: 1px solid #ababab;
    border-radius:2px;
    padding:2px;
    margin-bottom:4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    user-select: all;
    -webkit-user-select: text;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
}
/*.iii_loaded_image_comment {*/
    /*width:100%;*/
    /*-moz-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*user-select: none;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*outline: none;*/
    /*border: 1px solid #ababab;*/
    /*border-radius:2px;*/
    /*padding-left:3px;*/
/*}*/
/*.iii_loaded_image_comment:hover {*/
    /*border: 1px solid #e47129;*/
/*}*/
/*.iii_loaded_image_comment:focus {*/
    /*border: 1px solid #e47129;*/
/*}*/
/*.iii_loaded_image_comment::-webkit-input-placeholder {*/
    /*font-size:11px;*/
/*}*/

.iii_images_watermark {
    display: inline-block;
    width:100%;
    margin-bottom:10px;
}
.iii_input_text {
    border-radius:0;
    border: 1px solid #ababab;
    height: 18px;
    width: 450px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Roboto, Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #212121;
    -webkit-user-select: text;
}
