/* here you can put your own css to customize and override the theme */

#tblTableAlerts {
    border: none;
}

#tblTableAlerts thead {
    border: none;
}

#tblTableAlerts tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

#tblTableAlerts tbody tr {
    border-bottom: 7px solid #FFF;
}

#tblTableAlerts td {
    border: none;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    background-color: #FAFAFA;
}

#tblTableAlerts td:first-child {
    padding: 0px 0px 0px 0px;
}


#tblTableAlerts_wrapper .table-scrollable {
    border: none;
}

.tblTableAlertIcon {
    width: 50px;
    height: 27px;
    display: block;
    padding-top: 7px;
}

.table tfoot th {
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}

.printLinesDataCommentsCalculator,
.printLinesDataProductCalculator {
    width: 617px;
    overflow: hidden;
    font-size: 8.5px;
    font-family: 'Roboto', sans-serif;
}

.printLinesDataCommentsCalculator {
    color: #777;
    font-style: italic;
}

.printLinesDataCommentsCalculator div,
.printLinesDataProductCalculator div {
    padding-left: 0px;
    padding-right: 0px;
}

.printLinesDataCommentsCalculator blockquote,
.printLinesDataProductCalculator blockquote {
    padding-top: 6px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px solid;
    font-size: 9px;
    margin: 0px;
}

.printLinesDataCommentsCalculator ul,
.printLinesDataProductCalculator ul {
    margin: 6px 0px;
    padding: 0px 9px;
}

.printLinesDataCommentsCalculator ol,
.printLinesDataProductCalculator ol {
    margin: 6px 0px;
    padding: 0px 10px;
}

.printLinesDataCalculator {
    font-size: 7.8pt;
    line-height: 10px;
    visibility: hidden;
    position: fixed;
    bottom: -10000px;
    max-width: 100%;
}

.printLinesDataCalculator>div {
    padding-top: 3px;
    padding-bottom: 3px;
}

/*Modals*/
.modal-xlg {
    width: 60%;
    margin: 2rem auto;
}

.modal-xxlg {
    width: 80%;
    margin: 2rem auto;
}

.custom-modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 600;
    font-size: 20px
}

.custom-modal-subtitle {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 300;
    font-size: 18px
}

.form-description {
    color: #666;
    font-size: 10px;
    font-style: italic;
    margin-left: 10px;
    width: fit-content;
}

.form-description p {
    margin: 0;
}

.required:after {
    content: " *";
    color: red;
}

/* Hide date title only inside .time-picker */
/*.time-picker .datetimepicker .switch {
    display: none !important;
    background-color: red !important;
}*/

/* Hide navigation arrows only for time pickers */
/*.time-picker .datetimepicker .prev,
.time-picker .datetimepicker .next {
    display: none !important;
}*/

.color-table-preview {
    height: 20px;
    border: 1px solid #dddddd;
}

/* Submenu headers */
.page-sidebar .page-sidebar-menu .sub-menu li.nav-item-header {
    background: none;
    margin-top: 5px !important;
    padding: 0 !important;
    border: none;
}

.page-sidebar .page-sidebar-menu .sub-menu li.nav-item-header>span.nav-item-header-title {
    padding: 10px 15px;
    /* Match parent li > a padding */
    font-size: 14px;
    /* Match parent font size */
    font-weight: 300;
    /* Match parent font weight */
    text-transform: none;
    /* Remove uppercase */
    color: #b4bcc8;
    /* Match parent text color */
    display: block;
}

.page-sidebar .page-sidebar-menu .sub-menu li.nav-item-header>span.nav-item-header-title>i {
    font-size: 16px;
    /* Match parent icon size */
    margin-right: 5px;
    color: #606C7D;
    /* Match parent icon color */
    text-shadow: none;
}

/* Punch Portlet Dashboard */
.punch-portlet {
    margin-bottom: 30px !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06) !important;
    background-color: #eef5ff !important;
    /* Blue light background */
    border-radius: 0px !important;
    padding: 10px !important;
}

.punch-portlet .portlet-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 15px 20px 10px 20px !important;
}

.punch-portlet .portlet-body {
    background: transparent !important;
    padding: 25px 20px !important;
    /* No left padding to align with title */
}

.punch-portlet .btn-punch {
    width: 280px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.punch-lopd-notice {
    margin-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
}

.punch-lopd-text {
    font-size: 11px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 0;
    color: #666;
}