﻿/*iframe {
    height: 75vh !important;
}*/

.newThemeFonts, .dxeBase_Aqua, .dxeButtonEdit_Aqua, .dxbButtonSys, .dxeMemo_DevEx, .dxeMemo, .dxeTextBoxSys,
.dxeMemoSys, .dxeButtonEditSys, .dxeTextBoxSys, .dxtlControl, .dxtcSys, .dxeCaptionCell_Aqua, .dxeHyperlink_Aqua, .dxeBase,
table.dxgvControl, table.dxdvControl, div.dxflFormLayout, td.dxeHHelpTextSys label,
span[class^="dxeBase_"],
table[class^="dxeBase_"], table[class^="dxeTextBox_"], table[class^="dxgvControl_"], table[class^="dxgvDisabled_"], table[class^="dxeMemo_"], table[class^="dxtlControl_"],
table[class^="dxdvControl_"], table[class^="dxcvControl_"], table[class^="dxcvDisabled_"],
.dxeCalendar_DevEx, .dx-widget,
div[class^="dxpnlControl_"], div[class^="dxpLite_"], div[class^="dxpcLite_"], div[class^="dxdpLite_"], div[class^="dxflFormLayout_"] {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
}

/* Scrollbar css class == Start == */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    /*width: 6px;
    height: 6px;
    background-color: #f5f5f5;*/
    width: 2px;
    height: 1px;
    background-color: green;
}

::-webkit-scrollbar-thumb {
    background-color: #00a4b1;
}
/* Scrollbar css class == End == */

/* Modal Popup == Start == */
.myModalPopup .dxpc-header {
    background: none;
    padding: 1rem !important;
    border-bottom: 1px solid #dee2e6;
}

    .myModalPopup .dxpc-header .dxpc-headerContent {
        font-size: 1.25rem;
        color: #00A4B1 !important;
        font-family: 'Nunito', sans-serif;
    }
/* Modal Popup == End == */


.text-customLight {
    color: #717c92 !important;
}

.dxbButton.btn, .dxbButton_Aqua.btn, .dxbButton_DevEx.btn {
    background-image: none;
}

.btn.btn-inline-search {
    background-color: white !important;
    z-index: 1001 !important;
    margin: 1px !important;
    padding: 4px 8px !important;
}

.btn-primaryBlue {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
    border-color: rgb(0, 123, 255);
}

    .btn-primaryBlue:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 105, 217);
        border-color: rgb(0, 98, 204);
    }

    .btn-primaryBlue.focus, .btn-primary:focus {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 105, 217);
        border-color: rgb(0, 98, 204);
        box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem;
    }

    .btn-primaryBlue.disabled, .btn-primary:disabled {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 123, 255);
        border-color: rgb(0, 123, 255);
    }

    .btn-primaryBlue:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 98, 204);
        border-color: rgb(0, 92, 191);
    }

        .btn-primaryBlue:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem;
        }

.modal.modal-info .modal-header {
    background-color: #117a8b;
    color: #fff;
    padding: 8px 16px;
    border-radius: 0;
}

.modal.modal-success .modal-header {
    background-color: #1e7e34;
    color: #fff;
    padding: 8px 16px;
    border-radius: 0;
}

.modal.modal-warning .modal-header {
    background-color: #d39e00;
    color: #000;
    padding: 8px 16px;
    border-radius: 0;
}

/* Employee info table */
.tblEmployeeInfo {
    width: 98%;
}

    .tblEmployeeInfo th, .tblEmployeeInfo td {
        text-align: left;
        width: 16.66%;
    }

        .tblEmployeeInfo th, .tblEmployeeInfo td.FieldName {
            width: 10%;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #29292B;
            font-weight: 600;
        }

        .tblEmployeeInfo th, .tblEmployeeInfo td.FieldValue {
            width: 23.33%;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #00a4b1;
        }

@media only screen and (max-width: 1366px) {
    .tblEmployeeInfo th, .tblEmployeeInfo td.FieldName {
        width: 15%;
    }

    .tblEmployeeInfo th, .tblEmployeeInfo td.FieldValue {
        width: 18.33%;
    }
}

/* Add HOC Payment (Employee Wise) */
.adpay-box .dxgvHSDC .dxgvTable_DevEx > tbody {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #BDE8EB 100%) 0% 0% no-repeat padding-box;
}

.adpay-box .dxgvHSDC .dxgvFilterRow_DevEx {
    background-color: inherit;
}

.adpay-box .dxgvHSDC .dxgvTable_DevEx .dxgvHeader_DevEx, .adpay-box .dxgvTable_DevEx .dxgvFilterRow_DevEx > td, .adpay-box .dxgvTable_DevEx .dxgvHeader_DevEx {
    padding: .75rem;
    border: 1px solid #cacbd3;
}

