/* Start Date*/
.ui-datepicker {
    z-index: 99 !important;
}
.ui-widget-content {
    border: 1px solid var(--Date1Border) !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
    display: flex !important;
    background-color: var(--Date1ArrowBG) !important;
    color: var(--Date1ArrowFC) !important;
    border: 1px solid var(--Date1ArrowBorder) !important;
}
.ui-datepicker-next:after {
    font-family: 'FontAwesome';
    content: '\f138';
    margin: auto;
}
.ui-datepicker-prev:after {
    font-family: 'FontAwesome';
    content: '\f137';
    margin: auto;
}
.ui-widget-header {
    background-color: var(--Date1HeaderBG) !important;
    border: 1px solid var(--Date1HeaderBorder) !important;
}
.ui-datepicker-month, .ui-datepicker-year {
    border: 1px solid var(--Date1MYBorder) !important;
    color: var(--Date1MYFC) !important;
}
.ui-datepicker-calendar {
    color: var(--Date1WeekFC) !important;
}
.ui-state-default {
    background-color: var(--Date1DayBGDefault) !important;
    border: 1px solid var(--Date1DayBoderDefault) !important;
    margin: auto !important;
    text-align: center !important;
}
.ui-state-highlight {
    background-color: var(--Date1TodayBG) !important;
    border: 1px solid var(--Date1TodayBoder) !important;
}
.ui-state-active {
    background-color: var(--Date1DayBGActive) !important;
    border: 1px solid var(--Date1DayBoderActive) !important;
}
.ui-datepicker-buttonpane {
    display: none !important;
}
/* End Date */
/* Start DataLiveSearch */
.wrapper1 input {
    padding-top: 0 !important;
    height: 10px !important;
}
.dropdown-menu {
    text-align: right !important;
    z-index: 9;
}
.bootstrap-select .dropdown-menu {
    width: 100% !important;
    transform: translate3d(0px, 38px, 0px) !important;
    padding-top: 0 !important;
}
.bootstrap-select .dropdown-menu ul {
    transform: translate3d(0px, 0px, 0px) !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    background-color: #fff;
    top: 0;
    right: 0;
    position: absolute;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding-top: 7px;
}
.dropdown-toggle::after {
    vertical-align: 0;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #fff;
}

.btn-light.focus, .btn-light:focus {
    background-color: #fff;
    border: none;
    box-shadow: none;
}
.wrapper1 .btn-light {
    background-color: var(--Wrapper1InputBG) !important;
    color: #495057 ;
    font-size: .9rem ;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--Color1_3);
}
/* End DataLiveSearch */
/* Start Table */
.dataTables_info {
    font-size: .8rem;
}
.buttons-html5, .buttons-print {
    background-color: var(--TBtn1BG);
    border: 1px solid var(--TBtn1Border);
    color: var(--TBtn1FC);
    transition: all .5s;
}
.buttons-html5:hover, .buttons-print:hover {
    background-color: var(--TBtn1BGHover) !important;
    border: 1px solid var(--TBtn1BorderHover) !important;
    color: var(--TBtn1FCHover);
    transition: all .5s;
}
.buttons-html5:focus, .buttons-html5:active, .buttons-html5:visited,
.buttons-print:focus, .buttons-print:active, .buttons-print:visited {
    background-color: var(--TBtn1BGHover) !important;
    border: 1px solid var(--TBtn1BorderHover) !important;
    color: var(--TBtn1FCHover);
    outline: 0 !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.table-bordered, .table-bordered td, .table-bordered th {
    /*border: 1px solid var(--Color1_5);*/
    border: none;
    border-collapse:collapse !important;
    border-spacing: 0 !important;
}
.table-bordered thead th {
    border-bottom: 2px solid var(--THeadBorder);
    border-collapse:collapse !important;
    border-spacing: 0 !important;
    font-size: .8rem;
    /*text-align: center;*/
}
.table-bordered.dataTable {
    border-collapse:collapse !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--TBodyBG);
}
.table-striped tbody tr:hover {
    background-color: var(--TBodyTrBGHover);
    /*color: var(--TBodyTrFCHover);*/
}
.table-striped tbody tr:hover .btn-group button {
    background-color: #fff !important;
    border-radius: 0;
}
.table-striped tbody tr .btn-group button:hover {
    background-color: #f9f9f9 !important;
}
/*
.page-item.active .page-link {
    background-color: var(--TPageLinkBGActive);
    border-color: var(--Color1_4);
    transition: all .5s;
}
*/
/* End Table */
/* Start FormStyle1 */
.FormStyle1 p {
    
}
/* End FormStyle1 */
.form-control:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    font-size: .9rem !important;
}
/*
.form-control {
    background-color: var(--Color1_7);
}
.form-control:focus {
    background-color: var(--Input1);
}
*/
/* Start Style */
.Radius20 {
    border-radius: 20px !important;
}
.Shadow1 {
    box-shadow: inset 0 0 10px rgb(0 0 0 /10%) !important;
}

