﻿/*@import "/css/loader.css";
@import "/css/popover.css";*/

/*-- content part --*/
.main-content {
  width: 100%;
  padding: 0 0;
  margin-top:30px;
}

.content-part {
    background: var(--white);
    border-radius: 6px;
    float: left;
    width: 100%;
    
    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 20px;
    width: 100%;
}

.form-50-left {
    /*width: calc(50%);*/
    float: left;
    
}

.form-50-right {
    /*width: calc(50% );*/
    float: right;
     
}

.form-label,
.cls-lengthCount {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
    width: 100%;
    margin-bottom: 3px;
}

/*
.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: #f9f9f9;
    padding: 7px 10px;
    text-align: center;
}

.tab-bill {
    float: left;
    width: 50%;
    font-size: 15px;
    line-height: 1.3;
    background: #f9f9f9;
    padding: 7px 10px;
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 10px;
}

.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: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--black);
    width: 100%;
    margin-bottom: 10px;
}

.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: 2;
    color: #3F434A;
}

.radio-label {
    overflow: hidden;
    margin-right: 2em;
}

.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 #ccc;
    font-size: 16px;
    vertical-align: middle;
}

.radio-input:checked + .radio-label:before {
    background: var(--darkgreen);
    box-shadow: 0 0 0 1px var(--darkgreen);
}

.radio-input:focus+.radio-label {}

.box-tab {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

.box-tab-left {
    width: 90%;
    float: left;
}

.box-tab-left-inner {
    display: flex;
}

.box-tab-right {
    width: 10%;
    float: left;
}

.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;
}

.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%;
    padding: 10px 0;
}

.box-text {
    float: left;
    width: 56%;
    font-weight: 500;
    font-size: 13px;
    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;
    margin-top: 10px;
}

.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;
}

.form-control[type="time"] {
    background: var(--white) url('../images/time-2.svg') no-repeat scroll 100% center;
    background-size: 19px;
    padding-right: 0;
}

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;
    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: left;
    margin-right: 10px;
    padding: 0 !important;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 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);
    font-size: 20px;
    border-radius: 20px;
    min-width: 35px;
    text-align: center;
    outline: none !important;
}

.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);*/
    background: #004080;
    color: #fff !important;
    border: 2px solid#004080 !important;
    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 !important;
    transition: 0.5s;
}

    .submit-btn:hover,
    .btn-common:hover,
    .loginbutton:hover {
        background: #fff;
        color: #004080 !important;
        border: 2px solid#004080;
        /* background: var(--transparent);
    color: var(--fourth) !important;
    border: 1px solid var(--fourth) !important;*/
    }

.clear-btn, .back-btn {
    width: auto;
    background: var(--transparent);
    color: #004080 !important;
    border: 2px solid#004080 !important;
    float: left;
    background: #919191 transparent;
    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: #004080;
        /*   background: var(--black);*/
        color: var(--white) !important;
        /*  border: 2px solid var(--black) !important;*/
        border: 2px solid #004080 !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;
    height:250px;
  /*  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-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*/
    
    /*border: 1px aqua solid !important;*/ /*ADDED FOR TESTING ONLY*/
    /*JG _ REMOVED*/
    /*max-width: 1080px !important;*/
    /*margin-left: auto;*/
    /*margin-top: 0px;*/
    /*padding-top: 34px;*/
}

.new-modal-header {
    border: 0;
    padding: 0;
    position: relative;
}
.modal-header {
    box-shadow: 0 5px 5px -5px #aaa;
}
.new-modal-header {
    box-shadow: none;
}
.modal-dialog.modal-dialog-centered{
max-width: 400px !important;
}
.modal-title {
    font-size: 18px;
    font-weight: bold;
}
.modal-title {
    font-size: 16px;
    color: var(--darkgreen);
    line-height: 0;
}

 
    .new-modal-header .close {
    position: absolute;
    right: 0;
    top: 20px;
    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: 10px 10px 10px 10px !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 {
    content: "\f106";
    font-family: "FontAwesome";
    font-style: normal;
}

.accordion-1 [data-toggle="collapse"].collapsed .fa:before,.compareEmpSection [data-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: 10px 10px 0 0 !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: 10px;
    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);
}

