﻿.actMultiTicks.hidden {
    display: none;
}

ul.useTree {
    margin-top: 5px;
    list-style: none;
}

    ul.useTree ul {
        list-style: none;
    }

    ul.useTree li {
        cursor: pointer;
    }

    ul.useTree .custom-control {
        display: inline;
    }

.input-group.has-error .control-label,
.form-group.has-error .help-block,
.input-group.has-error .help-block,
.form-group.has-error .help-inline,
.input-group.has-error .help-inline {
    color: #e46f61;
}

.form-group.has-error input,
.input-group.has-error input,
.form-group.has-error .select,
.input-group.has-error .select,
.form-group.has-error textarea,
.input-group.has-error textarea {
    border-color: #E7BEBE;
    border-top-color: rgb(231, 190, 190);
    border-right-color: rgb(231, 190, 190);
    border-bottom-color: rgb(231, 190, 190);
    border-left-color: rgb(231, 190, 190);
}

span.red {
    color: red;
}

.custom-control.custom-checkbox.readonly,
.custom-control.custom-radio.readonly {
    pointer-events: none;
}

.hidden {
    display: none;
}

.toasts-bottom-right {
    z-index: 99999 !important;
}

    .toasts-bottom-right.fixed {
        z-index: 99999 !important;
    }

.quickShowDetail td .right {
    float: right;
    padding: 0.25rem;
    line-height: 1rem;
    text-align: center;
    width: 1.5rem;
}

/*Begin customize pdf viewer */
#toolbarContainer, .findbar, .secondaryToolbar {
    background-color: #107c41;
    background-image: url(/pdf/images/texture.png), linear-gradient(hsl(147deg 77% 27%), hsl(147deg 70% 38%));
}

#errorWrapper {
    display: none;
}

.jsonContain {
    max-width: 100px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*End customize pdf viewer */
.input-group > .input-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.groupradios label {
    margin-right: 15px;
}

.groupradios label {
    margin-left: 7px;
}

.onMoveTr {
    z-index: 99;
}

/* Remove PDF Toolbar*/
#toolbarContainer {
    display: none;
}

#viewerContainer {
    top: 0;
    border-top: 0;
}

/* Fix PDF Viewer Responsibility */
#outerContainer {
    height: auto;
    min-height: 500px;
}

#mainContainer,
#viewerContainer {
    position: relative;
}

.canvasWrapper,
.pdfViewer .page,
.pdfViewer .page canvas {
    width: 100% !important;
    height: auto !important;
    margin: auto;
    border-width: 0.5rem;
}

.textLayer {
    display: none;
}

.min-h-50vh {
    min-height: 50vh;
}

/* Bookmark button */
.btn-bookmark {
    line-height: 1rem;
    margin-left: 0.5rem;
}

.nav-item .btn-bookmark {
    line-height: 2rem;
}

.quickShowDetail:nth-child(4n+3) {
    background-color: transparent !important;
}

.col-text-13 {
    width: 13%;
}

.col-text-15 {
    width: 15%;
}

.col-text-20 {
    width: 15%;
}

.pd-top-7 {
    padding-top: 7px;
}

.pd-top-10 {
    padding-top: 10px;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-bottom-5 {
    margin-bottom: 5px;
}

.mg-right-20 {
    margin-right: 20px !important;
}

th.input-required::after {
    font-size: 0.95rem;
}

.expandable-body .datepicker-days .table {
    margin: 0;
}

.input-required.text-left::after {
    right: auto !important;
}

.no-border {
    border: none !important;
}

#overlaypdf {
    position: absolute !important;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#textOverLay {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.w-80 {
    width: 80px;
}

@media(max-width: 480px) {
    .login-info .login-title, .login-info .register-title, .register-info .login-title, .register-info .register-title {
        font-size: 1rem;
    }

    .login-info .login-logo, .login-info .register-logo, .register-info .login-logo, .register-info .register-logo {
        width: 90px;
    }

    .login-info, .register-info {
        margin-top: -100px;
    }
}

@media(max-width: 320px) {
    .login-info .login-title, .login-info .register-title, .register-info .login-title, .register-info .register-title {
        font-size: 0.8rem;
    }

    .login-info .login-logo, .login-info .register-logo, .register-info .login-logo, .register-info .register-logo {
        margin-top: 0.5rem;
        width: 80px;
    }

    .login-info, .register-info {
        padding-left: 0;
        margin-top: -80px;
    }
}

