/*ESS Style New Style Sheet*/

/*ess New Styling */

body {
    font-family: 'Montserrat', sans-serif !important;
    background: #ebf1f5;
    font-size: 12px !important;
}

/*Custom Margin/Padding CSS*/
.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.max-150 {
    max-width: 150px !important
}

.mr-15 {
    margin-right: 15px
}

.mt-50 {
    margin-top: 50px
}

.mr-5 {
    margin-right: 5px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.plr-8 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.mb-3 {
    margin-bottom: 3px !important
}

.ptb-10-0 {
    padding-top: 10px !important;
    padding-bottom: 0 !important
}

.pt-8 {
    padding-top: 8px !important
}

.ptb-10 {
    padding: 10px 0
}

.max-250 {
    max-width: 250px
}

.margin-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.pt-0 {
    padding-top: 0 !important
}

.mt-40 {
    margin-top: 40px
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mr-30 {
    margin-right: 30px !important;
}

.chat-window,
.chat-header,
.custom-modal {
    background: linear-gradient(to right, rgb(236, 233, 230), rgb(255, 255, 255)) !important;
}

/*Constant*/
.page-wrapper>.content {
    padding: 10px 30px 30px;
}

.header-wrapper {
    min-height: 80px;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.ess-heading h1.heading {
    font-size: 24px;
    color: #444444;
    font-weight: 600;
    margin: 0 !important;
}
.ess-inner-details table.table-ticket tr th {
    background-color: #1a3a66 !important;
    color: white;
    font-size: 18px;
    font-weight: 500;
}.ess-inner-details table.table-ticket tr td {
    background-color: white !important;
    font-size: 14px;
     font-weight: 500;

}

.btn-ess-default:active,
.btn-ess-default:focus,
.btn-ess-default {
    background-color: white;
    color: #6fc2b0;
    text-align: center;
    border: 1px solid #6fc2b0;
    border-radius: 25px;
    font-weight: 600;
}
.ess-reply-ticket-page .ess-ticket-view .comment-wrapper .action-toolbar {
    padding: 0 20px;
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    min-height: 55px;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
.ess-reply-ticket-page .ess-ticket-view .comment-wrapper .action-toolbar .footer-toolbar-btn label {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px;
    border-radius: 3px;
    text-decoration: none!important;
    color: #4a4a4a!important;
    cursor: pointer;
    margin: 0;
    min-width: 156px;
    font-size: 16px;
}
.ticket-table table.ticket-detail-table tr th{
    background-color: #6fc2b0;
    color: white;
    font-size: 12px;
}
.ticket-table table.ticket-detail-table tr td{
    background-color: white;
}
.ticket-table .table-responsive {
    min-height: .01%;
    max-height: 500px;
    overflow-x: auto;
    scrollbar-color: rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.1);;
    scrollbar-width: thin;
}.ticket-table .table-responsive ::-webkit-scrollbar {
     width: 6px !important;
     height: 6px !important;
 }
.ticket-table .table-responsive ::-webkit-scrollbar-thumb {
    background-color: #1a3a66;
}
.ticket-table .table-responsive ::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.1);
}


.label-font {
    font-weight: 600 !important;
    font-family: inherit !important;
}

.row {
    margin-right: -1%;
    margin-left: -1%;
}

#sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#sidebar::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.page-wrapper {
    margin-left: 140px;
}

.header {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
}

.header .header-left a.logo img {
    height: 55px !important;
}

.btn:focus {
    outline: none !important
}

.custom-button-block {
    min-height: 40px !important;
    padding: inherit !important;
}

.select2-container {
    transition: 300ms;
    width: 100% !important
}

.select2-container:focus .select-focus-label {
    top: -60px;
}

.box-shadow {
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
}

.text-shadow {
    text-shadow: 1px 1px #ccc !important;
}

.row-equal {
    display: flex;
    flex-wrap: wrap;
}

.row-element {
    display: flex;
}

.page-wrapper.ess-wrapper .inner-box {
    background-color: white;
    padding: 30px 10px;
    margin-bottom: 20px;
}

