/*
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-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: auto !important;
}

.modal div.modal-content {
    border-radius: 0px;
}

.modal div.modal-header {
    color: #fff;
    background-color: var(--interdev_grey);
}

.modal div.modal-footer {
    background-color: #fff;
    padding: 15px;
}

.modal:not(.file-zoom-dialog) div.modal-body:not(.DTE_Body) {
    max-height: 400px;
    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;
}

.dataTables_wrapper .col-sm-6:first-child {
    width: 66.6667%; /* Same as col-sm-8 */
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
}

/* Target the search box container */
.dataTables_wrapper .col-sm-6:last-child {
    width: 33.3333%; /* Same as col-sm-4 */
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.close-btn {
    background-color: #7c919e;
    color: white;
    border: none;
    padding: 8px 16px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover {
    background-color: #1b335d;
}
