.error-500, .error-503, .error-404, .error-400, .error-403, .login {
    background: none;
}

.focused-form {
    background: url(../images/Login-BG.jpg) no-repeat center left;
}

.login-bg-hr {
    background: url('../images/hvversion-login-bg.jpg') no-repeat center left;
    background-size: cover;
}
/*-------------------------------------------------------------------------------------------------------------- Login legend //*************/

.main-header-top .logo {
    text-align: left;
    background: #fff;
    padding: 0px;
}

.main-header-top .sidebar-toggle {
    background-color: rgba(0, 0, 0, 0.14);
    transition: all 0.3s ease;
}

.main-header-top > .navbar {
    background-color: #fff;
}

.sidebar-menu > li.active > a {
    color: #fff;
    font-weight: 600;
    background: #0e5061;
    text-transform: uppercase;
}

.sidebar-menu > li {
    color: #ccc;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 13px;
    color: #000;
}

.sidebar .user-panel {
    padding: 20px 10px;
    background-image: none;
    background-size: cover;
    background-color: rgb(21, 24, 31);
}

.nav-level {
    border-top: 0 solid #efefef;
}

.sidebar-menu .treeview-menu {
    padding-top: 0;
    padding-bottom: 0;
}

    .sidebar-menu .treeview-menu > li.active > a {
        color: #232834;
        background: #0e5061;
    }

.sidebar-menu > li > a {
    background-color: #0e5061;
    color: #fff;
    font-weight: 500;
}

.user-panel .info p {
    color: #707580;
}

.main-header h4 {
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    color: #000000 !important;
    margin-top: 10px !important;
    padding: 0px !important;
    border: 0px !important;
}

.main-header {
    padding: 14px 0 10px 15px;
    margin-bottom: 25px;
}

.sidebar-menu > li > a:hover {
    background-color: #0e5061;
    color: #fff;
}

.card-header {
    padding: 10px 15px;
    color: #757575;
    background-color: #ffffff;
}

.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    text-transform: none;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0px !important;
    height: 30px;
    text-indent: 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
}

    .form-control:focus {
        border-radius: 0;
    }

.form-control2 {
    display: block;
    width: 100%;
    padding: 0px !important;
    height: 24px !important;
    text-indent: 5px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 0 !important;
}
/*--------------------------------------------------------- data table css customization ------------------------------------------------*/
.pagination > li > a, .pagination > li > span {
    background-color: #e6e6e6;
    border: 1px solid #c8c9ca;
    color: #0e5061 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0e5061;
    border-color: #0f1c44;
    cursor: default;
    color: #fff !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #bdbdbd !important;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0;
}

.pagination > li {
    display: inline;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid #d3d3d3;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #002140;
    border: thin solid #004e75;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #001324;
    }

.tab-content > .active {
    width: 100%;
    display: inline-block;
    min-height: 200px;
    padding: 15px;
    border: 1px solid #ccc;
}

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-link:focus, .md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-link.active, .md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
    color: #1b8bf9;
    border: none;
    border-radius: 0;
}

.nav-tabs {
    border-bottom: 0 solid #ddd;
}

.table th {
    padding: 8px;
}

.table td {
    padding: 6px;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.color-picker {
    top: 75px;
}

.form-group {
    margin-bottom: 10px;
}

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #01c3f4;
    background-color: #ddd;
    border-color: #ddd #ddd transparent;
}

.btn-default, .btn-default:focus, .btn-default:hover {
    background-color: #ffffff;
    color: #000;
}

    .btn-default:hover {
        background-color: #ffffff;
        color: rgb(33, 164, 197);
    }

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-indent: 5px;
}

.btn-sm-addN {
    padding: 6px 12px !important;
}

.text-tranform-normal {
    text-transform: none !important;
}


.RadSearchBox_Default .rsbInner {
    border-radius: 0px !important;
    color: #333;
    background-color: white;
}

.RadSearchBox .rsbInner {
    padding: 2px 5px !important;
    height: 22px !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    display: block;
    position: relative;
    _overflow: hidden;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #1a8099;
    border-color: #1a8099;
}

    .btn-primary:hover {
        background-color: rgb(33, 164, 197);
        border-color: rgb(33, 164, 197);
    }

.main-sidebar {
    background: #0e5061;
}

.main-header-top .navbar .top-nav > li > a {
    opacity: 0.9;
    color: rgb(3, 79, 95);
}

.able-logo {
    height: 45px;
}

