.modal-header {
  border-radius: 0px 0px 0px 0px;
  background-color:#575757;
}
.modal-footer {border-radius: 0px 0px 0px 6px;}
.modal-body {color:#eee;}
.modal-content{
  background-color:#2f2e2e;
}
/* dialog body container - fixed height for better view while content loading*/
.imc-modal-body-fixed {border:none;padding:0;margin:0;height:200px}

/* fancytree container - fixed height and scroll bars */
.imc-modal-body-fixed .fancytree-container{overflow:auto;height:200px}

#imcUploadDialogBodyContainer .fancytree-container {overflow:auto;height:auto}

#imcUploadDialogBodyContainer #imcModalFoldersTree {height:100%}

/* panel with upload buttons: add, start, cancel*/
.fileupload-buttonbar
{
 margin:0;
 border:none;
 height:50px;
 padding:2px 4px;
 overflow:hidden;
 border-bottom: solid 1px #FF0000;
 text-align:center;
}
/* height must be .fileupload-buttonbar.heoght less than (#imcUploadFoldersTree .fancytree-container).height*/
.imc-upload-files-container
{
 border:none;
 margin:0px;
 /*height:150px;*/
 overflow:auto;
}

.modal-body .form-control:focus{
  border-color:#a166d0;
}

#imcExceptionDialogStatus
{
 font-size:24pt;
 font-weight:bold;
 white-space:nowrap;
}

#imcExceptionDialogMessage
{
 font-size:12pt;
 font-weight: bold;
 max-width:100%;
 padding-left:15px;
}

#imcUploadDialogBodyContainer{
    height:300px;
    overflow-y: auto;
}
#imcMetadataUploadForm{
    margin-left  :30px;
    margin-right :30px;
}
#imcMetadataUploadForm h4 {
    margin-left  :-15px;
}
#imcAddAssetDialogBodyContainer{
    height:300px;
}
#imcMetadataAssetForm{
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 25px;
    padding-right: 25px;
}
#imcMetadataAssetForm h4 {
    margin-left  :-15px;
}
@media(min-height:800px)
{
 .imc-modal-body-fixed{height:550px}
 .imc-modal-body-fixed .fancytree-container{height:550px}
 /*.imc-upload-files-container{height:500px}*/
 #imcUploadDialogBodyContainer{height:551px;}
 #imcAddAssetDialogBodyContainer{height:551px;}
}

#imcMultiClipMetadataDialog .modal-body{
    overflow-y: scroll;
}

#altoArchiveContainer,#altoRestoreContainer {
    height: 300px;
}

.alto-dlg-elem {
    padding: 5px;
}