.inner-box-modal {
    background-color: white;
    padding: 30px 10px;
    margin-bottom: 20px;
}

.custom-datepicker {
    height: 36px !important;
    border-color: #aaa !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

table.tabel-all-center tr th,
table.tabel-all-center tr td {
    text-align: center;
    vertical-align: middle;
}

table.tabel-all-center tr {
    box-shadow: 0 0 3px #e5e5e5;
}

ol.custom-breadcrumb {
    padding: 8px 0px !important;
    background-color: transparent;
    font-size: 12px !important
}

ol.custom-breadcrumb li+li:before {
    content: "" !important;
    border-color: #4d627b !important;
    border-style: solid !important;
    border-width: .1em .1em 0 0 !important;
    display: inline-block !important;
    height: .55em !important;
    left: 0 !important;
    position: relative !important;
    top: -.1em !important;
    width: .55em !important;
    padding: 0 !important;
    margin-left: 1ex !important;
    margin-right: 1.7ex !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.custom-label-select {
    top: -40px !important;
    left: 0 !important;
}

/*Form Classes*/
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    height: 30px !important;
}

.form-control {
    min-height: 30px !important;
    font-size: 13px !important;
}

.form-control:focus {
    border-color: #6fc2b0 !important;
}

input[type="file"].form-control {
    padding: 3px !important;
}

/*Laoyout Handler*/
.margin-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.border-0 {
    border: none !important;
}

.mt-50 {
    margin-top: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-0 {
    margin-bottom: 0px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.plr-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.ptb-10-0 {
    padding-top: 10 !important;
    padding-bottom: 0 !important;
}

.ptb-10 {
    padding: 10px 0px;
}

.float-md-left-sm-center {
    text-align: left !important;
}

.float-md-right-sm-center {
    float: right;
}

.max-150 {
    max-width: 150px !important;
}

table.dataTable {
    clear: both;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: none !important;
    border-collapse: separate !important;
}

.table-ess {
    border-collapse: collapse;
    border-spacing: 0 8px;
}

.table.table-ess>tbody>tr>td,
.table.table-ess>tbody>tr>th,
.table.table-ess>tfoot>tr>td,
.table.table-ess>tfoot>tr>th,
.table.table-ess>thead>tr>td {
    padding: 5px !important;
}

.table.master-action-table>tbody>tr>td,
.table.master-action-table>tbody>tr>th,
.table.master-action-table>tfoot>tr>td,
.table.master-action-table>tfoot>tr>th,
.table.master-action-table>thead>tr>td,
.table.master-action-table>thead>tr>th {
    border-top: none !important;
}

.master-table-width table {
    width: 100% !important;
}

.narow-rap tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table.table-ess>thead>tr {
    background-color: transparent !important;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none !important
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}

.table.table-ess>thead>tr th {
    font-weight: 600 !important;
}

.table.table-ess>thead>tr>th {
    border-top: 1px solid #dddddd !important;
    border-bottom: 2px solid #dddddd !important;
    background-color: transparent !important;
    color: #a0a0a0 !important;
}

.table.table-ess>thead>tr>th:first-child {
    border-left: 1px solid #dddddd !important;
}

.table.table-ess>thead>tr>th:last-child {
    border-right: 1px solid #dddddd !important;
}

.table.table-ess>tbody>tr:hover {
    cursor: pointer;
}

.table.table-ess>tbody>tr:hover>td {
    border-top: 1px solid #6fc2b0;
    border-bottom: 1px solid #6fc2b0;
}

.table.table-ess>tbody>tr:hover>td:first-child {
    border-left: 1px solid #6fc2b0;
}

.table.table-ess>tbody>tr:hover>td:last-child {
    border-right: 1px solid #6fc2b0;
}

.table.table-ess>tbody>tr>td {
    padding: 8px 5px !important;
    border-top: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #444444 !important;
    font-weight: 600 !important;
}

div.dataTables_wrapper div.dataTables_info {
    color: #a0a0a0 !important
}

.pagination-ess>.active>a,
.pagination-ess>.active>a:focus,
.pagination-ess>.active>a:hover,
.pagination-ess>.active>span,
.pagination-ess>.active>span:focus,
.pagination-ess>.active>span:hover {
    background-color: #6fc2b0 !important;
    border-color: #6fc2b0 !important;
    color: white !important;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #6fc2b0;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #6fc2b0;
    border-radius: 0px !important
}

.pagination-ess>li>a,
.pagination-ess>li>span {
    color: #6fc2b0 !important;
}

.pagination-ess>li>a,
.pagination-ess>li>span {
    border: 1px solid #6fc2b0;
}

.pagination-ess>li:first-child>a,
.pagination-ess>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-ess>li:last-child>a,
.pagination-ess>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-ess>li>a:focus,
.pagination-ess>li>a:hover,
.pagination-ess>li>span:focus,
.pagination-ess>li>span:hover {
    border-color: #6fc2b0 !important;
}

.btn-ess:active,
.btn-ess:focus,
.btn-ess {
    background-color: #6fc2b0;
    color: white;
    text-align: center;
    border: 1px solid #6fc2b0;
    border-radius: 25px;
    font-weight: 600;
}


.btn-ess:hover {
    background-color: white;
    color: #6fc2b0;
    border: 1px solid #6fc2b0;
}


.btn-ess-defualt:active,
.btn-ess-defualt:focus,
.btn-ess-defualt {
    background-color: white;
    color: #6fc2b0;
    text-align: center;
    border: 1px solid #6fc2b0;
    border-radius: 25px;
    font-weight: 600;
}

.btn-ess-defualt:hover {
    background-color: #6fc2b0;
    color: white;
    border: 1px solid #6fc2b0;
}

.header-wrapper .btn-ess:hover {
    background-color: transparent;
}

/*Login Page*/
.login-height {
    margin-top: 6%
}

#login_user_name:focus {
    border-color: white !important;
    box-shadow: none !important;
    box-shadow: none;
    transition-duration: .5s
}
#login_password:focus {
    border-color: white !important;
    box-shadow: none !important;
    box-shadow: none;
    transition-duration: .5s
}
.icon-input{ position: relative;}
.icon-input i {
    position: absolute;
    top: 9px;
    left: 5px;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0 9px;
    border-right: 1px solid white;
    color: white;
}

.icon-input input{
    padding-left: 40px !important;
}

/*Sidebar*/
.custom-sidebar {
    width: 140px !important;
    z-index: 100000 !important;
    transition: 300ms;
    cursor: pointer;
    border-right: none !important;
    background-color: #3d3b3c !important;
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    overflow: auto !important;
}

.sidebar-icon {
    max-height: 25px;
    margin-bottom: 5px;
}

.custom-sidebar:hover {
    left: 0 !important;
}

.custom-sidebar .slimScrollDiv {
    height: inherit !important;
}

.custom-sidebar .sidebar-inner.slimscroll {
    height: inherit !important;
}

.custom-sidebar .slimScrollBar {
    display: none !important;
}

.custom-sidebar #sidebar-menu ul ul {
    background-color: #ffffff !important;
}