.main-header-top .top-nav .notification-menu .not-head {
    background-color: #f3f3f3;
}

table thead tr {
    color: #ffffff;
    border-color: #263238;
    font-size: 14px;
    font-weight: normal;
}

.card {
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.card-block {
    padding: 12px;
}

@media (max-width: 767px) {
    .main-header-top .navbar {
        width: 100%;
        float: none;
        margin: 0;
        background-color: #c7c7c7;
    }

        .main-header-top .navbar .top-nav > li > a {
            opacity: 0.9;
            color: #fff;
        }

    .sidebar-menu > li > a {
        border-bottom: 1px solid #092948;
    }
}

.table-bordered a > i {
    font-size: 22px;
    margin-right: 15px;
    color: #000;
}

.treeview .h-active > a {
    color: rgb(21, 24, 31) !important;
    font-weight: 500;
    background: #ccc;
}

.h-active .s-active > a {
    color: rgb(21, 24, 31) !important;
    font-weight: 500;
    background: #efefef;
}

.custom-control-indicator {
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border: 1px solid #999;
}

.input-group-addon {
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, .15);
}

.input-group .form-control {
    height: 35px;
    border: 0px;
}

.notification-menu .fa {
    font-size: 26px;
    color: #6a6a6a;
}

.pc-rheader-submenu .fa {
    font-size: 26px;
    color: #6a6a6a;
}

.main-header-top .navbar .top-nav > li > a:hover i, .main-header-top .navbar .top-nav > li > a:active i, .main-header-top .navbar .top-nav > li > a:focus i .main-header-top .navbar .top-nav .open > a i {
    font-weight: 500;
}

.md-content h2 {
    padding: 10px 20px;
    color: #000;
}

.md-content {
    background: rgb(235, 235, 235);
}

.md-content-body {
    padding: 10px 20px !important;
    min-height: 300px;
    text-align: left;
}

.card-title {
    margin-bottom: 0;
    padding: 10px 20px;
}

    .card-title a {
        font-size: 18px;
        font-weight: 500;
        color: #1e92af;
    }

        .card-title a:hover {
            color: rgb(62, 190, 222);
        }

#myDiv, #MySupportDiv, #myEditDiv, #PayStatementDiv {
    background: rgb(235, 235, 235);
    display: none;
    position: fixed;
    top: 0px;
    width: 82%;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}

.edit-block .icon-edit-block {
    visibility: hidden;
}

.edit-block:hover .icon-edit-block {
    visibility: visible;
}

.profile-block-tag {
    padding: 10px 15px;
    min-height: 65px;
}

.edit-block .card-block {
    min-height: 200px;
}

.login-width {
    width: 100% !important;
}

.footer-area {
    position: relative !important;
}

.main-wrapper {
    width: 1240px;
    margin: auto;
}

.md-tabs .nav-item-new {
    background-color: #fff;
    width: calc(100% / 6) !important;
    text-align: center;
}

.nav-tabs-new .slide {
    width: calc(100% / 6) !important;
}

.md-tabs .nav-item-new a {
    font-size: 12px !important;
    font-weight: 600;
}

    .md-tabs .nav-item-new a i {
        font-size: 20px !important;
        margin-right: 5px;
        color: #01c3f4;
    }

        .md-tabs .nav-item-new a i:nth-child(1), .md-tabs .nav-item-new a i:nth-child(4) {
            font-size: 15px !important;
        }

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    text-indent: 5px !important;
}

textarea {
    padding-top: 5px !important;
}

.md-content .input-group .form-control, .modal-body .input-group .form-control {
    border: 1px solid rgba(0, 0, 0, .15) !important;
}

.md-content .input-group-addon, .modal-body .input-group-addon {
    padding: 6px .75rem !important;
}

.modal .modal-body {
    background-color: #fff;
}

.modal .modal-header, .modal .modal-footer {
    padding: 10px 15px;
}

    .modal .modal-header h4 {
        font-size: 1rem;
        font-weight: 600;
    }

.dataTable.table > tfoot > tr > td, .dataTable.table > tfoot > tr > td a {
    font-size: 14px;
    font-weight: 600;
}

.Expander span {
    display: none;
}

.main-header i {
    color: #1a8099 !important;
}

.main-header button i {
    color: #fff !important;
}


.rolodex i {
    color: #adacac !important;
}

.rolodex label, .edit-block .icon-edit-block i {
    color: #000 !important;
}

.card-header-text i {
    color: #37adca;
}

