@import "/css/other.css";
@import "/css/loader.css";
@import "/css/popover.css";


/*-- content part --*/
.main-content {
  width: 100%;
  padding: 0 0;
  margin:10px 0 20px;
}

.content-part {
    background: var(--white);
    border-radius: 6px;
    float: left;
    width: 100%;
    overflow-x: hidden;
    box-shadow: 0px 2px 5px #dedede;
    height: 100%;
   
}

.content-part.content-part-visible {
  overflow: visible;
}

.content-menu {
    width: 100%;
    padding: 0px 15px;
    /*  background: var(--lightgreen);*/
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.content-menu .content-menu-ul li {
    float: left;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 10px;
}

.content-menu .content-menu-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.content-menu .content-menu-ul li a {
    font-size: 14px;
    text-decoration: none;
    color: var(--black);
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    position: relative;
}

    .content-menu .content-menu-ul li a.active ::after {
        content: "";
        position: absolute;
        background: var(--darkgreen);
        width: 100%;
        bottom: -12px;
        left: 0;
        height: 3px;
    }

    .content-menu .content-menu-ul li a:hover,
    .content-menu .content-menu-ul li a.active{
        color: var(--darkgreen);
    }

.content-menu .content-menu-ul li a:hover,
.content-menu .content-menu-ul li.active a {
    color: var(--darkgreen);
}

    .content-menu .content-menu-ul li.active a::after {
        content: "";
        position: absolute;
        background:var(--darkgreen);
        width: 100%;
        bottom: -12px;
        left: 0;
        height: 3px;
    }


.menu-icon {
    margin-right: 10px;
}

.navbar.content-menu-nav {
    padding: 0;
}

/* Filter Form */
.filter-form {
    padding: 20px 30px;
    width: 100%;
}

.form-50-left {
    /*width: calc(50%);*/
    float: left;
    
}

.form-50-right {
    /*width: calc(50% );*/
    float: right;
     
}

.form-label,
.cls-lengthCount {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
    width: 100%;
    margin-bottom: 3px;
}
label.wrapperLabel {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
    width: 100%;
    margin-bottom: 3px;
}

.cls-lengthCount {
    font-size: 12px;
    color: var(--tertiary);
}

.filter-form .form-control {
    padding-left: 0px;
    height: 37px;
}

.filter-form select.form-control,
select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background: transparent url("../images/arrow-down.svg") no-repeat scroll right center;
}

.filter-form .form-control.select-search {
    height: auto;
}

.filter-form .form-control.select-search .selectize-input {
    min-height: 37px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid var(--bordercolor);
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    color: var(--tertiary);
}

.form-control:focus {
    border-color: var(--darkgreen);
    box-shadow: none;
}

.form-control:required:focus:invalid {
    border-left: 1px solid red;
    border-bottom: 1px solid red;
}

/*---31 Jan ---*/
/* Content tab */
.content-tab {
    background: var(--bgpage);
    padding-bottom: 0;
}

.content-tab #myTab {
    padding: 0px 10px 10px;
    background: var(--white);
    height: 100%;
    margin-bottom: 0;
}

.content-tab #myTab li {
    background: var(--white);
    border: 0px solid #DFDFDF;
    border-radius: 10px;
    /*! overflow-y: hidden; */
    margin-bottom: 10px;
}

.content-tab #myTab li .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    border-right: 0px solid var(--bordercolor);
    padding: 0;
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    background: #f9f9f9;
}

.content-tab #myTab li a.nav-link.active {
    background: var(--bgpage);
    position: relative;
    border: 2px solid var(--primary);
}

.content-tab #myTab li a.nav-link.active .tab-link,
.content-tab #myTab li a.nav-link.active .tab-bill,
.content-tab #myTab li a.nav-link.active .tab-amnt {
    background: var(--bgpage);
}

.content-tab #myTab li a.nav-link.active::after {
    content: "";
    position: absolute;
    top: 19px;
    right: -9px;
    background: var(--primary);
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}

.tab-link {
    width: 40%;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px;
    float: left;
    height: 100%;
    align-self: center;
    margin: 0;
    background: #f9f9f9;
    border-radius: 10px;
}

.tab-icon {
    margin-right: 10px;
    display: none;
}

.tab-amnt-bill {
    width: 60%;
    display: flex;
    float: left;
    border-radius: 10px;
}

.tab-amnt {
    float: left;
    width: 50%;
    font-size: 15px;
    line-height: 1.3;
    background: #ffff;
    padding: 7px 10px;
    text-align: center;
}

.tab-bill {
    float: left;
    width: 50%;
    font-size: 15px;
    line-height: 1.3;
    background: #ffff;
    padding: 7px 10px;
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 5px;
}

.tab-bill b,
.tab-amnt b {
    color: var(--black);
}

#myTabContent {
    padding: 0px 30px 30px 0px;
}

.filter-tab {
    margin-bottom: 30px;
}

.form-label-2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
    width: 100%;
    margin-bottom: 3px;
}

.filter-tab .form-control {
    padding-left: 0;
    background: none;
}

.filter-tab .form-control[type="date"] {
    background-color: transparent;
}