.DivImgS1 {
    display: flex;width: 100%;height: 100%;margin: auto;
}
.ImgS1 {
    max-width: 100%;max-height: 100%;margin: auto;
}

/* End Style */
.AlertDanger {
    background-color: #fcecec;
    color: #e64141;
    border-color: #f7c6c6;
    font-weight: normal;
}
.AlertWarning {
    background-color: #fffbe5;
    color: #ffd400;
    border-color: #fff2b2;
    font-weight: normal;
}
.AlertSuccess {
    background-color: #e5fae5;
    color: #00ca00;
    border-color: #b2efb2;
    font-weight: normal;
}
.AlertPrimary {
    background-color: #e5f2ff;
    color: #0084ff;
    border-color: #b2daff;
    font-weight: normal;
}
.AlertSecondary {
    background-color: #f1f2f1;
    color: #777d74;
    border-color: #d6d8d5;
    font-weight: normal;
}
.AlertInfo {
    background-color: #e5faff;
    color: #00d0ff;
    border-color: #b2f1ff;
    font-weight: normal;
}
.wrapper1 {
    width: 100%;
    height: 40px !important;
    position: relative;
    float: right;
    margin-bottom: 2.2em !important;
}
.wrapper1TA {
    width: 100%;
    min-height: 40px !important;
    position: relative;
    float: right;
    margin-bottom: 2.2em !important;
}
.wrapper1 input {
    width: 100%;
    height: 100% !important;
    border: 1px solid white;
    border-radius: 5px;
    padding-right: 8px;
    /*color: var(--primary);*/
    border: 1px solid var(--Wrapper1InputBorder) !important;
    background-color: var(--Wrapper1InputBG);
    padding-top: 15px !important;
}
.wrapper1TA textarea {
    width: 100%;
    border: 1px solid white;
    border-radius: 5px;
    padding-right: 8px;
    /*color: var(--primary);*/
    border: 1px solid var(--Wrapper1InputBorder) !important;
    background-color: var(--Wrapper1InputBG);
    padding-top: 15px !important;
}
.wrapper1 button {
    width: 100%;
    height: 100% !important;
    border: 1px solid white;
    border-radius: 3px;
    padding-right: 8px;
    /*color: var(--primary);*/
    border: none !important;
    /*color: #495057 !important;*/
}
.wrapper1 button:hover {
    background-color: #fff;
}
.wrapper1 .dropdown {
    border: 1px solid var(--Wrapper1InputBorder) !important;
    height: 100% !important;
}
.wrapper1 label,
.wrapper1TA label {
    background-color: var(--Wrapper1labelBG);
    color: var(--Wrapper1labelFC);
    border: 1px solid var(--Wrapper1labelBorder);
    position: absolute;
    top: 0;
    padding: 0 5px;
    border-radius: 5px;
    right: 25px;
    transform: translateY(-50%);
    transition: all .8s ease;
    font-size: .9em;
    pointer-events: none;
    font-family: poppins;
    z-index: 2;
}
.Add1 {
    margin-top: 0px;
    padding-top: 6px !important;
}
.Del1 {
    margin-top: -3px;
    margin-right: -5px;
}
.UnderInput0 {
    margin-top: -3px;
}
.UnderInput1 {
    font-size: .75rem !important;
    font-weight: bold;
}
@media screen and (max-width: 992px) {
    .UnderInput0 {
        margin-top: -5px;
    }
    .UnderInput1 {
        font-size: .75rem !important;
        font-weight: bold;
    }
}
/*
input:focus + label,
input:valid + label {
    font-size: 15px;
    top: 0;
    background-color: #fff;
    padding: 0 5px;
    border-radius: 5px;
}
*/
/* Start Tooltip */
.tooltip1text {
    visibility: hidden;
    width: 120px;
    background-color: var(--ToolTip1BG);
    border: 1px solid var(--ToolTip1Border);
    color: var(--ToolTip1FC);
    text-align: center;
    border-radius: 6px;
    /*padding: 5px 0;*/
    font-size: .9em;

    /* Position the tooltip*/
    position: absolute;
    z-index: 1;
    top: .65em;
    right: 105%;
}
.tooltip1 .tooltip1text::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--ToolTip1Border);
}
.tooltip1 {
    position: relative;
    display: inline-block;
}
.tooltip1:hover .tooltip1text {
    visibility: visible;
}

