/* Minification failed. Returning unminified contents.
(296,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@font-face {
    font-family: 'Frutiger-Normal';
    src: url('../fonts/frutiger-normal.woff') format('woff'), 
        url('../fonts/frutiger-normal.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'TH SarabunPSK';
    src: url('../fonts/THSarabun.ttf') format('truetype');
}

/* =================== BODY =====================*/
body {
    background-color: transparent;
    font-family: "Segoe UI";
    font-size: 13px;
}

html {
    min-height: 100%;
}

/*
label {
    font-weight: normal !important;
}
*/

/* =================== DEVEXPRESS =====================*/
/* To fix issues with DevExpress styling */

/* check box option list */
.dxichSys {
    padding-left: 0px !important;
}

.dxichCellSys {
    padding-left: 0px !important;
}

/* tab scroll button */
.dxtc-leftIndent {
    height: 26px !important;
}

.dxtc-sbIndent {
    height: 26px !important;
}

.dxtc-sbSpacer {
    height: 26px !important;
}

.dxtc-sbWrapper {
    height: 26px !important;
}

.dxtc-rightIndent {
    height: 26px !important;
}
/* end tab scroll button */

.dxeCheckBoxList_MetropolisBlue td.dxe {
    padding: 0px !Important;
}

.dxflGroup_MetropolisBlue {
    padding: 0px !Important;
}

.dxpc-header {
    padding: 0px !Important;
}

[class*="dxflRequired"] {
    color: red !important;
    font-weight: bold;
}

/* Hide the column head in the drop down list */
.dxeHLC, .dxeHC, .dxeHFC {
    display: none;
}

.dxp-current {
    background-color: #337AB7 !important;
    border-radius: 3px;
}

    .dxp-current:hover {
        background-color: #3071A9 !important;
    }

/* =================== BOOTSTRAP =====================*/
.alert {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-inverse {
    background-color: #3060AC;
    border-bottom: none;
}

    .navbar-inverse .navbar-toggle {
        background-color: transparent;
        border-color: white;
        margin-bottom: 0;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: transparent;
        }

.navbar-logo {
    margin: 0 !important;
    width: 170px;
    line-height: 50px;
    padding: 0;
    padding-left: 12px;
    position: fixed;
}

    .navbar-logo img {
        display: inline-block;
    }

.btn {
    min-width: 75px;
}

.panel > .hr-login-panel-heading {
    color: white;
    background-color: #3060AC;
}

.panel > .hr-panel-heading {
    color: white;
    /*background-color: #727272;*/
    background-color: #99a6b2;
    padding-top: 6px;
    padding-bottom: 4px;
}

    .panel > .hr-panel-heading a {
        color: white;
    }

.form-group {
    margin-bottom: 10px;
}

.popover {
    max-width: none !important;
}

.popover-content {
    padding: 5px !important;
}

.popover-body {
    padding: 4px !important;
}

/* =================== HRMS =====================*/

.hr-padding-zero {
    padding: 0 !important;
}

.hr-cell-wordbreak {
    word-break: break-all !important;
}

.hr-fullwidth {
    width: 100% !important;
}

.hr-right-aligned {
    text-align: right !important;
}

.hr-export-to {
    min-width: 100% !important;
    border: transparent !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

    .hr-export-to[data-popper-placement="top-start"] {
        inset: auto auto -3px 0px !important;
    }

    .hr-export-to[data-popper-placement="bottom-start"] {
        inset: -3px auto auto 0px !important;
    }

.hr-dots-btn {
    min-width: 20px;
}

.hr-action-btn {
    min-width: 5px !important;
}

    .hr-action-btn > span {
        color: white;
    }

.hr-panel-button { /* Buttons inside dark grey panel */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*background-color: sienna; 
    border: 1px solid; 
    border-radius: 2px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); */
}

    .hr-panel-button:hover {
        color: yellow;
    }

.hr-grid-icon { /* Add/Delete/Cancel icons inside grid's command column */
    color: #337AB7;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

    .hr-grid-icon:hover {
        color: #3071A9;
    }

.hr-vertical-divider {
    border-left-color: #3071A9;
    border-left-style: solid;
    border-left-width: 1px;
}

@media (max-width: 991px) {
    #hrNavbarHeaderTable {
        width: calc(100% - 110px);
    }

    .hrNavbarHeaderFirstChild {
        display: inline-block;
        width: 150px;
    }

    .hrNavbarHeaderLastChild {
        display: inline-block;
        width: calc(100% - 150px);
        margin-left: 157px;
    }

    #eamNavbarHeaderTable {
        width: calc(100% - 10px);
    }

    .eamNavbarHeaderFirstChild {
        display: inline-block;
        margin-top: 0px !important;
    }

    .eamNavbarHeaderLastChild {
        display: inline-block;
        width: calc(100% - 225px);
        margin-left: 225px;
    }

    .eamUserMenu {
        margin-left: 0px !important;
    }

    #hrCurrentSystem {
        display: inline-block;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 5px;
    }

    #hrUserMenu, #hrHelpMenu {
        left: 0 !important;
        background-color: #3060AC !important;
        --bs-dropdown-link-color: #9d9d9d !important;
    }

    ul#hrUserMenu.dropdown-menu.mt-0.show > li.nav-item > a.dropdown-item:hover,
    ul#hrHelpMenu.dropdown-menu.mt-0.show > li > a.dropdown-item:hover {
        background-color: #3060AC !important;
        color: #fff !important;
    }

    #hrNavbarHeader {
        width: 100%;
    }

    .hr-vertical-divider {
        min-height: 50px;
    }
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,.5) !important;
}