.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: -20px;
}

    .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: 9;
}

.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 {
    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: 1px solid transparent;
    box-shadow: none;
    cursor: pointer;
    margin-right: 10px !important;
    transition: 0.5s;
}

    .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: #f5f5f5;
    padding: 70px;
    float: left;
    height: 100vh;
    overflow-x: hidden;
    position: relative;
}
 

.texlist1 {
    line-height: 2em !important;
    font-size: 14px;
}

.clsHeading {
    /* color: #fff; */
    text-decoration: underline !important;
    font-weight: 500;
}
    .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: 24px;
    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;
}
.texlist2 {
    line-height: 2em !important;
    font-size: 14px;
}
.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;
    }
.clsInstruct {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-left: 1.6rem;
}
    .form-control.username-field {
    background: transparent url("../images/development.svg") no-repeat scroll 0px center;
    padding-left: 25px;
    /*color: var(--white) !important;*/ /* JG - login page was not working*/
}
.form-control.mail-field {
    background: transparent url("../images/mail.svg") no-repeat scroll 0px center;
    padding-left: 25px;
    /*color: var(--white) !important;*/ /* JG - login page was not working*/
}
.form-control.phoneicon-field {
    background: transparent url("../images/phoneicon.svg") no-repeat scroll 0px center;
    padding-left: 25px;
    /*color: var(--white) !important;*/ /* JG - login page was not working*/
}

.form-control.password-field {
    background: transparent url("../images/password.svg") no-repeat scroll 0px center;
    padding-left: 25px;
    /*color: var(--white)!important;*/ /* JG - login page was not working*/
}

.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: 1px solid var(--darkgreen) !important;
    transition: 0.5s;
    cursor: pointer;
    float: left;
}

.login-forget {
    width: auto;
    margin-bottom: 20px;
    font-size: 13px;
    color: var(--darkgreen);
    text-align: right;
    position: relative;
    /*  top: 15px;*/
    /*float: right;*/
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    display:block;
}

    .login-forget a {
        font-size: 13px;
        color: var(--gray-1);
        text-decoration: none;
    }
    .login-forget a:hover{
         text-decoration:none!important;
        cursor: pointer;
    }

/*--- 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: 15px 30px 30px;
}

.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: 2px;
    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: 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: block;
    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;
}

.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: 30px;
    border-radius: 20px 20px;
}

.totalpart-tab {
    float: left;
    width: 100%;
    background: var(--lightpink2);
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    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: 13px;
    font-weight: 500;
    line-height: 1;
}

.totalpart-1 {
    background: rgba(255, 229, 215, 0.3);
}

    .totalpart-1 .totalpart-amt {
        color: #FF965D;
    }

.totalpart-2 {
    background: rgba(209, 241, 219, 0.3);
}

    .totalpart-2 .totalpart-amt {
        color: #49C96D;
    }

.totalpart-3 {
    background: rgba(200, 242, 248, 0.3);
}

    .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;
}

.calendar-leave-date {
    float: left;
    width: 30%;
    font-weight: 600;
}

.calendar-leave-report {
    float: left;
    width: 40%;
}

.calendar-leave-count {
    float: right;
}

.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: 30px;
    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: 25px 30px 25px;
    border: 3px solid #F7B61E;
    font-size: 18px;
    font-style: italic;
    color: var(--black);
    text-decoration: underline;
    line-height: 20px;
}

    .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: right;
}

.author-designation {
    clear: right;
    display: inherit;
    font-size: 12px;
}

.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;
    color: var(--black);
    font-weight: 500;
}

.calendar-task-name {
    float: left;
    width: auto;
    color: #3F434A;
    font-size: 12px;
}

.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: 0px 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;
}

.form-seach-cas-drop .select2-selection {
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    color: #3F434A;
    border-bottom: 1px solid var(--bordercolor);
    background: transparent url("../images/arrow-down.svg") no-repeat scroll right center;
    padding: .375rem .75rem .375rem 0;
    height: auto;
}

    .form-seach-cas-drop .select2-selection .select2-selection__arrow {
        display: none;
    }

    .form-seach-cas-drop .select2-selection .select2-selection__rendered {
        padding: 0;
    }

.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-dropdown .select2-search__field {
        border: 1px solid var(--bordercolor) !important;
        padding: 10px;
        height: 37px;
    }

    .select2-dropdown .select2-search--dropdown {
        padding: 10px;
    }

    .select2-dropdown .select2-results {
        padding: 0px 10px 10px;
    }

    .select2-dropdown .select2-results__option {
        border-bottom: 1px solid var(--bordercolor) !important;
        color: #212529;
        font-size: 14px;
    }

        .select2-dropdown .select2-results__option:last-child {
            border-bottom: 0 !important;
        }

.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: var(--lightgreen);
    color: var(--black);
}

.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: 20px 0 0 20px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    display: flex;
    justify-content: center;
}

.DTFC_LeftBodyWrapper .table.no-footer tr th.sorting {
    display: none;
}

/* .dataTables_scrollBody thead { display: none; } */