.u-hiddenVisually {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.radio {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    color: #3F434A;
}

.radio-label {
    overflow: hidden;
    margin-right: 1em;
}

    .radio-label:before {
        content: "";
        display: inline-block;
        width:11px;
        height:11px;
        margin-right: 0.5em;
        border: 2px solid var(--white);
        border-radius: 50%;
        box-shadow: 0 0 0 1px #818181;
        font-size: 16px;
        vertical-align: middle;
    }

.radio-input:checked + .radio-label:before {
    background: #0075ff;
    box-shadow: 0 0 0 1px #0075ff;
}

.radio-input:focus+.radio-label {}

.box-tab {
    background: var(--white);
    border-radius: 20px;
   /* padding: 30px;*/
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.box-tab-left {
    width: 90%;
    float: left;
}

.box-tab-left-inner {
    display: flex;
}

.box-tab-right {
    width: 10%;
    float: left;
    padding: 20px 0px;
}

.box-tab-left .form-group {
    width: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}

.box-tab-btn {
    float: left;
    /* width: 100%; */
    width: auto;
    text-align: center;
    margin: 5px 3px;
}

/* .add-btn:hover {background:#49C96D;} */
.add-btn {
    /* background: #80d999; */
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: var(--white) !important;
    /* padding: 9px 10px; */
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    width: 30px;
    cursor: pointer;
}

.delete-btn {
    /* background: #fda29d; */
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: var(--white) !important;
    /* padding: 9px 10px; */
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    width: 30px;
}

/* .delete-btn:hover {background:#FD7972} */
.box-tab-full {
    float: left;
    width: 100%;
    border-top: 1px solid var(--bordercolor);
}

.box-tab-left-full {
    float: left;
    width: 100%;
    margin-bottom:10px;
   /* padding: 10px 0;*/
}

.box-text {
    float: left;
    width: 44%;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

.box-amnt {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    /*color: var(--pink02);*/
    float: left;
    /*width: 44%;*/
    padding-left: .75rem;
}

.box-tab-2 {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.cost-part {
    width: 100%;
    display: inline-block;
}

.cost-part-left {
    float: left;
    width: 85%;
}

.cost-part-right {
    float: right;
    width: 15%;
}

.cost-bg-1 {
    background: var(--pink01);
}

.cost-bg-2 {
    background: var(--orange01);
}

.cost-bg-2 .cost-value {
    color: var(--orange02);
}

.cost-bg-3 {
    background: var(--green01);
}

.cost-bg-3 .cost-value {
    color: var(--green02);
}

.cost-bg-4 {
    background: var(--purple01);
}

.cost-bg-4 .cost-value {
    color: var(--purple02);
}

.cost-div {
    width: 100%;
    border-radius: 16px;
    text-align: center;
    padding: 25px 15px;
    margin: 15px 0;
}

.cost-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: var(--pink02);
    width: 100%;
    margin-bottom: 5px;
}

.cost-text {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}

.btn-part {
    float: left;
   
}

.btn-part .save-btn {
    width: auto;
    float: left;
    background: var(--fourth);
    min-width: 120px;
    text-align: center;
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius:6px;
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.save-btn:hover {
    color: var(--fourth) !important ;
    background-color: transparent;
    border:1px solid var(--fourth);
}

.btn-part-2 {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.btn-part-3 {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.btn-part-4 {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.btn-part-5 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.form-control {
    padding-left: 0
}

.form-control[type="time"],
.form-control[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control[type="date"] {
    background: var(--white) url('../images/date-2.svg') no-repeat scroll 100% center;
    background-size: 19px;
    padding-right: 0;
    height: 32px;
    text-align: left;
}

.form-control[type="time"] {
    background: var(--white) url('../images/time-2.svg') no-repeat scroll 100% center;
    background-size: 19px;
    padding-right: 0;
    height: 32px
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    /* display: none; */
    -webkit-appearance: none;
    opacity: 0
}

/*-- Master Template --*/
.common-part {
  padding: 20px 20px;
  width: 100%;
}

.title-2 {
    width: 100%;
    margin-bottom: 12px;
    font-size: 18px;
    color: var(--darkgreen);
}
.title-3 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    padding:5px;
    color: var(--darkgreen);
   /* background-color: var(--bgBox);*/
}

.bot-border {
    padding-bottom: 10px;
    position: relative;
}

.bot-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: var(--fourth);
}

.datatable-part .dt-buttons.btn-group .btn {
    width: auto;
    float: left;
    background: none;
    min-width: auto;
    text-align: center;
    color: var(--black) !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 16px;
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin: 3px;
    border: 1px solid transparent;
    outline: none !important;
}

/* .datatable-part .dt-buttons.btn-group .btn:hover { background: var(--lightgreen); color: var(--darkgreen) !important; border: 1px solid var(--darkgreen) !important; } */
.datatable-part .table {
    border: 0;
    border-spacing: 0px 10px;
    /*border-collapse: separate;*/
    border-collapse: collapse;
    cursor:pointer;
}

.datatable-part .table td {
    border: 0;
    font-size: 13px;
}

.datatable-part .table tr td:first-child {
    border-radius: 0px 0 0 0px;
}

.datatable-part .table tr td:last-child {
    border-radius: 0 0px 0px 0;
}

    .datatable-part .table thead th {
        flex: 0 1 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: var(--primary);
        border-bottom: 0;
        border: 0;
        background: var(--white);
        vertical-align: middle;
        text-transform: uppercase;
        
        text-align:left!important;
    }

.table-part table>tbody>tr>* {
    box-shadow: inset 0 0 0 9999px var(--bgtr1);
}

.table-part table>tbody>tr:nth-child(2n)>* {
    box-shadow: inset 0 0 0 9999px var(--bgtr2);
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background: none
}

 
.datatable-part table.dataTable thead > tr > th.sorting::after,
.datatable-part table.dataTable thead > tr > th.sorting_asc::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #808080;
    opacity: 0.7 !important;
    /*top: 15px;*/ /*JC*/
   
}
.datatable-part table.dataTable thead > tr > th.sorting,
.datatable-part table.dataTable thead > tr > th.sorting_asc {
    padding-top:2px; padding-bottom:2px /*JG*/
}
.datatable-part table.dataTable thead > tr > th.sorting::before,
.datatable-part table.dataTable thead > tr > th.sorting_asc::before {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: var(--darkgreen);
    opacity: 0.7 !important;
}



.datatable-part table.dataTable thead > tr > th.sorting::before,
.datatable-part table.dataTable thead > tr > th.sorting::after {
    opacity: 0.9 !important;
    top:5px;/*JG*/
    bottom:auto;/*JG*/
}

/*ADDED BY JG*/


.dataTables_filter {
    /*width: 33%;*/
    width:auto;
    float: right;
    margin-top: 5px;
   box-sizing:border-box !important;
}

/* -- 31 Jan -- */
.datatable-part .dataTables_filter label {
    font-size: 14px;
    color: var(--black);
    font-weight: 500 !important;
}

.datatable-part .dataTables_filter .form-control {
    border: 1px solid var(--secondary); /*JG*/
    border-radius: 30px;
    padding: 6px 15px;
    margin-right: 20px; /* JG*/
}

.datatable-part .dt-buttons.btn-group {
    float: right;
    margin-top: 7px;
}

.datatable-part .dt-buttons {
    /* float: left;
    width: 100%;
    margin-bottom: 7px; */
}

.datatable-part .dt-buttons .dt-buttons {
    width: 4%;
    display: flex;
    justify-content: end;
}

/* -- 31 Jan -- */
.datatable-part .dataTables_length {
    width: auto;
    float: right;
    margin-right: 10px;
    padding: 0 !important;
    line-height: 1;
    font-size: 14px;
    margin-top: 6px;
    margin-left: 10px;
}

.datatable-part .dataTables_info {
    width: auto;
    float: left;
    padding: 15px 10px 0px !important;
    line-height: 1;
    font-size: 14px;
    color: #808080;
    cursor: pointer;
    height: 40px;
    min-width: 80px;
}
.dataTables_info:hover {
    background-color: var(--bordercolor);
    color: #808080!important;
    border-radius: 4px;
    outline: none !important;
    height: 40px;
    min-width: 80px;
    width: auto;
    float: left;
    padding: 15px 10px 0px !important;
    line-height: 1;
}

/*-- 31 Jan --*/
.datatable-part .dataTables_length label {
    margin: 0;
}

.datatable-part .dataTables_length .custom-select {
    line-height: 1;
    padding: 0 20px 0 5px;
}

.datatable-part .pagination {
    background-color: var(--white);
    border-color: var(--darkorange);
    color: var(--black);
    font-size: 14px;
    margin-top: -3px !important;
    padding: 5px;
    border-radius: 10px;
}

.datatable-part .page-item.active .page-link {
    background-color: var(--green01);
    border-color: var(--green02);
    color: var(--black);
    outline: none !important;
}

.datatable-part .pagination li .page-link {
    background-color: var(--white);
    /* border-color: var(--darkorange); */
    border-color: transparent;
    color: var(--black)!important;
    font-size: 20px;
    border-radius: 20px;
    min-width: 35px;
    text-align: center;
    outline: none !important;
    font-family: monospace;
    font-size: 17px;
}

.page-link:focus {
    outline: none !important;
    box-shadow: none;
}

.datatable-part .pagination #datatable1_previous .page-link,
.datatable-part .pagination #datatable1_next .page-link {
    background: var(--darkgreen);
    border-radius: 20px;
    color: var(--white);
}

.datatable-part .pagination li {
    margin: 0 5px;
}

.btn.btn-action {
    padding: 0px 3px;
    height: auto;
    line-height: 1;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
}

.btn.btn-action.btn-view {
    color: var(--purple02)
}

.btn.btn-action.btn-edit {
    color: var(--green02)
}

.btn.btn-action.btn-trash {
    color: var(--pink02)
}

/*.datatable-part table.table-striped>tbody>tr:nth-child(odd)>* {
    box-shadow: inset 0 0 0 9999px var(--bgtr1)
}

.datatable-part table.table-striped>tbody>tr:nth-child(even)>* {
    box-shadow: inset 0 0 0 9999px var(--bgtr2);
}*/

.editable-input {
    width: 100% !important;
    border: 1px solid #eee !important;
    padding: 6px !important;
    height: auto !important;
    min-height: 30px;
    font-size: 14px !important;
    box-shadow: none;
    max-width: 160px;
}

.table-part .table td .form-group:last-child {
    margin-bottom: 0;
}

.table-part .table td .form-group .form-control {
    background-color: transparent !important;
}

.submit-btn,
.btn-common {
    width: auto;
    float: left;
    background: var(--fourth);
    min-width: 120px;
    text-align: center;
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 6px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid transparent;
    box-shadow: none;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.5s;
}

.submit-btn:hover,
.btn-common:hover,
.loginbutton:hover {
    background: var(--transparent);
    color: var(--fourth) !important;
    border: 2px solid var(--fourth) !important;
}

.clear-btn, .back-btn {
    width: auto;
    float: left;
    background: #919191;
    min-width: 120px;
    text-align: center;
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 6px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid transparent;
    box-shadow: none;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.5s;
}

    .clear-btn:hover, .back-btn:hover {
        background: var(--black);
        color: var(--white) !important;
        border: 1px solid var(--black) !important;
    }

.close-btn{
    width: auto;
    float: left;
    background: #919191;
    min-width: 120px;
    text-align: center;
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 6px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid transparent;
    box-shadow: none;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.5s;
}


.close-btn:hover {
    background: var(--black);
    color: var(--white) !important;
    border: 2px solid var(--black) !important;
}
    .dt-button-collection.dropdown-menu, .dt-info-collection.dropdown-menu {
    background: var(--white);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #ccc;
    border: 0;
    cursor: pointer;
    /* top: 296px!important;*/
    overflow-x: auto;
    max-height: 207px;
    z-index: 2;
    /*  left: 158.5px!important;*/
}


.dt-button-collection.dropdown-menu li,.dt-info-collection.dropdown-menu li {
    padding: 0;
    width: 100%;
    /*! float: left; */
    width: 100%;
    border-bottom: 1px solid #eee;
}

.dt-button-collection.dropdown-menu li a ,.dt-info-collection.dropdown-menu li a {
    color: var(--lightgray);
    font-size: 14px;
    padding: 10px 0;
    display: inline-block;
}

.dt-button-collection.dropdown-menu li:last-child,.dt-info-collection.dropdown-menu li:last-child {
    border-bottom: 0;
}

.dt-button-collection.dropdown-menu li.active a ,.dt-info-collection.dropdown-menu li.active a {
    color: var(--black);
}
.dt-info-collection{
    height:100px!important;
}
/*---checkbox---*/
.checkbox-container.disabled .checkmark {
    background: var(--lightgray);
    cursor: no-drop;
}

/* .checkbox-container.disabled input:checked ~ .checkmark::after {border: 1px solid var(--gray);} */
.elements-part .checkbox-container {
    width: 25%;
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-container {
    float: left;
    width: 30%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border: 1px solid var(--darkgreen)
}

.checkbox-container input:checked~.checkmark {
    background-color: var(--darkgreen)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked~.checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkbox-container .checkmark.radio::after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.checkmark.radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border-radius: 50%;
}

.checkbox-container input:checked~.checkmark.radio {
    border-color: #0e4d92;
}

.elements-part .form-label {
    margin-bottom: 7px;
}

/*Toggle button css form*/
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 18px;
}

.toggle-switch {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0px;
    text-align: left;
    font-size: 14px;
}

.toggle-switch span.disk-text {
    color: var(--darkgreen);
    display: inline-block;
    margin-right: 15px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* slider css */
/* 
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ddd
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -2px;
    background-color: var(--darkgreen);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #f5f5f5;
}

input:focus+.slider {
    box-shadow: none;
}

input:checked+.slider:before {
    -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
} */

/*3-jun-23-JG - REMOVED FROM inbox.html and added here*/
/*
.clsProcess {
    cursor: pointer; 
}

.wrapperLabel {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
    width: 100%;
    margin-bottom: 3px;
}

#modalPopupRequisition .select2-container {
    width: 100% !important;
}

#modalPopupRequisition .form-group {
    min-height: 73px;
}

.new-modal-content .modal-body {
    height: auto !important;
}
    */

/*  .datatable-part table.dataTable thead > tr > th.sorting::after, .datatable-part table.dataTable thead > tr > th.sorting_asc::after {
            top: 5px;
        }*/
/*-------------Modal_Expense_Request_View ------------------*/
/*
.modal-open .modal #the-count {
    font-size: 12px;
    color: var(--tertiary);
}

.modal-open .modal #the-count-dialog {
    font-size: 12px;
    color: var(--tertiary);
}

.modal-open .modal .common-part {
    padding: 20px 0px;
    margin-top: -15px;
}

.modal-open .modal .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.modal-open .modal .content-part {
    box-shadow: 0px 2px 5px transparent;
}

.modal-open .modal .footer-part {
    display: none;
}

.modal-open .modal.clsApproved {
    background-color: rgb(255 255 255) !important;
    color: var(--primary) !important;
}

.modal-open .modal #dtAprrovalList.table td, .table th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: 2px 10px;
    font-size: 14px;
}

.modal-open .modal.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 13px;
    color: var(--primary) !important;
    text-transform: uppercase;
    background-color: var(--white);
}

.modal-open .modal .datatable-part .table thead th {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
    border-bottom: 0;
    border: 0;
    vertical-align: middle;
    text-transform: none !important;
}

.modal-open .modal.table td, .table th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: 2px 10px;
    font-size: 14px;
}

.modal-open .modal.datatable-part .table {
    border-spacing: 0px 0px !important;
}

.modal-open .modal .datatable-part .table td .clsActionBy.text-center {
        text-align: left !important;
    }
    */
           
/*JG - END*/

.modal-xxl {
    max-width: 95% !important;
    width: 92% !important;
    margin: auto !important; /*JG - ADDED TO PLACE MODEL BOX IN CENTER*/
    margin-top: 30px !important;
}
/*.modal-dialog.modal-xl {*/ /*JG - Called wrongly*/
.modal-dialog, .modal-xl {
    max-width: 90%;
    width: 80%;
    margin: auto !important; /*JG - ADDED TO PLACE MODEL BOX IN CENTER*/
    margin-top: 30px !important;
    /*max-height: 450px;*/ /*JG*/
    /*height: calc(100vh - 500px);*/ /*JG-ADDED*/
    /*border: 1px aqua solid !important;*/ /*ADDED FOR TESTING ONLY*/
    /*JG _ REMOVED*/
    /*max-width: 1080px !important;*/
    /*margin-left: auto;*/
    /*margin-top: 0px;*/
    /*padding-top: 34px;*/
}
.modal-content {
    max-height: 700px; /*JG*/
    /*height: calc(100vh - 100px); /*JG-ADDED*/
}

@media only screen and (max-width: 575px) {
    .modal-dialog, .modal-xl {
        margin-top:15px !important;
    }
        .modal-content {
        max-height: 600px; /*JG*/
        
    }
}
        .new-modal-header {
    border: 0;
    padding: 0;
    position: relative;
}

.modal-title {
    font-size: 16px;
    color: var(--darkgreen);
    line-height: 0;
}
    .new-modal-header .close {
    position: absolute;
    right: 0;
    top: 0px;
    background: transparent;
    opacity: 1;
    color: var(--darkgreen);
    text-shadow: none;
    padding: 0;
    line-height: 1;
    font-size: 50px;
    height: auto;
    width: 50px;
    margin: 0;
    font-weight: 400;
    z-index: 999;
    outline: none;
}
    .new-modal-header .close img{
     width:16px;
     height:16px;
    }


/*---31 Jan ---*/
.new-modal-content {
    border-radius: 10px;
    overflow: initial;
}

.new-modal-content .modal-body {
    padding: 30px;
}

    .new-modal-content .modal-body.bgpopup {
        background: var(--white);
    }

.ttl-3 {
    font-size: 15px;
    color: var(--darkgreen);
    margin-bottom: 10px;
    font-weight: 500;
}

.zone-data p {
    font-size: 14px;
    margin-bottom: 10px;
}

.zone-data p:last-child {
    margin-bottom: 0;
}

.zone-data {
    margin-bottom: 20px;
}

/*--- accordion ---*/
.accordion-1 .card-header {
    padding: 0;
    border: 0;
    /*! border-left: 2px solid transparent !important; */
    border-radius: 0 !important;
}

.accordion-1 .btn .icon {
    width: 30px;
    height: 30px;
    z-index: 0;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

button[aria-expanded="true"] .icon {
    background: var(--darkorange) !important;
}

.accordion-1 .btn ,.compareEmpSection .btn {
    width: 100%;
    font-weight: normal;
    color: #424242;
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 0 !important;
    border-bottom: 0 !important;
    padding: 6px 15px !important;
    border-left: 2px solid transparent !important;
    border-radius: 0px !important
}

/*-- 31 Jan --*/
.accordion-1 .btn .icon ,.compareEmpSection .btn .icon{
    width: 18px;
    height: 18px;
    z-index: 0;
    background: var(--lightprimary);
    border-radius: 50%;
    border: 1px solid var(--lightprimary);
}

.accordion-1 .applicantName {
    border: none;
    margin-left: 15px;
    font-size: 15px;
}
.myaccordion .btn .icon i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.accordion-1 .btn-link:hover,
.accordion-1 .btn-link:focus {
    text-decoration: none;
    border: 0 !important;
    border-left: 2px solid var(--darkgreen)!important;
}

.accordion-1 [data-toggle="collapse"] .fa:before, .compareEmpSection [data-toggle="collapse"] .fa:before, .compareEmpSection [data-bs-toggle="collapse"] .fa:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-style: normal;
}

.accordion-1 [data-toggle="collapse"].collapsed .fa:before, .compareEmpSection [data-toggle="collapse"].collapsed .fa:before, .compareEmpSection [data-bs-toggle="collapse"].collapsed .fa:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-style: normal;
}

 
.accordion-1 button[aria-expanded="true"] ,.compareEmpSection button[aria-expanded="true"] {
    color: var(--darkgreen) !important;
    background: var(--white) !important;
    border: none !important;
    border-left: 2px solid var(--darkgreen) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px!important;
}

/*-- 31 Jan --*/
@media (prefers-reduced-motion: reduce) {
    .accordion-1 button[aria-expanded="true"] ,.compareEmpSection button[aria-expanded="true"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.accordion-1 button[aria-expanded="true"] .icon,.compareEmpSection button[aria-expanded="true"] .icon {
    background: var(--darkgreen) !important;
    border: 1px solid var(--darkgreen);
    color: var(--white);
}

.accordion-1 button[aria-expanded="true"] .fa, .compareEmpSection button[aria-expanded="true"] .fa {
    /* color: var(--white) !important; */
    padding-bottom: 2px;
    justify-items: center;
    clear: both;
}


.accordion-1 button[aria-expanded="false"],.compareEmpSection button[aria-expanded="false"] {
    background-color: var(--lightprimary) !important;
}

.accordion-1 .card-body {
    background: var(--white);
    /* background: var(--lightpink2); */
    margin-bottom: 1px;
    border-left: 0px solid var(--darkgreen);
    border-radius: 0 0 0 0px;
}

/*-- 31 Jan --*/
.accordion-1 .card {
    border-radius: 0px;
    margin-bottom: 10px;
    border-color: #DFDFDF;
    /* overflow: hidden; */
}

/*-- 31 Jan --*/

/*--- Employee Profile details ---*/
.employee-detail-part .form-group .form-label::after {
    content: ':';
    position: absolute;
    right: 10px;
    top: -1px;
}

.employee-detail-part .form-group .form-label {
    padding-right: 20px;
    font-size: 14px;
    color: var(--black);
    min-width: 100px;
    position: relative;
    display: inline-flex;
    max-width: 40%;
    font-size: 15px;
}

.employee-detail-part .form-group {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.employee-detail-part .form-group .form-filled {
    display: inline-flex;
    font-size: 15px;
}

.employee-detail-part .form-group .form-filled a {
    color: #000;
    text-decoration: underline;
}

/*---- Icons ---*/
.icons-list {
    float: left;
    width: 100%;
    text-align: center;
}

.icons-list-part {
    float: left;
    width: 120px;
    margin: 5px;
    padding: 10px;
    min-height: 90px;
    border: 1px solid #e8e8e8;
}

.icons-list-img {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    min-height: 25px;
}

.icons-list-name {
    font-size: 14px;
}

/*---- Alert msg ---*/
.alertmsg {
    padding: 10px;
    font-size: 14px;
    line-height: 1.2;
}

.required-star {
    color: var(--red);
    padding-left: 3px;
}

.width-100 {
    width: 100%;
}

/*---31 Jan ---*/
.alertmodal .modal-dialog {
    max-width: 400px!important;
}

.modal-content.primaryalert-modal-content {
    background: #cce5ff;
}

.primaryalert-modal-content .title-2 {
    color: #004085;
    text-align: center;
}

.alert-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.alert-icon img {
    width: 100px;
}

.modal-content.successalert-modal-content {
    background: #fff;
    
}

.successalert-modal-content .title-2 {
    color: #155724;
    text-align: center;
}

.modal-content.dangeralert-modal-content {
    background: #fff;
}

.dangeralert-modal-content .title-2 {
    color: #721c24;
    text-align: center;
}

.modal-content.warningalert-modal-content {
    background: #ffff;
}

.warningalert-modal-content .title-2 {
    color: #856404;
    text-align: center;
}

.modal-content.infoalert-modal-content {
    background: #ffff;
}

.infoalert-modal-content .title-2 {
    color: #0c5460;
    text-align: center;
}

.modal-content.confirmalert-modal-content {
    background: #ffffff;
}

.confirmalert-modal-content .title-2 {
    color: #0c5460;
    text-align: center;
}

.alert-popuppart button.btn.alert {
    margin-right: 5px;
}

.alert-popuppart button.btn.alert:last-child {
    margin-right: 0;
}

.alert-popuppart button.btn.alert:focus {
    box-shadow: none;
}

/*---End 31 Jan ---*/

/*--- Checkbox tree ---*/
.checkbox-container-auto {
    width: auto;
}

.checkbox-container-full {
    width: 100%;
}

.btncontrols {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.btncontrols button {
    cursor: pointer;
}

.btncontrols button.active,
.btncontrols button.active:hover {
    background: #e13300;
    color: #fff;
}

.btncontrols button:hover {
    background: #efefef;
}

.tree input[type=checkbox] {
    vertical-align: middle !important;
}

.tree {
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    float: left;
}

.tree ul {
    display: none;
    margin: 4px auto;
    margin-left: 10px;
    border-left: 1px solid var(--lightgray);
    padding: 0 0 0 20px;
    float: left;
    width: 100%;
}

.tree li {
    padding: 10px 18px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    list-style: none;
    padding: 5px;
    margin: 0;
    float: left;
    width: 100%;
}

.tree li:first-child {
    border-radius: 3px 3px 0 0;
}

.tree li:last-child {
    border-radius: 0 0 3px 3px;
}

.tree label {
    cursor: pointer;
}

.tree input[type=checkbox] {
    margin: -2px 6px 0 0px;
}

.has>label {
    color: #000;
}

.tree .total {
    color: #e13300;
}

.labelfresh {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--black);
}

.con-rltv {
    position: relative
}

.con-rltv input:checked~.checkmark {
    background-color: var(--darkgreen)
}

.con-rltv input:checked~.checkmark:after {
    display: block
}

.con-rltv input~.checkmark {
    left: -30px;
    opacity: 1 !important
}

.con-rltv input[type=checkbox] {
    opacity: 1 !important;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.concheckbox {
    width: 20px;
    height: 20px;
    accent-color: var(--darkgreen);
}


/*--- Screen 11 ---*/
.content-menu .content-menu-ul.menu-start-align {
    justify-content: flex-start;
}

.box-tab.box-tab-lr {
    padding-left: 15px;
    padding-right: 15px;
}

table.dataTable td[data-col="Action"] {
    min-width: 100px;
}

.save-btn.reject-btn {
    margin-left: 10px;
    background: var(--lightred-2);
}

.date-width {
    min-width: 100px;
}

.date-width-150 {
    min-width: 150px;
}

/*--- Screen 12 ---*/
.form-control-value {
    width: 100%;
    font-size: 14px;
    color: var(--tertiary);
    margin-top: 5px;
}

.table-part-2 {
    padding: 10px 30px;
}

.filter-form textarea.form-control {
    height: auto;
    min-height: 50px;
}

.filter-form-detl {
    padding: 30px 30px 15px;
    background: var(--lightpink2);
    border-radius: 20px;
}

/*--- Screen 16 -17 ---*/
.tab-link.w-100 {
    position: relative;
    z-index:1;
}

.table-search {
    position: relative;
}

.table-search-input {
    border: 1px solid #a8a8a8;
    border-radius: 30px;
    padding: 7px 50px 7px 35px !important;
    background: transparent url("../images/search-3.svg") no-repeat 12px center !important;
    background-size: 15px !important;
}

.table-search-btn {
    outline: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    box-shadow: none !important;
    border: 0 !important;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 100%;
    width: 50px;
}

.table-search-btn img {
    width: 8px;
}

.table-btn {
    color: var(--white);
    font-size: 14px;
    background: var(--darkgreen);
    border: 1px solid var(--darkgreen);
    padding: 10px 15px;
    line-height: 1;
    border-radius: 20px;
    font-weight: 500;
    margin-right: 5px;
    cursor: pointer;
}

.table-btn:last-child {
    margin-right: 0;
}

.box-task {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.task-part {
    background: var(--lightpink2);
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.task-part:last-child {
    margin-bottom: 0;
}

.task-part-1 {
    float: left;
    width: 20%;
}

.task-part-2 {
    float: left;
    width: 20%;
    color: var(--darkgreen);
    font-weight: 600;
}

.task-part-3 {
    float: left;
    width: 60%;
    padding-left: 15px;
}

/*--- Login ---*/
.login-left-part {
    background: var(--loginbg);
    padding: 50px;
    float: left;
    height: 100vh;
}

.login-left-inner {
    display: flex;
    align-content: center;
    height: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    /* max-width: 500px; */
    float: right;
}

.login-img {
    width: 100%;
    margin-bottom: 40px;
    float: left;
}

.login-img img {
    max-width: 100%;
}

.login-activities {
    width: 100%;
    float: left;
}

.login-activity {
    display: flex;
    float: left;
    width: 50%;
    align-items: center;
    padding: 10px;
}

.login-activity-txt {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
}

.login-right-part {
    background: var(--white);
    padding: 50px;
    height: 100vh;
}

/* .login-right-inner { display: flex; align-content: center; height: 100%; flex-wrap: wrap; max-width: 340px; margin: 0 auto; float: left;} */
.login-right-inner {
    display: flex;
    align-content: center;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    float: left;
}

.login-heading {
    width: 100%;
    color: var(--black);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.login-logo {
    width: 100%;
    margin-bottom: 30px;
}

.login-logo img {
    width: 130px;
}

.login-text {
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
    color: var(--gray-1);
}

.login-frm {
    width: 100%;
}

.login-frm .form-label {
    font-size: 15px;
}

.form-control.username-field {
    background: transparent url("../images/development1.svg") no-repeat scroll 0px center;
    padding-left: 25px;
    color: var(--white) !important;
}

.form-control.password-field {
    background: transparent url("../images/password.svg") no-repeat scroll 0px center;
    padding-left: 25px;
    color: var(--white)!important;
}

.login-note {
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    color: #FF4040;
}

.login-button {
    width: 100%;
    margin-bottom: 15px;
}

.loginbutton {
    width: auto;
    min-width: 120px;
    color: var(--white);
    background: var(--darkgreen);
    border: 0;
    box-shadow: none;
    border-radius: 6px;
    padding: 14px;
    line-height: 1;
    font-weight: 700;
    border: 2px solid var(--darkgreen) !important;
    transition: 0.5s;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
}

.login-forget {
    width: auto;
    margin-bottom: 15px;
    font-size: 13px;
    color: var(--gray-1);
    text-align: right;
    position: relative;
    top: 15px;
    float: right;
}

.login-forget a {
    font-size: 13px;
    color: var(--gray-1);
    text-decoration: underline;
}

/*--- Screen 23 ---*/
.text-custom-truncate {
    display: -webkit-box !important;
    max-width: 230px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.form-comparison .table thead tr th {
    background-color: transparent;
    z-index: 10;
    border-bottom: 0;
    vertical-align: middle;
}

.form-comparison table tbody th {
    background: var(--gray-2);
    /* position: sticky;top: 0; */
    border-color: var(--bordercolor-2);
}

.form-comparison .table-responsive {
    overflow-x: inherit !important
}

.form-comparison {
    padding: 15px 30px;
}

.comparison-th {
    background: var(--bgpopup);
    text-align: center;
    /*padding: 15px 20px;*/
    padding:10px;
    border-radius: 20px;
    position: relative;
    width: 160px;
    display: inline-block;
    margin: 0 auto;
}

.close-img {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -10px;
    left: 0;
}

.simple-head {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 2px solid var(--bordercolor);
}

.compare-btn {
    width: auto;
    float: left;
    background: var(--darkgreen);
    text-align: center;
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 90px;
    margin: 0 0 5px 0;
}

.reset-btn {
    width: auto;
    float: left;
    text-align: center;
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
    background: var(--lightred-2);
    min-width: 90px;
}

.add-emp-button {
    background: rgba(228, 228, 228, 0.5);
    padding: 15px 10px;
    border-radius: 20px;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    border: 0;
    font-size: 14px;
    min-width: 160px;
    text-align: center;
    cursor: pointer;
}

.add-emp-button img {
    margin-right: 7px;
    margin-top: -3px;
}


/*--- Screen 10 ---*/
.form-print {
    padding:20px 20px;
}

.form-print-01 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.form-print-01 tbody tr {
    border-bottom: 1px solid var(--bordercolor);
}

.form-print-01 .table-print-scroll tbody tr {
    border-bottom: 0;
}

.form-print-01 tbody tr:last-child,
.form-print-01 tbody tr.no-border-bottom {
    border-bottom: 0;
}


/*--- Screen 20 --*/
.emp-dtl-part {
    background: var(--bgpopup);
    padding: 15px;
    width: 100%;
    display: flex;
    position: relative;
}

.emp-img {
    margin-right: 25px;
}

.emp-data {
    margin-right: 30px;
}

.emp-data:last-child {
    margin-right: 0;
}

.emp-data-1 {
    margin-right: 30px;
}

.emp-data-pos {
    width: 100%;
    color: var(--black);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.emp-name {
    width: 100%;
    color: var(--darkgreen);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.emp-email {
    width: 100%;
    color: var(--gray-3);
    font-size: 13px;
    font-weight: 400;
}

.emp-ttl {
    width: 100%;
    color: var(--darkgreen);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.emp-text {
    width: 100%;
    color: var(--gray-3);
    font-size: 14px;
    font-weight: 400;
}

.tab-emp-detail .nav-tabs {
    display: none;
    background: var(--green01);
}

.tab-emp-detail .nav-tabs .nav-item .nav-link {
    color: var(--darkgreen);
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0px;
    border: 0;
    outline: none !important;
    background: none;
}

.tab-emp-detail .nav-tabs .nav-item .nav-link.active {
    border-bottom: 3px solid var(--darkorange);
    background: none;
}

.tab-emp-detail .nav-tabs .nav-item {
    padding: 0 12px;
    text-align: center;
}

/*---- Screen 25-26 ---*/
.edit-link {
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
    
}

    .edit-link:hover {
        opacity: inherit;
    }
.frm-grp-brdr {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bordercolor-2);
}

.family-grp, .pnlBox {
    position: relative;
    float: left;
    width: 100%;
    background: var(--bgBox);
    border-radius: 20px;
    padding: 15px 25px;
}

.family-more {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

.family-name {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
}

.family-ralation {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary);
    margin-top: 5px;
}

.family-date {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: var(--gray);
    margin-top: 5px;
}

.addmore {
    background: var(--fourth);
    padding: 8px;
    float: left;
    line-height: 0;
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    margin: 15px 0 0;
    border-radius: 100px;
    font-weight: 700;
    border: 2px solid transparent;
    transition: 0.5s;
    right: 40px;
    position: fixed;
    bottom: 40px;

}

.addmore:hover {
    background: var(--white);
    color: var(--fourth);
    border: 2px solid var(--fourth);
    text-decoration: none;
}

/*.addmore svg {
    margin-right: 3px;
}*/

.addmore:hover svg path {
    fill: var(--fourth);
}

#dvBtnDelete:hover svg path {
    fill: var(--red);
}
.box-tab-btn:hover img{
    color: var(--red);
}

.main-header svg path {
    fill: var(--primary);
}

.more-menu-dropdown {
    position: absolute;
    top: 30px;
    width: 60px;
    border: 0;
    padding: 15px;
    box-shadow: 0px 0px 12px #dfdfdf;
    right: 0;
    z-index: 1;/*JG changed from 9999*/
    background: var(--white);
    border-radius: 5px;
}

.more-menu-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.more-menu-dropdown ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid var(--bordercolor);
}

.more-menu-dropdown ul li:last-child {
    border-bottom: 0;
}

.more-menu-dropdown ul li a {
    font-size: 14px;
    color: var(--black);
    text-decoration: none;
    width: 100%;
    padding: 7px 0;
    display: inline-block;
}

/*---- Screen 21 ---*/
.datatable-part-scroll .table-responsive {
    display: inline-table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*---- Screen 21 ---*/
.print-btn {
    position: relative;
    float: right;
    top: -35px;
    z-index: 9;
    cursor: pointer;
}

.print-btn button {
    position: absolute;
    right: 0;
    top: 10px;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}

/*--- Index --*/
.expense-part {
    padding: 20px 30px;
    width: 100%;
    background: var(--lightpink);
    display: flex;
    margin-bottom: 15px;
}

.expense-ttl {
    margin-right: 15px;
    font-size: 16px;
    color: var(--darkgreen);
    font-weight: 500;
    max-width: 15%;
}

.expense-part {
    padding: 20px 30px;
    width: 100%;
    background: var(--lightpink);
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.expense-ttl {
    margin-right: 15px;
    font-size: 16px;
    color: var(--darkgreen);
    font-weight: 500;
    max-width: 15%;
}

.expense-div {
    margin-right: 15px;
}

.expense-div:last-child {
    margin-right: 0;
}

.expense-lbl {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--black);
    width: 100%;
    margin-bottom: 3px;
    text-transform: uppercase
}

.expense-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--black);
    width: 100%;
    margin-bottom: 3px;
}

.totalpart-tab-main {
    float: left;
    width: 100%;
    background: var(--white);
    margin-top: 15px;
    padding: 10px 0px;
    border-radius: 6px;
    box-shadow: 0px 2px 5px #dedede;
    
}

.totalpart-tab {
    float: left;
    width: 100%;
    /* background: var(--lightpink2);*/
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px 20px;
}

.totalpart {
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    width: 200px;
    text-align: left;
}

.totalpart-amt {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.totalpart-txt {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.totalpart-1 {
    background: white;
    box-shadow: 0px 0px 0px grey;
    -webkit-transition: box-shadow .6s ease-out;
    box-shadow: 0.8px 0.9px 3px #333;
}
 

.totalpart-1 .totalpart-amt {
    color: #FF965D;
}

.totalpart-2 {
    background: white;
    box-shadow: 0px 0px 0px grey;
    -webkit-transition: box-shadow .6s ease-out;
    box-shadow: 0.8px 0.9px 3px #333;
}


.totalpart-2 .totalpart-amt {
    color: #49C96D;
}

.totalpart-3 {
    background: white;
    box-shadow: 0px 0px 0px grey;
    -webkit-transition: box-shadow .6s ease-out;
    box-shadow: 0.8px 0.9px 3px #333;
}


.totalpart-3 .totalpart-amt {
    color: #22CCE2;
}

.submit-btns {
    width: auto;
    float: left;
    background: var(--darkgreen);
    min-width: 120px;
    text-align: center;
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 16px;
    line-height: 1;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 5px;
}

.discard-btns {
    width: auto;
    float: left;
    background: var(--lightred-2);
    min-width: 120px;
    text-align: center;
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 16px;
    line-height: 1;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    clear: both;
    margin-top: 10px;
}


/*---23--*/
.form-comparison-01 table tbody th {
    position: sticky;
    top: 0;
    z-index: 1;
    left: 0;

}

.form-comparison-01 .table-responsive {
    overflow-x: auto !important;
    display: block;
    width: 500px;
}

/*-------*/

/*--- calendar ---*/
.calendarContOuter {
    width: 100%;
    height: 600px;
    margin: 0px auto;
    font-size: 14px;
}

.cElemDatePicker {
    font-size: 14px;
}

.calendar-chart-part {
    width: 100%;
    margin-bottom: 30px;
}

.calendar-chart-part img {
    max-width: 100%;
}

.calendar-leave-div {
    padding: 10px;
    background-color: var(--lightprimary) !important;
    font-size: 12px;
    border-radius: 0px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    /* line-height: 0.1;*/
    max-height: 22px;
}

.calendar-leave-date {
    float: left;
    width: 30%;
    font-weight: 600;
}

.calendar-leave-report {
    float: left;
    width: 40%;
}

.calendar-leave-count {
    float: right;
    width:70%;
}

.leave-bg-2 {
    background: rgba(34, 204, 226, 0.3);
}

.leave-bg-3 {
    background: rgba(73, 201, 109, 0.3);
}

.calendar-chart-status {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.calendar-chart-color {
    width: auto;
    align-items: center;
    display: inherit;
}

.leave-color {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 100%;
    margin-right: 5px;
}

.leave-type {
    font-size: 12px;
}

.leave-pink {
    background: #FD7972;
}

.leave-green {
    background: #49C96D;
}

.leave-sky {
    background: #22CCE2;
}

.leave-yellow {
    background: #FFD240;
}

.leave-brown {
    background: #7D2D3E;
}

.leave-gray {
    background: #B6B6B6;
}

.leave-red {
    background: #FF0000;
}

.leave-purple {
    background: #D9B6FF;
}

.leave-orange {
    background: #FF965D;
}

.cMarkedDayEvent111 {
    overflow: visible;
}

.cHiddenEventsCont111 {
    position: absolute;
    width: 105px;
    background: var(--white);
    border: 1px solid var(--white);
    padding: 5px 20px 5px 5px;
    right: 0;
    top: 10px;
    z-index: 999999;
    font-size: 13px;
    box-shadow: 0 0 5px #cecece;
}

.cHiddenEventsCont111 .cHiddenEventsContClose {
    position: absolute;
    right: 4px;
    top: 5px;
}


/*--- Dashboard ----*/
.dashbord-content .title-2 {
    font-size: 18px;
}

.dash-box {
    padding: 20px;
  /*  background: #fff;
    border-radius: 20px;
    position: relative;*/
}

.task-count {
    background: #CEEEDD;
    font-size: 13px;
    font-weight: 700;
    color: var(--darkgreen);
    padding: 7px 15px;
    line-height: 1;
    border: 1px solid var(--darkgreen);
    margin-left: 15px;
    border-radius: 8px;
}

.task-text {
    font-size: 13px;
    font-weight: 500;
    clear: both;
    width: 100%;
    margin-top: 10px;
    min-height: 35px;
}

.dash-box .cost-bg-1 {
    background: rgba(255, 226, 229, 0.3);
}

.dash-box .cost-bg-2 {
    background: rgba(255, 244, 222, 0.3);
}

.dash-box .cost-bg-3 {
    background: rgba(220, 252, 231, 0.3);
}

.dash-box .cost-bg-4 {
    background: rgba(243, 232, 255, 0.3);
}

.cost-bg-1 .task-count1 {
    background: #FF8BA5;
}

.cost-bg-2 .task-count1 {
    background: #FFC4AC;
}

.cost-bg-3 .task-count1 {
    background: #8CEA9F;
}

.cost-bg-4 .task-count1 {
    background: #D9B6FF;
}

.task-part1 {
    width: 100%;
    display: inline-block;
}

.task-box {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    padding: 15px 10px;
    text-align: center;
    border-radius: 15px;
}

.task-box:last-child {
    margin-right: 0;
}

.task-box-part {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 80px;
    align-content: center;
}

.task-count1 {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
}

.dwnld-btn {
    background: var(--darkgreen);
    color: var(--white) !important;
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 15px;
    float: right;
    border-radius: 20px;
    position: absolute;
    right: 15px;
    top: 25px;
    transition: 0.3s;
    border: 1px solid var(--darkgreen);
    display: flex;
    font-weight: 700;
}

.dwnld-btn svg {
    margin-right: 5px;
}

.dwnld-btn:hover {
    background: var(--lightgreen);
    color: var(--darkgreen) !important;
    border: 1px solid var(--darkgreen) !important;
    text-decoration: none;
}

.dwnld-btn:hover svg path {
    fill: var(--darkgreen)
}

.scorecard-data {
    display: inline-block;
    width: 100%;
}

.scorecard-img {
    float: left;
    width: 40%;
}

.scorecard-img img {
    max-width: 100%;
}

.scorecard-txt {
    float: left;
    width: 60%;
    padding-left: 15px;
    line-height: 1.1;
}

.scorecard-txt strong {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.scorecard-txt p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
}

.dash-box-testimonial {
    padding: 30px 20px 0px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    float: left;
    width: 100%;
    border: 3px solid var(--darkgreen);
}

.dash-box-testimonial::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    left: -3px;
    top: 25%;
    background: #F7B61E;
}

.dash-box-testimonial::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    right: -3px;
    top: 25%;
    background: #F7B61E;
}

.left-testimonial {
    float: left;
    width: 75%;
    padding-right: 10px;
}

.right-testimonial {
    float: right;
    width: 25%;
    text-align: right;
}

.right-testimonial img {
    max-width: 100%;
}

.testimonial-text {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0px 25px;
    /* border: 3px solid #F7B61E; */
    font-size: 14px;
    font-style: italic;
    color: var(--black);
    /* text-decoration: underline; */
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}

.testimonial-text::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -5px;
    background: var(--white) url("../images/quote-1.svg") no-repeat scroll top left;
    width: 40px;
    height: 40px;
}

.testimonial-text::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -5px;
   /* background: var(--white) url("../images/quote-2.svg") no-repeat scroll bottom right;*/
    width: 40px;
    height: 40px;
}

.testimonial-author {
    /*  float: right;*/
    width: auto;
    font-size: 14px;
    font-weight: 500;
   /* margin: 10px 0;*/
    text-align: center;
    color: var(--darkgreen);
}

.author-designation {
    clear: right;
    display: inherit;
    font-size: 12px;
    color: var(--black);
}

.dash-box.dash-bday {
    float: left;
    width: 48%;
    margin: 25px 0 0;
    padding-top: 20px;
    padding-right: 10px;
}

.bday-part {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    padding-right: 30px;
    background: transparent url(../images/chat.svg) no-repeat scroll top right;
}

.bday-img {
    margin-right: 10px;
}

.bday-name {
    font-size: 13px;
    font-weight: 500;
}

.bday-date {
    color: #B0B0B0;
    font-size: 12px;
    clear: both;
    display: block;
    font-weight: 400;
}

.bday-part:last-child {
    margin-bottom: 0;
}

.bday-part-open {
    width: 100%;
    float: left;
    border: 1px solid var(--bordercolor);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.bday-open-text {
    color: #8A9099;
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.bday-part-btn {
    float: left;
    width: 100%;
}

.bday-part-btn .submit-btn {
    font-size: 12px;
    min-width: auto;
    padding: 10px 15px;
}

.bday-icons-parts {
    float: right;
    width: auto;
    padding-top: 5px;
}

.bday-icons-parts a {
    float: left;
    margin: 3px;
}

.bday-part-full {
    float: left;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) white;
    padding-right: 5px;
}

.bday-part-full::-webkit-scrollbar {
    width: 3px;
}

.bday-part-full::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.dash-box.dash-thought {
    float: right;
    width: 48%;
    margin: 25px 0 0;
   /* background: #F5FEF8 url("../images/thought.svg") no-repeat scroll 90% 90%;*/
    padding-top: 20px;
    min-height: 265px;
}

.thought-text {
    width: 100%;
    padding: 0 0 25px;
    font-size: 16px;
    font-style: italic;
    color: var(--black);
    font-weight: 500;
    line-height: 22px;
}

.calender-left {
    float: left;
    width: 55%;
}

.dash-calender {
    float: left;
    width: 100%;
}

.calender-left-inner {
    background: var(--loginbg);
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
}

.title-3 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}

.calendar-task-name {
    float: left;
    width: auto;
    color: #3F434A;
    font-size: 12px;
}
.top-document {
    display: none;
}
.calendar-chart-div1 .calendar-leave-div {
    margin-bottom: 5px;
}

.calendar-chart-div1 .calendar-leave-report {
    font-size: 12px;
}

.calendar-leave-div.calendar-bg-1 {
    border-left: 4px solid #FF965D;
    background: rgba(255, 150, 93, 0.3);
}

.calendar-leave-div.calendar-bg-2 {
    border-left: 4px solid #22CCE2;
    background: rgba(34, 204, 226, 0.3);
}

.calendar-leave-div.calendar-bg-3 {
    border-left: 4px solid #49C96D;
    background: rgba(73, 201, 109, 0.3);
}

.calendar-leave-div.calendar-bg-4 {
    border-left: 4px solid #FFD240;
    background: rgba(255, 210, 64, 0.3);
}

.calender-left-inner .calendar-chart-status {
    background: var(--white);
    padding: 10px 20px;
    border-radius: 20px;
}

.calender-right {
    float: right;
    width: 40%;
}

.calender-right .cmvCalendarContWithBorders td {
    height: 20px !important;
    border: 0 !important
}

.calender-right .calendarContOuter {
    height: 290px;
}

.calender-right .cContHeaderSections .cContHeaderMenuSections {
    display: none;
}

.dash-select-input {
    border: 1px solid #a8a8a8;
    border-radius: 11px;
    width: auto;
    padding: 5px 10px;
    height: auto !important;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50px;
}

.magazine-part {
    float: left;
    width: 100%;
    background: var(--white);
    border-radius: 20px;
    margin-top: -70px;
}

.magazine-part img {
    max-width: 100%;
}

.magazine-header {
    float: left;
    width: 100%;
    padding: 20px 20px 10px;
}

.magazine-img {
    float: left;
    width: 100%;
}

.magazine-footer {
    float: left;
    width: 100%;
    padding: 20px;
}

.magazine-footer-left {
    float: left;
    width: 65%;
}

.magazine-footer-right {
    float: right;
    width: 35%;
}

.magazine-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.badge-green {
    color: var(--white);
    font-size: 12px;
    background: var(--lightgreen);
    color: var(--darkgreen);
    padding: 9px 15px;
    line-height: 1;
    border-radius: 20px;
    font-weight: 500;
    float: left;
}

.magazine-footer-right .table-btn {
    text-transform: uppercase;
    padding: 12px 15px;
    border-radius: 15px;
    line-height: 1;
}

.dash-gallery {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
}

.gallery-txt {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.gallery-part {
    float: left;
    width: 100%;
}

.gallery-img {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.gallery-img:last-child {
    margin-right: 0;
}

/*---31 Jan ---*/
.file-upload-part {
    /* width: auto; */
    width: 100%;
    float: left;
    margin: 3px 0px 0 0;
    border: 1px solid var(--lightgreen);
    background: var(--lightgreen);
    padding: 5px;
}

.file-upload-img {
    float: left;
    /* width: 100%; */
    text-align: center;
}

.file-upload-img img {
    width: 80%;
}

.file-upload-txt {
    text-align: left;
    width: 80%;
    float: left;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.select2-selection--multiple textarea {
    display: none;
}
.select2-container {
    width: 100%!important;
   z-index: 1;
}

.select2-container.select2-container--open {
    width: auto !important;
}
    .select2-container.select2-container--open.select2-container--below, .select2-container.select2-container--open.select2-container--above {
        width: 100% !important;
    }
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}
/*
.select2-container--default .select2-selection--multiple {
    cursor: pointer;
}
.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 0;
    top: 45%;
    border-top: 5px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select2-container--open .select2-selection--multiple:before {
    border-top: none;
    border-bottom: 5px solid #000;
}
    */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
    
    margin-top: 2px;
    padding: 1px 5px;
    color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-bottom: 0;
    line-height: 1;
}
.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f7;
    color: var(--black);
}
.select2-container--default .select2-dropdown .select2-results__option--selected {
    background-color: #eee !important;
    color: var(--black);
}
.form-seach-cas-drop .select2-selection, .form-seach-cas-drop .bootstrap-select > .dropdown-toggle.bs-placeholder {
    border-left: none !important;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    color: var(--tertiary)!important;
    border-bottom: 1px solid var(--black) !important;
    background: transparent url(../images/arrow-down.svg) no-repeat scroll right center !important;
    padding: 4px;
    height: auto;
}
.fromto {
    font-size: 13px;
}
/*.form-seach-cas-drop .select2-selection .select2-selection__arrow, .bootstrap-select > .dropdown-toggle:after {
        display: none;
    }*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: auto;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: auto;
        bottom: 10px;
        right: 0;
        left: auto;
        display: block;
        border-color: var(--black) transparent;
    }
.form-seach-cas-drop .select2-selection {
    background-image: none!important;
}
.form-seach-cas-drop .select2-selection .select2-selection__rendered {
    padding: 0;
    height: 28px;
}
    .form-seach-cas-drop .select2-selection.select2-selection--multiple .select2-selection__rendered {
        height: auto;
    }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}
    .select2-dropdown {
    max-height: 50vh;
    width: 100%;
    overflow-y: auto;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    text-align: left;
    list-style: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--tertiary);
}
    .select2-dropdown .select2-search__field {
    border: 1px solid var(--bordercolor) !important;
    padding: 10px;
    height: 37px;
}



.select2-dropdown .select2-results {
    padding:5px 0;
}

.select2-dropdown .select2-results__option {
    /*border-bottom: 1px solid var(--bordercolor) !important;*/
    color: var(--tertiary);
    font-size: 13px;
    line-height: 20px;
    padding:3px 12px;
}

.select2-dropdown .select2-results__option:last-child {
    border-bottom: 0 !important;
}



.select2-container--default .select2-results__option[aria-selected=true] {
    background-color:#fff;
}


    .colorswatches {
    position: fixed;
    right: 0;
    top: 30%;
    background: #fff;
    padding: 10px;
    width: 50px;
    box-shadow: -4px 0px 5px #ccc;
}

.colorswatches a {
    float: left;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    height: 30px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

.colorswatches a:last-child {
    margin-bottom: 0;
}

.colorswatches a#clr0 {
    background: #01994f;
}

.colorswatches a#clr1 {
    background: #010999;
}

.colorswatches a#clr2 {
    background: #99014b;
}

.datatable-part .table tr td.sorting_1:last-child {
    border-radius: 0px 0 0 0px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    display: flex;
    justify-content: center;
    margin-top: 7px;
}

.DTFC_LeftBodyWrapper .table.no-footer tr th.sorting {
    display: none;
}

/* .dataTables_scrollBody thead { display: none; } */

/*---End 31 Jan ---*/

/*--- 16 Feb ---*/
.form-control-value.form-control-value-min {
  min-height: 36px;
}

.family-grp {
  margin: 10px 0;
}

.viewbar.form-control {
  overflow-y: auto;
}

.family-ralation, .family-name, .family-date {
    word-break: break-word;
}

.more-menu-dropdown {
  display: none;
}

/*---End 16 Feb ---*/

/*---Start 22 Feb ---*/
.form-control-value {
  min-height: 18px;
}

.form-control-value.form-control-value-min {
  min-height: 18px;
  max-height: 18px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.form-control-value.form-control-value-min::-webkit-scrollbar {
  width: 7px;
}

.form-control-value.form-control-value-min::-webkit-scrollbar-thumb {
  background-color: rgba(1, 153, 79, 1);
  -webkit-box-shadow: inset 1px 1px 0 rgba(1, 153, 79, 0.5), inset 0 -1px 0 rgba(1, 153, 79, 0.07);
}

.form-control-value.form-control-value-min::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
  background-color: #edfdf3;
  border: 1px solid #edfdf3;
  width: 5px;
}

p {
  font-size: 14px;
}

/*---End 22 Feb ---*/


@media(min-width:768px) {
    .tab-emp-detail .nav-tabs {
        display: flex;
        border-bottom: 0;
    }

    .tab-emp-detail .card {
        border: none;
    }

    /*.tab-emp-detail .card .card-header {
        display: none;
    }

    .tab-emp-detail .card .collapse {
        display: block;
    }*/
}

@media(max-width:767px) {
    .tab-emp-detail .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        margin: 10px 0;
        border: 1px solid var(--bordercolor);
    }

    .tab-emp-detail .card-header {
        background: var(--white);
        font-size: 16px;
        padding: 10px;
        border: 0;
    }

    .tab-emp-detail .card-header a {
        color: var(--darkgreen);
        font-size: 16px;
    }

  .tab-emp-detail .collapse.show {
    border-top: 2px solid var(--darkorange);
  }

}

/* //@import url('/css/other.css'); */


/* //----------------------scrollbar------------- */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #98a3a6;

}
::-webkit-scrollbar-thumb {
    background-color: #b6b6b6;
    border-radius: 6px;
    position:relative;
    border: 6px solid transparent;
    border-radius: 9px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #212529;
    outline: none;
    background: #eee;
}
/* Enhance CSS */
:root {
    --primary: #000;
}

.family-name {
    font-weight: 500;
}


.form-control, .selectize-input {
    border-color: var(--gray-dark);
}

#myTabContent {
    padding-top: 13px;
}

   

.form-control-value {
    color: var(--secondary);
}

.frm-grp-brdr {
    padding-bottom: 10px;
}

.content-tab #myTab .form-group {
    margin-bottom: 1.5rem;
}

.frm-grp-brdr {
    border-bottom: 1px solid var(--gray-dark)
}

.semibold, .notestyle {
    font-weight: 500
}
.notestyle1 {
    color: brown;
    font-size: 14px;
    font-weight: 500;
}
.title-2 {
    font-weight: bold;
}

.content-tab #myTab li a.nav-link {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0.8px 0.9px 3px #aaa;
    transition: all 0.3s;
}

    .content-tab #myTab li a.nav-link:hover {
        box-shadow: 1px 4px 15px #aaa;
    }

    .content-tab #myTab li a.nav-link.active:hover {
        box-shadow: 0.8px 0.9px 3px #aaa;
    }
    /* tab effects */
    .content-tab #myTab li a.nav-link.active::after {
        width: 10px;
        height: 10px;
        right: -5px;
        background: #333;
        top: 20px;
    }

    .content-tab #myTab li a.nav-link, .content-tab #myTab li a.nav-link.active {
        border-width: 1px;
        border-radius: 5px;
        border-left: 3px solid var(--darkgreen)
    }

        .content-tab #myTab li a.nav-link.active, .content-tab #myTab li a.nav-link.active:hover {
            border-left-color: var(--primary);
        }

        .content-tab #myTab li a.nav-link:hover {
            border: 1px solid #000;
            border-left: 3px solid var(--darkgreen)
        }

            .content-tab #myTab li a.nav-link.active .tab-text, .content-tab #myTab li a.nav-link:hover .tab-text {
                font-weight: 500;
            }

            .content-tab #myTab li a.nav-link:hover .tab-link {
                transition: all .4s;
                background: #fff;
            }

            .content-tab #myTab li a.nav-link:hover .tab-text {
                transition: all .4s;
                transform: translateX(10px);
            }

        .content-tab #myTab li a.nav-link.active .tab-text {
            color: var(--darkgreen);
            font-weight: bold;
            transform: translateX(0);
        }

        .content-tab #myTab li a.nav-link:hover::after {
            content: "";
            position: absolute;
            top: 20px;
            right: -5px;
            background: #333;
            width: 10px;
            height: 10px;
            transform: rotate(45deg);
        }

