/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


#customers, #order_forms{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.dspp-disabled-content {
    pointer-events: none !important;
    opacity: 0.4 !important;
}
.dspp-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dspp-loader-spinner .spinner-border {
    width: 3rem;
    height: 3rem;
}

.dspp-loader-text {
    color: white;
    font-size: 18px;
}

.dspp-disabled-section {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 20px;
    pointer-events: none;
    opacity: 0.6;
    position: relative;
}
#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}
#order_forms td, #order_forms th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){
    background-color: #f2f2f2;
}
#order_forms tr:nth-child(even){
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2c3338;
    color: white;
}
#order_forms tr:hover {
    background-color: #ddd;
}
#order_forms th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2c3338;
    color: white;
}
.dataTables_wrapper .dataTables_length select {
    padding: 0px 15px !important;
}

.toplevel_settings .col-sm-4 {
    float: left;
    width: 33%;
}
.multiselect-dropdown {
    width: 74% !important;
}
.payment-method-tab {
    width: 30%;
    float: left;
    cursor: pointer;
    background: #f0f0f1;
    border: 1px #333;
    padding: 1.6%;
}
.payment-method-tab.active {
    background-color: #ccc;
}
.payment-method-settings {
    clear: both;
}
.card-custom {
    border: 1px solid;
    margin-top: 5px;
    padding: 2%;
}
#message-box {
    margin: 10px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.clear-all, .get-data, .save-template {
    display: none !important;
}
select.order-form-services-list {
    display: none !important;
}
.invoice-editor {
    position: relative;
    margin-top: 20px;
    padding: .7em 2em 1em;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
.invoice-editor .row {
    padding-left: .5rem;
}

.invoice-editor .item-editor .form-group {
    margin-bottom: 10px;
}
.text-right {
    text-align: right;
}
.add-new-invoice-users-list {
    width: 50%;
}
.add-new-invoice-services-list {
    width: 50%;
}
.editableContent {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    overflow-y: auto;
    white-space: pre-wrap;
    font-family: Arial, sans-serif;
    font-size: 14px;
}