#hrUserMenu, #hrHelpMenu {
    left: unset;
    position: absolute !important;
    right: 0;
}

#hrNavbarToggler {
    border: none;
    box-shadow: none;
    font-size: 16px;
}

.subsystem {
    max-width: 300px;
}

    .subsystem .hr-system-item {
        display: table;
        width: 100px;
        height: 42px;
        min-width: 0;
        min-height: 0;
        padding: 1px 10px;
        float: left;
    }

    .subsystem .iconfont {
        display: table-cell;
        color: white;
        font-size: 24px;
        padding-right: 10px;
        line-height: 24px;
        vertical-align: middle;
    }

.hr-system-item span {
    display: table-cell;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    vertical-align: middle;
}

.hr-system-item {
    min-height: 100px;
    height: 100px;
    width: 100px;
    text-align: center;
    background-color: #0078D7;
    border: 2px;
    border-color: white;
    border-style: solid;
}

    .hr-system-item > p {
        color: white;
        font-size: 12px;
        /*overflow: hidden;*/
    }

.hr-system-link {
    text-decoration: none;
}

.hr-icon {
    font-size: 36px !important;
    line-height: 65px;
    margin: 10px 0;
    color: white;
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: all 0.3s ease 0s;
}


.hr-system-item:hover {
    background: #3071A9;
}



/* =================== HRMS TOP MENU =====================*/
#hrSelectSystem {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 50px;
    background-color: #0078D7;
}

    #hrSelectSystem:hover {
        background-color: #337AB7;
    }

.hr-info {
    color: white;
}

#hrUserProfile, #hrUserHelp {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 50px;
    background-color: #3060AC;
}

    #hrUserProfile:hover, #hrUserHelp:hover {
        background-color: #337AB7; /* #3d4247; */
    }

#hrSystemMenu li a, #hrUserMenu li a {
    padding: 10px 15px 10px 20px;
}

#hrPopupBox {
    top: 4%;
    width: auto !important;
    right: 0 !important;
}

    #hrPopupBox .modal-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.modal-full {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

#hrPopupBox .modal-dialog-full {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

#hrPopupBox .modal-content-full {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    width: 100%;
    height: 100%;
}

#hrPopupBox .modal-body-full {
    overflow: auto;
}

#hrPopup2Box {
    top: 12%;
}

    #hrPopup2Box .modal-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

#hrPopup3Box {
    top: 12%;
}

    #hrPopup3Box .modal-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

#hrMeterBox {
    top: 20%;
}

    #hrMeterBox .modal-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

#hrMsgBox {
    top: 20%;
}

    #hrMsgBox .modal-header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #hrMsgBox .modal-footer {
        padding-top: 5px;
        padding-bottom: 10px;
        border-top: none;
    }

