.actMultiTicks.hidden {
    display: none;
}

.li-tab-params > .active {
    border-bottom: 1px solid;
}

.nav.nav-tabs-api {
    background: #f8f8f8;
    margin-bottom: 15px;
}

    .nav.nav-tabs-api li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav.nav-tabs-api a {
        padding: 6px 12px;
        display: block;
    }

        .nav.nav-tabs-api a:hover {
            background: #fff;
            color: #222;
        }

        .nav.nav-tabs-api a.active {
            background: rgba(36, 139, 204, .05);
            position: relative;
        }

            .nav.nav-tabs-api a.active:after {
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid #248bcc;
                font-size: 0;
                line-height: 0;
                position: absolute;
                left: 50%;
                top: 100%;
                transform: translatex(-50%);
                content: "";
            }

ul.useTree {
    margin-top: 5px;
    list-style: none;
}

    ul.useTree ul {
        list-style: none;
        margin-left: 24px;
    }

    ul.useTree li {
        cursor: pointer;
    }

    ul.useTree .custom-control {
        display: inline;
    }

.snk-lihdsd {
    list-style-type: none;
    padding: 10px;
}

.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: 9999;
}

.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;
    -ms-transform: translate(-50%,-50%);
    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;
    }
}

.wspace {
    white-space: pre-wrap !important;
}

@media(max-width: 1385px) {
    .hidden-text-1385 {
        display: none !important;
    }
}

.nowrap-50 {
    white-space: nowrap;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpx-75 {
    width: 75px;
}

.table th {
    border-bottom: 1px solid #ccc !important;
}

.cbbdatetime + .select2-container {
    max-width: 30%;
    margin-right: 2%;
    display: inline-flex;
    flex: 0 0 30%;
}

    .cbbdatetime + .select2-container:last-child {
        margin-right: 0;
    }

    .cbbdatetime + .select2-container > .selection {
        width: 100%;
    }

.storage--documenting {
    min-width: 400px;
}

.txt-nowrap-absolute {
    white-space: nowrap;
    position: absolute;
}

.m-w-160 {
    min-width: 160px;
}

.table-head-fixed-new thead {
    position: sticky;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 100;
    box-shadow: 0 1px 1px #ccc, 0 -1px 1px #ccc;
}

.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;
}

.min-w-160 {
    min-width: 160px;
}

.max-w-300 {
    max-width: 300px;
}

.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% - 45px);
    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;
}

.bg-success .modal-title {
    color: #fff;
}

.modal-title {
    text-overflow: ellipsis;
    overflow: hidden;
}

.is-file-attached .modal-dialog {
    max-width: 660px;
    top: 108px;
    margin-right: 20px;
}

    .is-file-attached .modal-dialog .table-responsive {
        max-height: calc(100vh - 306px);
    }

.is-file-attached .quickViewFile {
    cursor: pointer;
}

.fa-sort {
    border: 1px solid #ccc;
    padding: 5px 3px;
    border-radius: 40%;
}

    .fa-sort:hover {
        cursor: grab;
    }

.profile-lbl {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
    gap: 8px;
    height: 31px;
    background: #F2F2F2;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    text-transform: uppercase;
    color: #888888;
}

.block-group-doc-type {
    padding: 5px 8px 5px 12px;
    height: 34px;
    background: #d2f5e2;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 700;
    justify-content: space-between;
    transform: rotateZ(0);
    transition: all .3s;
}

    .block-group-doc-type .fa-angle-right {
        margin-right: .3rem;
    }

    .block-group-doc-type[aria-expanded="true"] .fa-angle-right {
        transform: rotateZ(90deg);
        transition: all .3s
    }

    .block-group-doc-type + .collapse, .block-group-doc-type + .collapsing {
        background: #defbeb;
        padding: 1rem 2rem 0.3rem 1rem;
        position: relative;
    }

.modal-title {
    text-overflow: ellipsis;
    overflow: hidden;
}

.fix-table {
    border-bottom: 1px solid #dee2e6;
    margin-left: 0;
}

    .fix-table:last-child {
        border-bottom: 0;
    }

    .fix-table:hover {
        background-color: rgba(0, 0, 0, .075);
        color: #212529;
    }

    .fix-table .col-4 {
        min-height: 52px;
        padding: 0.5rem;
        padding-left: 1.5rem;
    }

        .fix-table .col-4 strong {
            color: #212529;
        }

.h-250 {
    height: 250px !important;
}

.h-150 {
    height: 150px !important;
}

.text-black {
    color: black !important;
}

.pd-left-0 {
    padding-left: 0px !important;
}

.pd-right-0 {
    padding-right: 0px !important;
}

.d-flex-item-center {
    align-items: center !important;
}

.mb-2 > .record-content > span {
    white-space: normal;
}

.bg-popup {
    background-color: #2375C0 !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}


.navbar-nav-slick .nav-item .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.justify-content-space-between {
    justify-content: space-between !important;
}

.select2-results__option[aria-selected] {
    font-size: 13px;
}

.table-responsive.fix-scroll {
    max-height: calc(100vh - 15em);
}

.dropdown-menu-body {
    margin: 12px 8px 0 20px;
    padding-right: 12px;
}

.dropdown-menu-footer {
    padding: 12px 20px 0 20px;
    border-top: 1px solid #ccc;
}

.dropdown-menu.dropdown-menu-left, .dropdown-menu.dropdown-menu-right {
    border-radius: 8px;
}

.profile-details {
    width: 100%;
    padding: 0 40px;
}

    .profile-details .profile-details-sub {
        margin-bottom: 12px;
    }

    .profile-details .toggle-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

        .profile-details .toggle-heading::after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            border-top: 1px dashed #bdbdbd;
        }

        .profile-details .toggle-heading .mod-header {
            flex-shrink: 0;
        }

            .profile-details .toggle-heading .mod-header svg {
                vertical-align: bottom;
            }

        .profile-details .toggle-heading .cl_bts {
            width: 26px;
            height: 26px !important;
            border-radius: 4px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: rotate(0deg);
            background: #fff;
            border: 1px solid #ddd;
            position: absolute;
            right: 0;
            transform: rotate(0deg);
            transition: all 0.3s;
        }

            .profile-details .toggle-heading .cl_bts.collapsed {
                transition: all 0.3s;
                transform: rotate(-90deg);
            }

    .profile-details .profile-details-title span {
        color: #374151;
        font-size: 14px;
        font-weight: 700;
    }

    .profile-details .card-body {
        padding: 12px 8px;
    }