.adpay-box .dxgvHSDC .dxgvTable_DevEx .dxgvHeader_DevEx,
.adpay-box .dxgvTable_DevEx .dxgvHeader_DevEx {
    background: none !important;
    font-weight: 600;
}

.adpay-box .dxgvTable_DevEx .dxgvFooter_DevEx {
    background-color: #C4EAED;
    font-weight: bold;
}

/* Custom checkbox & radio */
.custom-checkbox label {
    margin-left: 5px;
}

.custom-control.custom-radio table {
    display: inline-block;
}

.custom-radiocheck-control .dxeIRadioButton_DevEx.dxichSys.dxEditors_edtRadioButtonUnchecked_DevEx,
.custom-radiocheck-control .dxeIRadioButton_DevEx.dxichSys.dxEditors_edtRadioButtonChecked_DevEx,
.custom-radiocheck-control .dxeIRadioButton.dxEditors_edtRadioButtonUnchecked.dxichSys::before,
.custom-radiocheck-control .dxichSys[class^="dxEditors_edtRadioButtonUnchecked_"]::before,
.custom-radiocheck-control .dxeIRadioButton.dxEditors_edtRadioButtonChecked_DevEx.dxichSys::before,
.custom-radiocheck-control .dxichSys[class^="dxEditors_edtRadioButtonChecked_DevEx_"]::before,
.custom-radiocheck-control .dxeIRadioButton_DevEx.dxichSys.dxEditors_edtRadioButtonUnchecked_DevEx::before,
.custom-radiocheck-control .dxEditors_edtRadioButtonChecked_DevEx.dxeIRadioButton_DevEx.dxichSys::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0px;
    margin-left: 0px;
    border: 1px solid #D7DAE2;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    background: none;
    border-color: #00A4B1;
}

.custom-radiocheck-control .dxeIRadioButton.dxEditors_edtRadioButtonChecked.dxichSys::after,
.custom-radiocheck-control .dxeIRadioButton_DevEx.dxEditors_edtRadioButtonChecked_DevEx.dxichSys::after,
.custom-radiocheck-control .dxichSys[class^="dxEditors_edtRadioButtonChecked_"]::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 8px; /*width: 10px;*/
    height: 8px; /*height: 10px;*/
    left: 3px;
    top: 3px;
    margin-left: 0px;
    border-radius: 50%;
    background-color: #00A4B1;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #00A4B1;
    transform: scale(1, 1);
}

.custom-radiocheck-control .dxichSys[class^="dxEditors_edtRadioButtonUnchecked_"],
.custom-radiocheck-control .dxichSys.dxeIRadioButton.dxEditors_edtRadioButtonUnchecked,
.custom-radiocheck-control .dxichSys[class^="dxEditors_edtRadioButtonChecked_"],
.custom-radiocheck-control .dxichSys.dxeIRadioButton.dxEditors_edtRadioButtonChecked,
.custom-radiocheck-control .dxWeb_edtCheckBoxUnchecked_DevEx.dxICheckBox_DevEx.dxichSys,
.custom-radiocheck-control .dxWeb_edtCheckBoxChecked_DevEx.dxICheckBox_DevEx.dxichSys,
.custom-radiocheck-control .dxeIRadioButton_DevEx.dxichSys.dxEditors_edtRadioButtonUnchecked_DevEx,
.custom-radiocheck-control .dxEditors_edtRadioButtonChecked_DevEx.dxeIRadioButton_DevEx.dxichSys,
.custom-radiocheck-control .dxWeb_edtCheckBoxUnchecked.dxICheckBox.dxichSys,
.custom-radiocheck-control .dxWeb_edtCheckBoxChecked.dxICheckBox.dxichSys {
    background: none;
    position: relative;
}

.custom-radiocheck-control .dxeIRadioButton_DevEx.dxichSys.dxEditors_edtRadioButtonUnchecked_DevEx,
.custom-radiocheck-control .dxEditors_edtRadioButtonChecked_DevEx.dxeIRadioButton_DevEx.dxichSys {
    /*margin-right: 10px;*/
}

.custom-radiocheck-control label {
    margin-left: 10px !important;
}

.custom-radiocheck-control .dxWeb_edtCheckBoxUnchecked_DevEx.dxICheckBox_DevEx.dxichSys {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    border: 1px solid #00A4B1;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    z-index: 1111;
}

    .custom-radiocheck-control .dxichSys[class^="dxWeb_edtCheckBoxUnchecked_DevEx"]::before,
    .custom-radiocheck-control .dxichSys[class^="dxWeb_edtCheckBoxChecked_DevEx"]::before,
    .custom-radiocheck-control .dxWeb_edtCheckBoxUnchecked.dxICheckBox.dxichSys::before,
    .custom-radiocheck-control .dxWeb_edtCheckBoxUnchecked_DevEx.dxICheckBox_DevEx.dxichSys::before,
    .custom-radiocheck-control .dxWeb_edtCheckBoxChecked.dxICheckBox.dxichSys::before,
    .custom-radiocheck-control .dxWeb_edtCheckBoxChecked_DevEx.dxICheckBox_DevEx.dxichSys::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0px;
        margin-left: 0px;
        border: 1px solid #00A4B1;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        z-index: 1111;
    }