.no-sorting.sorting_asc:after {
    display: none !important;
}

.new_box {
    width: 100%;
    min-height: 110px;
    margin: 20px 0px;
    color: #ffffff;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(212,220,230,1);
    -moz-box-shadow: 0px 0px 30px 2px rgba(212,220,230,1);
    box-shadow: 0px 0px 30px 2px rgba(212,220,230,1);
    text-align: center;
    cursor: pointer;
}

.img-box h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0px;
    line-height: 52px;
    padding: 0px;
}

.img-box {
    width: 95px;
    height: 110px;
    float: left;
    display: block;
    padding: 10px 0px;
    margin: -3px 0px -3px -3px;
}

.img-top {
    height: 45px;
}

    .img-top i {
        font-size: 48px;
        margin: 0px;
        line-height: 86px;
        padding: 0px;
        border-radius: 0px;
    }

.border-white {
    border-bottom: 1px solid #ffffff;
}

.content-box {
    padding: 0px 20px;
    margin-left: 95px;
}

    .content-box h1 {
        font-size: 20px;
        font-weight: bold;
        margin: 0px;
        text-transform: uppercase;
        text-align: left;
        line-height: 26px;
        padding: 10px 0px;
    }

    .content-box span {
        font-size: 20px;
        font-weight: bold;
        margin: 0px;
        text-transform: uppercase;
        text-align: left;
        line-height: 26px;
        display: block;
        padding: 7px 0px;
    }

    .content-box input[type="submit"] {
        font-size: 16px;
        font-weight: bold;
        margin: 0px;
        text-align: left;
        color: #6b6b6b;
        line-height: 28px;
        background-color: transparent;
        border: 0px;
        outline: 0px;
        padding: 0px;
        display: block;
    }

    .content-box p {
        font-size: 16px;
        font-weight: bold;
        margin: 0px;
        text-align: left;
        color: #6b6b6b;
        line-height: 28px;
    }

.red-color {
    color: #ea4a35;
}

.red {
    background: #ea4a35;
}

.blue {
    background: #2a96dd;
}

.blue-color {
    color: #2a96dd;
}

.purple {
    background: #9a56b7;
}

.purple-color {
    color: #9a56b7;
}

.dark-blue {
    background: #00448b;
}

.dark-blue-color {
    color: #00448b;
}

.green {
    background: #1aaf5e;
}

.green-color {
    color: #1aaf5e;
}

.yellow {
    background: #e97d03;
}

.yellow-color {
    color: #e97d03;
}

.red-box, .rednew-box, .lime-box, .blue-box, .purple-box, .dark-blue-box, .green-box, .yellow-box, .elegant-box, .facebook-box, .google-box, .dribbble-box, .tumblr-box, .special-box {
    border: 3px solid transparent;
    transition: all 0.8s ease;
    cursor: pointer;
}

    .elegant-box:hover, .elegant-box.selected {
        border: 3px solid #2E2E2E;
    }

    .facebook-box:hover, .facebook-box.selected {
        border: 3px solid #3b5998;
    }

    .google-box:hover, .google-box.selected {
        border: 3px solid #DD4B39;
    }

    .dribbble-box:hover, .dribbble-box.selected {
        border: 3px solid #EA4C89;
    }

    .tumblr-box:hover, .tumblr-box.selected {
        border: 3px solid #32506D;
    }

    .special-box:hover, .special-box.selected {
        border: 3px solid #37474F;
    }

    .red-box:hover, .red-box.selected {
        border: 3px solid #ea4a35;
    }

    .rednew-box:hover, .rednew-box.selected {
        border: 3px solid #e0003a;
    }

    .lime-box:hover, .lime-box.selected {
        border: 3px solid #00a5bc;
    }

    .blue-box:hover, .blue-box.selected {
        border: 3px solid #2a96dd;
    }

    .purple-box:hover, .purple-box.selected {
        border: 3px solid #9a56b7;
    }

    .dark-blue-box:hover, .dark-blue-box.selected {
        border: 3px solid #00448b;
    }

    .green-box:hover, .green-box.selected {
        border: 3px solid #1aaf5e;
    }

    .yellow-box:hover, .yellow-box.selected {
        border: 3px solid #e97d03;
    }

.tooltip {
    z-index: 99999 !important;
}

.tooltip-inner {
    font-size: 12px !important;
}

