/*!
 * Version of CSS file v1.0.0
 * Last update date: 30/03/2023
 */

/* module-dashboard styling */
.module-dashboard {
    border: 1px solid #002664;
    margin-top: 20px;
}

.module-dashboard-header {
    background: #002664;
    min-height: 40px;
    padding: 5px;
}

.module-dashboard-header>h4 {
    color: white;
    margin-left: 10px;
}

.module-dashboard-title {
    color: white;
}

.module-dashboard-button {
    width: 150px;
    display: inline-block;
    padding: 10px 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    color: white !important;
    background-color: transparent !important;
}

.module-dashboard-button:hover,
.module-dashboard-button:focus {
    background: white !important;
    color: #333 !important;
    border-color: #333 !important;
    outline: none;
}

.module-dashboard-download-btn {
    color: #FFF !important;
    text-shadow: 0 0px 0 rgb(0 0 0 / 25%);
    background: #002664 !important;
    border: 2px solid #002664 !important;
    border-radius: 4px;
    width: auto;
}

/*  Override jquery Data Tables Base css settings
    Rather than using the base/original dataTable class itself,
    we use the customer module-dashboard-... class to keep it easier for customisation of other
    dataTables.
*/
.module-dashboard-table>thead>tr {
    background: transparent;
    background-image: none;
}

.module-dashboard-table>thead>tr>th {
    border-bottom: 2px solid #4D4F55 !important;
}

.module-dashboard-table>thead>tr>th.sorting_desc,
.module-dashboard-table>thead>tr>th.sorting_asc {
    background-image: none !important;
}


.module-dashboard-table>tbody>tr>td {
    vertical-align: middle !important;
    border-bottom: 1px solid #333;
}