.mr-5-px {
    margin-right: 5px !important;
}

.mb-5-px {
    margin-bottom: 5px !important;
}

.min-w-100 {
    min-width: 100px;
}

.header-text__cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 210px;
}

    .header-text__cta > a {
        border: 1px solid #107c41;
        font-size: 12px;
        padding: 5px;
    }

/*width, min-witdh table*/
.wmpx80 {
    min-width: 80px !important;
}

.wpx80 {
    width: 80px !important;
}

.wmpx90 {
    min-width: 90px !important;
}

.wpx90 {
    width: 90px !important;
}

.wmpx100 {
    min-width: 100px !important;
}

.wpx100 {
    width: 100px !important;
}

.wmpx110 {
    min-width: 110px !important;
}

.wpx110 {
    width: 110px !important;
}

.wmpx120 {
    min-width: 120px !important;
}

.wpx120 {
    width: 120px !important;
}

.wmpx130 {
    min-width: 130px !important;
}

.wpx130 {
    width: 130px !important;
}

.wmpx140 {
    min-width: 140px !important;
}

.wpx140 {
    width: 140px !important;
}

.wmpx150 {
    min-width: 150px !important;
}

.wpx150 {
    width: 150px !important;
}

.wmpx160 {
    min-width: 160px !important;
}

.wpx160 {
    width: 160px !important;
}

.wmpx170 {
    min-width: 170px !important;
}

.wpx170 {
    width: 170px !important;
}

.wmpx180 {
    min-width: 180px !important;
}

.wpx180 {
    width: 180px !important;
}

.wmpx190 {
    min-width: 190px !important;
}

.wpx190 {
    width: 190px !important;
}

.wmpx200 {
    min-width: 200px !important;
}

.wpx200 {
    width: 200px !important;
}

.wmpx210 {
    min-width: 210px !important;
}

.wpx210 {
    width: 210px !important;
}

.wmpx220 {
    min-width: 220px !important;
}

.wpx220 {
    width: 220px !important;
}

.wmpx230 {
    min-width: 230px !important;
}

.wpx230 {
    width: 230px !important;
}

.wmpx240 {
    min-width: 240px !important;
}

.wpx240 {
    width: 240px !important;
}

.wmpx250 {
    min-width: 250px !important;
}

.wpx250 {
    width: 250px !important;
}

.wmpx260 {
    min-width: 260px !important;
}

.wpx260 {
    width: 260px !important;
}

.wmpx270 {
    min-width: 270px !important;
}

.wpx270 {
    width: 270px !important;
}

.wmpx280 {
    min-width: 280px !important;
}

.wpx280 {
    width: 280px !important;
}

.wmpx290 {
    min-width: 290px !important;
}

.wpx290 {
    width: 290px !important;
}

.wmpx300 {
    min-width: 300px !important;
}

.wpx300 {
    width: 300px !important;
}

.wmpx310 {
    min-width: 310px !important;
}

.wpx310 {
    width: 310px !important;
}

.wmpx320 {
    min-width: 320px !important;
}

.wpx320 {
    width: 320px !important;
}

.wmpx330 {
    min-width: 330px !important;
}

.wpx330 {
    width: 330px !important;
}

.wmpx340 {
    min-width: 340px !important;
}

.wpx340 {
    width: 340px !important;
}

.wmpx350 {
    min-width: 350px !important;
}

.wpx350 {
    width: 350px !important;
}

.wmpx360 {
    min-width: 360px !important;
}

.wpx360 {
    width: 360px !important;
}

.wmpx370 {
    min-width: 370px !important;
}

.wpx370 {
    width: 370px !important;
}

.wmpx380 {
    min-width: 380px !important;
}

.wpx380 {
    width: 380px !important;
}

.wmpx390 {
    min-width: 390px !important;
}

.wpx390 {
    width: 390px !important;
}

.wmpx400 {
    min-width: 400px !important;
}

.wpx400 {
    width: 400px !important;
}

.table.data_table tr th {
    text-align: center;
}

/*!
 * Select2-to-Tree CSS 1.1.1
 * https://github.com/clivezhg/select2-to-tree
 */
.s2-to-tree * {
    box-sizing: border-box;
}

.s2-to-tree .select2-results__option.l1 {
    margin-left: 0.6em;
    font-size: 1em;
}

.s2-to-tree .select2-results__option.l2 {
    margin-left: 1.4em;
    font-size: 0.95em;
}