.dropdown-item-new {
    right: 0px !important;
    min-width: 120px !important;
    width: 120px;
    left: auto !important;
}

    .dropdown-item-new a {
        font-size: 11px !important;
        padding: 3px 8px !important;
    }

.dropdown-toggle-new:after {
    border: 0px !important;
}

.table-report th, .table-report td {
    padding: 4px !important;
}

.table-report td {
    font-size: 12px !important;
}

.table-result td {
    font-size: 13px !important;
}

.EditSlideRight {
    background: rgb(235, 235, 235);
    display: none;
    position: fixed;
    top: 0px;
    width: 82%;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}

    .EditSlideRight iframe {
        min-height: 590px;
        overflow: hidden;
        border: 0px;
        width: 100%;
        height: auto;
        outline: none;
        margin: 0px;
        padding: 0px;
        background-color: transparent !important;
    }

.main-scroll {
    height: 100%;
    max-height: 590px;
    overflow-y: auto;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    top: 0%;
    bottom: 0%;
}

/* CUSTOME KENDO GRID THEME START */

.theme-grid .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .0);
}

.theme-grid .k-grid table {
    border-collapse: collapse;
}

.theme-grid table th, .theme-grid table td {
    border: 1px solid #e1e1e1 !important;
    border-collapse: collapse !important;
    border-top: 1px solid #e1e1e1 !important;
}

.theme-grid .k-grid-header th.k-header {
    padding: 8px;
    background-color: #93b6bf !important;
}

    .theme-grid .k-grid-header th.k-header > .k-link {
        padding: 0;
        margin: 0;
        min-height: 16px;
        line-height: inherit;
        font-size: 13px;
        font-weight: 600;
        color: #000000;
    }

.theme-grid .k-grid-header .k-grid-filter {
    padding: 0px;
    margin: 0px;
    height: 20px;
    width: 20px;
}