/*---End 31 Jan ---*/

@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);
    }
}

/* common style */

.hidden {
    display: none;
    visibility: hidden;
}

/* alert box */
.cls-alert-msg {
    position: fixed;
    top: 100px;
    min-width: 400px;
    margin: auto;
}

/* .selectize-dropdown {
    z-index: 99999;
} */
.clserrormgs {
    text-align: right;
    color: red;
    font-size: 12px;
    float: right;
    /* display: none; */
}

/* .disp-none {
    display: none;
}

.disp-block {
    display: block;
} */

/*---------header text--------------*/
.breadcrumb-item2 {
    padding-left: 10px;
}

.breadcrumb .breadcrumb-item1 li a {
    font-size: 14px;
    text-decoration: none;
    color: #0078d4;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.breadcrumb .breadcrumb-item1 li :hover {
    font-size: 14px;
    text-decoration: none;
    color: #0078d4;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.breadcrumb .breadcrumb-item2 .menu-text {
    font-size: 14px;
    color: var(--black);
    align-items: center;
    font-weight: 500;
}



/* attachment style */
.inputfile-box label {
    width: 40px;
    float: left;
    display: flex;
    cursor: pointer;
    position: absolute;
}

.file-button {
    height: 35px;
    min-width: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 1.8em;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: var(--darkorange) !important;
}

    .file-button img {
        transform: scaleY(-1);
        margin-top: -5px;
    }

.delFile {
    float: right !important;
    margin-top: 1px;
    cursor: pointer;
}

    .delFile i {
        color: var(--darkgreen);
    }

.clsViewAttach {
    float: right;
    display: flex;
    width: 40px;
    cursor: pointer;
    margin-top: 10px;
}

.custom-file-input {
    width: 80%;
    float: left;
}

.clsTblAttr {
    margin-top: 20px;
}



/*next prev buttom (9 page)*/

.jp-posts__nav.-next {
    right: 1vw;
}

.jp-posts__nav.-prev {
    left: 1vw;
}

.jp-posts__nav {
    border: 0px solid transparent;
    background-color: transparent;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease;
    z-index: 10;
    cursor: pointer;
}

/*    .jp-posts__nav:hover {
        border: none;
        background-color: var(--darkgreen);
    }*/

.rigbut {
    font-size: 50px;
    /*  color: var(--darkgreen);*/
    color: #004080;
    cursor: pointer;
}

/*    .rigbut:hover {
        color: white;
    }*/

.lefbut {
    font-size: 50px;
    /* color: var(--darkgreen);*/
    color: #004080;
    cursor: pointer;
}

/*    .lefbut:hover {
        color: white;
    }*/

.colorRed {
    text-align: right;
    color: red;
    font-size: 12px;
    float: right;
}



/* //----------------------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
}

.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;
            }

.top-filtersection {
    background: #FFF;
    padding: 18px 0px 6px;
    -webkit-box-shadow: 0px 2px 5px #dedede;
    box-shadow: 0px 2px 5px #dedede;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.user-link-other {
    margin: auto 15px;
    padding-top: 4px;
}
.table.alttable {
    border: none;
    
    
}
    /*.table.alttable tr:nth-child(odd) {
        background: #f5f5f5;
    }*/
     

        .table.alttable td, .table.alttable th {
            border: none;
            padding: 15px;
            border-bottom: 1px solid #ccc;
        }
    .table.alttable th {
          background-color: var(--darkgreen);
       /* background: #6a6d73;*/
        color: #fff;
    }

