/*common css*/

body {
    background: #eaf0ff;
    overflow-x: hidden;
}

.main-container .container-fluid {
    position: relative;
}


/*common-multiselect*/

.multiselect-box {
    position: relative;
    background: #ffffff;
}


/* .multiselect-box::after {
    background: #ffffff;
    height: 100%;
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-left: none;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    content: "\e83f";
    font-family: "pixie-hr";
    color: #999999;
    z-index: 2;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
} */

.multiselect-box .btn-group {
    width: 100%;
}

.multiselect-box .btn.multiselect {
    text-transform: none;
}

.multiselect-box .btn.multiselect {
    background: transparent;
    color: #999999;
    border-color: #bbb;
    padding: 3px 20px 3px 10px;
    height: 34px;
    width: 100%;
    text-align: left;
    box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.multiselect-box .form-control {
    border: 1px solid #e5e5e5;
}

.multiselect-box .input-group-btn .btn {
    border: none;
    padding: 7px 5px;
    margin-left: 1px;
}

.multiselect-box .dropdown-menu {
    border-top: none;
    min-width: auto;
    width: 100%;
    /* box-shadow: none; -ms-box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; border-radius: 0; -ms-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; */
}

.multiselect-box .btn-default.active.focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default:focus {
    background: transparent;
    color: #999999;
    box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.multiselect-box .dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: transparent;
    color: #999999;
}

.multiselect-box .btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background: transparent;
    color: #999999;
}

.multiselect-box .btn-group .dropdown-toggle {
    font-size: 12px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px;
}