.tab-link {
    background-color: #fff;
    padding: 12px 10px;
}

.content-tab #myTab li .nav-link {
    border-color: #999;
}
/* /tab effects*/


#dvRowTiles {
    padding-right: 30px;
}

.content-tab #myTab li a.nav-link.active .tab-link, .content-tab #myTab li a.nav-link.active .tab-bill, .content-tab #myTab li a.nav-link.active .tab-amnt {
    background-color: #f5f5f5;
    border-radius:5px;
}

.family-grp {
    background: white;
    box-shadow: 0px 0px 0px grey;
    -webkit-transition: box-shadow .6s ease-out;
    box-shadow: .8px .9px 3px #333;
}

    .family-grp:hover {
        box-shadow: 1px 8px 20px #aaa;
        -webkit-transition: box-shadow .2s ease-in;
    }

.more-menu-dropdown {
    padding: 5px 15px 0;
    width: 50px;
    border: 1px solid #aaa;
}

.family-more svg:hover {
    zoom: 1.05;
    transition: all 0.3s
}

.accordion-1 .btn, .compareEmpSection .btn {
    padding: 8px 15px !important;
}
/* Inbox */
.datatable-part table.dataTable thead > tr > th.sorting::after, .datatable-part table.dataTable thead > tr > th.sorting_asc::after {
    color: var(--black);
    opacity: 1 !important;
}

