.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33.333333% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-66 {
    width: 66.666667% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

@media (min-width: 1200px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

.h-5 {
    height: 5% !important;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-33 {
    height: 33.33333% !important;
}

.h-35 {
    height: 35% !important;
}

.h-40 {
    height: 40% !important;
}

.h-45 {
    height: 45% !important;
}

.h-55 {
    height: 55% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-66 {
    height: 66.666667% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

@media (max-width: 575.98px) {
    .app-header .nav-item {
        margin-right: 0px !important;
    }
    .app-header .nav-item .btn {
        width: auto !important;
    }
}

.fs-8 {
    font-size: 0.5rem;
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-26 {
    font-size: 1.625rem;
}

.color-primary {
    color: #20a8d8 !important;
}

.navbar-toggler.navbar-toggler {
    outline: 0;
}

.font-bold {
    font-weight: 700;
}

.btn.btn-brand.erwbtn-brand-right span + i {
    margin-left: 0.75rem;
}

@media (max-width: 575.98px) {
    .btn.btn-brand.erwbtn-brand-right span.d-none.d-sm-inline + i {
        margin-left: -.5rem;
    }
}

table.erwdatatable {
    margin-top: 7px !important;
}

table.erwdatatable th, table.erwdatatable td {
    font-size: 0.7rem;
    padding: 0.5rem;
}

@media (min-width: 1440px) {
    table.erwdatatable th, table.erwdatatable td {
        font-size: 0.8rem;
    }
}

@media (min-width: 2560px) {
    table.erwdatatable th, table.erwdatatable td {
        font-size: 0.85rem;
    }
}

table.erwdatatable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.erwdatatable > tbody > tr.child ul.dtr-details > li:last-child {
    text-align: center;
}

table.erwdatatable > tbody > tr.child ul.dtr-details > li:last-child span.dtr-title {
    display: none;
}

table.erwdatatable .btn.btn-brand {
    white-space: nowrap;
}

table.erwdatatable .btn.btn-primary {
    color: #fff;
}

table.dataTable * {
    outline: none;
}

table.dataTable tbody > tr .select-checkbox {
    padding-left: 20px;
    padding-right: 20px;
}

table.dataTable tbody > tr .select-checkbox:before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    border: 2px solid #73818f;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #20a8d8;
}

table.dataTable tbody > tr.selected .select-checkbox:before,
table.dataTable tbody > tr > .selected .select-checkbox:before {
    border-color: #fff;
}

table.dataTable tbody > tr.selected .select-checkbox:after,
table.dataTable tbody > tr > .selected .select-checkbox:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-left: -6px;
    font-size: 12px;
    text-shadow: none;
    margin-top: -7px;
}

@media (min-width: 1440px) {
    table.dataTable tbody > tr.selected .select-checkbox:after,
    table.dataTable tbody > tr > .selected .select-checkbox:after {
        margin-top: -4px;
    }
}

table.dataTable.dataTable.collapsed tbody > tr .select-checkbox {
    padding-left: inherit;
    padding-right: inherit;
}

table.dataTable.dataTable.collapsed tbody > tr.selected .select-checkbox:after,
table.dataTable.dataTable.collapsed tbody > tr > .selected .select-checkbox:after {
    display: none;
}

table.table-bordered thead tr th {
    background: #e4e5e6;
}

table.table-col-fixed {
    width: auto;
    margin: auto;
}

table.table-col-fixed tr {
    border-bottom: 1px solid #c8ced3;
}

table.table-col-fixed th, table.table-col-fixed td {
    border: 0;
}

table.table-col-fixed th.first-col, table.table-col-fixed td.first-col {
    margin: 0 !important;
    min-width: 100px;
}

@media (min-width: 768px) {
    table.table-col-fixed th.first-col, table.table-col-fixed td.first-col {
        min-width: 170px;
    }
}

table.table-col-fixed th {
    font-size: 0.6875rem;
}

@media (min-width: 768px) {
    table.table-col-fixed th {
        font-size: 0.875rem;
    }
}

table.table-col-fixed th.first-col .table-date-monthshort {
    display: inline-block;
    max-width: 80px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

@media (min-width: 768px) {
    table.table-col-fixed th.first-col .table-date-monthshort {
        display: none;
    }
}

table.table-col-fixed th.first-col .table-date-month {
    display: none;
}

@media (min-width: 768px) {
    table.table-col-fixed th.first-col .table-date-month {
        display: inline-block;
        float: left;
    }
}

table.table-col-fixed th.first-col .table-date-year {
    display: inline-block;
    float: left;
    margin-left: 0.3125rem;
}

table.table-col-fixed thead th {
    white-space: nowrap;
}

table.table-col-fixed thead th.first-col {
    background: #20a8d8;
    color: #fff;
}

table.table-col-fixed tbody th.first-col {
    position: absolute;
    margin-top: -1px;
    z-index: 1;
    -webkit-box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.5);
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
}

table.table-col-fixed .custom-switch {
    padding-left: 2.85rem;
}

table.table-col-fixed .custom-switch .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #4dbd74;
    border-color: #4dbd74;
}

table.table-col-fixed .custom-switch .custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    height: 20px;
    width: 28px;
    left: -4px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.jconfirm-content pre {
    text-align: left;
}

.main .container-fluid {
    padding-top: 70px;
}

@media (max-width: 1199.98px) {
    .main .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main .container-fluid.container-fluid-no-breadcrumb {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .main .container-fluid.container-fluid-no-breadcrumb {
        padding-top: 30px;
    }
}

.main .container-fluid.container-fluid-no-breadcrumb .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
    top: 55px;
}

@media (max-width: 767.98px) {
    .main .container-fluid.container-fluid-no-breadcrumb-mobile {
        padding-top: 20px;
    }
    .main .container-fluid.container-fluid-no-breadcrumb-mobile .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        top: 55px;
    }
}

.breadcrumb.breadcrumb-fixed {
    transition: all 0.25s;
    position: fixed;
    width: 100%;
    z-index: 1018;
    margin-bottom: 0;
    left: 0;
    min-height: 52px;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .breadcrumb.breadcrumb-fixed {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 992px) {
    .sidebar-lg-show .breadcrumb.breadcrumb-fixed {
        padding-left: 206px;
    }
    .sidebar-minimized.sidebar-lg-show .breadcrumb.breadcrumb-fixed {
        padding-left: 55px;
    }
    .aside-menu-lg-show .breadcrumb.breadcrumb-fixed {
        padding-right: 250px;
    }
}

@media (min-width: 1200px) {
    .breadcrumb.breadcrumb-fixed {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sidebar-lg-show .breadcrumb.breadcrumb-fixed {
        padding-left: 216px;
    }
    .sidebar-minimized.sidebar-lg-show .breadcrumb.breadcrumb-fixed {
        padding-left: 65px;
    }
}

.breadcrumb.breadcrumb-fixed li:first-child {
    margin-left: 1em;
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper {
    padding: 0 15px;
}

@media (max-width: 767.98px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper:first-child {
        padding-right: 0;
    }
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper:last-child {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper {
        padding: 0 1em;
    }
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn#bntCurrYear {
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 768px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn#bntCurrYear {
        padding-top: 5px;
        padding-bottom: 6px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn#btnPrev span.btn-label, .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn#bntDelete span.btn-label, .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn#btnNext span.btn-label, .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn#bntSearch span.btn-label {
        display: none;
    }
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-sm {
    padding: .25rem .5rem;
    font-size: 0.7rem;
}

@media (max-width: 767.98px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-sm {
        padding: .4rem .5rem;
        font-size: 0.8rem;
    }
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-sm i {
        width: 2rem !important;
        line-height: 2.0625rem !important;
        margin: -.4rem -.5rem !important;
    }
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-sm i {
    width: 1.6875rem;
    line-height: 1.6875rem;
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-sm.dropdown-toggle:after {
    margin-left: .5em;
}

@media (min-width: 1440px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-sm {
        padding: .25rem .5rem;
        font-size: 0.8rem;
    }
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-sm i {
        width: 1.875rem;
        line-height: 1.875rem;
    }
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-sm.dropdown-toggle:after {
        margin-left: 1.0em;
    }
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn-info {
    padding: 0.4rem 0.72rem;
}

@media (min-width: 768px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn-info {
        padding: 5px 10px;
    }
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .dropdown-menu {
    border-color: transparent;
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .dropdown-menu .dropdown-item {
    padding: 0;
    border-color: #fff;
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .dropdown-menu .dropdown-item:focus, .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .dropdown-menu .dropdown-item .btn {
    display: block;
    text-align: left;
    border-radius: 0;
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .dropdown-menu .dropdown-item:first-child .btn {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}

.breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .dropdown-menu .dropdown-item:last-child .btn {
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.erwmobile-actionsheet .erwmobile-actionsheet-wrapper .erwbtn.btn-breadcrumb {
    display: none;
}

@media (max-width: 767.98px) {
    .breadcrumb.breadcrumb-fixed .breadcrumb-btn-wrapper .erwbtn.btn-actionsheet {
        display: none;
    }
}

#erwmobile-actionsheet-opener {
    background-color: #20a8d8;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1OTUuMjc5cHgiIGhlaWdodD0iODQxLjg5cHgiIHZpZXdCb3g9IjAgMCA1OTUuMjc5IDg0MS44OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTk1LjI3OSA4NDEuODkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjI5Ny42MzkiIGN5PSIxODkuNDQ4IiByPSI2Ni4xNDMiLz48L2c+PC9nPjxnPjxnPjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjI5Ny42MzkiIGN5PSI0MjAuOTQ1IiByPSI2Ni4xNDMiLz48L2c+PC9nPjxnPjxnPjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjI5Ny42MzkiIGN5PSI2NTIuNDQzIiByPSI2Ni4xNDMiLz48L2c+PC9nPjwvc3ZnPg==);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 1017;
    bottom: 20px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.5);
    text-indent: -9999em;
}

.erwmobile-actionsheet {
    position: absolute;
    z-index: 1020;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
}

@media (min-width: 768px) {
    .erwmobile-actionsheet {
        display: none !important;
    }
}

.erwmobile-actionsheet .erwmobile-actionsheet-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22), 0px 14px 56px rgba(0, 0, 0, 0.25);
    transform: translate(0, 100%);
    transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
}

.erwmobile-actionsheet .erwbtn-info {
    display: none;
}

.erwmobile-actionsheet .erwbtn {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0.5rem 0.5rem;
}

.erwmobile-actionsheet .erwbtn.erwbtn-info {
    display: none;
}

.erwmobile-actionsheet .erwbtn i {
    width: 40px;
    margin: -.5rem -.5rem;
    line-height: 40px;
}

.erwmobile-actionsheet .erwbtn.dropdown-toggle:after {
    float: right;
    margin-top: 10px;
}

.erwmobile-actionsheet .btn-group {
    display: block;
}

.erwmobile-actionsheet .btn-group .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: 0px 0px 100px 0 black;
    box-shadow: 0px 0px 100px 0 black;
}

.erwmobile-actionsheet .btn-group .dropdown-menu .dropdown-item {
    padding: 0;
}

.erwmobile-actionsheet .btn-group .dropdown-menu .dropdown-item .erwbtn {
    margin-bottom: 0;
}

.erwmobile-actionsheet .btn-close {
    color: #666;
    transform: scale(0, 100%);
    transition: all 450ms ease-in-out 0;
}

.erwmobile-actionsheet .btn-close span#btn-close-icon {
    text-indent: -9999em;
    background-color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    transform: translate(0, -100%);
    transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0yOC4yMjgsMjMuOTg2TDQ3LjA5Miw1LjEyMmMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBMMjMuOTg2LDE5Ljc0NEw1LjEyMSwwLjg4ICAgYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDJsMTguODY1LDE4Ljg2NEwwLjg3OSw0Mi44NWMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MiAgIEMxLjQ2NSw0Ny42NzcsMi4yMzMsNDcuOTcsMyw0Ny45N3MxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWwxOC44NjUtMTguODY0TDQyLjg1LDQ3LjA5MWMwLjU4NiwwLjU4NiwxLjM1NCwwLjg3OSwyLjEyMSwwLjg3OSAgIHMxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyTDI4LjIyOCwyMy45ODZ6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.erwmobile-actionsheet.open {
    display: block;
    position: fixed;
    top: 0;
    opacity: 1;
}

.erwmobile-actionsheet.open .erwmobile-actionsheet-wrapper {
    transform: translate(0, 0);
    z-index: 9;
}

.erwmobile-actionsheet.open .btn-close {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    outline: 0 none;
    transform: scale(1, 1);
}

.erwmobile-actionsheet.open .btn-close span#btn-close-icon {
    transform: translate(0, 0);
    z-index: 9;
}

.dropdown-toggle:after {
    margin-left: 1.0em;
}

h1 {
    font-size: 1.625rem;
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.25rem;
    }
}

h4 {
    font-size: 1rem;
}

@media (min-width: 992px) {
    h4 {
        font-size: 1.3125rem;
    }
}

@media (max-width: 575.98px) {
    .chartjs-render-monitor {
        width: 100% !important;
    }
}

.mandatory-field {
    font-family: Verdana, Geneva, sans-serif;
    color: #f86c6b;
}

.form-row {
    margin-right: -10px;
    margin-left: -10px;
}

.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.form-control {
    border-color: #adadad;
}

.form-control::placeholder {
    color: #c8ced3;
}

.form-control.attendancefield {
    max-width: 90px;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: inherit;
    background-image: none;
}

.input-group .input-group-prepend select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-text {
    border-color: #adadad;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 35px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection {
    border-color: #f86c6b;
}

.select2-container--bootstrap4 .select2-selection {
    border-color: #adadad;
}

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

.card-body {
    padding: 0.5rem 1.25rem;
}

.card-body form label {
    font-weight: bold;
    text-transform: uppercase;
}

.card-body form .switch-label {
    margin: 0;
}

.card-body form .switch-label.erwswitchdisabled {
    pointer-events: none;
}

@media (min-width: 768px) {
    .card-body form.erw-form-simple {
        margin-top: -1.25rem;
    }
}

@media (min-width: 1200px) {
    .card-body form.erw-form-simple {
        padding: 0 10%;
    }
}

@media (min-width: 1440px) {
    .card-body form.erw-form-simple {
        padding: 0 20%;
    }
}

@media (min-width: 2560px) {
    .card-body form.erw-form-simple {
        padding: 0 30%;
    }
}

.card-body form.erw-form-simple.erw-form-simple-fluid {
    padding: 0;
}

@media (min-width: 768px) {
    .card-body form.erw-form-simple.erw-form-simple-fluid {
        padding: 0 30px;
    }
}

.card-body form.erw-form-simple label:not(.switch) {
    margin-top: 1.25rem;
}

.card-body form.erw-form-custom {
    padding: 0;
}

.card-body form.erw-form-custom label.col-form-label {
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .card-body form.erw-form-custom label.col-form-label {
        text-align: right;
    }
}

.form-emphasis {
    background-color: #f0f3f5;
    padding: 1.25rem 0;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form-emphasis .form-group.row:last-child {
    margin-bottom: 0;
}

.tab-pane .table-date {
    background: #20a8d8;
    position: absolute;
    top: 16px;
    padding: .75rem;
    font-weight: bold;
    min-width: 100px;
    font-size: 0.6875rem;
    color: #fff;
}

.tab-pane .table-date .table-date-monthshort {
    display: inline-block;
    max-width: 80px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.tab-pane .table-date .table-date-year {
    display: inline-block;
    float: left;
    margin-left: 0.3125rem;
}

.movement_tab .head > .row {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #e4e7ea;
}

.movement_tab .body .row.item_row {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #e4e7ea;
}

.movement_tab .body .row.item_row:nth-child(even) {
    background: #f0f3f5;
}

.movement_tab .body .row.item_row:last-child {
    border: 0;
}

.cursor-pointer {
    cursor: pointer;
}

@media (min-width: 576px) {
    .jumbotron.jumbotron-sm {
        padding: 2em 2em;
    }
}

.sidebar .nav-link {
    padding: .6rem 1rem;
}

.sidebar .nav-link.active {
    color: #fff;
    background: #20a8d8;
    position: relative;
}

.sidebar .nav-link.active:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar .nav-link.active .nav-icon {
    color: #fff;
}

.sidebar .nav-dropdown-items .nav-link {
    padding: .5rem 1rem;
    font-size: 0.75rem;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.table.table-sortable tr {
    cursor: move;
}

.table.table-sortable tr td, .table.table-sortable tr th {
    vertical-align: middle;
}

.table.table-sortable tr td:last-child, .table.table-sortable tr th:last-child {
    width: 1%;
    white-space: nowrap;
}

.table.table-sortable tr td.drag-cell, .table.table-sortable tr th.drag-cell {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.table.table-sortable tr.placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    border-bottom: 2px solid green;
}

.table.table-sortable tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none;
}

.table.table-sortable tr.dragged {
    background: #fff;
    position: absolute;
    top: 0;
    opacity: 0.8;
    z-index: 2000;
    -webkit-box-shadow: 0 0 10px 0 black;
    box-shadow: 0 0 10px 0 black;
}

ol.vertical {
    margin: 0 0 9px 0;
    min-height: 10px;
}

ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #CCC;
    color: red;
    background: pink;
}

ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

ol.vertical li.placeholder:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: -5px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: #f86c6b;
    border-right: none;
}

@media (max-width: 767.98px) {
    #calendar {
        width: 100%;
    }
    #calendar .fc-toolbar button.btn {
        font-size: 11px;
        padding-left: 7px;
        padding-right: 7px;
    }
    #calendar .fc-toolbar button.btn.fc-listWeek-button {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 45px;
    }
    #calendar .fc-toolbar .fc-center h2 {
        font-size: 0.6875rem;
        font-weight: 500;
        letter-spacing: -0.03em;
        word-spacing: -1px;
    }
    #calendar .fc-toolbar > * > :not(:first-child) {
        margin-left: .5em;
    }
    #calendar .fc-listMonth-view {
        margin-bottom: 0;
    }
    #calendar .fc-scroller .fc-list-table.table {
        margin-bottom: 0;
    }
    #calendar .fc-scroller .no-events,
    #calendar .fc-scroller .events-holiday {
        background: #ffc107;
        padding: 8px 14px;
        text-align: center;
    }
    #calendar .fc-scroller .events-holiday {
        background: inherit;
    }
}