.theme-grid .k-grid td {
    padding: 7px 8px;
    text-align: left;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.theme-grid .k-alt {
    background-color: #f2f2f2;
}

.theme-grid .k-grid tr:hover {
    background-color: #ececec !important;
}

.theme-grid .k-grid td.k-state-selected, .theme-grid .k-grid td.k-state-selected.k-state-focused, .theme-grid .k-grid tr.k-state-selected {
    color: #000;
    background-color: #e6f3fe !important;
}

.theme-grid div.k-grid-header {
    background-color: #93b6bf !important;
}

.theme-grid .k-pager-sizes, .theme-grid .k-pager-info {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    padding-bottom: 0px;
    padding-top: 3px;
}

.theme-grid .k-pager-wrap {
    min-height: 36px;
    background-color: #d9e8ec;
    color: #000;
}

    .theme-grid .k-pager-wrap > .k-link {
        margin-top: .2em;
    }

.theme-grid .k-pager-numbers .k-state-selected {
    line-height: 1.5em;
    padding-top: 5px !important;
}

.theme-grid .k-pager-numbers .k-link {
    line-height: 1.5em;
    padding-top: 6px;
    vertical-align: -webkit-baseline-middle;
}

.md-content .theme-grid .k-pager-wrap ul, .md-content .theme-grid .k-pager-wrap ul li {
    padding: 0px !important;
    font-weight: 400;
    font-size: 14px;
}


.theme-grid .k-state-selected {
    border-color: #0e5061;
    color: #0e5061;
}

.theme-grid .k-grid-gridEditCommand, .theme-grid .k-grid-gridDeleteCommand, .theme-grid .k-grid-gridEditCommand:focus, .theme-grid .k-grid-gridEditCommand:hover, .theme-grid .k-grid-gridDeleteCommand:hover, .theme-grid .k-grid-ViewSalary, .theme-grid .k-grid-ViewSalary:hover, .theme-grid .k-grid-ExportPreview, .theme-grid .k-grid-ExportPreview:hover, .theme-grid .k-grid-Export, .theme-grid .k-grid-Export:hover, .theme-grid .k-grid-Archive, .theme-grid .k-grid-Archive:hover {
    border: 0px !important;
    background: none !important;
    min-width: 20px !important;
    outline: none !important;
    padding: 0 !important;
}

.theme-grid .k-grid-defineFieldsCommand, .theme-grid .k-grid-defineFieldsCommand:focus, .theme-grid .k-grid-defineFieldsCommand:hover, .theme-grid .k-grid-dependentFieldsCommand, .theme-grid .k-grid-dependentFieldsCommand:focus, .theme-grid .k-grid-dependentFieldsCommand:hover {
    border: 0px !important;
    background: none !important;
    min-width: 20px !important;
    outline: none !important;
    padding: 0 !important;
}

.theme-grid .k-grid-defineRaceEthnicityCommand, .theme-grid .k-grid-defineRaceEthnicityCommand:focus, .theme-grid .k-grid-defineRaceEthnicityCommand:hover, .theme-grid .k-grid-defineEEORaceEthnicityCommand, .theme-grid .k-grid-defineEEORaceEthnicityCommand:focus, .theme-grid .k-grid-defineEEORaceEthnicityCommand:hover {
    border: 0px !important;
    background: none !important;
    min-width: 20px !important;
    outline: none !important;
    padding: 0 !important;
}

.theme-grid .k-pager-sizes .k-dropdown-wrap {
    height: 24px;
    font-size: 12px;
}

.theme-grid .table-bordered a > i {
    margin-right: 10px;
}

.theme-grid .k-detail-column ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

    .theme-grid .k-detail-column ul li {
        margin: 0;
        line-height: 1.7em;
        font-size: 13px;
        font-style: normal;
    }

.theme-grid .k-detail-column label {
    display: inline-block;
    min-width: 100px;
    font-size: 13px;
    font-style: normal;
    padding-right: 10px;
    color: #000;
    text-align: left;
    font-weight: 600;
}

.k-filter-menu {
    top: 8px;
}

    .k-filter-menu .k-filter-help-text {
        font-size: 12px;
        color: #000;
        margin-bottom: 5px;
    }

    .k-filter-menu .k-dropdown-wrap, .k-filter-menu .k-textbox {
        height: 24px;
        font-size: 12px;
    }

    .k-filter-menu .k-datepicker {
        width: 100% !important;
        margin-top: 6px !important;
    }

    .k-filter-menu .k-picker-wrap .k-input {
        height: 21px !important;
        font-size: 12px;
    }

    .k-filter-menu .k-picker-wrap.k-state-default {
        height: 24px;
        font-size: 12px;
    }

    .k-filter-menu .k-picker-wrap .k-select {
        min-height: 2.104em !important;
    }

    .k-filter-menu .k-list-scroller li {
        font-size: 12px;
    }

    .k-filter-menu .k-primary {
        color: #fff;
        background-color: #1a8099 !important;
        border-color: #1a8099 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 13px;
        padding: .3rem 1rem;
        border-radius: 20px;
    }

        .k-filter-menu .k-primary:focus, .k-filter-menu .k-primary:hover {
            background-color: rgb(33, 164, 197);
            border-color: rgb(33, 164, 197);
        }

    .k-filter-menu .k-button {
        font-size: 13px;
        padding: .3rem 1rem;
        background-color: #fff;
        border-radius: 20px;
    }

.k-calendar {
    position: relative;
    display: inline-block;
    width: 19em !important;
    overflow: hidden;
    margin-top: 0px !important;
}

    .k-calendar .k-link.k-nav-fast {
        color: #fff !important;
    }

    .k-calendar .k-header {
        background-color: #0e5061 !important;
    }

    .k-calendar .k-content .k-link {
        min-height: 2.6em !important;
        line-height: 2.6em !important;
        text-align: center !important;
    }

    .k-calendar td.k-today {
        background: #1a8099 !important;
        box-shadow: none !important;
    }

    .k-calendar td {
        border-radius: 50% !important;
        background: #fff !important;
    }

    .k-calendar .k-content td {
        border: 0px !important;
    }

    .k-calendar .k-content, .k-calendar .k-content th {
        text-align: center !important;
        color: #1a8099 !important;
        font-weight: 600 !important;
    }


    .k-calendar .k-state-hover, .k-calendar .k-state-hover:hover {
        background: #e5e5e5 !important;
    }

    .k-calendar td.k-state-focused {
        box-shadow: none !important;
    }

    .k-calendar td.k-state-selected {
        background: #00bbe9 !important;
    }

        .k-calendar td.k-state-selected .k-link {
            color: #fff !important;
        }


    .k-calendar .k-footer .k-nav-today, .k-calendar .k-footer > .k-state-disabled {
        padding: 5px 10px !important;
        background: #b6d7e0 !important;
        font-size: 11px !important;
    }

    .k-calendar .k-header .k-state-hover {
        background-color: #013a49 !important;
    }

.k-widget.k-calendar .k-nav-prev span.k-icon {
    background-image: url('../images/prev-cal.png') !important;
    height: 20px;
    width: 20px;
    background-position: center center !important;
}

.k-widget.k-calendar .k-nav-next span.k-icon {
    background-image: url('../images/next-cal.png') !important;
    height: 20px;
    width: 20px;
    background-position: center center !important;
}

.k-calendar .k-header .k-link.k-nav-next, .k-calendar .k-header .k-link.k-nav-prev {
    height: 2.671em !important;
}


.ui-datepicker {
    width: 18em;
    padding: 0px !important;
    border-radius: 0px !important;
}

    .ui-datepicker .ui-datepicker-title select {
        background: transparent !important;
        color: #fff;
        border: 0px;
        font-weight: normal !important;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
    }

        .ui-datepicker .ui-datepicker-title select option {
            color: #333;
            font-weight: normal !important;
            font-size: 13px;
            font-family: "Open Sans", sans-serif;
        }

    .ui-datepicker table {
        font-size: .8em;
        font-family: "Open Sans", sans-serif;
    }

    .ui-datepicker .ui-datepicker-header {
        background-color: #0e5061 !important;
        border-radius: 0px !important;
        padding: 6px 0px !important;
    }

    .ui-datepicker table thead tr {
        background-color: transparent !important;
    }

    .ui-datepicker th {
        text-align: center !important;
        color: #1a8099 !important;
        font-weight: 600 !important;
        font-size: .8em;
        padding: .714em .45em .714em 0;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
    }

    .ui-datepicker td {
        text-align: center !important;
        padding: 0px !important;
    }

        .ui-datepicker td a {
            background: #fff !important;
            text-align: center !important;
            border-radius: 50% !important;
            padding: 0px !important;
            border: 0px !important;
            line-height: 33px;
            height: 34px;
            width: 34px;
        }


            .ui-datepicker td a.ui-state-active {
                background: #00bbe9 !important;
            }


            .ui-datepicker td a:hover {
                background: #e5e5e5 !important;
                border: 0px;
            }

    .ui-datepicker .ui-datepicker-today a.ui-state-highlight {
        background: #1a8099 !important;
        color: #fff;
    }


    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 5px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 6px;
    }

    .ui-datepicker .ui-datepicker-prev span.ui-icon-circle-triangle-w {
        background-image: url('../images/prev-cal.png') !important;
        height: 20px;
        width: 20px;
        background-position: center center !important;
    }

    .ui-datepicker .ui-datepicker-next span.ui-icon-circle-triangle-e {
        background-image: url('../images/next-cal.png') !important;
        height: 20px;
        width: 20px;
        background-position: center center !important;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px;
        top: 5px;
        background-color: transparent !important;
        border: 0px;
        outline: 0px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 6px;
        top: 5px;
        background-color: transparent !important;
        border: 0px;
        outline: 0px;
    }