#hrMeterBox .modal-header {
    border-bottom: none;
}

.modal-open {
    overflow-y: initial;
    overflow: initial !important;
}

/* =================== MAIN MENU =====================*/
.hr-sidebar-menu {
    position: fixed;
    float: left;
    width: 225px;
    top: 45px;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #3060AC; /* #2b303a;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.hr-sidebar-icon {
    position: absolute;
    float: left;
    margin-left: 8px;
    margin-top: 10px;
    border: 1px solid #778899;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding: 6px 8px;
    border-radius: 3px;
    color: gainsboro;
    background-color: transparent;
    background-clip: padding-box;
    /* text-shadow: 4px 4px 6px rgba(0,0,0,0.4);*/
}

.hr-sidebar-menu.sidebar-collapsed {
    width: 50px;
    padding-right: 10px; /*******************************************/
    transition: all 200ms ease-in-out;
}

.hr-sidebar-menu.sidebar-expanded {
    padding-right: 10px;
    transition: all 200ms ease-in-out;
}

.hr-sidebar-menu.sidebar-collapsed .hr-sidebar-icon {
    transform: rotate(90deg);
    transition: all 300ms ease-in-out;
}

.hr-sidebar-menu.sidebar-expanded .hr-sidebar-icon {
    transform: rotate(0deg);
    transition: all 300ms ease-in-out;
}

.hr-sidebar-menu.sidebar-collapsed .hr-menu {
    width: 60px;
    transition: all 50ms linear;
}

.hr-sidebar-menu.sidebar-expanded .hr-menu {
    width: 220px;
    transition: all 200ms linear;
    transition-delay: 100ms;
}

.hr-sidebar-menu.sidebar-collapsed .hr-menu span {
    opacity: 0;
    transition: all 0ms linear;
    visibility: hidden;
    display: inline-block;
    width: 5px;
}

.hr-sidebar-menu.sidebar-expanded .hr-menu span {
    opacity: 1;
    transition: all 300ms linear;
    transition-delay: 300ms;
    display: initial;
}

#hrMainMenu {
    position: relative;
    top: 50px;
    background-color: #3060AC;
}

.hr-menu {
    background-color: #3060AC;
}

    .hr-menu .fa {
        margin-right: 8px;
        width: 16px;
        height: 16px;
        text-align: center;
    }

/***背景颜色开始***/

/****左侧导航背景颜色 和 右边线**/
.navbar-default {
    background-color: #3060AC;
    height: 100%;
}

body.fixed-sidebar .navbar-static-side {
    border-right: 1px solid #dee2ec;
}

/***左侧导航字和图标颜色**/
.nav > li > a {
    color: white;
}

.nav > li.active {
    background-color: #3060AC;
}

/**左侧导航hover，按下状态 背景**/
.navbar-default .nav > li > a:hover {
    background-color: #337AB7;
    color: white;
}

.navbar-default .nav > li > a:focus {
    background-color: #3060AC;
    color: white;
}

.nav > li > a {
    font-weight: normal;
    padding: 4px 15px 4px 18px;
}

    .nav > li > a:first-line {
        padding-top: 0px;
    }

.nav li > a {
    display: block;
    white-space: nowrap;
}

.nav > li.active > a {
    color: white;
}

.nav.nav-second-level > li.active {
    border: none;
}

.nav.nav-second-level.collapse[style] {
    /*height: auto !important;*/
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding: 4px 15px 4px 50px;
        color: white;
    }

        .nav-second-level li a:first-line {
            padding-top: 0px;
        }

    .nav-third-level li a {
        padding-left: 62px;
    }

/*.nav-second-level li:last-child {
    margin-bottom: 10px;
}*/