@media (min-height: 568px) and (orientation: portrait) {
    #calendar .fc-scroller {
        height: 240px !important;
    }
}

@media (min-height: 640px) and (orientation: portrait) {
    #calendar .fc-scroller {
        height: 345px !important;
    }
}

@media (min-height: 736px) and (orientation: portrait) {
    #calendar .fc-scroller {
        height: 410px !important;
    }
}

@media (min-height: 812px) and (orientation: portrait) {
    #calendar .fc-scroller {
        height: 490px !important;
    }
}

@media (min-height: 1023px) and (orientation: portrait) {
    #calendar .fc-scroller {
        height: 660px !important;
    }
}

#calendar th.fc-day.fc-disabled-day,
#calendar td.fc-day.fc-disabled-day {
    background-color: #e4e7ea;
}

@media (min-height: 568px) and (orientation: portrait) {
    .main .container-fluid.container-fluid-no-breadcrumb #calendar .fc-scroller {
        height: 290px !important;
    }
}

@media (min-height: 640px) and (orientation: portrait) {
    .main .container-fluid.container-fluid-no-breadcrumb #calendar .fc-scroller {
        height: 395px !important;
    }
}

@media (min-height: 736px) and (orientation: portrait) {
    .main .container-fluid.container-fluid-no-breadcrumb #calendar .fc-scroller {
        height: 460px !important;
    }
}