.accordion-1 .collapse.show {
    border-left: 2px solid var(--darkgreen);
}

table.dataTable.table-striped > tbody > tr:nth-child(odd) > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05) !important;
}

.accordion-1 .card {
    border-color: #999;
}

.accordion-1 .btn, .compareEmpSection .btn {
    
    
    
}
    .accordion-1 .btn[aria-expanded="true"], .compareEmpSection .btn[aria-expanded="true"] {
        background: var(--bgBox);
        border-left: 2px solid var(--darkgreen) !important;
        color: var(--darkgreen);
        font-weight: 500;
        
    }

        .accordion-1 .btn .icon, .compareEmpSection .btn .icon {
            background: var(--darkgreen) !important;
            border: 1px solid var(--darkgreen);
            color: var(--white);
        }
        .accordion-1 .btn[aria-expanded="true"] .icon .fa, .compareEmpSection .btn[aria-expanded="true"] .icon .fa {
            padding-bottom: 2px;
        }
    .accordion-1 .btn[aria-expanded="false"], .compareEmpSection .btn[aria-expanded="false"] {
        /*box-shadow: 0.8px 0.9px 3px #aaa;*/
        color: #000;
        background: #fff;
        border-left: 2px solid var(--darkgreen) !important;
        font-weight: 500;
    }
    .accordion-1 .btn.collapsed[aria-expanded="false"]:hover, .compareEmpSection .btn.collapsed[aria-expanded="false"]:hover {
        box-shadow: 1px 4px 15px #aaa;
    }
    .accordion-1 .btn.collapsed[aria-expanded="false"], .compareEmpSection .btn.collapsed[aria-expanded="false"] {
        box-shadow: 0.8px 0.9px 3px #aaa;
    }
        .dataTables_scrollBody {
        margin-top: -6px !important;
    }