.arrow {
    /*float: right;*/
    /*2017-11-22 [TP] Fix bugs in firefox display*/
    /*position: absolute;
    right: 8px;*/
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.slimScrollDiv > * {
    overflow: hidden;
}

/**Welcome Page**/
.widgetPanel {
    background: #F9F9FA;
    border: solid 1px #D3D6DA;
    padding: 12px 15px 9px;
    margin: 0 0 5px 0;
    float: right;
    width: 70px;
    height: 100%;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    top: 60px;
}

    .widgetPanel .disabled {
        /*-moz-opacity: 0.2;*/
        filter: alpha(opacity=20);
        opacity: 0.2;
        cursor: default !important;
    }

.topZone {
    float: left;
    clear: both;
}

.fullZone {
    float: left;
    clear: both;
}

.leftZone,
.rightZone {
    float: left;
    min-width: 300px;
}

    .leftZone.last,
    .rightZone.last,
    .fullZone.last {
        margin-bottom: 20px;
    }


div[id^='dockZone'] {
    height: auto !important;
}

    div[id^='dockZone'] > div {
        width: 100% !important;
        margin-bottom: 10px;
    }

#dockZone0,
#dockZone1,
#dockZone2 {
    height: auto !important;
}

.container-fluid {
    padding-right: 10px;
}

#dockZone0 > div,
#dockZone1 > div,
#dockZone2 > div {
    width: 100% !important;
    margin-bottom: 10px;
}

#dockZone1 {
    padding-right: 5px;
}

#dockZone2 {
    padding-left: 5px;
}

.dxpc-headerContent {
    /*padding-left: 7px !important;*/
    padding: 9px 12px 0 !important;
}

    .dxpc-headerContent .dxpc-headerText {
        color: #3060AC !important;
    }

/* DateTime widget */
.dateContainer,
.timeContainer {
    width: 100%;
    text-align: center;
}

/* Weather widget */
.dayUCContainer {
    text-align: center;
}

.dayList {
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
}

.dayListItem {
    float: left;
    margin: 0 5px 5px;
}

.todayImg {
    width: 24px;
    height: 24px;
}

/* Widget Title*/
.paTitle {
    padding: 0px 0px 0px 0;
    font-size: 24px;
    color: #3060AC;
}

.paNoticeList, .paHyperlinkList {
    list-style-type: circle;
    padding: 0 0 0 20px;
    font-size: 12px;
}

    .paNoticeList li, .paHyperlinkList li {
        margin: 4px 0;
    }

/* Pending action widget */
.pa-wrapper {
    height: 298px;
    padding-top: 0.1px;
}

.pa-welcome-title {
    margin: 1% 1% 0;
    padding: 0px 14px;
    background-color: #3060AC;
    font-size: 30px;
    font-family: 'Segoe UI';
    font-weight: normal;
    color: white;
}

.pa-date-and-time {
    color: #3060AC;
    font-size: 24px;
    margin-left: 1%;
    padding-left: 14px;
    font-family: 'Segoe UI';
    font-weight: normal;
}

.pa-pending-action {
    margin-left: 4%;
    font-size: 24px;
    font-family: 'Segoe UI';
    font-weight: normal;
    padding-left: 5px;
    overflow: auto;
    height: 180px;
}

.pa-pending-action-list {
    list-style-type: circle;
    padding: 0 0 0 20px;
    height: 100px;
}

    .pa-pending-action-list li {
        margin: 4px 0;
    }

html.login .main {
    display: table;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    height: 80%;
    text-align: center;
    left: 0;
    top: 0;
}

#LoginForm {
    display: table-cell;
    vertical-align: middle;
}

#login-message {
    width: 764px;
    height: 20px;
    margin: auto;
    text-align: left;
    position: relative;
}

.login-box {
    width: 764px;
    height: 270px;
    background: #fcfcfc;
    margin: auto;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 5px;
}

.login-box-left {
    background: #3060AC;
    width: 230px;
    height: inherit;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.login-box-right {
    width: 534px;
    height: inherit;
    text-align: center;
    float: right;
    text-align: center;
}

/*2017-08-22 [TP] change login user interface (#433)*/
.login-logo {
    /*width: 190px;
    height: 190px;*/
    margin: 15px auto;
    line-height: 190px;
    text-align: center;
}

    .login-logo img {
        max-width: 190px;
        max-height: 190px;
        margin: auto;
    }


.login-form {
    width: 375px;
    margin: 0 auto;
    text-align: left;
}

.login-btn {
    width: 188px;
}

.login-half {
    width: 50%;
    float: left;
    height: 40px;
}

.login-bottom {
    width: 100%;
    text-align: center;
}

html.login .btn-group {
    margin-top: 20px;
    text-align: center;
}

/* Configurable */
.copyright,
.version-info,
.jgwab-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 10.5px;
    line-height: 1.1;
    padding: 10px 0;
}