ul.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
}


    ul.ui-autocomplete .ui-menu-item-wrapper {
        font-size: 12px;
        font-weight: 400;
    }

    ul.ui-autocomplete .ui-menu-item {
        padding: 2px 6px;
        text-indent: 3px;
    }

.ui-dialog {
    z-index: 999999 !important;
}

.theme-grid .rgMasterTable {
    width: 100% !important;
    border-collapse: collapse !important;
}

    .theme-grid .rgMasterTable th.rgHeader {
        padding: 8px;
        background: #93b6bf !important;
        font-size: 13px;
        border-collapse: collapse !important;
        border: 1px solid #e1e1e1 !important;
        font-weight: 600;
        color: #000000;
    }

        .theme-grid .rgMasterTable th.rgHeader a {
            font-size: 13px;
            font-weight: 600;
            color: #000000;
        }


.theme-grid .rgCommandTable caption {
    background-color: #d9e8ec;
}

.theme-grid .rgCommandTable tbody tr {
    background-color: #f3f3f3;
}

.theme-grid .rgFilterRow {
    background: #a1c9d3 !important;
}

.theme-grid .rgGroupPanel table td {
    border: none !important;
    border-collapse: collapse !important;
    border-top: none !important;
}

/* CUSTOME KENDO GRID THEME END */


/* TOP MENU BAR START */
#HRKAdminMenuNav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-right: 1rem;
}

.dropdown-megamenu > .dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 15px;
    min-height: 150px;
}

.dropdown-megamenu .dropdown-menu {
    display: block;
}

/* TOP MENU BAR END */

