/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-Aug-2016, 14:48:47
    Author     : ZakS
*/

.content-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9000;
    /* cursor: wait !important; */
}

.modal div.modal-content {
    border-radius: 0px;
}

.modal div.modal-header {
    color: #fff;
    background-color: #19AEFD;
}

.modal div.modal-footer {
    background-color: #fff;
    padding: 15px;
}

.modal:not(.file-zoom-dialog) div.modal-body:not(.DTE_Body) {
    max-height: 400px;
    color: #7d8465;
    overflow-y: auto;
    overflow-wrap: break-word;
}

.modal:not(.file-zoom-dialog) div.modal-body div.panel-heading.panel-level-two {
    padding: 10px 15px 10px 30px;
}

.modal:not(.file-zoom-dialog) div.modal-body div.panel-heading.panel-level-three {
    padding: 10px 15px 10px 45px;
}

.modal:not(.file-zoom-dialog) div.modal-body li.child-level {
    padding: 10px 15px 10px 60px;
}

.modal:not(.file-zoom-dialog) div.modal-footer > button.btn-default {
    color: #fff;
    background-color: #f68a1f;
    font-weight: bold;
}

.modal:not(.file-zoom-dialog) div.modal-footer > button.btn-default:hover {
    opacity: .65;
}

/*
    WIDE MODAL
-> https://codepen.io/DawsonMediaD/pen/byDqv
*/

.modal.modal-wide .modal-dialog {
    width: 80% !important;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

/*
    Modal Error css for the #feedback-modal
*/

#modal-error-body {
    padding-top: 10px;
    padding-bottom: 5px;
}

#modal-error-body li {
    font-size: 16px;
}

.modal-error {
    float: left;
    color: #a94442;
    text-align: left;
    padding-bottom: 5px;
}

/*
    CSS for #edi-modal
*/

#edi-modal > .modal-dialog {
    width: 800px;
}

#ssam-modal > .modal-dialog {
    width: 800px;
}

#edi-modal div.modal-body:not(.DTE_Body) {
    max-height: 650px;
}

#ssam-modal div.modal-body:not(.DTE_Body) {
    max-height: 650px;
}


#edi-modal-table > tbody > tr > td.spacer {
    width:10px;
    background-color:#fff;
}


#essam-modal-table > tbody > tr > td.spacer {
    width:10px;
    background-color:#fff;
}

td.edi-label {
    padding-left:5px;
    font-weight:bold;
    text-align:left;
}

td.edi-value {
    padding-left:5px;
    text-align:left;
}