/*.form-group {
    margin-bottom: 2rem;
}*/




.defaultbtn {
    background: var(--transparent);
    color: #004080 !important;
    border: 2px solid #004080 !important;
    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 var(--fourth) !important;*/
}

    .defaultbtn:hover {
        background: #004080;
         color: var(--white) !important;
         border: 2px solid #004080 !important;
        /* background: var(--transparent);
        color: var(--fourth) !important;
        border: 1px solid var(--fourth) !important;*/
    }

/* Registration Form*/
/*#register {
    max-width: 900px !important;
    margin: 10px auto;
}*/
/*@media (min-width: 768px) and (min-height: 600px) {
    #register {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-45%);
        left: 0;
    }
}*/
/*#register .no-gutters {
    padding: 0 !important;
}*/
/*
    #register .content-part {
        border-radius: 0 6px 6px 0;
        padding: 10px 0 0;
        
    }*/
     /*   .bluebox, #register .content-part {
            height: 540px;
        }*/
       /*     #register .content-part .form-control {
                padding: 5px 0 4px;
            }*/
.bluebox {
    background-color: #004080;
    color: var(--white);
    text-align: center;
    /* background-color: var(--darkgreen);
                color: var(--white);
                text-align: center;*/
}
    .bluebox h1 {
        position: relative; 
        top: 40%;
    }
    .bluebox p {
        position: relative;
        top: 42%;
    }

    .circles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


.hori-scroll {
    overflow-x: scroll;
    width: 100%
}

#MainContent_divOtherAcaEdu {margin-bottom: 0}
.subinfo {
    color: var(--info);
    font-size: 14px;
    margin: 10px 0 20px;
}

.current_openning h3 {
    margin: 10px 0 10px 10px;
    font-size: 14px !important;
    font-weight: 600 !important;
   /* background:#6a6d73;*/
     background: var(--darkgreen);
    padding: 15px;
    color: var(--bgBox);
    margin: 0 0 15px;
}

    .current_openning h3 .post_date {
        float: right;
        display: block;
        text-decoration: none;
        margin-right: 30px;
        font-weight: bold;
    }


.current_openning p label {
    font-weight: 500;
    font-size: 14px;
    color: var(--primary);
    
    margin-right: 5px;
    line-height: 18px;
    width: 220px;
    
   
}

.current_openning p .data {
    line-height: 18px;
    font-size: 14px;
    color: var(--secondary);
 
}

.current_openning p {
    /* border: 1px solid red; */
    float: left;
    clear: both;
    /* margin-right: 15px; */
    /* background-color: #fff; */
    display: block;
    width: 100%;
    padding: 0 0 5px 15px;
    margin: 0px;
    margin-top: 0;
}

.current_openning {
    margin-bottom: 2rem;
    border: 1px solid#ccc;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .current_openning.space {
        clear: both;
        border-bottom: 1px dotted #111;
        height: 10px;
        width: 100%;
    }

    .current_openning a.defaultbtn {
        position: relative;
        margin: 15px 10px 20px;
        width: 120px;
        clear: both;
        display: inline-block;
        margin: 15px 10px 20px;
        width: auto;
    }



.alterror {
    display: inline-block;
    position: absolute;
    font-size: 12px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}



/*Menu close in mobile*/
 
.navbar-collapse {
    flex-grow: 0!important;
}
/*    .bar1, .bar2, .bar3 {
    width: 26px;
    height: 3px;
    background-color:#000;
    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);
}*/






/*heder-Menu close in mobile*/

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid #000;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 3px;
        background-color: #000;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top:7px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(7px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* #Media
================================================== */


button#btnRegister {
    background: var(--transparent);
    color: #004080 !important;
    border: 2px solid #004080 !important;
   
}
    button#btnRegister:hover {
        background: #004080;
        color: #fff !important;
    }
a.submit-btn {
    background: var(--transparent);
    color: #004080 !important;
    border: 2px solid #004080 !important;
}
a.submit-btn:hover{
    background: #004080;
    color: #fff !important;
}