@media (min-height: 812px) and (orientation: portrait) {
    .main .container-fluid.container-fluid-no-breadcrumb #calendar .fc-scroller {
        height: 540px !important;
    }
}

@media (min-height: 1023px) and (orientation: portrait) {
    .main .container-fluid.container-fluid-no-breadcrumb #calendar .fc-scroller {
        height: 710px !important;
    }
}

.fc-day-grid-container .fc-day-grid .fc-content-skeleton .fc-event-container .fc-time {
    display: inline-block;
    padding: .25em .4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #23282c;
    background-color: #fff;
}

.fc-day-grid-container .fc-day-grid .fc-content-skeleton .fc-event-container .fc-day-grid-event {
    margin: 5px 2px 0;
    padding: 7px;
}

.fc-view.fc-dayGridWeek-view.fc-dayGrid-view .fc-content-skeleton {
    padding-top: 25px;
}

.fc-view.fc-dayGridMonth-view.fc-dayGrid-view .fc-content-skeleton .fc-day-top {
    background: #2f353a;
    color: #fff;
    padding-bottom: 2px;
}

.fc-view.fc-dayGridMonth-view.fc-dayGrid-view .fc-content-skeleton .fc-today {
    background: #32854E;
}

.fc-view.fc-dayGridWeek-view .fc-day-grid-container .badge-row {
    background: #2f353a;
    color: #fff;
    padding-bottom: 6px;
}