.custom-sidebar #sidebar-menu ul ul a.active {
    background-color: white !important;
    color: #7460ee !important;
}

.custom-sidebar #sidebar-menu ul ul li a {
    color: #788195 !important;
    font-size: 12px !important;
    font-weight: 600;
    padding-left: 60px !important;
    line-height: inherit !important;
    padding-right: 30px !important;
    padding-top: 15px !important;
}

.custom-sidebar #sidebar-menu ul ul li {
    margin-top: 15px !important;
    position: relative !important;
}

.custom-sidebar #sidebar-menu ul ul li.sub-submenu ul li a {
    padding-left: 80px !important;
}

.custom-sidebar .sidebar-menu .custom-menu-arrow {
    top: 2px !important;
}

.custom-sidebar .sidebar-menu .custom-fa-icon,
.custom-sidebar .sidebar-menu .custom-sub-menu-fa-icon,
.custom-sidebar .sidebar-menu .custom-menu-fa-icon {
    font-size: 16px;
    background: transparent !important;
    color: #b1b1b1 !important;
    width: 40px;
    left: 10px !important;
    height: 40px;
    line-height: 40px !important;
    top: 0px !important;
    transition: 300ms;
    margin-right: 10px !important;
}

.custom-sidebar .sidebar-menu ul li.submenu:hover a i {
    font-size: 16px;
    background: #f6f6f6 !important;
    color: #b1b1b1 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 300ms;
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
}