.tooltip2text {
    visibility: hidden;
    width: 55px;
    background-color: var(--ToolTip1BG);
    border: 1px solid var(--ToolTip1Border);
    color: var(--ToolTip1FC);
    text-align: center;
    border-radius: 6px;
    /*padding: 5px 0;*/
    font-size: .8em;

    /* Position the tooltip*/
    position: absolute;
    z-index: 9;
    bottom: -120%;
    right: -35%;
}

@media screen and (max-width: 992px) {
    .tooltip2textFirst {
        right: 5%;
    }
    .tooltip2textLast {
        right: -75%;
    }
}
/*
.tooltip2 .tooltip2text::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--ToolTip1Border);
}
*/
.tooltip2 {
    position: relative;
    display: inline-block;
}
.tooltip2:hover .tooltip2text {
    visibility: visible;
}
/* End Tooltip */
/* Start Button */
.Btn1 {
    outline: none !important;
    border: none !important;
    width: 100%;
    height: 50px;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-image: linear-gradient(to right, var(--BtnGradient_1_1), var(--BtnGradient_1_2), var(--BtnGradient_1_3));
    background-size: 200%;
    box-shadow: 3px 3px 8px #b1b1b1,
                -3px -3px -8px #fff;
    transition: .5s;
}
.Btn1_1 {
    outline: none !important;
    border: 5px solid #000 !important;
    width: 100%;
    height: 50px;
    border-radius: 30px !important;
    color: var(--BtnGradient_1_1) !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    background-size: 200%;
    box-shadow: 3px 3px 8px #b1b1b1,
                -3px -3px -8px #fff;
    transition: .5s;
}
.BtnFS1rem {
    font-size: 1rem !important;
}
.BtnPDF {
    color: #d10000 !important;
    background-color: var(--Color1_7);
    border: 1px solid var(--Color1_5);
    /*background-image: linear-gradient(to right, #ce5555, #c93636, #d10000);*/
    outline: none !important;
    width: 100%;
    height: 25px;
    border-radius: 30px !important;
    font-size: .6em;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
    background-size: 200%;
    box-shadow: 3px 3px 8px #b1b1b1,
                -3px -3px -8px #fff;
    transition: .5s;
    width: 115px;
}
.BtnExcel {
    color: #00c93c !important;
    background-color: var(--Color1_7);
    border: 1px solid var(--Color1_5);
    /*background-image: linear-gradient(to right, #55ce79, #3bc966, #00c93c);*/
    outline: none !important;
    width: 100%;
    height: 25px;
    border-radius: 30px !important;
    font-size: .6em;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
    background-size: 200%;
    box-shadow: 3px 3px 8px #b1b1b1,
                -3px -3px -8px #fff;
    transition: .5s;
    width: 115px;

}
.BtnNew {
    color: #2ce764 !important;
    background-color: #dbffe5;
    border: 1px solid #cbffdb;
    /*border: none;*/
    /*background-image: linear-gradient(to right, #55ce79, #3bc966, #00c93c);*/
    outline: none !important;
    width: 100%;
    height: 35px;
    border-radius: 10px !important;
    font-size: .7em;
    font-weight: bold;
    text-align: center;
    background-size: 200%;
    box-shadow: 3px 3px 8px #b1b1b1,
                -3px -3px -8px #fff;
    transition: .5s;
    width: 170px;
    padding-right: 20px;
    align-items: center;
}
.BtnNew i {
    position: absolute;
    margin: 6px -20px 0 0 !important;
}
.BtnBack {
    color: var(--Color1_1) !important;
    background-color: var(--Color1_7);
    border: 1px solid var(--Color1_6);
    /*border: none;*/
    /*background-image: linear-gradient(to right, #55ce79, #3bc966, #00c93c);*/
    outline: none !important;
    width: 100%;
    height: 35px;
    border-radius: 10px !important;
    font-size: .7em;
    font-weight: bold;
    text-align: center;
    background-size: 200%;
    box-shadow: 3px 3px 8px #b1b1b1,
                -3px -3px -8px #fff;
    transition: .5s;
    width: 150px;
    padding-right: 20px;
    align-items: center;
}
.BtnBack i {
    position: absolute;
    margin: 6px -20px 0 0 !important;
}
.Btn1:hover, .Btn1_1:hover, .BtnPDF:hover, .BtnExcel:hover {
    background-position: right !important;
}

/* Start Tab */
/* Style the tab */
/* Style the buttons inside the tab */
.tab2 .tab2Links {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 2px;
    font-size: .9rem;
    width: 95%;
    color: var(--Color1_4);
    font-weight: bold;

    border: 2px solid var(--Color1_6) !important;
    transition: .5s;
}
/* Change background color of buttons on hover */
.tab2Links:hover {
    border: 2px solid var(--Color1_4) !important;
    transition: .5s;
}
/* Create an active/current tablink class */
.tab2Links.activeTab2 {
    /*background-color: var(--Sidebar2Tab1BtnActiveBG);*/
    background-image: linear-gradient(to right, var(--Color1_7), var(--Color1_6));
    color: var(--Color1_3);
    border: 2px solid var(--Color1_4) !important;
    
}
.tab2Content {
    transition: all .8s ease !important;
}
/* End Tab */