.fc-view.fc-dayGridMonth-view.fc-dayGrid-view .fc-content-skeleton .fc-day-top .fc-day-number:after {
    content: "\f274";
    color: #c8ced3;
    margin-left: 5px;
    font-size: 13px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: -1px;
}

.fc-view.fc-dayGridMonth-view.fc-dayGrid-view .fc-content-skeleton .fc-day-top .badge-secondary {
    background-color: #ffc107;
}

.select2-container--bootstrap4 .select2-results__options .select2-results__group {
    text-transform: uppercase;
    border-bottom: 1px solid #187da0;
    color: #187da0;
}

.select2-container--bootstrap4 .select2-results__options.select2-results__options--nested {
    max-height: none;
}

.fc-toolbar.fc-header-toolbar {
    transition: all 0.25s;
}

.fc-toolbar.fc-header-toolbar.fc-toolbar-fixed {
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    width: 100%;
    transition: all 0.25s;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 30px;
    z-index: 1018;
    top: 107px;
    margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar.fc-toolbar-fixed .fc-left {
    margin-left: 1rem;
}

.fc-toolbar.fc-header-toolbar.fc-toolbar-fixed .fc-right {
    margin-right: 1rem;
}

@media (min-width: 992px) {
    .sidebar-lg-show .fc-toolbar.fc-header-toolbar.fc-toolbar-fixed {
        padding-left: 230px;
    }
    .sidebar-minimized.sidebar-lg-show .fc-toolbar.fc-header-toolbar.fc-toolbar-fixed {
        padding-left: 80px;
    }
    .aside-menu-lg-show .fc-toolbar.fc-header-toolbar.fc-toolbar-fixed {
        padding-right: 280px;
    }
}

@media (max-width: 991.98px) {
    .erwtabs-container {
        position: relative;
        z-index: 2;
        height: 37px;
        margin-bottom: 20px;
    }
    .erwtabs-container .nav-tabs {
        display: flex;
        flex-direction: column;
        border: 0;
    }
    .erwtabs-container .nav-tabs .nav-item {
        background: #fff;
        margin-bottom: 0;
        position: absolute;
        top: 0em;
        height: 100%;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .erwtabs-container .nav-tabs .nav-item .nav-link {
        background: #2f353a;
        border: 0;
        border-radius: 0;
        padding: 0.625rem 2.5rem 0.625rem 1.875rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .erwtabs-container .nav-tabs .nav-item .nav-link .fa {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0.625rem;
    }
    .erwtabs-container .nav-tabs .nav-item .nav-link:before {
        position: absolute;
        top: 50%;
        right: 0.5rem;
        display: block;
        width: 24px;
        height: 24px;
        padding: 0;
        margin-top: -12px;
        content: "";
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQ1MS44NDZweCIgaGVpZ2h0PSI0NTEuODQ3cHgiIHZpZXdCb3g9IjAgMCA0NTEuODQ2IDQ1MS44NDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ1MS44NDYgNDUxLjg0NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM0NS40NDEsMjQ4LjI5MkwxNTEuMTU0LDQ0Mi41NzRjLTEyLjM1OSwxMi4zNjUtMzIuMzk3LDEyLjM2NS00NC43NSwwYy0xMi4zNTQtMTIuMzU1LTEyLjM1NC0zMi4zOTIsMC00NC43NDRsMTcxLjkxNC0xNzEuOTFMMTA2LjQwOSw1NC4wMTdjLTEyLjM1NC0xMi4zNTktMTIuMzU0LTMyLjM5NCwwLTQ0Ljc0OGMxMi4zNTQtMTIuMzU5LDMyLjM5MS0xMi4zNTksNDQuNzUsMGwxOTQuMjg3LDE5NC4yODRjNi4xNzcsNi4xOCw5LjI2MiwxNC4yNzEsOS4yNjIsMjIuMzY2QzM1NC43MDgsMjM0LjAxOCwzNTEuNjE3LDI0Mi4xMTUsMzQ1LjQ0MSwyNDguMjkyeiIvPjwvZz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-size: 14px 14px;
        background-position: center;
    }
    .erwtabs-container .nav-tabs .nav-item.active {
        z-index: 2;
    }
    .erwtabs-container .nav-tabs .nav-item.active .nav-link {
        background: #20a8d8;
        color: #fff;
    }
    .erwtabs-container .nav-tabs .nav-item.active .nav-link:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQ1MS44NDZweCIgaGVpZ2h0PSI0NTEuODQ3cHgiIHZpZXdCb3g9IjAgMCA0NTEuODQ2IDQ1MS44NDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ1MS44NDYgNDUxLjg0NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIyNS45MTgsMzU0LjcwOGMtOC4wOTUsMC0xNi4xODYtMy4wODUtMjIuMzY2LTkuMjYyTDkuMjY4LDE1MS4xNmMtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk2LDAtNDQuNzVjMTIuMzU0LTEyLjM1NCwzMi4zODktMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDMsMTcxLjkwOWwxNzEuOTA5LTE3MS45MTRjMTIuMzUzLTEyLjM1NCwzMi4zODktMTIuMzU0LDQ0Ljc0NCwwYzEyLjM2NSwxMi4zNTMsMTIuMzY1LDMyLjM5MSwwLDQ0Ljc1bC0xOTQuMjgsMTk0LjI4N0MyNDIuMTE0LDM1MS42MTgsMjM0LjAxNywzNTQuNzA4LDIyNS45MTgsMzU0LjcwOHoiLz48L2c+PC9zdmc+);
    }
    .erwtabs-container .nav-tabs.expanded li {
        position: relative;
        top: auto;
        z-index: 1;
    }
}

.list-group-item strong {
    text-align: right;
}

.dataTables_wrapper .row.erwdataTable-filter {
    background: #fff;
}

@media (min-width: 768px) {
    .dataTables_wrapper .row.erwdataTable-filter {
        margin-top: 5px;
    }
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-opener {
    background: #20a8d8;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 5px;
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-opener:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0b0";
    font-size: 1.125rem;
    color: #fff;
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-opener.active:after {
    content: "\f00d";
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons {
    transition: all 0.25s;
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns {
    margin-bottom: 0;
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns .erwbtn {
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns {
        display: none;
        padding-right: 30px;
    }
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns .btn-group {
        width: 100%;
    }
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns .erwbtn {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 1rem;
    }
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns .erwbtn i {
        width: 32px;
        line-height: 32px;
    }
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns .erwbtn.dropdown-toggle:after {
        float: right;
        margin-top: 10px;
    }
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns .dt-button-collection {
        width: 100%;
    }
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-buttons .erwbtns .erwbtncollmenu {
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-show {
    text-align: center;
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-show label {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-show .dataTables_length {
        display: none;
        margin-bottom: 0.3125rem;
    }
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-search label {
    margin-bottom: 0;
    display: block;
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-search input {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-left: 0;
    width: calc(100%);
    border-width: 2px;
    border-color: #20a8d8;
    font-size: 0.875rem;
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-search input[type="search"] {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBkPSJNNTUuMTQ2LDUxLjg4N0w0MS41ODgsMzcuNzg2YzMuNDg2LTQuMTQ0LDUuMzk2LTkuMzU4LDUuMzk2LTE0Ljc4NmMwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzLDEwLjMxOC0yMywyMyAgczEwLjMxOCwyMywyMywyM2M0Ljc2MSwwLDkuMjk4LTEuNDM2LDEzLjE3Ny00LjE2MmwxMy42NjEsMTQuMjA4YzAuNTcxLDAuNTkzLDEuMzM5LDAuOTIsMi4xNjIsMC45MiAgYzAuNzc5LDAsMS41MTgtMC4yOTcsMi4wNzktMC44MzdDNTYuMjU1LDU0Ljk4Miw1Ni4yOTMsNTMuMDgsNTUuMTQ2LDUxLjg4N3ogTTIzLjk4NCw2YzkuMzc0LDAsMTcsNy42MjYsMTcsMTdzLTcuNjI2LDE3LTE3LDE3ICBzLTE3LTcuNjI2LTE3LTE3UzE0LjYxLDYsMjMuOTg0LDZ6IiBmaWxsPSIjMDAwMDAwIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0yOC4yMjgsMjMuOTg2TDQ3LjA5Miw1LjEyMmMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBMMjMuOTg2LDE5Ljc0NEw1LjEyMSwwLjg4ICAgYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDJsMTguODY1LDE4Ljg2NEwwLjg3OSw0Mi44NWMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MiAgIEMxLjQ2NSw0Ny42NzcsMi4yMzMsNDcuOTcsMyw0Ny45N3MxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWwxOC44NjUtMTguODY0TDQyLjg1LDQ3LjA5MWMwLjU4NiwwLjU4NiwxLjM1NCwwLjg3OSwyLjEyMSwwLjg3OSAgIHMxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyTDI4LjIyOCwyMy45ODZ6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    margin-right: -5px;
}

@media (max-width: 767.98px) {
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-search input {
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        height: 32px;
        width: calc(100% - 22px);
    }
    .dataTables_wrapper .row.erwdataTable-filter .erwdataTable-filter-search.filter-active input {
        width: calc(100%);
    }
}

.dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    transition: all 0.25s;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1017;
    top: 107px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed .erwdataTable-filter-buttons .erwbtns {
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        padding-left: 15px;
    }
    .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed .erwdataTable-filter-buttons {
        padding-left: 0;
    }
    .sidebar-lg-show .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        padding-left: 216px;
    }
    .sidebar-minimized.sidebar-lg-show .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        padding-left: 65px;
    }
    .aside-menu-lg-show .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        padding-right: 280px;
    }
}

@media (min-width: 1200px) {
    .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        padding-left: 30px;
        padding-right: 15px;
    }
    .sidebar-lg-show .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        padding-left: 230px;
    }
    .sidebar-minimized.sidebar-lg-show .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        padding-left: 80px;
    }
    .aside-menu-lg-show .dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed {
        padding-right: 280px;
    }
}

.dataTables_wrapper .row.erwdataTable-filter.erwdataTable-filter-fixed .erwdataTable-filter-opener {
    top: 10px;
    right: 15px;
}

.dataTables_wrapper .erwbtns .dt-button-collection {
    background: #fff;
    padding: 5px 5px 0 5px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    min-width: 15rem;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
}

.dataTables_wrapper .erwbtns .dt-button-collection div.dt-button-collection-title {
    background-color: transparent;
    border: 0;
    font-weight: bold;
}

.dataTables_wrapper .erwbtns .dt-button-collection .erwbtn {
    margin-bottom: 5px;
}

.dataTables_wrapper .dt-button-collection.dropdown-menu {
    padding: 5px 5px 0 5px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper .dt-button-collection.dropdown-menu .dt-button-collection-title {
    font-weight: bold;
}

.dataTables_wrapper .dt-button-collection.dropdown-menu .erwbtn {
    margin-bottom: 5px;
}

#bntCurrMonth + .dropdown-menu,
#bntCurrYear + .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

@media (max-width: 767.98px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        margin: 0.625rem 0;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
        padding: .5rem .6rem;
        font-size: 0.75rem;
        line-height: 1.25;
    }
}

.form-inline.form-inline-gotoorder .select2 {
    width: calc(100% - 170px) !important;
}

.form-inline.form-inline-gotocustomer .select2 {
    width: calc(100% - 155px) !important;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}

.switch-label .switch-slider {
    background-color: #f0f3f5;
    border: 1px solid #c8ced3;
}

.switch-label .switch-slider:after {
    color: #73818f;
}

.slider .tooltip {
    opacity: 1;
    z-index: 1000;
}

.slider .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
    left: 50%;
    transform: translatex(-50%);
}

.slider .tooltip .tooltip-arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-color: transparent;
    position: absolute;
    content: "";
    border-style: solid;
}

.slider .tooltip.top .tooltip-arrow {
    bottom: -.4rem;
    left: 50%;
}

.slider .tooltip.top .tooltip-arrow:before {
    border-top-color: #000;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.slider .slider-track-low,
.slider .slider-track-high {
    background: #fff !important;
    border: 1px solid #c8ced3;
}

.slider .slider-selection {
    background: #20a8d8 !important;
}

.slider .slider-handle {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    background: #2f353a;
}
.btn-partial, .badge-partial {
    color: #ffff;
    background-color: #ea95bf;
}