.custom-sidebar .sidebar-menu ul li.submenu:hover a {
    color: #7460ee !important;
}

.custom-sidebar .sidebar-menu ul li.submenu:hover a i {
    background: #7460ee !important;
    color: white !important;
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
}

.custom-sidebar .sidebar-menu ul li.submenu:hover ul li a.active i {
    background: #7460ee !important;
    color: white !important;
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
}

.custom-sidebar .sidebar-menu ul li.submenu:hover ul li a i {
    font-size: 16px;
    background: #f6f6f6 !important;
    color: #b1b1b1 !important;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 300ms;
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
}

.custom-sidebar #sidebar-menu ul ul.list-unstyled li:hover a {
    color: #7460ee !important;
}

.custom-sidebar #sidebar-menu ul ul.list-unstyled li:hover a i {
    background: #7460ee !important;
    color: white !important;
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
}

.custom-sidebar #sidebar-menu ul ul.list-unstyled li:hover ul li a i {
    font-size: 16px;
    background: #f6f6f6 !important;
    color: #b1b1b1 !important;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 300ms;
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14) !important;
}

.custom-sidebar #sidebar-menu ul ul.list-unstyled li ul li:hover a {
    color: #7460ee !important;
}

.custom-sidebar #sidebar-menu ul ul.list-unstyled li ul li:hover a i {
    background: #7460ee !important;
    color: white !important;
    box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -moz-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -webkit-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
    -o-box-shadow: 0 0px 18px -2px rgba(0, 0, 0, .14), 0 5px 11px -6px rgba(116, 96, 238, 1) !important;
}

#sidebar-menu ul ul ul li a {
    padding-left: 20px !important
}

.btn-custom {
    border: none;
    background: #ff9b44;
    background: -moz-linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    background: -webkit-linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    background: -o-linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    background: -ms-linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    background: linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b44', endColorstr='#fc6075', GradientType=1);
    color: #fff;
}

.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
    background: #ff9b44;
    background: -moz-linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    background: -webkit-linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    background: -o-linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    background: -ms-linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    background: linear-gradient(-90deg, #7dd1bf 0%, #6f96d8 100%);
    filter:;
    progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b44', endColorstr='#fc6075', GradientType=1);
    color: #fff;
    -webkit-filter:;
}

.custom-sidebar .sidebar-menu>ul>li>a {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: inherit !important;
    padding: 18px 10px !important;
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    min-height: 95px;
}

.custom-sidebar .sidebar-menu>ul>li>a.active,
.custom-sidebar .sidebar-menu>ul>li>a.active i {
    background-color: #6fc2b0 !important;
    color: white !important;
}

.custom-sidebar .sidebar-menu>ul>li.sidemenu>ul.list-unstyled>li {
    margin-top: 15px !important;
}

.custom-sidebar .sidebar-menu>ul>li.sidemenu:hover>a {
    color: #7460ee !important;
}

ol.custom-breadcrumb .noti-dot:before,
ol.custom-breadcrumb .noti-dot:after,
ul.master-menu-list .noti-dot:before,
ul.master-menu-list .noti-dot:after {
    display: none !important;
}

.noti-dot:before {
    display: none;
}

.noti-dot:after {
    display: none;
}