@media screen and (max-width: 992px) {
    .BtnNew,.BtnBack {
        height: 30px;
        font-size: .65em;
    }
    .BtnNew {
        width: 145px;
    }
}
/* End Button */
/* Start CardStyle */
.Card1 {
    border: none;
    /*box-shadow: 0px 0px 3px 1px var(--Color1_5) !important;*/
}
.CardHeader1 {
    background-color: var(--CardHeader1BG);
    color: var(--CardHeader1FC);
    border-bottom: 1px solid var(--CardHeader1Border);
    font-size: 1.5em;
    font-weight: bold;
}
.CardBody1 {
    padding: 2em .7em;
}
.Card2 {
    background-color: var(--Card2BG);
    cursor: pointer;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 20px !important;
    /*box-shadow: inset 0 0 20px rgba(0, 81, 255, 0.2) !important;*/
    border: 1px solid var(--Card2Border);
}
.CardHeader2 {
    background-color: var(--CardHeader2BG);
    color: var(--CardHeader2FC);
    border-left: 1px solid var(--CardHeader2Border);
    font-size: 1.5em;
    padding: 5px;
    border-radius: 0 10px 10px 0;
    margin: auto;
}
.CardBody2 {
    background-color: var(--CardBody2BG);
    color: var(--CardBody2FC);
    font-size: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px 0 0 10px;
    margin: auto;
}
@media screen and (max-width: 992px) {
    .CardHeader1 {
        font-size: 1.3em;
    }
}
/* End CardStyle */
/* Start ListGroup */
.ListGroup li {
    border: 1px solid rgba(57, 77, 255, 0.125);
}
/* End ListGroup */
/* Start Tab */
/* Style the tab2 */
.tab2 {
    overflow: hidden;
    /*background-color: #f1f1f1;*/
}
/* Style the buttons inside the tab */
.tab2 .Tab2Div {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 1em;
    width: 100%;
    color: var(--Tab2BtnFC);
    text-align: right;
    padding-right: 20px;
}
.tab2 .Tab2Div:not(:last-child) {
    border-bottom: 1px solid var(--Tab2BtnBorder);
}
/* Change background color of buttons on hover */
.tab2 .Tab2Div:hover {
    color: var(--Tab2BtnFCHover);
}
/* Create an active/current tablink class */
.tab2 .Tab2Div.activeTab2 {
    /*background-color: var(--Tab2BtnBGActive);*/
    background-image: linear-gradient(to right, var(--Tab2BtnBGActive_1_1), var(--Tab2BtnBGActive_1_2));
    color: var(--Tab2BtnFCActive);
    /*box-shadow: 0px 0px 3px 1px var(--Color1_5) !important;*/
}

.tab2 .Tab2Div.activeTab2:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.tab2 .Tab2Div.activeTab2:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.tab2 .PlusOrEdit {
    font-size: 1em;
    border: none !important;
    padding: 10px 1px;
}
/* Style the tab content */
.tab2Content {
    display: none;
    /*padding: 6px 12px;*/
    /*border: 1px solid #ccc;*/
    /*border-top: none;*/

    height: 100%;
}
@media screen and (max-width: 992px) {
    .tab2 .Tab2Div{
        /*width: 33.33%;*/
    }
    .tab2 .Tab2Div {
        font-size: .9em;
        text-align: center !important;
        padding: 1px 1px !important;
        margin: auto;
        height: 30px;
        display: flex;
    }
    .tab2 .Tab2Div::before {
        display: inline-block;
        vertical-align: middle !important;
    }
    .tab2 .Tab2Div:not(:last-child) {
        border-bottom: none;
        border-left: 1px solid var(--Tab2BtnBorder);
    }

    .card, .tab2 .Tab2Div {
        border-radius: 0 !important;
    }
/*
    .tab2 .Tab2Div.activeTab2:first-child {
        border-radius: 0 calc(.25rem - 1px) calc(.25rem - 1px) 0;
    }
    .tab2 .Tab2Div.activeTab2:last-child {
        border-radius: calc(.25rem - 1px) 0 0 calc(.25rem - 1px);
    }
*/
    .tab2 .PlusOrEdit {
        font-size: 1.1em;
        width: 50%;
        text-align: center !important;
        padding: 1px !important;
        margin: auto;
        height: 50px;
    }
}
/* End Tab2 */

/* Errors Handle */