.accordion-1 .btn[aria-haspopup="listbox"] {
    border-left: none !important;
    color: #000 !important;
    font-weight: normal !important;
    border-bottom: 1px solid #000 !important;
}
table.dataTable {
    display: inline-table;
}



.page-item.disabled .page-link {
    opacity: 0.5;
}

.dt-button-collection.dropdown-menu li a, .dt-info-collection.dropdown-menu li a {
    color: var(--darkgreen);
}

.accordion-1 button[aria-expanded="false"].collapsed, .compareEmpSection button[aria-expanded="false"].collapsed {
    background-color: #fff !important;
    box-shadow: 0.8px 0.9px 3px #aaa;
    transition: all 0.5s;
    color: var(--black) !important;
}

    .accordion-1 button[aria-expanded="false"].collapsed:hover, .compareEmpSection button[aria-expanded="false"].collapsed:hover {
        box-shadow: 1px 4px 15px #aaa;
    }

/*.accordion-1 button, .compareEmpSection button {
    font-weight: 500 !important;
}*/

    .accordion-1 button[aria-expanded="false"], .compareEmpSection button[aria-expanded="false"] {
        color: var(--darkgreen) !important;
        background: var(--bgBox) !important;
        border-left: 2px solid var(--darkgreen) !important;
        border-bottom: none !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 0px !important;
    }

        .accordion-1 button[aria-expanded="false"] .icon, .compareEmpSection button[aria-expanded="false"] .icon {
            background: var(--darkgreen) !important;
            border: 1px solid var(--darkgreen);
            color: var(--white);
        }
    .accordion-1 button[aria-expanded="true"], .compareEmpSection button[aria-expanded="true"] {
        background-color: var(--bgbox)!important;
        border-bottom: none!important;
    }

    .textareacount, .the-count-dialog {
        padding-top: 5px;
    }