@media (max-width: 1239px) {
    .main-wrapper, .fixed .main-header-top {
        width: 100%;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }

    .emp-card-view .col-md-4, .upload-card-view .col-md-4 {
        width: 50%;
    }

    .report-card-view .col-md-5, .report-card-view .col-md-7 {
        width: 100%;
        margin-bottom: 10px;
    }

    #myDiv, #MySupportDiv, #myEditDiv, #PayStatementDiv {
        width: 98%;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }


    .sidebar .user-panel {
        display: none;
    }
}

@media (max-width: 640px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }
}

@media (max-width: 375px) {
    .main-wrapper {
        width: 100%;
    }

    .sidebar-menu input[type="text"], .sidebar-menu .input-group-addon {
        display: none;
    }

    .main-header-top .top-nav > li:nth-child(1), .main-header-top .top-nav > li:nth-child(7) span:nth-child(2), .main-header-top .top-nav > li:nth-child(2) {
        display: none;
    }
}

.rwControlButtons {
    width: auto !important;
}

caption {
    display: none;
}

.dd_chk_select div#caption {
    height: 30px !important;
    margin-top: 5px !important;
    top: 0px !important;
}

.dd_chk_select {
    height: 30px !important;
}

div.dd_chk_drop div#checks {
    padding: 5px !important;
    background-color: #fff !important;
}

div.dd_chk_drop {
    top: 30px !important;
}

span#ddlDepartment {
    text-indent: 10px;
}

    span#ddlDepartment input {
        margin-left: 10px;
    }

.table-custom th {
    padding: 6px;
    background-color: #93b6bf !important;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.table-custom td {
    font-size: 13px;
    color: #000000;
}

.Employee-Search .RadSearchBox .rsbInner {
    height: 24px !important;
}

.grid-button {
    padding: 2px 8px !important;
    font-size: 12px !important;
}

.custom-popup-body {
    height: 100%;
    max-height: 580px;
    min-height: 580px;
    overflow-y: auto;
    overflow-x: hidden;
}





#content {
    background: none !important;
    border: 0px solid #dedede !important;
    padding: 0px !important;
}

    #content .col-sm-3 {
        width: 25% !important;
        margin: 0px !important;
    }

    #content .col-sm-9 {
        width: 75% !important;
        margin: 0px !important;
    }

    #content .entities-title, #content .columns-title, #content .conditions-title, #content .eqdax-sqlTitle, #content .eqdax-resultPanel-title {
        font-family: 'Open Sans', sans-serif;
        color: #333;
        font-size: 15px;
        font-weight: 600;
        padding: 0 0 4px 10px;
        background: #F9F9F9;
        height: 28px !important;
        line-height: 26px !important;
    }

    #content .eqdax-resultPanel-actions, #content .eqdax-resultPanel-export {
        float: right;
        padding-top: 4px;
    }

    #content .eqdax-updatePanel-bottomBorder {
        background: #F8F7F7;
        border-bottom: 1px solid #237901;
        padding: 0 0 4px 0;
        height: 29px;
    }

    #content .columns-panel-container, #content .query-panel-container, #content .entities-panel-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 34px;
    }

    #content .eqjs-ep-tool-panel {
        border-top: 1px solid silver;
    }

    #content .eqjs-addrow a {
        font-size: 12px;
        font-weight: 400;
    }

    #content .eqjs-qp-predelement {
        font-size: 12px;
        font-weight: 400;
    }

    #content .eqjs-qc-ce-editbox, #content .eqjs-qp-ve-editbox {
        font-size: 12px;
        font-weight: 400;
    }

.eqjs-menu-levelDiv .eqjs-menu-itemDiv {
    font-size: 12px;
    color: #333333;
    padding: 3px 5px 3px 10px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .eqjs-ep-entity-node-label {
    display: inline-block;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif !important;
    color: #333 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    vertical-align: top;
    white-space: nowrap;
    margin: 0px !important;
}

    #content .eqjs-ep-entity-node-label input {
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

#content .eqjs-ep-entity-attr-label {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 0px 3px 5px;
    display: inline-block;
    cursor: move;
    margin-bottom: 0px;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

#content .eqjs-ep-entity-node {
    padding: 3px 0;
}

#content .eqjs-qc-colelement a, #content .eqjs-qp-row a, #content .eqjs-qp-condelement {
    font-size: 12px;
    font-weight: normal;
}

#content .eqjs-qc-header div {
    font-family: 'Open Sans', sans-serif !important;
    color: #333 !important;
    font-weight: 600;
    font-size: 13px !important;
    display: inline-block;
}