.multiselect-box .btn-group.open .dropdown-toggle {
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    background: none;
    box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.multiselect-box .btn-group .dropdown-toggle:hover,
.multiselect-box .btn-group .dropdown-toggle:focus {
    border-color: #e5e5e5;
}

.multiselect-box .input-group-addon {
    color: #999999;
    font-size: 10px;
    padding: 2px 7px;
    height: 28px;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.multiselect-box .input-group-btn {
    height: 28px;
}

.multiselect-box .input-group-btn .btn {
    padding: 3px 5px;
    background: #eee;
    border: 1px solid #ccc;
    margin-left: 0;
    border-left: none;
}

.multiselect-box .glyphicon-search:before {
    content: "\e83f";
    font-family: "pixie-hr";
}

.multiselect-container>li>a>label>input[type="checkbox"] {
    margin-top: 2px;
}

.multiselect-box .dropdown-menu label {
    position: relative;
    color: #999999;
    top: 0;
    text-align: left;
    font-size: 12px;
    padding: 4px 20px 4px 25px !important;
    white-space: normal;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
}

.multiselect-box .caret {
    display: none;
}

.multiselect-box .multiselect-clear-filter {
    background: transparent;
    color: #999999;
}

.multiselect-search .input-group-btn .multiselect-clear-filter {
    width: 30px !important;
}


/*for with-date-icon*/

.with-date-icon {
    position: relative;
}

.with-date-icon .form-control {
    padding-left: 27px;
}

.with-date-icon:before {
    content: "\e82d";
    font-family: "pixie-hr";
    position: absolute;
    left: 7px;
    top: 7px;
}


/*for with-time-icon*/

.with-time-icon {
    position: relative;
}

.with-time-icon .form-control {
    padding-left: 27px;
}

.with-time-icon:before {
    content: "\e842";
    font-family: "pixie-hr";
    position: absolute;
    left: 7px;
    top: 7px;
}


/*for datatimepicker*/

.date-box {
    position: relative;
}

.bootstrap-datetimepicker-widget {
    width: 100%;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    height: 100%;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td.active {
    background: #4a90e2;
}

.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td.active:focus {
    background: #317ed6;
}

.bootstrap-datetimepicker-widget .btn {
    background: none;
    padding: 0;
    color: #111111;
}

.bootstrap-datetimepicker-widget .btn span {
    background: none;
    color: #111111;
}

.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.bootstrap-datetimepicker-widget .btn.btn-primary {
    border: 1px solid #eee;
    padding: 10px;
}

.bootstrap-datetimepicker-widget .btn.btn-primary:hover,
.bootstrap-datetimepicker-widget .btn.btn-primary:focus {
    background: #eee;
}


/*for timepicker*/

.bootstrap-datetimepicker-widget .timepicker table td {
    height: 25px;
    line-height: 25px;
    padding: 0;
}

.bootstrap-datetimepicker-widget .timepicker table td span {
    height: 25px;
    line-height: 25px;
}

.bootstrap-datetimepicker-widget .btn {
    height: auto;
}


/*for daterangepicker*/

.daterangepicker.opensleft::after {
    left: 10px;
}

.daterangepicker.opensleft::before {
    left: 9px;
}

.daterange-box .form-control {
    width: 280px;
}

.form-control {
    height: 35px;
    padding: 6px 12px;
    color: #222222;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #97bbff !important;
    border-radius: 4px !important;
}


/*custom-radio-check-box start*/

.custom-radio-check input {
    margin-left: -20px;
    opacity: 0;
    position: absolute;
}

.custom-radio-check input:checked+i {
    border-color: #999999;
}

.custom-radio-check input:checked+i::before {
    background-color: #999999;
    height: 6px;
    left: 4px;
    top: 4px;
    width: 6px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.custom-radio-check input:checked+span .active {
    display: inherit;
}

.custom-radio-check input[type="radio"]+i,
.custom-radio-check input[type="radio"]+i::before {
    border-radius: 50%;
}

.custom-radio-check input[disabled]+i,
fieldset[disabled] .custom-radio-check input+i {
    border-color: #dee5e7;
}

.custom-radio-check input[disabled]+i::before,
fieldset[disabled] .custom-radio-check input+i::before {
    background-color: #999999;
}

.custom-radio-check>i {
    margin-top: 0;
    background-color: #ffffff;
    border: 1px solid #999999;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    margin-left: -20px;
    margin-right: 4px;
    position: relative;
    vertical-align: middle;
}

.custom-radio-check>i::before {
    background-color: transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-radio-check>span {
    margin: 1px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal !important;
}

.custom-radio-check>span .active {
    display: none;
}


/*for radio-btn-group*/

.radio-btn-group .btn {
    background: #ddd;
    color: #202020;
    border: 1px solid #ddd;
    margin: 2px 4px;
}

.radio-btn-group .btn.active,
.radio-btn-group .btn:active,
.radio-btn-group .btn:hover {
    background: #317ed6;
    color: #ffffff;
    border: 1px solid #317ed6;
}

.selection-box {
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 999;
}

s .selection-box .btn-primary {
    width: 160px;
    padding: 5px 12px;
}

.selection-box .dropdown-menu {
    right: 0 !important;
    left: auto;
}

.page-breadcrumb-wrap {
    display: table-cell !important;
}

.page-breadcrumb {
    margin-bottom: 10px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #ffffff;
    background-color: #002b9e;
    border-color: #002b9e;
    font-weight: 500;
}

.modal-footer .btn {
    padding: 6px 12px;
}

.common-btn {
    color: #ffffff;
    background-color: #002b9e;
    border-color: #002b9e;
    height: 34px;
    padding: 6px 12px;
}

.common-btn:hover,
.common-btn:focus {
    color: #ffffff;
    background-color: #1744bc;
    border-color: #1744bc;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #e06a0c;
    border-color: #e06a0c;
}

.btn-primary {
    color: #ffffff;
    background: #e06a0c;
    border-color: #e06a0c;
    box-shadow: 0 2px 2px 0 rgba(255, 178, 43, 0.14), 0 3px 1px -2px rgba(255, 178, 43, 0.2), 0 1px 5px 0 rgba(255, 178, 43, 0.12);
    transition: 0.2s ease-in;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
    color: #ffffff;
    background: #ba5200;
    box-shadow: 0 14px 26px -12px rgba(255, 178, 43, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 178, 43, 0.2);
    border: 1px solid #ba5200;
}

.btn-primary.active,
.btn-success:active,
.btn-success:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus {
    background: #ba5200;
    box-shadow: 0 14px 26px -12px rgba(255, 178, 43, s 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 178, 43, 0.2);
    border-color: #ba5200;
}

.detail-btn,
.edit-btn,
.delete-btn {
    color: #002b9e;
    padding: 0px 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.detail-btn:hover,
.edit-btn:hover,
.delete-btn:hover {
    color: #f56200;
}

.table tr td a.detail-btn:hover,
.table tr td a.edit-btn:hover,
.table tr td a.delete-btn:hover {
    color: #f56200;
}

.color1 i {
    color: #6167e0;
}

.color2 i {
    color: #34bfa3;
}

.color3 i {
    color: #f4516c;
}

.color4 i {
    color: #00c5dc;
}

.color5 i {
    color: #ffb822;
}

.color6 i {
    color: #6167e0;
}

.color7 i {
    color: #34bfa3;
}

.color8 i {
    color: #f4516c;
}

.color9 i {
    color: #00c5dc;
}

.color5 i {
    color: #ffb822;
}

.label-color-one {
    color: #6167e0 !important;
}

.label-color-two {
    color: #34bfa3 !important;
}

.setpos {
    position: relative;
    height: 30px;
    width: 30px;
    top: -2px;
    right: -10px;
}

.notify {
    position: relative;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #e06a0c;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #e06a0c;
    position: absolute;
    right: 6px;
    top: -10px;
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.box-widget {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    border-radius: 4px;
}

.box-widget .widget-head {
    border-bottom: 1px solid #e1e5f1 !important;
}

.box-widget .widget-head h3 {
    margin: 0px;
}

.box-widget .widget-head {
    background: #ffffff;
}

.box-widget .widget-head .pull-left .btn {
    margin: 10px;
}

.widget-block {
    padding: 15px;
    position: relative;
}


/* .widget-container { height: calc(100vh - 263px); overflow-y: auto; }  */


/* .form-control { height: 32px; } */

.pin-it .iconic-logo {
    display: block !important;
    margin: 5px;
    width: auto;
}


/* .noUi-marker-horizontal.noUi-marker {
  height: 3px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 7px;
}
.noUi-pips-horizontal {
  padding: 0px;
}
.noUi-value-horizontal {
  padding-top: 5px;
  font-size: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -4px;
  top: -3px;
  background: #7cb342;
  border: 1px solid #7cb342;
  z-index: 2;
}
.noUi-connect {
  background: #7cb342;
}
.noUi-horizontal {
  height: 2px;
}
.noui-slider-ex {
  padding: 5px;
} */

.modal {
    z-index: 850;
}

.modal-body {
    /* padding: 10px 20px; */
    /* max-height: calc(100vh - 200px);
    overflow: auto; */
}

.modal-header {
    background: #002b9e;
    color: #ffffff;
    padding: 10px 15px;
}

.modal-header h3 {
    font-size: 20px;
}

.modal-header .close {
    top: 15px;
    position: absolute;
    right: 15px;
    color: #ffffff;
    opacity: 1;
}

.modal-footer {
    position: relative;
    padding: 10px 15px;
}

.modal-footer .note-text {
    color: #7cb342;
    text-align: left;
    display: inline-block;
    width: 62%;
    position: absolute;
    left: 20px;
    top: 23px;
}

.table>thead>tr>th {
    background: #e8f0ff;
    color: #0a276f;
    border: none;
    font-weight: 500;
}

.table tr td a:hover {
    color: #002b9e;
}

.table tr td input {
    width: 100% !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #e1ebfe;
}

.table tr th .checkbox {
    margin: 0px;
}

.left-aside {
    background: #002b9e;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
}

.left-navigation>ul>li>a {
    color: #ffffff;
}

.left-aside .aside-branding {
    background-color: #002b9e;
    box-shadow: none;
    height: auto;
}

.leftbar-action {
    background-color: #d8dbff;
    color: #002b9e;
}

.leftbar-action i {
    font-size: 20px;
}

.top-bar {
    background-color: #ffffff;
}

.user-nav ul>li .user-info {
    color: #454545;
}

.left-navigation>ul>li>a {
    border-bottom: none;
}

.left-navigation .list-accordion>li>a::before {
    background: #ffffff;
}

.leftbar-action:hover,
.leftbar-action:active,
.leftbar-action:focus {
    background-color: #ffffff;
    color: #002b9e;
}

.notification-nav {
    width: auto;
    float: right;
    margin-right: 20px;
    margin-left: 0;
}

.notification-nav .role-text {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 500;
}

.role-text-box {
    margin: 0;
}


/*common for header and footer*/

.notification-nav>ul>li>a {
    color: #454545;
    padding: 17px 5px 16px 5px;
}

.notification-nav>ul>li>a:hover,
.notification-nav>ul>li>a:focus,
.notification-nav>ul>li>a:active {
    color: #454545;
}

.notification-nav>ul>li>a .alert-bubble {
    top: 12px;
    background: #fb0000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 5px;
}

.notification-nav>ul>li>a i {
    margin: 0;
}

.notification-nav .dropdown-menu {
    left: auto;
    z-index: 10110;
    right: 0;
    margin-top: 2px;
}

.notification-dropdown .notification-wrap>ul>li>a {
    width: 100%;
    cursor: pointer;
}

.role-selector {
    margin-right: 0px;
}

.role-selector li a {
    width: 100%;
}

.role-selector .dropdown-menu {
    min-width: 200px;
}

.top-right-side-box {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.top-right-side-box ul {
    margin-bottom: 0px;
}

.top-right-side-box ul li {
    display: inline-block;
    margin-right: 8px;
}

.top-right-side-box ul li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding: 19px 10px;
}

.top-bar-action {
    display: table-cell;
    vertical-align: top;
}

.leave-table-box .dataTables_filter {
    padding-right: 41px !important;
}

.employee-table-box .dataTables_filter {
    padding-right: 86px !important;
}

.leave-table-box .dataTables_filter .form-control {
    width: 135px !important;
    border-radius: 4px;
}

.page-breadcrumb .page-breadcrumb-wrap .page-breadcrumb-info {
    padding: 0;
}

.top-bar {
    z-index: 84;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 60px;
    box-shadow: 1px -2px 5px #111111;
    -ms-box-shadow: 1px -2px 5px #111111;
}

.pin-it .top-bar {
    padding-left: 260px;
}

.main-container {
    position: relative;
    margin: 60px 0;
}

.footer-container {
    position: fixed;
    left: 60px;
    bottom: 0;
    /* width: 100%; */
    z-index: 99;
    padding: 5px 15px 5px 15px;
    background: #e7effe;
    right: 0;
}

.footer-container span {
    font-size: 12px;
}

.footer-container .footer-left {
    float: left;
}

.footer-container .footer-right {
    float: right;
}

.pin-it .footer-container {
    padding-left: 240px;
}

.leftbar-action-mobile {
    background: #999999;
    color: #002b9e;
}

.iconic-logo {
    margin: 5px auto;
    padding: 5px;
    width: 52px;
    display: block;
}

.large-logo {
    margin: 5px;
}

.large-logo img {
    width: 100%;
}

.iconic-logo img {
    width: 100%;
}

.iconic-view .left-aside .left-navigation>ul>li .nav-icon {
    font-size: 22px;
    height: auto;
    width: auto;
    padding: 12px 15px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.left-navigation .list-accordion>li>a {
    padding: 0;
    transition-duration: 0.1s;
}

.left-navigation>ul>li>a .nav-icon {
    font-size: 22px;
    padding: 12px 15px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.filter-expand-box {
    position: absolute !important;
    right: 15px;
    top: 5px !important;
    z-index: 9;
}

.filter-selection-box .filter-btn-box a {
    background: #002b9e;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
}

.filter-expand-box .cols {
    display: inline-block;
    padding-top: 10px;
    /* margin-right: 10px; */
}

.filter-expand-box,
.filter-btn-box {
    display: inline-block;
}

.filter-expand-box .cols .btn {
    background: #ffffff;
    border: 1px solid #f2f2f2;
}

.filter-btn-box {
    display: none;
}

.filter-expand-box .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.assign-leave-box .col-sm-1 .btn {
    margin-top: 16px;
}

.top-aside-right {
    margin-left: 20px;
}

.common-right-panel {
    position: fixed;
    right: -100%;
    top: 60px;
    width: 70%;
    z-index: 81;
    /* height: calc(100vh - 102px);
    overflow-y: scroll;
    overflow-x: hidden; */
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.common-right-panel .rightpanel-header {
    background: #f5f6fa;
}


/* .common-right-panel .rightpanel-header h4 {
    padding: 15px 10px;
    position: relative;
    margin: 0;
} */

.common-right-panel .common-close {
    color: red;
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 0px 10px;
    cursor: pointer;
    display: inline-block;
}

.leave-top-box {
    text-align: right;
}

.leave-top-box span {
    font-size: 13px;
    display: block;
}

.leave-box .cols {
    width: 96px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.leave-box .cols:last-child {
    margin-right: 0px;
}

.leave-box .cols p {
    border-bottom: 2px solid transparent;
    background: #ffffff;
    padding-top: 3px;
    border-radius: 4px;
    height: 46px;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 95px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
}

.leave-box .cols span {
    margin-top: 0px;
    font-size: 12px;
    display: block;
    vertical-align: bottom;
    text-align: center;
}

.leave-box .cols span {
    margin-top: 5px;
}

.leave-box .cols p span {
    margin-top: 0;
}
.leave-box .cols p small{
    font-size: 10px;
}

/* .leave-box {
    padding: 10px 0px 0px 0px;
} */

.leave-box .cols:first-child p {
    color: #6167e0;
    border-color: #6167e0;
}

.leave-box .cols:nth-child(2) p {
    color: #34bfa3;
    border-color: #34bfa3;
}

.leave-box .cols:nth-child(3) p {
    color: #f4516c;
    border-color: #f4516c;
}

.leave-box .cols:nth-child(4) p {
    color: #00c5dc;
    border-color: #00c5dc;
}

.leave-box .cols:nth-child(5) p {
    color: #ffb822;
    border-color: #ffb822;
}

.leave-box .cols:nth-child(6) p {
    color: #42abb3;
    border-color: #42abb3;
}

.leave-box .cols:nth-child(7) p {
    color: #a81da1;
    border-color: #a81da1;
}

.leave-box .cols:nth-child(8) p {
    color: #7cb342;
    border-color: #7cb342;
}


/*login-page*/

.login-page .login-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.login-page .left-box {
    float: left;
    width: 100%;
    height: 100%;
    background: url("../images/login-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-page .left-box img {
    max-width: 100%;
    height: 100%;
}

.login-page .right-box {
    float: left;
    width: 20%;
    background: #002b9e;
    height: 100%;
}

.login-page .page-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.login-page .inner-box {
    position: absolute;
    width: 500px;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    background: #ffffff;
}

.login-page .login-footer i {
    margin-left: 5px;
    margin-right: 5px;
    color: #ff0000;
}

.login-page .create-account a {
    color: #888;
}

.login-page .col-box {
    position: relative;
}

.login-page .col-box i {
    display: block;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: 24px;
    color: #999999;
}

.login-page .col-box .form-control {
    padding-left: 40px;
    height: 60px;
}

.login-page .inner-box .checkbox {
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
}

.login-page .inner-box .form-signin {
    text-align: center;
}

.login-page .login-container .inner-link-box a {
    text-align: left;
    padding-top: 30px;
    width: 49%;
    display: inline-block;
    margin-right: -5px;
}

.login-page .login-container .inner-link-box .forgot-password {
    text-align: right;
}

.login-page .login-container img {
    margin: 0 auto;
    display: block;
}

.login-page .login-container {
    padding: 60px;
}


/*Signup Conatiner*/

.signup-page .inner-box {
    width: 700px;
}

.signup-page .inner-box h3,
.signup-page .inner-box p {
    text-align: center;
}

.signup-page .inner-box .col-box {
    width: 46%;
    float: left;
    margin-bottom: 20px;
    margin: 0px 2% 20px 2%;
}

.signup-page .form-signup {
    width: 90%;
    margin: 0 auto;
}

.signup-page .form-signup .btn-primary {
    margin: 0 auto;
    text-align: center;
    display: block;
}


/*download-box*/

.download-box {
    position: relative;
    display: inline-block;
}

.download-box .download-inner-box {
    display: none;
    text-align: left;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    position: absolute;
    right: 0;
    padding: 10px;
    z-index: 999;
    width: 270px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
}

.download-box .download-btn {
    background: #7cb342;
    display: block;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
}

.download-box .download-inner-box .checkbox-inline {
    padding-left: 5px;
}

.open-download-box .download-inner-box {
    display: block;
}

.applyleavemodal .modal-dialog,
.leavedetailmodal .modal-dialog,
.applyrequestmodal .modal-dialog,
.addemployee .modal-dialog,
.addleavemodal .modal-dialog {
    width: 60%;
}


/*Leave-page*/

.apply-btn-box {
    margin: 0;
}

.status-td span {
    font-size: 12px;
}

.status-td .label {
    font-weight: normal !important;
}

.status-td .popover {
    width: 200px;
    max-height: 400px;
    overflow-y: auto;
}

.reason-popover {
    padding: 5px;
    margin-left: 5px;
    color: #ff8a80;
}

.applyleavemodal .leave-table-box table tr td:nth-child(4) {
    width: 560px;
}

.applyleavemodal .leave-table-box table tr td:nth-child(1) {
    width: 135px;
}

.applyleavemodal .popover {
    width: 200px;
}

.applyleavemodal .popover ul {
    padding-left: 10px;
}

.leave-detail-table {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}

.leave-detail-table tr th:nth-child(2) {
    width: 100px;
}

.assign-leave-box .arrow-middle:after {
    top: 25px !important;
}


/* .assign-leave-box { margin-bottom: 20px; border-bottom: 1px solid #f2f2f2; padding-bottom: 20px; } */

.assign-leave-box .bottom-table-box {
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    margin-top: 10px;
}

.assign-leave-box table tr th {
    vertical-align: middle !important;
    text-align: center;
}

.assign-leave-box table tr td {
    text-align: center;
}

.assign-leave-box table tr td a {
    padding: 5px;
}

.assign-leave-box .second-hd th {
    background: #f8f8f8 !important;
}

.assign-leave-box .right-border {
    border-right: 1px solid #f2f2f2;
}

.assign-leave-box .leave-table-box .dataTables_filter {
    padding-right: 80px !important;
}

.assign-leave-box table tr td .form-control {
    display: none;
    width: 60%;
}

/* .edit-table-box .assign-leave-box table tr td .form-control {
    display: block;
}

.edit-table-box .assign-leave-box table tr td span {
    display: none;
} */

.assign-leave-box .filter-box {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.bottom-table-box {
    position: relative;
    width: 100%;
    display: block;
    /* overflow-x: scroll; */
}

.bottom-table-box .selection-box {
    right: 0px;
    top: 0px;
}

.apply-request-table-box table tr td:first-child,
.apply-request-table-box table tr th:first-child {
    text-align: center;
}


/*dashboard starts*/

.dashboard-main .inner-box {
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    height: 300px;
    background: #ffffff;
    /* border: 1px solid #c5caff; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: rgba(2, 38, 218, 0.2) 0px 8px 24px;
}

.dashboard-main .inner-box h4 {
    margin-bottom: 30px;
    position: relative;
}

.dashboard-main .inner-box h4:after {
    position: absolute;
    width: 45px;
    height: 3px;
    display: block;
    left: 0;
    bottom: -12px;
    content: "";
    background: #002b9e;
}

.dashboard-main .emplyee-status-box .inner-box .box1 {
    margin: 0 auto;
    text-align: center;
}

.dashboard-main .emplyee-status-box .inner-box .cols {
    position: relative;
    width: 32.5%;
    margin: 0 auto;
    float: left;
    /* min-height: 150px;
    padding: 30px 0; */
}

.dashboard-main .emplyee-status-box .inner-box .cols .number {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    transform: translateY(-50%);
    z-index: 1;
}

.dashboard-main .emplyee-status-box .inner-box .cols p {
    text-align: center;
}

.dashboard-main .row {
    margin-left: -10px;
    margin-right: -10px;
}

.dashboard-main .col-xs-1,
.dashboard-main .col-sm-1,
.dashboard-main .col-md-1,
.dashboard-main .col-lg-1,
.dashboard-main .col-xs-2,
.dashboard-main .col-sm-2,
.dashboard-main .col-md-2,
.dashboard-main .col-lg-2,
.dashboard-main .col-xs-3,
.dashboard-main .col-sm-3,
.dashboard-main .col-md-3,
.dashboard-main .col-lg-3,
.dashboard-main .col-xs-4,
.dashboard-main .col-sm-4,
.dashboard-main .col-md-4,
.dashboard-main .col-lg-4,
.dashboard-main .col-xs-5,
.dashboard-main .col-sm-5,
.dashboard-main .col-md-5,
.dashboard-main .col-lg-5,
.dashboard-main .col-xs-6,
.dashboard-main .col-sm-6,
.dashboard-main .col-md-6,
.dashboard-main .col-lg-6,
.dashboard-main .col-xs-7,
.dashboard-main .col-sm-7,
.dashboard-main .col-md-7,
.dashboard-main .col-lg-7,
.dashboard-main .col-xs-8,
.dashboard-main .col-sm-8,
.dashboard-main .col-md-8,
.dashboard-main .col-lg-8,
.dashboard-main .col-xs-9,
.dashboard-main .col-sm-9,
.dashboard-main .col-md-9,
.dashboard-main .col-lg-9,
.dashboard-main .col-xs-10,
.dashboard-main .col-sm-10,
.dashboard-main .col-md-10,
.dashboard-main .col-lg-10,
.dashboard-main .col-xs-11,
.dashboard-main .col-sm-11,
.dashboard-main .col-md-11,
.dashboard-main .col-lg-11,
.dashboard-main .col-xs-12,
.dashboard-main .col-sm-12,
.dashboard-main .col-md-12,
.dashboard-main .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-main .emplyee-status-box .inner-box .cols .inner-col {
    height: 80px;
    width: 80px;
    position: relative;
    margin: 0px auto 10px auto;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
}

.dashboard-main .emplyee-status-box .inner-box .cols .color1 {
    background-image: linear-gradient(to right top, #f44582, #f63974, #f62b65, #f61c55, #f40745);
}

.dashboard-main .emplyee-status-box .inner-box .cols .color4 {
    background-image: linear-gradient(to right top, #e95f62, #ed6873, #f07282, #f17c92, #f286a0);
}

.dashboard-main .emplyee-status-box .inner-box .cols .color5 {
    background-image: linear-gradient(to right top, #4591f4, #2674e4, #0456d1, #0038bc, #0211a4);
}

.dashboard-main .emplyee-status-box .inner-box .cols .color3 {
    background-image: linear-gradient(to right top, #2aeeff, #00d6ff, #00bcff, #00a0ff, #5580eb);
}

.dashboard-main .emplyee-status-box .inner-box .cols .color2 {
    background-image: linear-gradient(to right top, #f46b45, #f47b42, #f38b42, #f19a44, #eea849);
}

.dashboard-main .emplyee-status-box .inner-box .cols .color6 {
    background-image: linear-gradient(to right top, #f47a45, #f47238, #f4692b, #f3601b, #f25604);
}

.dashboard-main .imp-note-box .cols {
    float: left;
    padding: 8px;
    background: #f2f2f2;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.dashboard-main .imp-note-box .cols p {
    margin-bottom: 0px;
}

.dashboard-main .img-box {
    display: inline-block;
}

.dashboard-main .text {
    display: block;
    width: 100%;
    margin-top: -40px;
    padding-left: 52px;
}

.dashboard-main .img-box img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.dashboard-main .last-col-box ul {
    padding-left: 0px;
    list-style-type: none;
}

.dashboard-main .last-col-box ul li {
    border-bottom: 1px solid #f2f2f2 !important;
    padding: 10px 0px;
}

.dashboard-main .last-col-box ul li:last-child {
    border-bottom: none;
}

.dashboard-main .last-col-box ul li p {
    margin-bottom: 0px;
    padding-left: 5px;
}

/* .dashboard-main .employee-detail-box .inner-box {
    text-align: center;
} */

.dashboard-main .employee-detail-box .inner-box h2 {
    font-weight: bold;
}

/* .dashboard-main .employee-detail-box .inner-box .cols {
    float: left;
    width: 50%;
    position: relative;
} */

.dashboard-main .employee-detail-box .inner-box .cols:first-child:after {
    content: "";
    width: 1px;
    background: #f2f2f2;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
}

.dashboard-main .dboard-leave-box .nav-tabs {
    display: inline-block;
    text-align: right;
    border: none;
    vertical-align: middle;
    float: right;
}

.dashboard-main .dboard-leave-box .nav-tabs li {
    margin-right: 10px;
    float: left;
}

.dashboard-main .dboard-leave-box .nav-tabs li a {
    border: 1px solid #f2f2f2;
    border-radius: 25px;
    padding: 6px 15px;
}

.dashboard-main .dboard-leave-box h4 {
    width: 48%;
    display: inline-block;
    text-align: left;
}

.dashboard-main .dboard-leave-box .nav-tabs>li.active>a,
.dashboard-main .dboard-leave-box .nav-tabs>li.active>a:hover,
.dashboard-main .dboard-leave-box .nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #002b9e;
    border: 1px solid #002b9e;
    cursor: default;
    color: #ffffff;
}

.dashboard-main .dboard-leave-box .tab-content {
    text-align: left;
}

.dashboard-main .dboard-leave-box .tab-content ul {
    list-style-type: none;
    padding: 0px;
}

.dashboard-main .dboard-leave-box .tab-content ul li {
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.dashboard-main .dboard-leave-box .tab-content ul li span {
    font-size: 14px;
}

.dashboard-main .news-box h4 {
    text-align: left;
}

.dashboard-main .news-box .left-box {
    width: 25%;
    float: left;
}

.dashboard-main .news-box .left-box img {
    width: 100%;
}

.dashboard-main .news-box .right-box {
    float: left;
    width: 75%;
    padding: 0px 15px;
    text-align: left;
}

.dashboard-main .news-title {
    font-weight: 500;
    font-size: 16px;
}

.dashboard-main .news-tab {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.dashboard-main .news-tab ul li {
    float: left;
}

.dashboard-main .news-tab ul {
    list-style-type: none;
}

.dashboard-main .news-tab ul li {
    margin-right: 10px;
}

.dashboard-main .news-tab ul li a span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3d3d3;
    display: block;
    cursor: pointer;
}

.dashboard-main .news-tab ul li.active a span {
    background: #002b9e;
}


/*employee*/

.employee-main .profile-td .left-box {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

.employee-main .profile-td .left-box img {
    border-radius: 50%;
    width: 100%;
}

.employee-main .profile-td .right-box {
    min-width: 75%;
    display: inline-block;
    vertical-align: middle;
    /* padding-left: 25px; */
}

.employee-main .profile-td .right-box p {
    margin-bottom: 0px;
}

.open-employee-detail .right-employee-detail {
    right: 0;
    height: calc(100vh - 92px) !important;
    display: block;
}


/* added by rohit */

.open-profile-detail .right-profile-detail {
    right: 0;
    display: block;
}

.open-employee-import .right-employee-import {
    right: 0;
    display: block;
}

.open-employee-work-details .right-employee-work-details {
    right: 0;
    display: block;
}

.open-employee-detail .overlay-box {
    display: block;
}

.open-profile-detail .overlay-box {
    display: block;
}


/* added by rohit */

.open-employee-import .overlay-box {
    display: block;
}

.right-top-box {
    background: #eaf0ff;
    border-bottom: 1px solid #eaf0ff;
    padding: 10px;
}

.right-top-box .left {
    width: 90px;
    float: left;
}

.right-top-box .left img {
    width: 100%;
}

.right-top-box .right {
    float: left;
    padding-left: 10px;
    width: calc(100% - 90px);
}

.right-top-box .right {
    float: left;
    padding-left: 20px;
    width: calc(100% - 120px);
}

.right-top-box .right .quick-profile p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.right-top-box .right .quick-profile {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    margin-bottom: 10px;
}

.right-top-box .right .basic-info .cols {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right: 30px;
}

.right-top-box .right .basic-info .cols p {
    margin-bottom: 0px;
}

.right-bottom-box {
    margin-top: 10px;
}


/* .right-employee-detail .right-bottom-box .nav-tabs>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #002b9e;
}

.right-profile-detail .right-bottom-box .nav-tabs>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #002b9e;
}

.right-employee-detail .right-bottom-box .nav-tabs li a {
    border-radius: 0px;
}

.right-profile-detail .right-bottom-box .nav-tabs li a {
    border-radius: 0px;
}

.right-employee-detail .right-bottom-box {
    padding: 10px;
}

.right-profile-detail .right-bottom-box {
    padding: 10px;
}

.right-employee-detail .right-bottom-box .tab-content {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.right-profile-detail .right-bottom-box .tab-content {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
} */

.right-bottom-box .tab-content .cols {
    width: 50%;
    float: left;
    vertical-align: top;
    padding: 10px 20px;
    position: relative;
}


/* .right-bottom-box .tab-content .cols {
    width: 50%;
    float: left;
    vertical-align: top;
    padding: 10px 20px;
    position: relative;
} */

.right-bottom-box .tab-content .cols .left {
    float: left;
    width: 38%;
}

.right-bottom-box .tab-content .cols .right {
    float: left;
    width: 62%;
}

/* .right-bottom-box .tab-content .cols .right {
    float: left;
    width: 70%;
} */

.right-bottom-box .tab-content .cols::after {
    content: "";
    width: 1px;
    background: #f2f2f2;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}


/* .right-profile-detail .right-bottom-box .tab-content .cols::after {
    content: "";
    width: 1px;
    background: #f2f2f2;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
} */


/* .right-employee-detail .right-bottom-box .tab-content .cols:last-child::after {
    display: none;
} */

.right-bottom-box .tab-content .cols:last-child::after {
    display: none;
}

.job-description {
    width: 40%;
}


/* .right-employee-detail .inner-box{}
.right-employee-detail .inner-box h4{position:relative; margin-bottom:20px; padding:10px;}
.right-employee-detail .inner-box h4:after{position:absolute; display:block;  content:""; left:10px; bottom:0px; width:50px; height:3px; background:#002b9e;}
.right-employee-detail .personal-info{width:190px; display:inline-block;padding:10px 20px;}
.right-employee-detail .title-text{font-weight:500; font-size:16px;}
.right-employee-detail p{margin-bottom:5px;}
.right-employee-detail .top-inner{border-bottom:2px solid #002b9e;}
.right-employee-detail p span{width:100px; } */


/* .commom-info{display:inline-block; width:49%; vertical-align:top;}
.basic-info{padding:10px;}
.basic-info .left{width:150px; float:left;}
.basic-info .right{width:325px;float:left; font-weight:500;}
.image-upload-box .image-box{text-align:center; margin:0 auto 20px auto; width:110px;}
.image-upload-box .image-box img{border-radius:50%; padding:2px; border:1px solid #f2f2f2; width:80%;}
.image-upload-box{text-align:center;}
.addemployee .nav{margin-bottom:30px;}
.addemployee .nav-tabs > li.active > a, .addemployee .nav-tabs > li.active > a:hover, .addemployee .nav-tabs > li.active > a:focus {border:none; border-bottom:2px solid #002b9e;}
.cols-one,.cols-two, .cols-three, .cols-four{display:inline-block; vertical-align:top;}

.rightside-detail-box{display:none;}
.open-employee-detail-box .rightside-detail-box{display:block;}
.empdetail-close{position: absolute; right: 20px; top: 20px;} */

.image-upload-box {
    text-align: center;
}

.image-upload-box .image-box {
    text-align: center;
    margin: 0 auto;
    /* width:70px; height:70px;  */
}

.image-upload-box .image-box img {
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}


/*attandance-main*/

.status-middle {
    position: absolute;
    top: 9px;
    font-size: 10px;
    left: 50%;
    background: #ffffff;
    border: 1px solid #7cb342;
    border-radius: 3px;
    padding: 2px 10px;
}

.abest-status {
    border: 1px solid #f4516c;
}

/* .weekoff-status {
    border: 1px solid #FF9800;
} */

.checkin-btn {
    /* margin-top: 24px; */
    margin-right: 20px;
    margin-top: 10px;
}

.attandance-main {
    padding-bottom: 0px;
}

.attandance-main .top-box {
    background: #f2f2f2;
    margin-top: -20px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.attandance-main .week-month-section {
    border: none;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 82px;
    border: 1px solid #002b9e;
}

.attandance-main .week-month-section li {
    margin-bottom: 0px;
}

.attandance-main .week-month-section li a {
    width: 40px;
    margin: 0px;
    border: none;
    padding: 8px 8px;
    text-align: center;
}

.attandance-main .week-month-section.nav-tabs>li.active>a,
.week-month-section.nav-tabs>li.active>a:hover,
.week-month-section.nav-tabs>li.active>a:focus {
    background: #002b9e;
    color: #ffffff;
    border-radius: 0;
    border: none;
}

.attandance-main .progressbar-box {
    width: 80%;
    position: relative;
    padding-top: 10px;
}

.attandance-main .table-display-box .day-row {
    vertical-align: middle;
}

.attandance-main .table-display-box .day-row:hover {
    cursor: pointer;
}

.attandance-main .table-display-box .day-row td {
    text-align: center;
    padding: 15px 10px !important;
    cursor: pointer;
}

.attandance-main .table-display-box .day-row td:hover {
    cursor: pointer;
}

.attandance-main .table-view-box {
    margin-top: 20px;
}

.attandance-main .dataTables_filter {
    margin-right: 0px;
    padding-right: 0px;
}

.attandance-main .table-view-box tr td .fa-long-arrow-up {
    color: #7cb342;
}

.attandance-main .table-view-box tr td .fa-long-arrow-down {
    color: #f44582;
}

.attandance-main .table-display-box .tab-content {
    /* height: 450px; */
    height: calc(100vh - 328px);
}

.attandance-main .slider-input-range {
    display: none;
}


/*.noUi-handle-lower{display:none;}
.noUi-handle-upper{display:none;} */

.pricing-range-bar {
    height: auto;
    margin-bottom: 0px;
}


/* .total-bottom-box .cols{width:200px; float:left; text-align:center; padding:5px; border-right:1px solid #f2f2f2;}
.total-bottom-box .cols p{margin-bottom:0px;}
.pricing-range{width:90%; margin:0 auto;}
.total-bottom-box{border:1px solid #f2f2f2;} */


/* .rightpanel-box{display:none; position:absolute;top: 0; z-index:999; right:-815px; width:800px; background:#fff; height:calc(100vh - 120px); overflow-y:auto; border:1px solid #f2f2f2;     webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08); -moz-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08); transition: all .3s; webkit-transition: all .3s; -o-transition: all .3s;} */


/* .open-rightpanel-box .common-right-panel {
    right: -15px;
}

.open-rightpanel-box .common-right-panel-profile {
    right: -15px;
} */

.rightpanel-box .rightpanel-header h4 {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    position: relative;
}

.rightpanel-box .rightpanel-header span {
    color: red;
    position: absolute;
    right: 10px;
    top: 15px;
    padding: 0px 10px;
    cursor: pointer;
    display: inline-block;
}

.rightpanel-box .absent-rigth-box {
    padding: 20px;
    text-align: center;
}

.rightpanel-box .leavedetail-right-box {
    border-bottom: 1px solid #f2f2f2;
}

.rightpanel-box .leavedetail-right-box p .left {
    width: 100px;
    font-weight: 500;
    display: inline-block;
    text-align: right;
}

.rightpanel-box .leavedetail-right-box p .right {
    width: 600px;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.rightpanel-box .present-right-box .inner-box .cols {
    padding: 20px;
    width: 50%;
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
}

.rightpanel-box .present-right-box .inner-box .cols:first-child {
    border-right: 1px solid #f2f2f2;
}

.status-in {
    font-weight: 500;
    color: #7cb342;
}

.status-out {
    font-weight: 500;
    color: #f44582;
}

.top-right-box {
    text-align: right;
    padding-right: 20px;
}

.top-right-box a {
    margin-right: 10px;
}


/*hr-attandance*/


/* .hr-attandance-main .tab-content {
    padding: 10px 0;
} */

.hr-attandance-main .nav-tabs>li>a {
    border-radius: 0px;
}

.hr-attandance-main .tab-content .filter-expand-box {
    top: 4px;
    right: 0;
}

.hr-attandance-main .tab-content .filter-expand-box .daterange-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


/* .hr-attandance-main .tab-content .filter-expand-box .shift-filter-btn {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 0;
    background: #ffcaa6;
} */


/* .hr-attandance-main .tab-content .filter-expand-box .shift-filter-btn:hover,
.hr-attandance-main .tab-content .filter-expand-box .shift-filter-btn:focus {
    background: #f56200;
    color: #ffffff;
} */

.hr-attandance-main .who-inner-box {
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
}

.hr-attandance-main .who-is-in-box {
    position: relative;
}

.hr-attandance-main .tab-pane {
    position: relative;
}


/* .hr-attandance-main .dataTables_filter {
    padding-right: 85px;
} */

.hr-attandance-main .filter-expand-box .select {
    display: inline-block;
}


/* .hr-attandance-main .assign-employee-filter-box {
    position: relative;
    padding-top: 20px;
} */

.hr-attandance-main .table-view-box {
    margin-top: 0px;
    padding-top: 5px;
}

.hr-attandance-main .emp-request-list .daterange-box {
    position: absolute;
    right: -10px;
    top: -57px;
}

.hr-attandance-main .emp-attandance-box .daterange-box {
    position: absolute;
    right: -10px;
    top: -57px;
}


/* .hr-attandance-main .who-box .dataTables_filter {
    padding-right: 185px;
} */

.hr-attandance-main .who-view td {
    cursor: pointer;
}

.open-who-view-box .personal-view-box {
    right: -15px;
}

.open-who-view-box .day-view-box {
    display: block;
}

.open-who-view-box .day-view-box .right-close-btn {
    display: none !important;
}

.open-who-view-box .range-view-box {
    display: none;
}

.open-who-view-box .overlay-box {
    display: block;
}

.editpanel-box {
    display: none;
    margin-bottom: 20px;
}

.editpanel-box .cols {
    padding: 20px;
    width: 50%;
    float: left;
}

.open-edit-attandance-box .present-right-box {
    display: none;
}

/* .open-edit-attandance-box .editpanel-box {
    display: block;
}

.open-add-new-attandance-box .editpanel-box {
    display: block;
} */

.add-new-attandance-box {
    padding-left: 20px;
    cursor: pointer;
}

.personal-view td {
    cursor: pointer;
}

.personal-view-box .range-view-box {
    position: relative;
}

.personal-view-box .range-view-box .progressbar-box {
    width: 70%;
    position: relative;
}

.open-personal-view-box .personal-view-box {
    /* right: -15px; */
    right: 0px;
}

.open-rightpanel-box .personal-view-box .range-view-box {
    display: none;
}

.day-view-box {
    display: none;
    position: relative;
}

.open-rightpanel-box .personal-view-box .day-view-box {
    display: block;
}

.day-view-box .day-view-title h4 {
    color: #002b9e;
    padding: 10px;
}

.personal-view-box .right-top-box .left {
    width: 40%;
    float: left;
    padding: 10px;
}


/* .right-nav-box{width:285px; position: absolute; right: 50px; border:none;} */


/* .right-nav-box {
    border: none;
    border-bottom: 1px dashed #7999d6;
    padding: 0 0 5px 0;
}

.right-nav-box>li.active>a,
.right-nav-box>li.active>a:hover,
.right-nav-box>li.active>a:focus {
    color: #ffffff;
    background: #002b9e;
    border-radius: 0px;
    border: 1px solid #002b9e;
    cursor: default;
    position: relative;
}

.right-nav-box.nav-tabs>li {
    margin: 0;
}

.right-nav-box.nav-tabs>li>a {
    font-size: 16px;
    font-weight: 500;
    border: none;
    border: 1px solid #b4ceff;
    border-radius: 4px;
}

.right-nav-box.nav-tabs>li>a:hover,
.right-nav-box.nav-tabs>li>a:focus {
    color: #ffffff;
    background: #002b9e;
} */

.right-nav-box {
    display: inline-block;
    vertical-align: middle;
    border-bottom: none;
}

.right-align-text {
    text-align: right;
}

.right-align-text .apply-btn-box {
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 20px; */
}

.right-align-text .nav-tabs>li.active>a,
.right-align-text .nav-tabs>li.active>a:hover,
.right-align-text .nav-tabs>li.active>a:focus {
    color: #002b9e;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #002b9e;
    border-bottom-color: #002b9e;
    cursor: default;
}

.right-align-text .nav>li>a:hover,
.right-align-text .nav>li>a:focus {
    background: transparent !important;
}

.right-align-text .leave-box {
    display: inline-block;
    /* margin-right: 20px; */
    vertical-align: middle;
}

.addshiftmodal table tr td .checkbox {
    margin: 0px;
}

.designation-list-popover {
    list-style-type: none;
    padding-left: 0px;
    min-width: 200px;
}

.designation-list {
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.shift-schedule-box .tab-content {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px;
    position: relative;
}

.shift-schedule-box .nav-tabs>li.active>a::after,
.nav-tabs>li.active>a::after:hover,
.nav-tabs>li.active>a::after:focus {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 1rem;
    right: 1rem;
    height: 3px;
    background: #002b9e;
}


/* .assign-employee-filter-box {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    /* display: none; 
    padding-bottom: 20px;
} */


/* .open-assign-employee-filter-box .assign-employee-filter-box {
    display: block;
} */

.shift-schedule-box .tab-content .tab-pane h4 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.shift-schedule-box .tab-content .tab-pane .filter-expand-box {
    top: 9px;
}

.shift-schedule-box .tab-content .tab-pane .filter-expand-box .btn-sm {
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.shift-schedule-box .icon-view a {
    border: 1px solid #ddd;
    margin-left: -3px;
    border-radius: 0;
}

.shiftrogtationmodal .inline-row p {
    display: inline-block;
    vertical-align: middle;
}

.shiftrogtationmodal .inline-row .form-control {
    width: 250px;
    display: inline-block;
    margin: 0 10px;
}

.shiftrogtationmodal .plus-btn {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.night-shift {
    background: #f2f2f2;
}

.general-shift {
    background: #f9fff2;
}

.shiftrogtationmodal .modal-body h4 {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}


/* bottom:60px =>updated by Rohit Patel */

.overlay-box {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 900;
    top: 61px;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.open-personal-view-box .overlay-box {
    display: block;
}

.addleavemodal .checkbox-inline .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.addleavemodal .checkbox-inline {
    padding-left: 0px;
}

.addleavemodal .checkbox-inline .multiselect-box {
    width: 150px;
}

.addleavemodal h4 {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.level-inner-box {
    height: 80px;
    /* border-left:1px dotted #7cb342;  */
    padding: 10px 20px;
    position: relative;
}

.level-inner-box::after {
    height: 100%;
    border-left: 1px dotted #7cb342;
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    display: block;
    width: 2px;
}

.level-inner-box p {
    position: relative;
    color: #7cb342;
    font-weight: 500;
}

.level-inner-box p::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #7cb342;
    display: block;
    top: 3px;
    left: -24px;
}

.level-inner-box:last-child p::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #7cb342;
    display: block;
    top: auto;
    bottom: -77px;
    left: -24px;
}

.level-inner-box .form-group {
    margin-bottom: 0px;
}

.level-box {
    margin-bottom: 32px;
}

.box-inline label {
    display: inline-block;
}

.box-inline .select {
    display: inline-block;
    vertical-align: middle;
}

.box-inline p {
    display: inline-block;
}

.box-inline .checkbox {
    display: inline-block;
}

.box-inline .form-control {
    display: inline-block;
    width: 100px;
}

.wizard-box .navbar ul {
    margin: 0 auto;
    /* text-align: center; */
}

.wizard-box .navbar ul li {
    display: inline-block;
    margin-right: 100px;
    position: relative;
}

.wizard-box .navbar ul li a span {
    height: 29px;
    width: 29px;
    margin-right: 5px;
    display: inline-block;
    background: #7cb342;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    padding-top: 3px;
    color: #ffffff;
    margin-left: -1px;
    border: 1px solid #7cb342;
}

.wizard-box .navbar ul li a {
    color: #7cb342;
    border: 1px solid #7cb342;
    border-radius: 15px;
    padding: 7px 10px 5px 0px;
    position: relative;
    text-decoration: none;
}

.wizard-box .navbar ul .active a {
    background: #7cb342;
    color: #ffffff;
}

.wizard-box .navbar ul .active a span {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    padding-top: 3px;
    color: #7cb342;
}

.wizard-box .navbar ul li::after {
    top: 14px;
    position: absolute;
    background: #7cb342;
    width: 105px;
    height: 1px;
    content: "";
    left: 100%;
    right: 0;
}

.wizard-box .navbar ul li:last-child::after {
    width: 0px;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loading-bar {
    display: inline-block;
    width: 4px;
    height: 32px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    background-color: #3498db;
    animation-delay: 0;
}

.loading-bar:nth-child(2) {
    background-color: #c0392b;
    animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
    background-color: #f1c40f;
    animation-delay: 0.18s;
}

.loading-bar:nth-child(4) {
    background-color: #27ae60;
    animation-delay: 0.27s;
}

@keyframes loading {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1, 2.2);
    }

    40% {
        transform: scale(1);
    }
}

.loder-box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.8);
}

.test-demo:after {
    width: 1px;
    height: 76px;
    content: "";
    background: #f2f2f2;
    position: absolute;
    top: 0;
    right: 0;
}

.activation-wizard {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
}

.activation-wizard .wizard-box {
    width: 60%;
    background: #ffffff;
    border: 1px solid #3498db;
    margin: 80px auto;
}

.dboard-leave-box .common-scroll {
    height: 230px;
}

.addemployee .tab-content {
    padding: 15px 0;
}

.addemployee .tab-content h4 {
    padding-left: 15px;
    color: #337ab7;
}

.inner-from-group {
    background: #f2f2f2;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.setting-tab-box {
    margin-top: 5px;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.setting-tab-box .top-link ul a {
    padding: 5px 5px 5px 15px;
    display: block;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.setting-tab-box .top-link ul a i {
    margin-right: 5px;
}

.setting-tab-box .top-link h3 a {
    color: #7cb342;
    display: block;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.setting-tab-box .top-link h3 a:focus,
.setting-tab-box .top-link h3 a:hover {
    text-decoration: none;
}

.setting-tab-box .top-link li:last-child h3 a {
    border: none;
}

.setting-tab-box .top-link ul {
    display: none;
}

.setting-tab-box .top-link>li {
    margin-bottom: 10px;
}

.setting-tab-box .top-link li:last-child h3,
.setting-tab-box .top-link li:last-child {
    margin-bottom: 0;
}

.setting-tab-box .top-link {
    list-style: none;
    padding: 10px 20px 10px;
    border: 1px solid #7cb342;
    background: #ffffff;
    padding: 0px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.setting-tab-box .top-link h3 a span span {
    font-size: 12px;
    margin-right: 5px;
}

.setting-tab-box .top-link h3 a:hover {
    color: #7cb342;
    text-decoration: none;
}

.setting-tab-box .top-link ul a:hover {
    background: #eef5f9;
    text-decoration: none;
}

.setting-tab-box .top-link ul .sub-active a {
    background: #eef5f9;
}

.setting-tab-box .top-link ul li {
    margin-bottom: 5px;
    list-style: none;
}

.setting-tab-box .top-link h3 {
    margin-top: 0px;
    color: #337ab7;
    cursor: pointer;
}

.setting-tab-box .top-link li ul {
    padding: 0px;
}

.setting-tab-box .top-link li ul li a {
    color: #454545;
    font-size: 12px;
}

.setting-tab-box .top-link li ul li a .number {
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: 10px;
    padding: 0px 6px;
    color: #ffffff;
    background: #a7bec1;
}

.setting-tab-box .top-link li ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.setting-tab-box .top-link .menu-active h3 {
    background: #7cb342;
    color: #ffffff;
    cursor: pointer;
}

.setting-tab-box .top-link .menu-active h3 a {
    color: #ffffff;
    text-decoration: none;
}

.setting-tab-box .top-link .menu-active h3 a:hover {
    color: #ffffff;
}

.setting-tab-box .top-link .menu-active ul {
    display: block !important;
}

.setting-tab-box .top-link .menu-active ul .inner-active {
    background: #eef5f9;
}


/* .master-setting-right .filter-expand-box {
    top: 28px !important;
} */


/* .master-setting-right .dataTables_filter {
    padding-right: 60px;
} */


/* .master-container .page-breadcrumb .page-breadcrumb-wrap .page-breadcrumb-info {
    padding: 15px 0px 0 0px;
} */


/* .master-container .page-breadcrumb {
    margin-bottom: 0px;
} */


/* .master-container .apply-btn-box {
    margin-top: 20px;
    margin-right: 0px;
} */

.ui-jqgrid-htable {
    width: 1150px !important;
}

.add-workExperience {
    position: absolute;
    right: -100%;
    top: 188px;
    width: 99%;
    z-index: 999;
    height: 100%;
    overflow-y: scroll;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.open-employee-work-details .add-workExperience {
    right: 0;
}

.add-workExperienceProfile {
    position: absolute;
    right: -100%;
    top: 165px;
    width: 100%;
    z-index: 999;
    height: 100%;
    /* overflow-y: scroll; */
    background: #ffffff;
    /* border: 1px solid #f2f2f2; */
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.add-workExperienceProfile h3 {
    padding-left: 15px;
}

.open-work-details .add-workExperienceProfile {
    right: 0;
    height: calc(100vh - 247px);
    overflow: auto;
}

.next-button {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
    color: #337ab7;
}


/*10-4-20  Added By Disha */

.leave-master-page .common-tab {
    padding-left: 0;
    background: #f1f1f1;
    list-style: none;
}

.leave-master-page .common-tab li {
    display: inline-block;
    vertical-align: middle;
}

.leave-master-page .common-tab li a {
    padding: 10px 12px;
    color: #000000;
    font-weight: normal;
}

.leave-master-page .top-title-box h2 {
    margin: 0 0 10px;
    font-size: 18px;
    padding-top: 5px;
    font-weight: 500;
}

.leave-master-page .top-title-box .pull-right {
    margin-top: 10px;
}

.leave-table-box tbody tr td p {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.leave-master-page .dataTables_length,
.leave-master-page .dataTables_info,
.leave-master-page .dataTables_paginate {
    display: none;
}

.leave-table-box tbody tr td:last-child {
    text-align: left;
}

.leave-table-box .form-group textarea {
    height: 100px;
    resize: none;
}

.leave-master-page .applyleavemodal .modal-dialog {
    width: 60%;
}

.leave-master-page #example_filter {
    text-align: right;
    padding-right: 0 !important;
}


/* table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: none;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 10px;
} */

ul,
li {
    list-style: none;
}

.top-box span li {
    display: inline-block;
    vertical-align: middle;
}

.top-box h3 {
    float: left;
    margin: 0;
    font-size: 16px;
}

.top-box .top-right-con-box {
    float: right;
}

#myInput {
    background-image: url("/css/searchicon.png");
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 12px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    /* Add some space below the input */
}

#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myUL li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 14px;
    color: black;
    display: block;
}

#myUL li a:hover:not(.header) {
    background-color: #eee;
}

#myUL li a span {
    display: block;
    font-size: 12px;
    color: #777;
}

.left-box {
    float: left;
    width: 20%;
}

.content-box {
    float: right;
    width: 80%;
    padding-left: 10px;
}

.content-box .top-box .common-tab {
    margin-bottom: 0;
    background: transparent;
}

.content-box .top-box {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 10px 0 0;
    border-radius: 4px;
}

.content-box .top-box .top-con-box {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px 10px;
}

.content-box .top-box .common-tab li a,
.main-tab-top li a {
    border-bottom: 2px solid transparent;
}

.content-box .top-box .common-tab li.active a,
.main-tab li.active a,
.main-tab-top li:hover a {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    color: #0054a7 !important;
    border-bottom: 2px solid #0054a7 !important;
}

.content-box .tab-content .table>thead:first-child>tr:first-child>th {
    border-right: 1px solid #dddcdc;
}

.leave-third-box,
.leave-second-box {
    display: none;
}

.content-box table.dataTable {
    margin: 0 !important;
}


/* .tab-content {
    margin-top: 10px;
} */

.premium-box-open .leave-second-box,
.leave-type-box-open .leave-third-box,
.leave-plan-box-open .leave-first-box {
    display: block;
}

.premium-box-open .leave-third-box,
.premium-box-open .leave-first-box,
.leave-type-box-open .leave-first-box,
.leave-type-box-open .leave-second-box {
    display: none;
}

.setup-btn {
    border: 1px solid #002b9e;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: normal;
}

.leave-first-box #example_filter,
.leave-second-box #example_filter {
    display: none;
}

.checkbox .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

#addleavemodal .bootstrap-filestyle {
    width: 250px;
    border-bottom: none;
}

#addleavemodal .bootstrap-filestyle .form-control {
    height: 38px;
}

#addleavemodal .modal-footer {
    margin-top: 20px;
}

.data-hover {
    height: 15px;
    margin-left: 5px;
    width: 15px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.data-hover i {
    position: absolute;
    left: 1px;
    right: 0;
    font-size: 9px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.content-box .top-con-box .dropdown-menu {
    right: 0;
    left: auto;
}


/* .open-employee-detail .left-aside {
    z-index: 1;
} */


/* added by rohit */


/* .open-profile-detail .left-aside {
    z-index: 1;
} */

/* .open-employee-import .left-aside {
    z-index: 1;
} */

.leaveConfigure-modal .modal-dialog {
    /* margin: 0px auto; */
    width: 90% !important;
}

.leaveConfigure-modal .modal-content,
.leaveConfigure-modal {
    height: 100%;
    /* top:20px; */
}

.leaveType-modal .modal-content,
.leaveType-modal {
    height: 100%;
    /* top:75px; */
}

.compOffConfigure-modal .modal-content,
.compOffConfigure-modal {
    height: 100%;
    /* top:20px; */
}

.rightBarApplyLeave-modal .modal-content,
.rightBarApplyLeave-modal {
    height: 100%;
    /* top:35px; */
}


/*23-5-2020*/

.attendance-config .modal-body .container {
    width: 100%;
}

.attendance-config .modal-dialog {
    width: 80%;
}

.attendance-config .modal-dialog ul {
    padding-left: 0;
}

.attendance-config .modal-dialog ul li {
    margin-bottom: 10px;
}

.color-text {
    color: #ff0000;
    display: block;
    padding-top: 5px;
}

.left-padding-box {
    padding-left: 15px;
}

.add-con-box input {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.add-con-box span {
    display: inline-block;
    vertical-align: middle;
    width: 9%;
    padding-left: 10px;
}

.add-con-box span.plus-btn a {
    border: 1px solid #ddd;
    padding: 3px 2px;
    font-size: 11px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: block;
    text-decoration: none;
}

.add-con-box span.color-text {
    width: 100%;
}

.approval-box label {
    display: block;
}

.approval-box h5 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 13px;
    padding: 0;
    width: 10%;
}

.approval-box .chosen-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 80%;
}

.approval-box a {
    display: inline-block;
    vertical-align: top;
    width: 8%;
}

.approval-box .chosen-box .box {
    position: relative;
}

.approval-box .chosen-box .box span.role-text {
    position: absolute;
    right: 20px;
    font-size: 12px;
    color: #888;
    top: 50%;
    transform: translateY(-50%);
}

.attendance-config .modal-dialog ul {
    padding: 0 5px;
}

.approval-box .chosen-box:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 0;
    height: 8px;
    width: 8px;
    background: #002b9e;
    display: block;
    z-index: 99;
    border-radius: 50%;
}

.approval-box .chosen-box:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    height: 210%;
    width: 2px;
    background: lightgrey;
}

.approval-box .inner-box {
    margin-bottom: 30px;
}

.approval-box .inner-box:last-child .chosen-box:after {
    content: none;
}

.approval-box .inner-box:last-child {
    margin-bottom: 0;
}

.color-text a {
    text-decoration: none;
}

.multiselect-container .input-group {
    margin: 0;
}

.modal .modal-dialog ul.multiselect-container {
    padding: 0;
}

.padding-left-remove {
    padding-left: 0 !important;
}

.attendance-content-box .top-first-box,
.attendance-content-box .bottom-box,
.attendance-content-box .restrict-box,
.check-bottom-box,
.mobile-top-box,
.attendance-content-box .add-con-box,
#tab3 .mobile-app-detail-box,
#tab4 .wfh-box,
#tab4 .on-duty-box,
#tab5 .adjust-attendance-box,
#tab5 .regularise-attendance-box,
#tab5 .partial-work-box {
    display: none;
}

.top-title-edit-box-active .top-first-box {
    display: block;
}

.left-padding-box.top-title-edit-box-active .check-bottom-box,
.check-bottom-box.top-title-edit-box-active .bottom-box,
.second-box .left-padding-box.top-title-edit-box-active .bottom-box,
.attendance-content-box #tab3 .left-padding-box.top-title-edit-box-active .mobile-top-box,
.restrict-mobile-app-box.top-title-edit-box-active .add-con-box,
#tab3 .from-group.top-title-edit-box-active .mobile-app-detail-box,
#tab3 .left-padding-box.top-title-edit-box-active .mobile-top-box,
.restrict-mobile-app-box.top-title-edit-box-active .add-con-box,
.bottom-con-box.top-title-edit-box-active .bottom-box,
#tab4 .from-group.top-title-edit-box-active .wfh-box,
#tab4 .col-md-12.top-title-edit-box-active .on-duty-box,
#tab5 .from-group.top-title-edit-box-active .adjust-attendance-box,
#tab5 .from-group.top-title-edit-box-active .regularise-attendance-box,
#tab5 .from-group.top-title-edit-box-active .partial-work-box {
    display: block;
}

.attendance-content-box .top-first-box {
    background: #ededed;
    padding: 10px 10px 10px 0;
}

.attendance-content-box .radio+.radio,
.attendance-content-box .checkbox+.checkbox {
    margin-top: 10px;
}

.attachment_append_data .description_text {
    margin-top: 8px;
}

.mobile-top-box span.color-text {
    font-size: 12px;
    margin-bottom: 5px;
}

.daterange-box .form-control {
    width: 320px !important;
}

.hr-attandance-main .filter-box {
    position: relative;
    display: inline-block;
}

.hr-attandance-main .filter-box .filter-btn {
    background: #efefef;
    display: block;
    color: #000000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
}

.assign-employee-filter-box .btn-box {
    top: 20px;
}


/* by Rohit patel  30-11-2020 */

.open-work-details .overlay-box {
    display: block;
}

.common-right-panel-profile,
.right-employee-import {
    position: absolute;
    right: -100%;
    top: 62px;
    width: 70%;
    z-index: 81;
    height: calc(100vh - 102px);
    /* overflow-y: hidden; */
    overflow-x: hidden;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    display: none;
}

.common-right-panel-permission {
    position: fixed;
    right: -100%;
    top: 60px;
    width: 80% !important;
    z-index: 95;
    height: 100% !important;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.user-nav>ul>li>a {
    padding: 4px 10px 0px 14px;
}

.left-navigation>ul>li>a:hover,
.iconic-view .left-aside .left-navigation>ul>li>a:hover {
    color: #ffffff;
}

.left-navigation .list-accordion>li>a::before {
    background: #e06a0c;
}

.nav-tabs>li>a {
    color: #555555;
}

.dropdown-with-arrow a {
    position: relative;
    padding-right: 25px !important;
}

.dropdown-with-arrow .hrms-arrow-down {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    color: #555555;
    display: block;
}

.left-navigation a.active {
    color: #ffffff;
}

.page-breadcrumb .col-sm-3 {
    padding-left: 0;
}

.page-breadcrumb .col-sm-9 {
    padding-right: 0;
}

.left-navigation a.active {
    background: #e06a0c;
    color: #ffffff;
}

.caledner-nav-box .fc .fc-button-primary {
    color: #222222;
    background-color: transparent;
    border-color: #97bbff;
    height: 35px;
}

.caledner-nav-box .fc .fc-button-primary:hover,
.fc .fc-button-primary:focus {
    color: #222222;
    background-color: transparent;
    border-color: #97bbff;
}

.caledner-nav-box .fc .fc-toolbar {
    margin: 0;
}

.caledner-nav-box .fc .fc-toolbar h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #812400;
}


/* .leave-table-box .col-sm-12{overflow-x: auto;} */


/* .leave-table-box {
    overflow: hidden;
} */


/* .leave-table-box .dataTables_length,
.leave-table-box .dataTables_filter {
    height: 35px;
    display: block;
    float: none;
    clear: both;
} */

.emp-holiday-search {
    position: relative;
    padding-right: 218px;
}

.emp-holiday-search .search-btn {
    position: absolute;
    top: 24px;
    right: 50px;
    z-index: 1;
}


/* #DataTables_Table_4_filter, #DataTables_Table_0_filter{padding: 0 !important; margin: 0;} */


/* #DataTables_Table_4_filter,
#DataTables_Table_0_filter label {
    margin: 0;
} */

body.open-employee-detail,
body.open-profile-detail {
    overflow: hidden;
}

.overlay-box {
    z-index: 80;
}

.dropdown-menu {
    z-index: 9999;
}


/* .master-setting-right .filter-expand-box {top: -2px !important;} */


/* table.dataTable thead>tr>th.sorting_desc {
    padding-right: 26px;
} */

.multiselect-dropdown .dropdown-btn {
    padding-right: 8px !important;
}

.multiselect-dropdown .dropdown-btn .dropdown-up {
    border-bottom: 8px solid #adadad !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
}

.tooltip-inner {
    text-align: left;
    min-width: 150px;
    max-width: 300px;
}

.wizard-box .navbar ul li {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    vertical-align: text-top;
    text-align: left;
    margin: 0;
}

.wizard-box .navbar ul li a {
    color: #7cb342;
    border: 1px solid #7cb342;
    border-radius: 15px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    background-color: #ffffff;
    display: block;
    padding: 0;
    padding-right: 15px;
}

.wizard-box .navbar ul {
    margin: 0 auto;
    padding: 0;
}

.wizard-box .navbar ul li:first-child {
    padding-left: 0;
}

.page-breadcrumb {
    z-index: 1;
}

.types-leave-plan-pop-up .form-group {
    width: 50%;
    display: inline-block;
    margin: 0;
}

.types-leave-plan-pop-up .checkbox-inline {
    width: 100%;
    margin-bottom: 10px;
}

.types-leave-plan-pop-up .pixie-tc-rounded-info {
    position: absolute;
    right: 0;
    z-index: 1;
}

.types-leave-plan-pop-up .form-group:nth-child(odd) {
    border-right: solid 1px #ccc;
    padding-right: 15px;
}

.types-leave-plan-pop-up .form-group:nth-child(even) {
    padding-left: 15px;
}

.types-leave-plan-pop-up h5 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 15px;
}


/* 
.top-bar {
    z-index: 99;
} */

.wizard-box .navbar ul li {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    vertical-align: text-top;
    text-align: left;
    margin: 0;
}

.wizard-box .navbar ul li a {
    color: #7cb342;
    border: 1px solid #7cb342;
    border-radius: 15px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    background-color: #ffffff;
    display: block;
    padding: 0;
    padding-right: 15px;
}

.wizard-box .navbar ul {
    margin: 0 auto;
    padding: 0;
}

.wizard-box .navbar ul li:first-child {
    padding-left: 0;
}

.page-breadcrumb {
    z-index: 1;
}

.assign-employee-filter-box {
    position: relative;
}


/* .open-assign-employee-filter-box .search-reset-btn {
    position: absolute;
    right: 0;
    top: 23px;
    width: auto;
} */


/* .open-assign-employee-filter-box .filter-expand-box {
    top: 74px !important;
    margin: 0 !important;
    right: 0;
    ;
} */


/* 
.open-assign-employee-filter-box .assign-employee-filter-box {
    padding-bottom: 0;
} */


/* .open-assign-employee-filter-box .leave-table-box .dataTables_filter{padding-right: 60px !important;} */

.open-assign-employee-filter-box div.dataTables_wrapper div.dataTables_filter label {
    margin-right: 0;
}


/* .employee-main .record-permission-table-view {
    height: 300px;
    overflow: auto;
} */

.box-widget .widget-container .panel-body {
    height: 300px;
    overflow: auto;
}

.employee-main .profile-td .left-box img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.activation-modal .wizard-box .navbar ul li {
    width: 24.33%;
    margin: 0 !important;
    cursor: pointer;
}

.activation-modal .container {
    width: 100%;
}

.activation-modal .modal-footer {
    padding: 15px 0;
}

.activation-modal .modal-footer .note-text {
    left: 0;
}


/* 
.assign-employee-filter-box .search-bar-btn,
.leave-table-box .search-bar-btn {
    position: absolute;
    right: 10px;
    top: 36px;
    z-index: 1;
}

.assign-employee-filter-box .search-bar-btn {
    top: 44px !important;
} */


/* .open-assign-employee-filter-box .filter-expand-box {
    top: 208px !important;
} */

.page-breadcrumb .breadcrumb-titles {
    font-size: 16px;
    font-weight: 500;
}

.page-breadcrumb .apply-btn-box.upload-excel {
    margin-top: 10px;
}


/* .open-assign-employee-filter-box #leaveRequestList .dataTables_filter {
    padding: 0 215px 0 0 !important;
}

.open-assign-employee-filter-box #leaveRequestList .filter-expand-box {
    top: 95px !important;
    right: 15px;
} */


/* .hr-attandance-main .dataTables_filter {
    padding-right: 10px;
} */


/* .open-assign-employee-filter-box .leave-request-list-content #leaveRequestList .filter-expand-box {
    top: 104px !important;
    right: 0;
} */


/* .open-assign-employee-filter-box .leave-request-list-content #leaveRequestList .dataTables_filter {
    padding: 0 215px 0 0 !important;
} */

.leave-request-list-content .filter-expand-box {
    top: 0 !important;
}


/* .open-assign-employee-filter-box .leave-request-list-content .filter-expand-box {
    top: 108px !important;
} */


/* .open-assign-employee-filter-box #DataTables_Table_0_filter.dataTables_filter {
    text-align: right;
    margin: 5px 0 0;
    padding: 0 !important;
} */


/* .emp-status-search.leave-table-box .dataTables_filter {
    padding-right: 150px !important;
} */


/* designation-search-box */

.dashboard-main .employee-detail-box .box-one .inner-box h3 {
    margin: 0px 0;
    font-weight: 500;
    font-size: 20px;
}

.dashboard-main .inner-box h4 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
}

.dashboard-main .second-column .active-selected {
    min-height: 50px;
    display: block;
}

.dashboard-main .inner-box .chart {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.dashboard-main .inner-box .percent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.dashboard-main .dboard-leave-box .tab-content ul li {
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 30px;
    position: relative;
}

.dashboard-main .dboard-leave-box .tab-content ul li input {
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 1;
    cursor: pointer;
}

.mCSB_inside .mCSB_container {
    margin-right: 15px;
}

.dashboard-main .inner-box h4 {
    margin-top: 0;
}

.pin-it .left-aside {
    z-index: 800;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.modal {
    background: rgba(0, 0, 0, 0.6);
}

.iconic-view .left-aside .left-navigation ul li .nav-icon img {
    width: 23px;
}

.pin-it .left-aside .left-navigation ul li .nav-icon img {
    width: 20px;
}

.leave-reason {
    white-space: normal !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0 !important;
    width:250px;
}

.import-employee-table {
    width: 100%;
    overflow: auto;
}

.import-employee-table thead th {
    white-space: nowrap;
}

.upload-excel-file {
    padding: 15px;
}

.upload-excel-file .form-group {
    position: relative;
    padding-left: 165px;
    display: inline-block;
    margin: 0;
}

.upload-excel-file .form-group .form-control {
    width: 230px;
}

.upload-excel-file label {
    position: absolute;
    top: 7px;
    left: 0;
    margin: 0;
}

.upload-excel-file .apply-btn {
    float: right;
}

.upload-excel-file .download-excel-file {
    display: inline-block !important;
    border: solid 1px #75d0f9;
    width: 160px;
    color: #75d0f9;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 12px !important;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 15px;
}


/* .open-assign-employee-filter-box #DataTables_Table_0_filter.dataTables_filter {
    margin-right: 210px;
    position: relative;
    top: -4px;
} */

.hr-attandance-master .dataTables_wrapper .dataTables_filter {
    margin-right: 40px;
}


/* .open-assign-employee-filter-box .hr-attandance-master .filter-expand-box {
    top: 214px !important;
} */

.hr-attandance-master .filter-expand-box {
    top: 6px !important;
}


/* .open-assign-employee-filter-box .hr-attandance-master #DataTables_Table_0_filter.dataTables_filter {
    margin-right: 50px;
} */

.login-page .login-container h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.login-page .login-container h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 40px 0;
    color: #666666;
}

.login-page .login-container .errorMessage {
    display: block;
}


/* .employee-master-list .emp-status-search.leave-table-box .dataTables_filter {
    padding-right: 230px !important;
} */

.hr-attandance-master #who-is-in .dataTables_wrapper .dataTables_filter label {
    margin: 0;
}

.hr-attandance-main #who-is-in .who-box .dataTables_filter {
    padding-right: 0px;
}

.emp-request-list#request-list div.dataTables_wrapper div.dataTables_filter label {
    margin: 0;
}

.emp-attandance-box div.dataTables_wrapper div.dataTables_filter label {
    margin: 0;
}


/* .hr-attandance-master.hr-attandance-main .emp-attandance-box .assign-employee-filter-box {
    padding-top: 0;
} */


/* 
.open-assign-employee-filter-box .hr-attandance-master.hr-attandance-main .emp-attandance-box .filter-expand-box {
    top: 194px !important;
} */


/* .dataTables_filter {position: relative;z-index: 10;} */


/* body-inner-scroll */

body {
    overflow: hidden;
}

.page-content {
    height: 100vh;
    overflow: hidden;
    padding: 72px 0 30px 0;
}

.main-container {
    padding: 0;
    margin: 0;
}


/* leave-details-box */

.leave-details-box {
    position: relative;
    border-right: solid 1px #ccc;
    /* padding-right: 20px; */
    padding-right: 10px;
    margin-bottom: 15px;
}

.leave-details-box .emp-details {
    position: relative;
    /* padding-left: 140px; */
    padding-left: 100px;

}

.leave-details-box .emp-details p {
    margin-bottom: 5px;
}

.leave-details-box .control-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0;
}


/* #apply-Request-details .leave-box,
#add-leave-details .leave-box {
    padding: 0;
    padding-top: 22px;
    text-align: center;
} */

#apply-Request-details .leave-box {
    padding-top: 0;
}


/*#apply-Request-details .leave-box .cols {
    margin: 0 8px 10px 8px;
}*/

.right-employee-detail.common-right-panel.whoIsInRightDrawer {
    width: 60% !important;
    position: fixed;
    top: 62px !important;
    height: calc(100vh - 102px);
}

.open-employee-detail .right-employee-detail.whoIsInRightDrawer {
    right: 0;
}

.pixie-hr-close:before {
    font-weight: bold;
}

/* .hr-attandance-main.hr-attandance-master #who-is-in table tbody tr {
    cursor: pointer;
} */

/* .hr-attandance-main.hr-attandance-master #who-is-in table tbody tr:focus,
.hr-attandance-main.hr-attandance-master #who-is-in table tbody tr:hover {
    background: #f6fbfd;
} */


/* .open-assign-employee-filter-box #cancelLeaveList #DataTables_Table_0_filter.dataTables_filter {
    margin-right: 220px;
}

.open-assign-employee-filter-box .leave-request-list-content #cancelLeaveList .filter-expand-box {
    top: 79px !important;
} */


/* #leaveRequestList div.dataTables_wrapper div.dataTables_filter label {
    margin: 0;
} */


/* .master-setting-right .dataTables_filter label,
.master-setting-right .dataTables_filter {
    padding: 0 !important;
    margin: 0 !important;
} */


/* .master-setting-right .search-bar-btn {
    margin: 23px 15px 0px 0;
    text-align: right;
} */

.master-setting-right .employee-permission-list .dataTables_filter {
    padding-right: 175px !important;
}


/* .master-setting-right .employee-permission-list .filter-expand-box {
    top: 0px !important;
    right: 5px;
} */

.search-bar-btn {
    cursor: pointer;
    text-align: right;
}


/* .employee-main.employee-master-list .master-setting-right .filter-expand-box {
    top: -2px !important;
} */

.employee-education-table .number {
    width: 50px;
}

.employee-education-table .specialization {
    width: 140px;
}

.employee-education-table .percentage {
    width: 150px;
}

.employee-education-table .start-date {
    width: 150px;
}

.employee-education-table .end-date {
    width: 150px;
}

.employee-education-table .title {
    width: 180px;
}

.employee-education-table .institute-name {
    width: 150px;
}

.employee-education-table .action {
    width: 140px;
}

.work-experience-details-table,
.employee-education-details {
    width: 100%;
    overflow: auto;
}

.work-experience-details-table .number {
    width: 30px;
}

.work-experience-details-table .previous-company {
    width: 200px;
}

.work-experience-details-table .job-title {
    width: 150px;
}

.work-experience-details-table .from-date {
    width: 120px;
}

.work-experience-details-table .to-date {
    width: 120px;
}

.work-experience-details-table .job-description {
    width: 200px;
}

.work-experience-details-table .action {
    width: 100px;
}

.work-experience-details-table thead tr th {
    white-space: nowrap;
    word-break: break-all;
}

.work-experience-details-table tbody td {
    word-break: break-all;
}

.work-experience-details-table tbody td.action {
    white-space: nowrap;
}

#apply-Request-details .modal-footer {
    padding: 15px 0;
}

.user-nav ul li {
    cursor: pointer;
}

.dashboard-main .box-three .inner-box .common-scroll {
    height: 230px;
    z-index: 9;
    position: relative;
}

.rightpanel-header h4 {
    font-size: 16px;
    /* border-bottom: 1px solid #d7d7d7; */
    padding: 15px;
    margin: 0;
    margin-bottom: 5px;
    background: #002b9e;
    font-weight: 500;
    color: #fff;
}

.rightpanel-header .common-close {
    color: #fff;
}

.btn:disabled {
    cursor: no-drop;
    pointer-events: auto;
    opacity: 1;
    border: solid 1px silver;
}

#otherEmpLeavemodal .modal-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}

.open-profile-detail .top-bar,
.open-employee-detail .top-bar {
    padding-left: 0;
}

.image-box img {
    border-radius: 50%;
    object-fit: cover;
}

.approved-reject-by {
    font-size: 11px;
    line-height: 17px;
    margin: 3px 0;
    border: solid 1px #7cb342;
    padding: 4px;
    border-radius: 6px;
    background: #f1f1f1;
    color: #5b8e26;
}

.approved-reject-by b {
    font-weight: 500;
}

.recored-permission-select .select-box {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.recored-permission-select .checkbox {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}

.recored-permission-select .checkbox label {
    padding: 0;
}

.recored-permission-select .select-dropdown {
    display: inline-block;
    width: 180px;
}

.recored-permission-select .multiselect-item-checkbox input+div {
    font-size: 12px;
}


/* .modal-dialog {
    margin: 80px auto;
} */

.recored-permission-select .select-box {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.recored-permission-select .checkbox {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
}

.recored-permission-select .checkbox label {
    padding: 0;
}

.recored-permission-select .select-dropdown {
    display: inline-block;
    width: 180px;
}

.recored-permission-select .multiselect-item-checkbox input+div {
    font-size: 12px;
}

.closeButton {
    cursor: pointer;
}

.treeview-header .form-check-label {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 9px;
    background: #dc8d1d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.treeview-header {
    position: relative;
    margin-bottom: 20px;
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 10px;
}

.schedule-table-box div.dataTables_wrapper div.dataTables_filter label {
    margin: 0;
}

.label-input-box {
    position: relative;
    padding: 12px 45px 12px 15px;
    border: 1px solid #7fa2ff;
    margin: 0 0 28px 0;
}

.label-input-box label {
    position: absolute;
    left: 15px;
    top: -12px;
    z-index: 1;
    padding: 5px 5px 0 0;
    background: #ffffff;
    margin: 0;
    line-height: 1;
    color: #002b9e;
}

.label-input-box i {
    position: absolute;
    right: 15px;
    top: 19px;
    color: #7fa2ff;
    font-size: 18px;
    z-index: 1;
}

.label-input-box input.form-control {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    background: #ffffff;
    padding: 0;
}

.input-with-error-msg .errorMessage {
    padding: 0 0 10px 0;
    margin-top: -25px;
}

.login-page .logo-box {
    margin: 0 0 20px 0;
    text-align: center;
}

.login-page .logo-box a {
    display: inline-block;
}

.login-page .btn {
    width: 100%;
    padding: 15px;
    font-size: 16px;
}

.login-page .link-box {
    padding: 30px 0 0 0;
    text-align: right;
}

.login-page .link-box a {
    display: inline-block;
}

a {
    color: #002b9e;
    ;
}

.login-page .login-footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.login-page .login-footer p {
    color: #666666;
    margin: 0;
}

.login-page .login-footer p span {
    border-left: 1px solid #666666;
    padding: 0 0 0 10px;
    margin-left: 10px;
}

.login-page .login-welcome-text {
    margin: 0 0 50px 0;
}

.login-page .login-welcome-text h1 {
    color: #002b9e;
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 10px 0;
}

.login-page .login-welcome-text h2 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
}

.login-page .login-welcome-text h2 img {
    max-width: 100px;
    display: inline-block;
}


/*  APPROVALS  CSS*/


/* .leave-table-box .dataTables_filter {
    padding: 0 !important;
} */

.apply-request-table-box table tr td:first-child,
.apply-request-table-box table tr th:first-child {
    text-align: left;
}

.criteria-box {
    border: solid 1px #ccc;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
}

.criteria-box {
    border: solid 1px #ccc;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
}

.criteria-box {
    border: solid 1px #ccc;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
}

.set-criteria-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    z-index: 1;
}

.add-details p {
    margin: 5px;
    display: inline-block;
}

.add-details .number {
    width: 30px;
    display: block;
    height: 30px;
    background: #eaeaea;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
    color: #333;
    font-weight: 600;
}

.add-approval-pop-up .criteria-box:last-of-type {
    margin-bottom: 0;
}

.add-approval-pop-up .criteria-box h5 {
    font-weight: 500;
    font-size: 16px;
    border-bottom: solid 1px #cccc;
    padding: 5px 10px 15px 0;
    margin: 0 0 15px;
}

.add-approval-pop-up .set-criteria-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    z-index: 1;
}

.add-approval-pop-up .set-criteria-btn .btn {
    padding: 5px 10px;
}

.add-approval-pop-up .criteria-box p {
    margin: 5px;
    text-align: center;
}

.add-approval-pop-up .add-details .number {
    margin: 5px;
    display: inline-block;
}

.add-approval-pop-up .add-details .number span {
    width: 30px;
    display: block;
    height: 30px;
    background: #eaeaea;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
    color: #333;
    font-weight: 600;
}

.add-approval-pop-up .add-details .form-group {
    width: 250px;
    display: inline-block;
    margin: 0 0 0 15px;
}

.add-approval-pop-up .add-details {
    margin-bottom: 15px;
    position: relative;
    padding-right: 70px;
}

.add-approval-pop-up .add-details:last-of-type {
    margin-bottom: 0;
}

.add-approval-pop-up .add-delete .add {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 8px 3px;
    border-radius: 50%;
    border: solid 1px #3f7ae1;
    margin-left: 10px;
}

.add-approval-pop-up .add-delete .add:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #3f7ae1;
    display: block;
}

.add-approval-pop-up .add-delete .add:before {
    content: '';
    width: 2px;
    height: 12px;
    background: #3f7ae1;
    display: block;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.add-approval-pop-up .add-delete .delete {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 8px 3px;
    border-radius: 50%;
    border: solid 1px red;
}

.add-approval-pop-up .add-delete a {
    display: inline-block;
}

.add-approval-pop-up .add-delete .delete:after {
    content: '';
    width: 12px;
    height: 2px;
    background: red;
    display: block;
}

.add-approval-pop-up .add-delete {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
}

.add-approval-pop-up .set-criteria-btn .auto-approve-reject,
.add-approval-pop-up .set-criteria-btn p,
.add-approval-pop-up .set-criteria-btn .auto-approve-reject .from-group,
.add-approval-pop-up .set-criteria-btn .auto-approve-reject .checkbox {
    display: inline-block;
}

.add-approval-pop-up .set-criteria-btn .auto-approve-reject .checkbox {
    margin: 0;
    margin-right: 10px;
    border-right: solid 1px #b6b6b6;
    padding-right: 10px;
}

.add-approval-pop-up .set-criteria-btn .auto-approve-reject .checkbox:nth-child(2) {
    margin-right: 0;
    border: none;
    padding: 0;
}

.add-approval-pop-up .set-criteria-btn .auto-approve-reject {
    border: solid 1px #dadada;
    padding: 5px 10px;
    background: #ededed;
}

.add-approval-pop-up .set-criteria-btn p {
    margin: 0 20px;
    border-right: solid 2px #bbb;
    padding: 0 6px;
    border-left: solid 2px #bbb;
    border-radius: 10px;
}

.add-approval-pop-up .approve-rejecte-process {
    border: solid 1px #ccc;
    border-style: dashed;
    padding: 10px;
    margin-bottom: 15px;
}

.add-approval-pop-up .approve-rejecte-process ul {
    padding: 0;
    margin: 0;
}

.add-approval-pop-up .approve-rejecte-process li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    margin: 0 25px 0 0;
    background: #f1f3f7;
    padding: 2px 15px;
    border-radius: 10px;
    position: relative;
}

.add-approval-pop-up .approve-rejecte-process li:after {
    content: '';
    width: 12px;
    height: 12px;
    border: solid 2px #aeaeae;
    display: block;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    position: absolute;
    right: -15px;
    top: 6px;
}

.add-approval-pop-up .approve-rejecte-process li span.red {
    color: red;
}

.add-approval-pop-up .approve-rejecte-process li span.green {
    color: #007ae1;
}

.add-approval-pop-up .approve-rejecte-process li:last-of-type {
    background: none;
    padding: 0;
}

.add-approval-pop-up .approve-rejecte-process li:last-of-type:after {
    display: none;
}

.add-approval-pop-up .criteria-box.follow-up-option h5 {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.add-approval-pop-up .set-criteria-btn .auto-approve-reject .checkbox.no-border {
    padding: 0;
    border: none;
    margin: 0;
}

.add-details.follow-up .form-group {
    margin: 0;
}

.add-details.follow-up p {
    display: inline-block;
    width: max-content;
    margin: 0;
}

.add-details.follow-up input {
    display: inline-block;
    width: 150px;
    margin: 0 10px;
}

.add-approval-pop-up .criteria-box.follow-up-option .approval-enable {
    border-bottom: solid 1px #ccc;
    display: block;
    padding-bottom: 10px;
}

.add-approval-pop-up .criteria-box.message-box .add-details .form-group {
    width: 50%;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.add-approval-pop-up .criteria-box.message-box .new-template {
    display: inline-block;
    margin: 0 0px 0 20px;
}

.add-approval-pop-up .criteria-box.message-box .add-details {
    padding-right: 0;
}

.add-approval-pop-up .criteria-box.message-box .add-other-option .add-delete {
    top: 31px;
    right: -30px;
}

.add-approval-pop-up .edit-template {
    margin: 10px 0;
    position: absolute;
    top: 0;
    right: -95px;
    z-index: 1;
}

.attachments-btn .input-group-btn .btn {
    height: 34px;
}

#add-weekoff .modal-dialog {
    width: 60% !important;
}

.main-loader-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.main-loader-box .animate-svg path {
    stroke-dasharray: 1100;
    animation: dash 1.3s ease-in forwards;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes dash {
    to {
        stroke-dashoffset: 1100;
    }
}

.main-loader-box svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    display: block;
    width: 130px;
    height: 130px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.page-breadcrumb .list-page-breadcrumb .active-page {
    color: #f56200;
    font-weight: 500;
}

.tab-count-text {
    display: inline-block;
    vertical-align: middle;
    background: #3770ff;
    padding: 2px 8px;
    border-radius: 15px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 0 5px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 5px 0;
}

.dataTables_info {
    font-weight: 500;
}

/* div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px;
} */

.page-breadcrumb .list-page-breadcrumb li a {
    color: #002c9d;
}

.page-breadcrumb .list-page-breadcrumb li a:hover,
.page-breadcrumb .list-page-breadcrumb li a:focus,
.page-breadcrumb .list-page-breadcrumb li a:active {
    color: #f56200;
}

.table-search-filter-box {
    border: 1px solid #97bbff;
    padding: 10px;
    margin: 0 0 10px 0;
}

.iconic-view .page-content {
    padding-bottom: 30px;
}


/* .iconic-view .left-aside:hover {
    width: 260px;
} */


/* .iconic-view .left-aside:hover .left-navigation>ul>li .nav-label {
    display: inline-block;
    width: auto;
    height: auto;
}

.iconic-view .left-aside:hover .left-navigation>ul>li .nav-icon {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    padding-right: 10px;
    font-size: 22px;
} 

.iconic-view .left-aside:hover .left-navigation ul li .nav-icon img {
    width: 20px;
}

.iconic-view .left-aside:hover .left-navigation>ul>li>a {
    padding: 0;
}

.iconic-view .left-aside .left-navigation>ul>li>a {
    padding: 0;
}

.iconic-view .left-aside {
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}*/

.logo-with-text {
    display: none;
}

.pin-it .iconic-logo img {
    display: none;
}

.pin-it .iconic-logo .logo-with-text {
    display: block;
}

.pin-it .footer-container {
    padding: 5px 15px 5px 270px;
}


/* .iconic-view .left-aside:hover .iconic-logo .logo-with-text,
.pin-it .iconic-logo .logo-with-text {
    display: block;
}

.iconic-view .left-aside:hover .iconic-logo img,
.pin-it .iconic-logo img {
    display: none;
}

.iconic-view .left-aside:hover .iconic-logo {
    width: auto;
} */

.pagination>li>a,
.pagination>li>span {
    color: #002b9e;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: #e8f0ff;
    border-color: #e8f0ff;
}

.btn-secondary {
    background: #c0dbff;
    color: #222222;
    padding: 6px 12px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #8eb7ee;
    color: #222222;
}

.input-group-addon {
    background: #e5f0ff;
    border-color: #e5f0ff;
}

.text-center .detail-btn {
    padding: 0px;
}


/* .iconic-view .nav-label {
    position: absolute;
    left: 60px;
    top: 0;
    display: block;
    background: #002b9e;
    padding: 16px 16px;
} */

.iconic-view .left-aside ul li a .nav-label {
    left: -200px;
    position: absolute;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.iconic-view .left-aside ul li a:hover .nav-label {
    position: absolute;
    left: 60px;
    background: #e06a0c;
    top: 0px;
    padding: 15px 17px;
    /* display: block !important; */
    width: 191px;
}


/* .table-search-filter-box {
    border: 0px dashed #7999d6;
    padding: 10px;
    margin: 0 0 10px 0;
    position: absolute;
    right: 0;
    width: 230px;
    background: #e8f0ff;
    top: 0;
    height: calc(100vh - 258px);
} */


/* .open-assign-employee-filter-box .bottom-table-box {
    width: calc(100% - 240px);
}

.open-assign-employee-filter-box .leave-request-list-content #leaveRequestList .filter-expand-box {
    top: 0px !important;
    right: 240px;
} */

.filter-expand-box .shift-filter-btn {
    border-radius: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 0;
    background: #f2f5fb;
    border: 1px solid #97bbff;
    border-radius: 4px;
    margin-top: -1px;
    margin-left: 10px;
}

.table-search-filter-box .form-group label {
    font-weight: 500;
}

.table-search-filter-box {
    padding: 15px;
    margin: 0 0 10px 0;
    position: absolute;
    right: 0;
    width: 430px;
    background: #f2f5fb;
    top: 42px;
   
    z-index: 90;
    border-radius: 4px;
    border-top-right-radius: 0px;
   
}

.table-search-filter-box::before {
    position: absolute;
    display: block;
    content: "";
    width: 35px;
    height: 11px;
    background: #f2f5fb;
    top: -11px;
    right: -1px;
    border-left: 1px solid #97bbff;
    border-right: 1px solid #97bbff;
}

.table-search-filter-box h4 {
    color: #0a276f;
    margin-bottom: 15px;
    margin-top: 0px;
}

.table-search-filter-box label {
    font-weight: 500;
}

.open-assign-employee-filter-box .shift-filter-btn {
    background: #f2f5fb;
    border: 1px solid #97bbff;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none !important;
}

.rounded-pill {
    border: 1px solid;
    background: transparent;
    font-weight: normal;
    padding: 3px 10px;
}


/* .badge-warning {
    border-color: #E56809;
    color: #E56809;
    background: rgba(229, 104, 9, 0.125);
} */

.badge-warning {
    border-color: #faa909;
    color: #faa909;
    background: rgba(250, 204, 9, 0.055);
}

.badge-success {
    border-color: #67C100;
    color: #67C100;
    background: rgba(132, 204, 22, 0.055);
}

.badge-danger {
    color: #DC0808;
    border-color: #DC0808;
    background: rgba(220, 8, 8, 0.055);
}

.badge-info {
    color: #3EBCB9;
    border-color: #3EBCB9;
    background: rgba(62, 188, 185, 0.055);
}

.text-danger {
    color: #DC0808;
}

.text-success {
    color: #67C100;
}

.common-filter .filter-expand-box {
    top: 1px !important;
}

.common-filter .table-search-filter-box {
    right: 15px;
}

.common-filter .dataTables_filter {
    padding-right: 40px;
}

.holiday-setting .leave-table-box .dataTables_filter {
    padding-right: 90px !important;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #cadef1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #a2b8f6;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #a2b8f6;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #cadef1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #a2b8f6;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #a2b8f6;
}

.dashboard-main {
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.news-inner-box {
    max-height: 228px;
    overflow: auto;
}

.leave-table-box-nofilter .dataTables_filter {
    padding-right: 42px !important;
}

.request-table-box-nofilter .dataTables_filter {
    padding-right: 385px !important;
    position: relative;
    top: 1px;
}

.request-admin-table-box-nofilter .dataTables_filter {
    padding-right: 430px !important;
    position: relative;
    top: 1px;
}

/* .filter-expand-box .cols {
    margin-right: 0px;
} */

.right-align-text .apply-btn-box {
    display: inline-block;
    margin-left: 10px;
}

.common-line-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    padding: 3px;
    font-weight: normal;
    background: rgb(242 242 242 / 50%);
    text-align: center;
    margin-left: 10px;
}

.open-profile-detail .common-right-panel-profile {
    right: 0 !important;
    top: 62px;
    height: calc(100vh - 92px);
}

.master-setting-right .page-breadcrumb .row .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.common-right-panel .page-breadcrumb .row .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.employee-attendance-rightbar-details-table-box .dataTables_wrapper .dataTables_filter {
    margin-right: 0px !important;
}

.hr-employee-right-table .dataTables_wrapper .dataTables_filter {
    margin-right: 0px !important;
}

.noUi-value-horizontal {
    margin-top: 7px !important;
}

.dropup-open .dropdown-list {
    bottom: 40px !important;
}

/* .assign-employee-filter-box.table-search-filter-box {
    overflow-y: auto !important;
} */

.box-one .inner-box .apexcharts-datalabels-group {
    transform: translateY(-25px);
}

.add-emp-body {
    max-height: calc(100vh - 253px);
    overflow-y: auto;
}

.employee-attandance-graph-view {
    height: calc(100vh - 243px) !important;
}

.noUi-value-horizontal {
    margin-top: 7px !important;
}

.upcoming-holiday {
    display: block;
    height: 230px;
}

.upcoming-holiday ul {
    padding-left: 0px;
}

.upcoming-holiday ul li {
    width: 100% !important;
    display: block;
    text-align: left;
    margin-bottom: 10px;

}

.upcoming-holiday .cols .date-box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: inline-block;
    /* background: #7ec5ee; */
    border: 2px solid #7ec5ee;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.upcoming-holiday li:first-child .date-box {
    border: 3px solid #47d8a1;
    background: #5ee4b1;
}

.upcoming-holiday li:nth-child(2) .date-box {
    border: 3px solid #b4d92e;
    background: #d1ed6c;
}

.upcoming-holiday li:nth-child(3) .date-box {
    border: 3px solid #376fe6;
    background: #7195e1;
}

.upcoming-holiday li:nth-child(4) .date-box {
    border: 3px solid #f0742d;
    background: #e89363;
}

.upcoming-holiday li:nth-child(5) .date-box {
    border: 3px solid #33aae9;
    background: #65c4f8;
}

.upcoming-holiday li:nth-child(6) .date-box {
    border: 3px solid #e6337b;
    background: #f1679f;
}

.upcoming-holiday li:nth-child(7) .date-box {
    border: 3px solid #27d2e1;
    background: #5fdee9;
}

.upcoming-holiday li:nth-child(8) .date-box {
    border: 3px solid #a051ee;
    background: #ba8af1;
}

.upcoming-holiday li:nth-child(9) .date-box {
    border: 3px solid #ee5151;
    background: #e88989;
}

.upcoming-holiday .cols .date-box h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 5px;
}

.upcoming-holiday .cols .date-box span {
    font-size: 12px;
}

.upcoming-holiday .cols .name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    padding-left: 0px !important;
}

.upcoming-holiday .cols .name p {
    margin-bottom: 0px !important;
}

.dashboard-main .common-scroll {
    overflow-y: auto;
    width: 100%;
    height: 230px;
}

.multiselect-item-checkbox {
    padding: 2px 10px !important;
}

.dropdown-list .filter-textbox {
    padding: 2px 10px !important;
}

/* .modal-body{
    max-height: calc(100vh - 253px);
    overflow-y: auto;
} */

.email-th {
    width: 160px;
}

.email-td {
    max-width: 160px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.filter-row-right-box {
    margin-left: -13px;
}

.export-table .dataTables_filter {
    margin-right: 50px !important;
}

.export-table .filter-expand-box {
    top: 0px !important;
}

.export-with-filter .dataTables_filter {
    margin-right: 90px !important;
}

.inner-box.emp-joining-list-empty ul {
    padding-left: 0px;
}

.left-daterange {
    position: absolute;
    left: 198px;
    z-index: 2;
}

.search-reset-btn {
    text-align: right;
}

.table thead th{text-overflow: ellipsis; white-space: nowrap;}
.other-employees-on-leave-pop-up .modal-body table{
    max-height: calc(100vh - 350px); overflow: auto;
}

.export-table .dataTables_filter {
    margin-right: 50px !important;
}

.export-table .filter-expand-box {
    top: 0px !important;
}
.export-with-filter .dataTables_filter{
    margin-right: 90px !important;
}
 
.leave-table-box-yearfilter .dataTables_filter {
    padding-right: 382px !important;
}

.request-table-box-yearfilter .dataTables_filter{
   padding-right: 70% !important;  
}

.employee-list{
    padding-left: 5px;
    height: calc(100vh - 215px);
    overflow-y: auto;
}
.employee-list li {
    margin-bottom: 5px;
}
.employee-list ul {padding-left: 10px;}
.employee-list li a{
    color: #7d7d7d;
}
.employee-list li a:hover{
    text-decoration: none;
    color: #002c9d;
}
.employee-list .active a{
    color: #002c9d;
}
.search{
    margin:10px 0px;
}
 
.date-left-box{width:100px; display: inline-block; vertical-align: top;}
.ss-right-box{width: calc(100% - 100px); display: inline-block; vertical-align: top;}
.ss-right-box .box{width:15.5%; display: inline-block; margin-right: 10px; border:1px solid #c2c2c2; margin-bottom:10px; padding:5px;border-radius: 5px;}
.ss-right-box .box img{max-width:100%;}
.ss-detail{width:100%; display:block;}
.ss-detail span{width:50%; display: inline-block;}
/* .date-view-ss{max-height: calc(100vh - 215px); overflow: auto;} */


.approve-reject-by-scroll{
    max-height:266px;
    overflow-x: auto;
}

.encash-form-box .text-input {
    margin-bottom: 15px;
}
.encash-form-box .btn-box {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.encash-hours-box.leave-details-box .emp-details  {
padding-left: 150px;
}
.encashment-drop-box .checkbox label {
padding: 0 10px;
}
.encash-form-box {
    display: flex;
    flex-wrap: wrap;
   gap: 0 15px;
}
.encash-form-box .form-group {
width: 48%;
  margin-bottom: 0;
}
.encash-form-box .form-group:last-of-type{
    width: 100%;
}
/* .encash-hours-col {
    padding-left: 0;
} */