﻿.bootstrap-iso.override .modal { z-index:3000;  }
.bootstrap-iso.override .modal .modal-body { max-height: calc(100vh - 200px); overflow-y:auto; }
.modal-wide .modal-dialog { width: 80%; }

.bootstrap-iso.override .modal-header {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #336699;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
}

.bootstrap-iso.override .modal-footer
{

    background-color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}


#dropzone-drop {
    height: 100px;
    background: #f7f7f7;
    margin-bottom: 20px;
    border: dashed 2px #dddddd;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}


#dragoverlaydropzone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0;
    filter:alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;    
    z-index:10000;
}


#dragoverlaydropzonemessagecontainer {
    position:fixed;
    top:100px;
    left:30%;
    right:30%;
    border-radius:5px;
    border:10px solid #fff;
    z-index:10001;
}

#dragoverlaydropzonemessage {
    border-radius:5px;
    border:10px solid #0a0;
    background-color:#0a0;
    z-index:10001;
    padding:10px 60px;
}
#dragoverlaydropzonemessage span { color:#fff; text-align:center; display:table-cell; vertical-align:middle; font-size:larger; }

.dropzone-list {
    clear:both;
}
.dropzone-list-item {
    float:left; 
    margin:0 20px -5px 0px;
    height:22px;
}
.dropzone-list-item div { display:inline-block; }
.dropzone-list-item div.progress { background-color:transparent; margin-bottom:0; top:4px; }
.dropzone-list-item-file { font-size:14px; position:relative; top:-5px; }
.dropzone-list-item-file.complete { top:0px; }
.dropzone-drop-complete { position:relative; width:20px; height:20px; }
.dropzone-drop-complete.file { background:url(../images/theme/file_small.png) no-repeat; }
.dropzone-list-item .glyphicon { width:20px; }

.dropzone-file-item-container { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.dropzone-file-item { display:inline-block; height:20px; word-break:break-all; margin-right:10px; }
.dropzone-file-upload-group { margin-bottom:20px; }