.modal-header {
    box-shadow: 0 5px 5px -5px #aaa;
    
}

.new-modal-header {
    box-shadow: none;
}

.modal-footer {
    border-color: #999 !important;
}


/* /Inbox*/
.family-grp, .pnlBox {
    padding: 10px 25px;
}

.copyright-part {
    display: none
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    color: var(--black);
}
.content-menu {
    box-shadow: 0px 1px 3px #dedede;
}
/* table print */
.table-print {
    font-family: "Poppins", sans-serif;
}
    .table-print.clsLine th {
        padding: 5px;
        background: #eee;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid;
        vertical-align: top;
        text-transform: uppercase;
    }
    .table-print tbody td {
        border: 1px solid;
        padding: 5px;
        font-size: 14px;
    }
/* /table print */
.modal-title {
    font-size: 18px;
    font-weight: bold;
}
.notification-menu li.unread_notif {
    border-left: 4px solid var(--darkgreen);
    background-color: var(--white);
    font-weight: 500;
}

.notification-menu li {
    border-left: 4px solid #ddd;
    border-bottom-color: #999;
    /*background-color: var(--bgBox);*/
}

    .notification-menu li.noti-top {
        background: var(--white) !important;
        border-radius: 0 5px 0 0;
    }

.clsTblBtns:hover, .buttons-print:hover, .buttons-dirleaverpt:hover, .buttons-colvis:hover, .buttons-csv:hover {
    cursor: pointer;
    opacity: 0.8;
}
.buttons-print svg path {
    stroke: var(--dark);
}
#dvBtnView svg path, .buttons-colvis svg path {
    stroke: var(--darkgreen);
}
#dvBtnApprove svg path, .buttons-csv svg path {
    fill: var(--green);
}
#dvBtnReject svg path {
    fill: var(--red);
}
#dvBtnPO svg g {
    stroke: var(--teal);
}
#dvBtnPrint svg g {
    stroke: var(--teal);
}
#dvBtnForeClosure svg path {
    fill: var(--pink);
    
}
#dvBtnForeClosure svg g path {
    stroke: var(--pink);
}
#dvBtnCopy svg path {
    fill: var(--dark);
}
#dvBtnPullOut svg path {
    fill: var(--danger);
    stroke: var(--danger);
}
.table-bordered td {
    font-size: 14px;
}
#btnExpenseAdd svg path {
    fill: var(--fourth);
}
#btnExpenseDelete svg path {
    fill: var(--red);
}
#btnExpenseAdd:hover, #btnExpenseDelete:hover {
    opacity: 0.8;
}
#dvColAnalyticsData {
    box-shadow: -5px 0 5px -5px rgba(0,0,0,.5);
}