.version-info {
    text-align: left;
    left: 20px;
    width: auto;
}

.version-label {
    text-align: left;
    left: 20px;
    width: auto;
    float: left;
}

.c-icon-icrlogo, .c-icon-jgwablogo {
    width: 14px;
    height: 17px;
    display: inline-block;
    overflow: hidden;
    background: url(Images/PoliceRegisNo.png) no-repeat;
}

.c-icon-jgwablogo {
    background-position: -623px -96px;
    position: relative;
    top: 3px;
}

.c-icon-icrlogo {
    background-position: -600px -96px;
    position: relative;
    top: 3px;
}

.jgwab-info a {
    color: #777;
    text-decoration: underline;
}

.system-title {
    font-family: helvetica;
    font-weight: 400;
    font-size: 22px;
    color: #a6a6a6;
    margin-top: 30px;
    margin-bottom: 11px;
    white-space: pre;
}

.qrcode {
    max-width: 550px;
}

    .qrcode p {
        font-family: 'Segoe UI';
        font-weight: bold;
    }

    .qrcode td:not(:first-child) {
        text-align: center;
    }

    .qrcode img {
        max-width: 150px;
        max-height: 150px;
        margin: auto;
    }
/* End configurable */

/* Dock zone */
.dock-zone > div {
    padding: 0;
}
/* End dock zone */

/* Workflow icon legend */
.workflow-icon-description {
    padding-right: 40px;
    vertical-align: bottom;
}
/* End workflow icon legend */


/* General style class for devexpress */
.position-relative {
    position: relative;
}

.pre-line {
    white-space: pre-line;
}

.va-mid {
    vertical-align: middle !important;
}
/* End - General style class for devexpress */

/* Purchase Order */
.po-wrapper {
    background-color: #f0f1f6;
    padding: 20px 0 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
}

.po-container {
    background-color: #ffffff;
    width: 1000px;
    margin: 0 auto;
    padding: 40px;
}

@media print {
    .po-container {
        margin-top: 0;
        padding-top: 0;
    }
}

.po-inner {
    width: 100%;
}

.po-info td {
    padding: 3px;
}

    .po-info td:first-child {
        padding-right: 10px;
    }

.po-detail {
    width: 100%;
    margin: 20px 0;
}

    .po-detail tr {
        page-break-inside: auto;
    }

    .po-detail td {
        padding: 4px 6px 5px;
        border: 1px Solid #c0c0c0;
        text-align: right;
    }

        .po-detail td:nth-child(2) {
            text-align: left;
        }

.po-detail-body tr:nth-child(2n) {
    background-color: rgb(245, 245, 245);
}

.po-detail-footer-container, .po-detail-footer {
    margin: 0 !important;
    padding: 0 !important;
}

    .po-detail-footer td {
        border-top: 0;
    }

    .po-detail-footer tr:last-child td {
        border-bottom: 0;
    }

    .po-detail-footer td:first-child {
        font-weight: bold;
        text-align: right;
        border-left: 0;
        border-top: 0;
    }

    .po-detail-footer td:last-child {
        text-align: right;
        border-right: 0;
    }

.po-confirmed, .po-canceled {
    padding-left: 15px !important;
    font-weight: bold;
    font-size: 1.4em;
    color: green;
}

.po-canceled {
    color: red;
}
/* End Purchase Order*/

.data-change-table {
    table-layout: fixed;
    width: 100%;
}

    .data-change-table th,
    .data-change-table td {
        padding: 3px;
        border: 1px solid #c0c0c0;
    }

.submission-message {
    font-weight: bold;
    color: green;
    white-space: pre;
}

/*T000515 2017-9-20 [HH] PNP Onboarding Checklist Enhancement*/
.hideTable > table {
    display: none;
}

.hideCell {
    display: none;
}

.hideCell2 > div {
    display: none;
}

.hideCell3 a {
    display: none;
}

/* Show Password */
.show-password {
    position: absolute;
    right: 15px;
    z-index: 3;
    color: #555;
    cursor: pointer;
}

