﻿
h3 {
    font-weight: 600;
    font-family: 'inter';
    font-size: inherit;
}
.ContainerPanel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

table > tbody {
    height: 100%;
    vertical-align: top;
}
.tab-content > .active {
    display: flex;
    height: calc(100vh - 166px);
    flex-direction: column;
    overflow-y: auto;
    padding: 20px;
    border: 1px solid var(--dx-color-border);
    border-radius: 4px;
}

.flexCompany.tab-pane {
    gap: 26px;
}

#aspnetForm {
    height: 100%;
}

.col {
    margin-left: 0!important;
    margin-right: 0!important;
}
.row {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.col-lg-1, .col-lg-3, .col-lg-2, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-10, .col {
    padding-left: 0;
    padding-right: 0;
}

h3 {
    text-align: left;
    font: normal normal 600 16px/20px Inter;
    letter-spacing: 0px;
    color: #0B4BE3;
    opacity: 1;
}

h4 {
    text-align: left;
    font: 500 0.875rem 'Inter', sans-serif;
    letter-spacing: 0px;
    color: #414141;
    opacity: 1;
}

html {
    font-family: "Inter";
}

.dxpcLite_Aqua .dxpc-mainDiv, .dxpcLite_Aqua.dxpc-mainDiv, .dxdpLite_Aqua .dxpc-mainDiv, .dxdpLite_Aqua.dxpc-mainDiv {
    border: 0px;
    width: auto;
}

.nav a {
    color: #727272;
}

a.active {
    color: #000000;
    font-weight: 600;
}

.dxbButton_Aqua {
    font-family: "Inter"
}

.benefitTypes > .row > .col {
    margin-right: 20px
}

.material-symbols-rounded {
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 200, 'opsz' 48
}


.dxgvCommandColumn_Aqua > img {
    filter: invert(21%) sepia(94%) saturate(1693%) hue-rotate(212deg) brightness(104%) contrast(106%);
}

.dxgvTable_Aqua {
    background-color: white;
}


.subtopic_tbl_cell {
    display: flex;
    justify-content: space-between;
}

.subtopic_tbl_cell > .button_skin {
    margin-bottom: 20px;
    float: right;
    height: 35px
}

    .subtopic_tbl_cell .row {
        align-items: center;
    }

.dxpc-headerText {
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
}

.content {
    margin-left: 0px;
    margin-right: 0px;
    color: #727272;
}

/*    .subtopic_tbl_container, .dxpcLite_Aqua .dxpc-mainDiv, .dxpcLite_Aqua.dxpc-mainDiv, .dxdpLite_Aqua .dxpc-mainDiv, .dxdpLite_Aqua.dxpc-mainDiv {
            border: 1px solid #EAEAEA;
        }*/

#MainTabs {
    width: 100%;
}




.borderControl {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    opacity: 1;
    padding: 20px;
    margin-bottom: 20px;
    align-content: baseline;
}



.tableBordered {
    padding: 0;
    margin: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    opacity: 1;
    border-spacing: 20px;
    border-collapse: separate;
}

.divBordered {
    padding: 20px;
    margin: 10px 20px 20px 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .divBordered > .row {
        align-items: flex-end;
    }

    .divBordered > .row.grid {
        align-items: center;
    }

.divButtons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 20px
}


.CheckBoxList {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    opacity: 1;
    
    display: block;
    overflow-y: auto;
}

    .CheckBoxList > .row {
        border-bottom: 1px solid #EAEAEA;
        padding: 6px 0;
    }

.dxichCellSys {padding: 0;}
.dxichTextCellSys {padding: 0 0 0 5px;}

.dxeTAR {
    text-align: start;
    display: block;
}

#GradeIncrementDayOutOfRWarn {
    position: fixed;
    display: block;
    color: indianred;
}

.PopUpContainer {
    padding: 20px;
    margin: 20px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.PopUpBottomButtons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 20px;
}


/*.nav {
    display: flex;
    padding: 0 20px;
    list-style: none;
    border-bottom: 2px solid #EAEAEA;
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    background-color: white;
    border-radius: 10px 10px 0 0;
}

    .nav > .nav-item > .nav-link {
        padding: 0.8rem 1rem;
        font-family: inherit;
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }

        .nav > .nav-item > .nav-link span {
            font-size: 16px;
        }

.nav-link.active {
    color: #0B4BE3 !important;
    font-weight: 600;
    border: 0;
    -webkit-box-shadow: 0 2px 0 0 #0B4BE3;
    box-shadow: 0 2px 0 0 #0B4BE3;
}*/



.nav {
    display: flex;
    padding: 0 0 20px 0;
    list-style: none;
    border: 0px;
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 0;
    gap: 10px;
}
    .nav > .nav-item > .nav-link {
        padding: 0.625rem 0.75rem;
        font-family: inherit;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        color: #1c2230;
        background-color: rgba(0, 0, 0, 0.03);
        border: 1px solid #00000012;
        border-radius: 5px;
        font-weight: 500;
        line-height: 0.8751rem;
    }

        .nav > .nav-item > .nav-link:hover {
            background-color: rgba(0, 0, 0, 0.03);
            color: #000;
            transition: all 150ms ease;
            border: 1px solid #00000012;
        }

        .nav > .nav-item > .nav-link span {font-size: 16px;}





.nav-link.active, .nav-item.active > .nav-link {
    border: 1px solid #cbd8f7 !important;
    background-color: #f0f5ff !important;
    color: var(--accent-main) !important;
}

.dxgvPopupEditForm_Aqua .nav {
    margin: 0;
    padding: 0;
}


        .dxgvPopupEditForm_Aqua .tab-content {
            border: 0;
            border-radius: 0;
            padding: 0;
        }

    #tableHidden {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        white-space: normal;
        border-collapse: collapse;
    }
    #tableHidden tr {
        border: 1px solid black;
        white-space: normal;
    }
    #tableHidden td {
        padding: 8px 10px;
        text-align: right;
    }



.dxeOutOfRWarn_Aqua, .dxeOutOfRWarnRight_Aqua {
    background: var(--danger);
    color: white;
    border-radius: 7px;
    top: -9999px;
    left: 0;
    padding: 6px 10px;
    width: fit-content;
    margin-left: 10px;
    position: absolute;
    z-index: 9999;
}


.dxgvPopupEditForm_Aqua .tab-content > .active {
    height: auto;
    border: 0;
    padding: 0
}


.generalTablesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
}



.material-symbols-rounded {
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 200, 'opsz' 48
}

.jobTitlesGridView > tbody > tr > td > .dxgvCSD,
.workPatternsGridView > tbody > tr > td > .dxgvCSD,
.shiftPlansGridView > tbody > tr > td > .dxgvCSD,
.gradeScalesGridView > tbody > tr > td > .dxgvCSD 
{
    height: calc(100vh - 356px) !important;
}


.dx-datagrid-borders > .dx-datagrid-headers {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dx-datagrid-borders > .dx-datagrid-total-footer,
.dx-datagrid-borders > .dx-datagrid-rowsview {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