.cmvCalendarContWithBorders .cmvMonthTableRowDayHeader td, .rec-Day {
    background-color: var(--bgBox) !important;
}
.rel-Calhead td {
    padding: 0 10px;
}
.rel-Calhead td a {
    color: var(--darkgreen)!important;
}

.clsInOutTime {
    position: absolute;
    width: 100%;
    /*top: 35%;*/
    bottom: -2px;
}

.clsAppFlag {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0px;
    border-top: solid 18px rgb(0 0 0);
    border-left: solid 18px transparent;
}

/* /Enhance CSS*/
/* Two col menu*/

.header-menu .top-menu li .main-dropdown {
    left: -40%;
}
    .header-menu .top-menu li .main-dropdown.twocolumns {
        width: 500px;
       /* left: -100%;*/
        left: -180%; /*Pjha*/
    }

.header-menu .top-menu li .main-dropdown::before {
    left:50%;
}
.header-menu .top-menu li .main-dropdown.twocolumns .main-dropdown-ul {
    column-count: 2;
}
/* /Two col menu*/
.field-br2 {
    width: 47%;
}
    .field-br2 .form-control[type="date"] {
        padding-bottom: 8px;
    }
    .field-br {
        width: 48%;
    }
.field-br .fromto {
    width: 20%;
    display: inline-block;
    margin-right: 0!important;
    margin-left: 0!important;
    
}
    .field-br .clsTxtFromTo {
        width: 77%!important;
       padding-bottom: 8px;
       display: inline-block
    }
.form-50-right.field-br .fromto {
    text-align: center;
}
.hori-scroll {
    overflow-x: scroll;
    width: 100%
}
.table-responsive {
    display: inline-table;
}
.subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: var(--darkgreen);
    font-weight: bold;
}
.modal-open .select2-container {
    z-index: 9999;
}
.noactionicons .clsAction {
  display: none!important;
}
.noactionicons .awq .removeTD.hidden {
    display: block!important;
    visibility: visible;
}

.text-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: var(--darkgreen);
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
    .text-link:hover {
        color: var(--primary);
        cursor: pointer;
        text-decoration: underline;
    }

.tab-tab-content {
    height: 392px;
    overflow: auto;
}
/* Small popup in calender */
#modalPopup.alt1col .modal-dialog {
    max-width: 600px!important;
}
#modalPopup.alt1col .modal-right {
    display: none;
}
#modalPopup.alt1col .modal-left.col-lg-6.col-md-6, #modalPopup.alt1col .modal-left.col-lg-6.col-md-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#modalPopup.alt1col .clsCardBody {
    height: auto !important;
    min-height: 350px;
}
/* /Small popup in calender */

    #divTFPage .checkbox-container {
        padding-left: 20px;
        width: 100%
    }

    /*#divTFPage .checkmark.radio {
        display: none
    }*/

#divTFPage .checkmark.radio {
    width: 14px;
    height: 14px;
    top: 1px;
}