/*Login Setting*/
.login-wrapper {
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    background: linear-gradient(0deg, #7dd1bf 0%, #6f96d8 100%) !important;
}

.login-wrapper .account-box {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
    box-shadow: none;
}

.login-wrapper .account-box .form-control {
    height: 40px !important;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
    border-color: #90bed7;
    color: white;
    border-radius: 25px;
    padding: 6px 15px;
}

.login-wrapper .account-box .login-heading {
    text-align: center;
}

.login-wrapper .account-box .login-heading h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0
}

.login-wrapper .account-box .login-heading h4 {
    font-size: 31px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.login-logo {
    margin: 0 auto;
    max-height: 80px;
    margin-bottom: 0;
}

.login-wrapper .account-box .form-control::placeholder {
    color: white
}

.login-wrapper .account-wrapper {
    padding: 60px 80px;
    background-color: transparent;
}

.login-wrapper .custom-error {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-left: 4px solid #dc3232;
    background-color: white;
    color: red;
    margin-bottom: 30px
}

.login-wrapper .cls-content {
    padding-top: 15vh !important
}

.login-wrapper .shake {
    -webkit-animation: kf_shake 0.4s 1 linear;
    -moz-animation: kf_shake 0.4s 1 linear;
    -o-animation: kf_shake 0.4s 1 linear
}

@-webkit-keyframes kf_shake {
    0% {
        -webkit-transform: translate(5px)
    }

    20% {
        -webkit-transform: translate(-5px)
    }

    40% {
        -webkit-transform: translate(10px)
    }

    60% {
        -webkit-transform: translate(-10px)
    }

    80% {
        -webkit-transform: translate(5px)
    }

    100% {
        -webkit-transform: translate(0px)
    }

}

.login-wrapper .error_input:focus {
    border-color: red !important;
    box-shadow: none !important;
    box-shadow: none;
    transition-duration: .5s
}

.btn-login {
    font-size: 18px !important;
    padding: 10px 0;
    margin-top: 10px !important;
    background-color: #3fb4bf !important;
    border-radius: 25px;
    border: 1px solid #3fb4bf;
    color: white;
    padding: 8px 0 !important;
}

.btn-login:hover {
    font-size: 18px !important;
    padding: 10px 0;
    margin-top: 10px !important;
    background-color: transparent !important;
    border: 1px solid white;
    border-radius: 25px;
    color: white;
    padding: 8px 0 !important;
}

/* The container */
.login-checkbox {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white !important;
}

/* Hide the browser's default checkbox */
.login-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid white;
}

/* On mouse-over, add a grey background color */
.login-checkbox:hover input~.checkmark {
    background-color: #73b2c2;
}

/* When the checkbox is checked, add a blue background */
.login-checkbox input:checked~.checkmark {
    background-color: #3fb4bf;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.login-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.login-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.profile-img .thumbnail {
    min-height: 100px;
}

.profile-nav {
    border-bottom: none;
}

.card-box {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important
}

.profile-nav>li>a {
    width: 160px;
    height: 40px;
    padding: 10px !important;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 15px;
    border: 1px solid #6fc2b0 !important;
    text-transform: uppercase;
    text-align: center;
    color: #6fc2b0
}

.profile-nav>li.active>a,
.profile-nav>li.active>a:hover,
.profile-nav>li.active>a:focus {
    background-color: #6fc2b0;
    color: white;
}

/*Breadcrumbs*/
.breadcrumb>.active {
    color: #6fc2b0;
    font-weight: 600;
}

.breadcrumb>.active>a {
    color: #26ba86 !important
}

ol.custom-breadcrumb li a {
    color: #777 !important
}

ol.custom-breadcrumb {
    padding: 8px 0 0 !important;
    background-color: transparent;
    font-size: 12px !important
}