.s2-to-tree .select2-results__option.l3 {
    margin-left: 2.2em;
    font-size: 0.91em;
}

.s2-to-tree .select2-results__option.l4 {
    margin-left: 3.0em;
    font-size: 0.87em;
}

.s2-to-tree .select2-results__option.l5 {
    margin-left: 3.8em;
    font-size: 0.83em;
}

.s2-to-tree .select2-results__option.l6 {
    margin-left: 4.5em;
    font-size: 0.8em;
}

.s2-to-tree .select2-results__option.l7 {
    margin-left: 5.3em;
    font-size: 0.77em;
}

.s2-to-tree .select2-results__option.l8 {
    margin-left: 6.0em;
    font-size: 0.75em;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .select2-results__option.l1 {
    margin-right: 0.6em;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .select2-results__option.l2 {
    margin-right: 1.4em;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .select2-results__option.l3 {
    margin-right: 2.2em;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .select2-results__option.l4 {
    margin-right: 3.0em;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .select2-results__option.l5 {
    margin-right: 3.8em;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .select2-results__option.l6 {
    margin-right: 4.5em;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .select2-results__option.l7 {
    margin-right: 5.3em;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .select2-results__option.l8 {
    margin-right: 6.0em;
}

.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:hover {
    color: red;
    cursor: pointer;
}

.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before { /* no :: in IE8 */
    content: "+";
    position: absolute;
    /*left: -0.55em;*/
    top: 0.2em;
    font-size: 14px;
    width: 14px;
    height: 14px;
}

.s2-to-tree .select2-dropdown[dir*="rtl"] li.select2-results__option.non-leaf .expand-collapse:before {
    right: -0.35em;
}

.s2-to-tree li.select2-results__option.non-leaf.opened .expand-collapse:before {
    content: "−";
    position: absolute;
    /*left: -0.55em;*/
    top: 0.2em;
    font-size: 14px;
    width: 14px;
    height: 14px;
}

.s2-to-tree .select2-results__option[aria-disabled="true"] .expand-collapse {
    color: black;
}

.s2-to-tree .item-label {
    display: inline-block;
    margin-left: 0.5em;
    padding: 3px;
    width: calc(100% - 11px); /* IE8 will fit the content */
}

.s2-to-tree .select2-dropdown[dir*="rtl"] .item-label {
    margin-right: 0.5em;
}

.s2-to-tree li.select2-results__option {
    position: relative;
    padding: 0px;
    height: auto;
    overflow-y: hidden;
}

    .s2-to-tree li.select2-results__option[data-pup] {
        display: none;
    }

        .s2-to-tree li.select2-results__option[data-pup].showme {
            display: block;
            overflow-y: visible;
        }

.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label {
    background-color: #5897fb;
    color: white;
}

.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label {
    background-color: #ddd;
}

.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected],
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] {
    background-color: inherit;
    color: inherit;
}

.s2-to-tree li.select2-results__option.l1 {
    display: block;
    overflow-y: visible;
}

.s2-to-tree.searching-result li.select2-results__option {
    height: auto;
    display: block;
}

.w-150 {
    width: 150px;
}

.min-w-100 {
    min-width: 100px !important;
}

.min-w-150 {
    min-width: 150px !important;
}

.min-w-250 {
    min-width: 250px !important;
}

.max-w-300 {
    max-width: 300px;
}

.m-w-160 {
    min-width: 160px;
}

.m-w-100 {
    min-width: 100px !important;
    max-width: 100px !important;
}

.m-w-135 {
    min-width: 135px !important;
    max-width: 135px !important;
}

.m-w-150 {
    min-width: 150px !important;
    max-width: 150px !important;
}

.m-w-185 {
    min-width: 185px !important;
    max-width: 185px !important;
}

.m-w-200 {
    min-width: 200px !important;
    max-width: 200px !important;
}

.m-w-250 {
    min-width: 250px !important;
    max-width: 250px !important;
}

.m-w-255 {
    min-width: 255px !important;
    max-width: 255px !important;
}

.m-w-300 {
    min-width: 300px !important;
    max-width: 300px !important;
}

.m-w-350 {
    min-width: 350px !important;
    max-width: 350px !important;
}

.table.data_table td, .table.data_table th {
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-ellipsis-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.w-100 {
    width: 100px;
}

.w-250 {
    width: 250px;
}

.mt-10-px {
    margin-top: 10px;
}

.mb-5-px {
    margin-bottom: 5px;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding: 0 25px 0 20px;
}