#divTFPage .checkbox-container .checkmark:after {
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    bottom: 0;
    right: 0;
}

#divTFPage .checkbox-container input:disabled ~ .checkmark.radio {
    background-color: #fff;
    border-color: #666
}
#divTFPage .checkbox-container input:disabled:checked ~ .checkmark.radio {
    background-color: #999;
   
}

#divTFPage .checkbox-container input {
    opacity: 0;
    width: auto;
    height: auto;
    left: 0;
    top: 3px;
}
#divTFPage textarea {
    min-height: 33px;
}
.cnborder .clsLblTF, .cnborder .form-label {
    display: inline-block;
    width: 40%;
    float: left;
    margin-top: 10px;
}

.cnborder .form-control-value {
    margin-top: 10px;
}

.cnborder .cnselect, .cnborder .form-control-value {
    display: inline-block;
    width: 60% !important;
    padding-left: 10px; 
}
textarea{
    line-height:10px!important;
}
.cnborder {
    border: 1px solid #ccc;
    padding: 6px 15px 0;
    border-top: none;
    height:70px;
}

    .cnborder.bt {
        border-top: 1px solid #ccc;
    }

.cndiv .row {
    margin: 0 !important
}

    .cndiv .row .cnborder:first-child {
        border-right: none;
    }

@media (max-width: 767px) {
    .cndiv .row .cnborder:first-child {
        border-right: 1px solid #ccc;
    }

    .cndiv .row .cnborder:nth-child(2) {
        border-top: none;
    }
}
#divTFPage select[data-multi="enable"] {
    height: 35px;
}
#divCostBreakup .table td, #divCostBreakup  .table th {
    padding-top: 0;
    padding-bottom: 0;
}
#divCostBreakup .box-amnt {
    padding-left: 0
}
#divCostBreakup .selectize-dropdown [data-selectable].option {
    white-space: normal;
}


/*Menu close in mobile*/
.bar1, .bar2, .bar3 {
    width: 26px;
    height: 3px;
    background-color: var(--black);
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 5px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
}
.altleave .clsCardBody {
    height: auto!important;
    overflow: visible!important;
    min-height: 415px
}
.altleave .modalbody-xl {
    height: auto!important;
    
}
.altleave #leaveAttMsg {
    margin-top: 15px;
}
.altleave #dvColAnalyticsData {
    box-shadow: -5px 0 5px -5px rgba(0,0,0,.5);
}
.altleave .table-print {
    margin-top: 5px;
}
.altleave .table-print th {
    background: var(--darkgreen);
    color: #fff;
    border: 1px solid #ccc;
    font-size: 12px
}
.altleave .table-print td {
    background: aliceblue;
    font-size: 12px;
    border: 1px solid #ccc;
}
#dtCostBrakupList .box-text {
    float: none;
    padding-bottom: 10px;
    width: 100%;
}
.form-control.selectize-control {
    line-height: 0;
}
.inbox-modal #divCostBreakup, .inbox-modal #divExpenseListPart {
    overflow-x: scroll;
    width: 100%;
}
/**************close button / Discard button_hide change_by_PrabhuJha******************/
#btnClose {
    display: none;
}
#btnDiscard{
    display:none;
}
#btnWFHPulloutDiscard{
    display:block;
}
.clear-btn {
    display: none;
}
#btnLeavePulloutDiscard, #btnTODPulloutDiscard, #btnERPulloutDiscard, #btnCloseConfirm, #btnDelInvDiscard, #btnTODConfirmCancle {
    display: block;
}
/*.btn-outline-primary:focus, .btn-outline-primary:active {
    outline: none !important;
    box-shadow: none;
}*/
.submit-btn:focus, .submit-btn:active {
    border: 2px solid#000;
}
 .calendar-right-part .col-md-5, .calendar-right-part .p-1 {
    padding-right: 0 !important
}
.btn-outline-primary:focus{
    border: 2px solid#000;
    outline: none;
  }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: unset !important;
    background: #fff !important;
    color: var(--fourth) !important;
    border: 2px solid#000!important;
}
.btn-outline-primary:focus, .btn-outline-primary.focus::after {
        box-shadow: unset !important;
        background: var(--fourth) !important;
        color: var(--white) !important;
        border: 2px solid#000 !important;
    }
.btn:focus, .btn.focus {
    box-shadow: unset !important;
 }
#dvTransferFormPosition .selectize-control.multi .selectize-input > div {
    margin: 0 5px 5px 0;
    padding: 2px 3px 2px 10px;
    border: 1px solid #999;
    display: block;
    position: relative;
    background: #fff;
}
    #dvTransferFormPosition .selectize-control.multi .selectize-input > div:before {
        position: absolute;
        content: "";
        top: 10px;
        left: 5px;
        width: 3px;
        height: 3px;
        background: #666;
    }
    #dvTransferFormPosition .selectize-control.multi .selectize-input > div.item.active {
        background: var(--darkgreen);
    }
        #dvTransferFormPosition .selectize-control.multi .selectize-input > div.item.active:before {
            background: #fff;
        }

.add-btn svg path {
    fill: var(--fourth);
}
#editRecords svg{
    cursor:pointer;
}
#deleteRecords svg {
    cursor: pointer;
}
#btnviewNodues svg {
    cursor: pointer;
}
/*single selectize-dropdown form-control select-search drpTypeofObject{
    width:auto!important;
}*/

#noDuesDetails svg:hover {
    opacity: 0.6
}

#divTypeOfNoDues {
    display: block;
    margin-top: 15px;
    padding-bottom: 10px;
}

#noDuesDetails .radio-label:before {
    position: relative;
    top: -1px;
}
#noDuesDetails .radio-label {
    font-weight: 500
}

#noDuesDetails .hori-scroll {
    overflow-x: visible;
    overflow-y: visible;
}

@media (max-width: 1350px) {
    #noDuesDetails .hori-scroll {
        overflow-x: scroll;
        width: 100%;
    }

        #noDuesDetails .hori-scroll table {
            width: 1350px
        }
}


input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.overflow-x-hidden{
    overflow-x:hidden !important;
}

/**************add_by_PrabhuJha******************/
/*.bootstrap-select .dropdown-menu {
    max-height:180px!important;
     
}*/

.page-content.notifications {
    height: auto !important;
    max-height: 520px;
}

.top-user .clsEmpInitials {
    width: 36px;
    height: 36px;
    border: 2px solid #999;
    border-radius: 50%;
    margin: 0 auto;
    background-color: var(--white);
    transition: all .3s;
}


    .top-user .clsEmpInitials span {
        height: 44px;
        width: 44px;
        font-size: 14px;
        margin-left: -5px;
        padding: 8px 0 !important;
        display: inline-block;
        color: #666;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }

.profile-highlight .clsEmpInitials {
    width: 60px;
    height:60px;
 }
    .profile-highlight .clsEmpInitials span {
        font-size: 18px;
        padding: 16px 0px !important;
        margin-left: 6px;
    }

.clsNavCancel svg path {
    fill: #606060;
    width: 16px;
    height: 16px;
}
.clsNavCancel svg {
    width:24px;
    height:24px;
}



/************************header-right-last******************/

span.clshelp {
    margin: 12px;
    font-size: 11px;
    font-weight: 600;
}
    span.clshelp:hover {
        color: var(--darkgreen);
    
}
    .part-help{
    position: relative;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.2);
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}
.top-help{
    margin: 0 20px;
    position: relative;
}
.main-header .part-help svg {
    margin:8px;
}
.top-help {
    margin: 0px 0px;
    position: relative;
    margin-left: 20px;
    
}


 

span.clsdocument:hover {
    color: var(--darkgreen);
}

.part-document {
    position: relative;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.2);
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}

.top-document {
    margin: 0 20px;
    position: relative;
}

.main-header .part-document svg {
    margin-top: 6px;
}

.top-document {
    margin: 0px 0px;
    position: relative;
    margin-left: 20px;
}


.search-box:focus {
    width: 340px; /* Bar width+1px */
    /* background-position: 96% center;*/
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.2);
    /* padding: 8px 40px 8px 16px;*/
    top: 0;
    right: 0;
    z-index: 4;
    transition: all .8s ease-out;
    /* transition-duration: 0.4s;*/
    /* -moz-transition-duration: 0.4s;
            -webkit-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;*/
    border: 0;
}

textarea:focus, input:focus {
    outline: none;
}

.right-header:focus {
    width: 300px;
    position: absolute;
}

.right-header {
    width: 160px;
}

.header-search input, .dashboard-search input {
    position: absolute;
    margin-top: -20px;
    background-position: 94% center;
    padding: 10px 30px 10px 16px;
}

.search-box expandright .sep::after {
    border-left: 1px solid #e0e4e9;
    border-right: 1px solid #e0e4e9;
}

.header-search input, .dashboard-search.sep {
    border-left: 1px solid #e0e4e9;
    border-right: 1px solid #e0e4e9;
}
.header-right {
    justify-content: right!important;
}
.header-menu {
    padding-right:10%;
}
.autocomplete {
    position: relative;
}
.header-search {
    display: none;
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .header-menu {
        padding-right: 3%;
    }
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
}

.cElemDatePickerBg {
    display: none;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    top: 20px;
    left: -100px;
    right: 20px;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.clsHeader {
    text-align: center;
    padding-top: 30px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.clsHeader2 {
    text-align: center;
      font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.btnadd {
    width: 24px;
    height: 24px;
    border-style: solid;
    background-image: url(../images/add-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    border: 1px;
    cursor: pointer;
    margin-right: 10px;
    background-color: #fff;
}
.btndelet {
    width: 24px;
    height: 24px;
    border-style: solid;
    background-image: url(../images/deleterow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    border: 1px;
    cursor: pointer;
    margin-right: 10px;
    background-color: #fff;
}

.btnedit {
    width: 24px;
    height: 24px;
    border-style: solid;
    background-image: url(../images/edit-1.svg);
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    border: 1px;
    cursor: pointer;
    margin-right: 13px;
    background-color: #fff;
}

.clslogo {
    padding:10px 0px;
}
/*@media screen and (max-width: 767px) {
    .header-right{
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .right-header {
        width: 132px;
    }
}*/
/************************End-header-right-last******************/

/********PunchInOut******/
.clsClockImg {
    width: 30%;
    background: white;
    padding: 10px;
    border-radius: 50%;
    margin-top: -63px;
    margin-left: 10px;
    position: relative;
}
#modalPunchInOut > .modal-dialog {
    margin-top: 158px !important;
}

.modal-footer.justify-content-center {
    padding: 52px 14px;
}

div#ancNoThanks {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}


 

 