ol.custom-breadcrumb li+li:before {
    content: "" !important;
    border-color: #4d627b !important;
    border-style: solid !important;
    border-width: .1em .1em 0 0 !important;
    display: inline-block !important;
    height: .55em !important;
    left: 0 !important;
    position: relative !important;
    top: -.1em !important;
    width: .55em !important;
    padding: 0 !important;
    margin-left: 1ex !important;
    margin-right: 1.7ex !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

ol.custom-breadcrumb .noti-dot:after,
ol.custom-breadcrumb .noti-dot:before,
ul.master-menu-list .noti-dot:after,
ul.master-menu-list .noti-dot:before {
    display: none !important
}

/*Company Policy Page*/
.policy-pad {
    padding: 20px 20px 0px;
}

@media screen and (max-width:1530px) {
    .policy-pad .custom-col {
        width: 20.0%;
    }

}

@media screen and (max-width:1300px) {
    .policy-pad .custom-col {
        width: 25%;
    }

}

@media screen and (max-width:1120px) {
    .policy-pad .custom-col {
        width: 33.333333333%;
    }

}

@media screen and (max-width:768px) {
    .policy-pad .custom-col {
        width: 50%;
    }

    .policy-pad {
        padding: 0;
    }

}

@media screen and (max-width:550px) {
    .policy-pad .custom-col {
        width: 100%;
    }

}

.policy-box {
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 30px 20px 20px;
    text-align: center;
    transition: 300ms;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.policy-box:hover {
    box-shadow: 0 0 15px rgba(111, 194, 176, 0.5);
    background-color: #ffffff;
    border: 1px solid #6fc2b0;
    transform: scale(1.05, 1.05);
}

.policy-box h6 {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 700;
    margin-bottom: 15px;
}

.policy-box img {
    height: 40px;
    margin-bottom: 15px;
}

.policy-box h5 {
    font-size: 18px;
    color: #6fc2b0;
    font-weight: 400;
}

.policy-box h4 {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 400;
    margin-bottom: 20px !important;
    line-height: 17px;
}

@media screen and (max-width: 1500px) {
    .policy-box{
        padding: 20px 10px 20px;
    }
    .policy-box h5{
        font-size: 16px;
    }
}

.btn-ess-success:focus,
.btn-ess-success {
    background-color: #55ce63;
    border: 1px solid #55ce63;
    color: white
}

.btn-ess-success:hover {
    background-color: white;
    border: 1px solid #55ce63;
    color: #55ce63 !important
}

.btn-ess-primary:focus,
.btn-ess-primary {
    background-color: #009efb;
    border: 1px solid #009efb;
    color: white
}

.btn-ess-primary:hover {
    background-color: white;
    border: 1px solid #009efb;
    color: #009efb !important
}

.policy-box .btn {
    border-radius: 25px;
    padding: 4px 12px;
    margin-bottom: 10px;
}

.entry-info {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 300;
}

.header-field-wrapper input {
    border-radius: 25px;
    border-color: #6fc2b0;
    color: #444444;
    background: transparent;
    padding-left: 10px;
}

.header-field-wrapper input::placeholder {
    color: #444444;
}

.header-field-wrapper input:focus {
    border-color: #6fc2b0 !important;
}

.header-field-wrapper .select2-container--default .select2-selection--single {
    background-color: transparent;
}

/*HRM Input Group with Icons*/
.header-field-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ess-group {
    position: relative
}

.ess-group i.fa {
    position: absolute;
    color: #6fc2b0;
    top: 6px;
    right: 8px;
    font-size: 15px;
}

.ess-group input {
    background-color: #f3f3f3 !important padding-right: 25px;
    color: #444
}

/*Select2 Classess*/
.select2-selection--single {
    outline: none !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.select2-selection__placeholder {
    font-size: 13px !important;
}

.select2-selection__rendered {
    line-height: 28px !important;
    font-size: 13px !important;
}

.select2-container--open .header-select2 {
    border-radius: 15px 15px 0 0 !important
}

.header-field {
    border-color: #26ba86 !important;
    border-radius: 25px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 5.5px 12px;
    background: transparent !important;
    outline: none !important;
}

.header-select2 {
    border-color: #26ba86 !important;
    border-radius: 25px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 0 12px;
    outline: none !important;
    background: transparent !important;
}

.header-select2 .select2-selection__placeholder {
    color: #444 !important;
    font-weight: 300;
}

.header-field::placeholder,
.header-select2 .select2-selection__rendered {
    color: #444 !important;
    line-height: 28px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.header-select2 .select2-selection__arrow b {
    border-color: #b1b1b1 transparent transparent !important;
}

.header-select2-drop {
    border: 1px solid #26b985 !important;
    border-top: none !important
}

.payslip-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 300ms;
}

.payslip-box a{
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 20px 30px;
    height: 100%;
    color: #4a4a4a;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}

.payslip-box a img{
    max-height: 50px;
    margin-bottom: 10px;
    filter: grayscale(100%);
}

@media only screen and (max-width: 1500px) {
    .payslip-box a{
        padding: 10px;
        font-size: 14px;
    }
}

.payslip-box a:hover {
    box-shadow: 0 0 15px rgba(111, 194, 176, 0.5);
    border: 1px solid #6fc2b0;
    color: #6fc2b0;
}

.payslip-box a:hover img{
    filter: grayscale(0%);
}

.payslip-box h3 {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
    .payslip-box a{
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px 15px;
        text-align: left;
    }
    .payslip-box a img{
        margin-bottom: 0 !important;
        margin-right: 10px !important;
        max-height: 35px;
    }
}

/*Modal Classes*/
.modal-backdrop {
    z-index: 1 !important
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important
}

.modal.in .modal-dialog button.close {
    position: relative;
    top: -5px
}

.custom-modal button.close {
    position: relative;
    top: 15px !important
}

.chat-header,
.chat-window,
.custom-modal {
    background: #ecf1f5 !important
}

.inner-box-modal {
    background-color: #fff;
    padding: 30px 10px;
    margin-bottom: 20px
}

.modal-center {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.modal-center .modal-content {
    width: 100%
}

.modal-400 {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px
}

.modal-600 {
    max-width: 600px;
    margin: 0 auto;
    padding: 10pxheader-select2
}
.modal-1000 {
    margin: 0 auto;
    padding: 10pxheader-select2
}

.maxScroll-600 {
    max-height: 600px;
    overflow: auto;
    width: 100%
}

.modal-backdrop {
    opacity: 0.6 !important;
}

/*Scroll Classes*/
#sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

#sidebar::-webkit-scrollbar-thumb {
    background-color: #6fc2b0;
}

#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.modal-content .panel-newess-success>.panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.modal-content .panel-newess-success>.panel-body::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5
}

.modal-content .panel-newess-success>.panel-body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1e956b
}

.maxScroll-600::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.maxScroll-600::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5
}

.maxScroll-600::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1e956b
}