#content .sql-panel-result {
    font-family: 'Open Sans', sans-serif !important;
}

#content #ResultGrid tr:first-child th {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
}

#ResultGrid td {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px !important;
}

#content .eqjs-addrow {
    padding: 0px !important;
}

.modal-content .modal-footer .btn-default {
    background-color: rgb(242, 242, 242) !important;
    border-color: #ddd !important;
    text-transform: none;
    font-weight: 600;
}

.modal-content .modal-footer .btn-default, .modal-content .modal-footer .btn-primary, .md-content-fot .btn-default, .md-content-fot .btn-primary {
    text-transform: none !important;
    font-weight: 600 !important;
}

.entities-block .eqjs-ep-tool-panel div.eqjs-ep-tool-panel-left-side {
    width: 30%;
}

.entities-block .eqjs-ep-tool-panel div.eqjs-ep-tool-panel-right-side {
    width: 70%;
}

.entities-block .eqjs-ep-tool-panel-deselect-all {
    background: url(../images/remove-item.png) no-repeat left center;
    width: 80px;
    margin: 0 10px;
}

    .entities-block .eqjs-ep-tool-panel-deselect-all:hover {
        background: url(../images/remove-item-hov.png) no-repeat left center;
        width: 80px;
    }

.entities-block .eqjs-ep-tool-panel-deselect-all-fr {
    background: url(../images/remove-item-fr.png) no-repeat left center;
    width: 80px;
    margin: 0 10px;
}

    .entities-block .eqjs-ep-tool-panel-deselect-all-fr:hover {
        background: url(../images/remove-item-hov-fr.png) no-repeat left center;
        width: 80px;
    }
.entities-block .eqjs-ep-tool-panel-add-cond {
    background: url(../images/add-filter.png) no-repeat left center;
    width: 51px;
    margin: 0 10px;
}

.entities-block .eqjs-ep-tool-panel-add-cond:hover {
    background: url(../images/add-filter-hov.png) no-repeat left center;
    width: 51px;
}

.entities-block .eqjs-ep-tool-panel-add-cond-fr {
    background: url(../images/add-filter-fr.png) no-repeat left center;
    width: 51px;
    margin: 0 10px;
}

.entities-block .eqjs-ep-tool-panel-add-cond-fr:hover {
    background: url(../images/add-filter-hov-fr.png) no-repeat left center;
    width: 51px;
}

.entities-block .eqjs-ep-tool-panel-add-columns {
    background: url(../images/add-fields.png) no-repeat left center;
    width: 55px;
    margin: 0 10px;
}

    .entities-block .eqjs-ep-tool-panel-add-columns:hover {
        background: url(../images/add-fields-hov.png) no-repeat left center;
        width: 55px;
    }
.entities-block .eqjs-ep-tool-panel-add-columns-fr {
    background: url(../images/add-fields-fr.png) no-repeat left center;
    width: 55px;
    margin: 0 10px;
}

    .entities-block .eqjs-ep-tool-panel-add-columns-fr:hover {
        background: url(../images/add-fields-hov-fr.png) no-repeat left center;
        width: 55px;
    }

.theme-grid {
    overflow-x: auto;
}

.RadComboBox_Silk .rcbInner {
    height: 28px !important;
}


.notification-menu.open .media-body {
    display: inline-block !important;
    width: auto !important;
    padding-left: 10px;
}

ul.timeline {
    list-style-type: none;
}

    ul.timeline:before {
        content: ' ';
        background: #0e5061;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 15px 0;
        padding-left: 40px;
        line-height: 18px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #0e5061;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

        ul.timeline > li a {
            display: inline-block;
        }

        ul.timeline > li div {
            padding: 10px;
            border: 1px solid #e3e3e3;
            line-height: 24px;
        }

#frmNotificationField .rcbSlide {
    max-height: 250px !important;
    height: 250px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

    #frmNotificationField .rcbSlide .RadComboBoxDropDown .rcbCheckAllItemsCheckBox {
        margin-right: 5px;
    }

    #frmNotificationField .rcbSlide .RadComboBoxDropDown .rcbCheckBox {
        margin-right: 5px;
    }


.notification-menu .dropdown-toggle {
    display: inline-block;
    margin-top: 15px;
}


.notification-menu .dropdown-menu {
    top: 53px;
}

.m-t-m-3 {
    margin-top: -3px;
}