.eye-glow {
    color: rgb(117, 195, 255) !important;
}
/* End Show Password*/

.comboTwoCols {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px;
    width: 367px;
    height: 161px !important;
}

.dhtml_tooltip {
    background-color: #FFFFFF;
    border: 2.3px solid #b3b3b3;
    position: absolute;
    display: none;
    z-index: 20000;
    padding: 2px;
    font-size: 1em;
    box-shadow: 2px 2px 10px 1px #888888;
    -moz-border-radius: 6px; /* Rounded edges in Firefox */
}

.popup-question {
    background-color: #337AB7;
}

.popup-warning {
    background-color: #F0AD4E;
}

.popup-info {
    background-color: #5CB85C;
}

.dxpc-mainDiv.pa-panel {
    position: relative !important;
}

.attachment-Font {
    font-family: system-ui;
}

/*********** Start Add from Bootstrap 3.3.6 ************/
a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.nav-link:hover, .nav-link:focus, 
.dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none;
}

.dropdown-item:hover {
    color: #262626;
    background-color: #f5f5f5 !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}
        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

    .btn-xs .badge,
    .btn-group-xs > .btn .badge {
        top: 0;
        padding: 1px 5px;
    }

.btn-maximize{
    border: none;
    background: transparent;
}

.btn-close, .btn-maximize {
    opacity: 30% !important;
}

    .btn-close:hover, .btn-maximize:hover {
        opacity: 70% !important;
    }

.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333 !important;
        background-color: #e6e6e6 !important;
        border-color: #8c8c8c !important;
    }

    .btn-default:hover {
        color: #333 !important;
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333 !important;
        background-color: #e6e6e6 !important;
        background-image: none !important;
        border-color: #adadad !important;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333 !important;
            background-color: #d4d4d4 !important;
            border-color: #8c8c8c !important;
        }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff !important;
        border-color: #ccc !important;
    }

    .btn-default .badge {
        color: #fff !important;
        background-color: #333 !important;
    }

.hidden {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}

    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40;
    }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-xs:focus, .btn-primary:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset : -2px !important;
}

.btn-group, .btn-group-vertical {
    border-radius: 3px !important;
}

hr {
    opacity: 0.10 !important;
}

.dropup .dropdown-toggle::after {
    vertical-align: .085em !important;
    border-right: .35em solid transparent !important;
    border-bottom: .35em solid !important;
    border-left: .35em solid transparent !important;
}

.dropdown .dropdown-toggle::after {
    vertical-align: .085em !important;
    border-right: .35em solid transparent !important;
    border-top: .35em solid !important;
    border-left: .35em solid transparent !important;
}

@media (min-width: 1024px){
    .modal {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
}

.btn-group-vertical, .btn-primary {
    white-space: nowrap !important;
}

.btn-secondary {
    background-color: #fff !important;
    border: none !important;
    color: blue !important;
}

    .btn-secondary:hover {
        color: #000 !important;
    }

.bg-primary {
    background: #3060ac !important;
 }

.btn.disabled, .btn:disabled {
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.btn-sm {
    padding: 5px 10px !important;
}

table caption {
    caption-side: top !important;
}

#hrCurrentSystem {
    font-size: 18px !important;
}

#hrIconNavbarToggler {
    border: solid #fff 1px;
    padding: 10px;
    border-radius: 4px;
    transform: scale(0.8, 0.8);
}

.progress-bar-info {
    background-color: #5bc0de !important;
}

.close {
    float: right !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    background: none !important;
    border: none !important;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none !important;
        cursor: pointer !important;
        opacity: .5;
        border: none !important;
    }

    .close:focus-visible {
        outline: none !important;
    }

pre {
    font-size: 13px !important;
}

.dxeOutOfRWarn_MetropolisBlue.dxeOutOfRWarnRight_MetropolisBlue {
    font-weight: 700 !important;
}

.btn:focus-visible {
    box-shadow: none !important;
}
/*********** End Add from Bootstrap 3.3.6 ************/

/***************** Start HTML EDITOR /****************/
.cm-string {
    overflow-wrap: anywhere;
}
/***************** End HTML EDITOR /******************/

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