.custom-radiocheck-control .dxWeb_edtCheckBoxChecked_DevEx.dxICheckBox_DevEx.dxichSys,
.custom-radiocheck-control .dxWeb_edtCheckBoxChecked.dxICheckBox.dxichSys::before,
.custom-radiocheck-control .dxWeb_edtCheckBoxChecked_DevEx.dxICheckBox_DevEx.dxichSys::before {
    background-color: #00A4B1;
}

    .custom-radiocheck-control .dxichSys[class^="dxWeb_edtCheckBoxChecked_DevEx"]::after,
    .custom-radiocheck-control .dxWeb_edtCheckBoxChecked.dxICheckBox.dxichSys::after,
    .custom-radiocheck-control .dxWeb_edtCheckBoxChecked_DevEx.dxICheckBox_DevEx.dxichSys::after {
        display: inline-block;
        position: absolute;
        left: 1px;
        top: 2px;
        margin-left: 0px;
        width: 10px;
        height: 10px;
        font-size: 11px;
        color: #fff;
        font-family: 'Font Awesome 5 Free';
        content: "\f00c";
        z-index: 1112;
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

/*
.custom-radiocheck-control .dxeTAR td:first-child input{
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    box-sizing: border-box;
    padding: 0;
}
.custom-radiocheck-control .dxeTAR td:first-child {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-radiocheck-control .dxeTAR td:first-child::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    border: 1px solid #000;
    color: #fff;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: #007bff;
    background-color: #00A4B1 !important; 
}
.custom-radiocheck-control.custom-radio .dxeTAR td:first-child::before {
    border-radius: 50%;    
}
*/


/* Employee General Info */
.empinfo-box {
    height: auto !important;
    overflow-y: auto !important;
}

    .empinfo-box .form-group {
        margin-bottom: 0;
    }

    .empinfo-box .dxgvTable_DevEx tr.dxgvDataRow_DevEx {
        /*position: relative;*/
        width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .empinfo-box .hor_grid > tbody > tr > td > .dxgvTable_DevEx > tbody {
        /*.empinfo-box .dxgvTable_DevEx > tbody {*/
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

/* Increment */
.incrementPg .form-group {
    margin-bottom: 1rem;
}

.pcTabWrapper > ul.dxtc-stripContainer > li {
    border: none !important;
}

    .pcTabWrapper > ul.dxtc-stripContainer > li.dxtc-tab {
        background: none;
        border: 1px solid #707070 !important;
        border-radius: 4px;
        color: #000000;
        display: block;
        padding: .5rem 1rem !important;
        font-family: 'Nunito', sans-serif;
        font-size: 1rem;
    }

    .pcTabWrapper > ul.dxtc-stripContainer > li .dxtc-link {
        padding: 0px;
    }

    .pcTabWrapper > ul.dxtc-stripContainer > li.dxtc-activeTab {
        background-color: #00A4B1;
        color: #fff !important;
        border: 1px solid #00A4B1 !important;
        border-radius: 4px;
        display: block;
        padding: .5rem 1rem !important;
        font-family: 'Nunito', sans-serif;
        font-size: 1rem;
    }

        .pcTabWrapper > ul.dxtc-stripContainer > li.dxtc-activeTab .dxtc-link {
            color: #fff !important;
        }

.pcTabWrapper > .dxtc-stripContainer {
    padding-bottom: 10px;
}

.pcTabWrapper > .dxtc-content {
    border: none !important;
}

.dxsplPane_Metropolis, .dxsplPaneCollapsed_Metropolis {
    background-color: transparent !important;
}

/* === GRID TABLE === START === */
.gridTable .dxgvHeader, .gridTable .dxgvHeader_DevEx {
    color: #539FD2;
    border-color: #539FD2;
    border-width: 0px 0px 2px 0px;
    background: none;
    background-color: white;
}

    .gridTable .dxgvHeader table, .gridTable .dxgvHeader_DevEx table {
        color: #539FD2;
        font-weight: bold;
    }

    .gridTable .dxgvHeader td, .gridTable .dxgvHeader_DevEx td {
        white-space: normal;
    }

.gridTable .gridheader {
    background: #dddddd;
    padding: 20px 12px;
}

    .gridTable .gridheader td {
        text-transform: uppercase;
        font-weight: 600;
        color: #1B335F;
        white-space: normal;
        text-align: center;
    }

    .gridTable .gridheader:nth-child(1) td {
        text-align: left;
    }

.gridTable td.gridrow {
    background: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 20px 12px;
}

    .gridTable td.gridrow:nth-child(1) {
        text-align: left;
    }
/* === GRID TABLE === END === */