.table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.table-scroll::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5
}

.table-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #6fc2b0;
}

.maxScroll-400 {
    max-height: 400px;
    overflow: auto;
    width: 100%
}

.maxScroll-400::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.maxScroll-400::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5
}

.maxScroll-400::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1e956b
}

.maxScroll-200 {
    max-height: 200px;
    overflow: auto;
    width: 100%
}

.maxScroll-200::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.maxScroll-200::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5
}

.maxScroll-200::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1e956b
}

.table-ess::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.table-ess::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
    height: 7px
}

.table-ess::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1e956b
}

.fc-scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.fc-scroller::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
    height: 7px
}

.fc-scroller::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1e956b
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1e956b;
}



/*Attendence Page*/
.attendance-detail {
    text-align: center;
}

.attendance-detail h4 {
    font-size: 12px;
    color: #6fc2b0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.attendance-check-box {
    margin-top: 15px !important;
}

.attendance-check-box h3 {
    font-size: 12px;
    color: #444444;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3px;
}

.attendance-check-box h5 {
    font-size: 24px;
    color: #6fc2b0;
    font-weight: 500;
    text-align: center;
}

.summary-box {
    margin-top: 30px;
}

.summary-box .summary-title {
    padding: 3px 8px;
    border: none;
    font-size: 14px;
    color: #444444;
    font-weight: 600;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.summary-box ul li {
    border-radius: 0 !important;
}

.summary-box ul li.summary-data {
    padding: 8px 8px 3px;
    border: none;
    font-size: 12px;
    color: #444444;
    font-weight: 500;
}

.summary-box .summary-data h6 {
    font-size: 12px;
    color: #444444;
}

.table-calendar>tbody>tr:nth-of-type(2n+1),
.table-calendar thead tr {
    background-color: transparent;
}

.table-calendar thead tr th {
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 400;
    text-align: center;
    border-bottom-color: #a0a0a0
}

.summary-detail {
    background-image
}

.summary-detail ul li {
    text-align: center;
    margin-top: 8px;
    font-size: 11px;
    color: #444444;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5.5px 15px
}

.detail-present {
    border-radius: 3px;
    background-color: #dff0d8 !important;
    border: 1px solid #bdd8b2;
}

.detail-weekend {
    border-radius: 3px;
    background-color: #fcf8e3;
    border: 1px solid #f6ebb0;
}

.detail-public-holiday {
    border-radius: 3px;
    background-color: #d9edf7;
    border: 1px solid #aadcf5;
}

.detail-approved-leave {
    border-radius: 3px;
    background-color: #edd9f7;
    border: 1px solid #e2b7f8;
}

.detail-absent {
    border-radius: 3px;
    background-color: #f4cccc;
    border: 1px solid #f4a0a0;
}

/*Panel*/
.panel-new-ess .panel-heading {
    background: #6fc2b0;
    color: white;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.panel-new-ess .panel-heading button.close {
    opacity: 1 !important;
    color: white !important;
    font-weight: 300 !important;
}

.panel-new-ess .panel-title {
    font-size: 14px !important;
}


/*Profile Page*/
.personal-info li {
    display: flex;
}

/*Attendance Detail table Calendar*/

.tr-public td {
    background: #d9edf7
}

.tr-present td {
    background: #dff0d8
}

.tr-weekend td {
    background: #fcf8e3
}

.tr-approved td {
    background: #edd9f7
}

.tr-absent td {
    background: #f4cccc
}


.project-members ul{
    padding-left: 15px;
}



/* New Changes */

.custom-sidebar{
    width: 260px !important;
}
.custom-sidebar .sidebar-menu>ul>li>a{
    flex-flow: row !important;
    justify-content: flex-start !important;
    padding: 10px !important;
    min-height: 100% !important;
}
.sidebar-icon{
    margin: 0 10px 0 0 !important;
    filter: grayscale(100%);
}
.page-wrapper {
    margin-left: 260px;
}
.profile-nav{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1px
}
.profile-nav>li>a{
    margin-right: 0 !important;
    border-radius: 0 !important;
    border: none !important
}
.card-box.project-box .project-title{
    font-size: 16px !important
}
.ml-0{
    margin-left: 0 !important
}
.personal-info li.list-group-item{
    margin-bottom: -1px !important
}
.panel-default>.panel-heading {
    background-color: #6fc2b0;
    border-color: #ddd;
    color: white;
}
.profile-header{
    text-align: center;
    color: white;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #4f4f4f;
}
.profile-img-wrapper{
    margin-bottom: 15px;
}
.profile-body-wrapper h4{
    font-size: 18px;
    margin-bottom: 5px
}
.profile-body-wrapper h5{
    font-size: 12px;
    color: #cccccc;
    line-height: 16px
}
.profile-body-wrapper h6{
    margin-bottom: 8px
}
.profile-body-wrapper a{
    color: white;
    margin-bottom: 0
}
li.navigator a {
    text-transform: uppercase;
    letter-spacing: 1px
}

.row-sm{
    margin: 0 -5px;
}

.row-sm > [class*="col-"]{
    padding: 0 5px;
}

.grid-mb-20 > [class*="col-"]{
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .grid-mb-20 > [class*="col-"]{
        margin-bottom: 10px;
    }
}

.datatable-body{
    overflow: auto;
}
