.bd-navbar {
    min-height: 4rem;
    background-color: #005180;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1)
}

@media (max-width:991.98px) {
    .bd-navbar {
        padding-right: .5rem;
        padding-left: .5rem
    }

        .bd-navbar .navbar-nav-scroll {
            max-width: 100%;
            height: 2.5rem;
            margin-top: .25rem;
            overflow: hidden;
            font-size: .875rem
        }

            .bd-navbar .navbar-nav-scroll .navbar-nav {
                padding-bottom: 2rem;
                overflow-x: auto;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch
            }
}

@media (min-width:768px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .bd-navbar {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1071
        }
    }
}

.bd-navbar .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #cbbde2
}

    .bd-navbar .navbar-nav .nav-link.active, .bd-navbar .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: transparent
    }

    .bd-navbar .navbar-nav .nav-link.active {
        font-weight: 500
    }

.bd-navbar .navbar-nav-svg {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-top
}

.bd-navbar .dropdown-menu {
    font-size: .875rem
}

.bd-navbar .dropdown-item.active {
    font-weight: 500;
    color: #212529;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: .4rem .6rem;
    background-size: .75rem .75rem
}

.bd-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

    .bd-content > h2[id], .bd-content > h3[id], .bd-content > h4[id] {
        pointer-events: none
    }

        .bd-content > h2[id] > a, .bd-content > h2[id] > div, .bd-content > h3[id] > a, .bd-content > h3[id] > div, .bd-content > h4[id] > a, .bd-content > h4[id] > div {
            pointer-events: auto
        }

        .bd-content > h2[id]::before, .bd-content > h3[id]::before, .bd-content > h4[id]::before {
            display: block;
            height: 6rem;
            margin-top: -6rem;
            visibility: hidden;
            content: ""
        }

    .bd-content > table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem
    }

@media (max-width:991.98px) {
    .bd-content > table {
        display: block;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .bd-content > table.table-bordered {
            border: 0
        }
}

.bd-content > table > tbody > tr > td, .bd-content > table > tbody > tr > th, .bd-content > table > tfoot > tr > td, .bd-content > table > tfoot > tr > th, .bd-content > table > thead > tr > td, .bd-content > table > thead > tr > th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6
}

    .bd-content > table > tbody > tr > td > p:last-child, .bd-content > table > tbody > tr > th > p:last-child, .bd-content > table > tfoot > tr > td > p:last-child, .bd-content > table > tfoot > tr > th > p:last-child, .bd-content > table > thead > tr > td > p:last-child, .bd-content > table > thead > tr > th > p:last-child {
        margin-bottom: 0
    }

.bd-content > table td:first-child > code {
    white-space: nowrap
}

.bd-content > h2:not(:first-child) {
    margin-top: 3rem
}

.bd-content > h3 {
    margin-top: 1.5rem
}

.bd-content > ol li, .bd-content > ul li {
    margin-bottom: .25rem
}

@media (min-width:992px) {
    .bd-content > ol, .bd-content > p, .bd-content > ul {
        max-width: 100%
    }
}

.bd-title {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: 300
}

@media (min-width:576px) {
    .bd-title {
        font-size: 3rem
    }
}

.bd-lead {
    font-size: 1.125rem;
    font-weight: 300
}

@media (min-width:576px) {
    .bd-lead {
        max-width: 100%;
        margin-bottom: 1rem;
        font-size: 1.5rem
    }
}

.bd-text-purple {
    color: #005180
}

.bd-text-purple-bright {
    color: #005180
}

.bd-toc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .bd-toc {
        position: -webkit-sticky;
        position: sticky;
        top: 4rem;
        height: calc(100vh - 4rem);
        overflow-y: auto
    }
}

.bd-sidebar {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

@media (min-width:768px) {
    .bd-sidebar {
        border-right: 1px solid rgba(0,0,0,.1)
    }

    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .bd-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 4rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}

@media (min-width:1200px) {
    .bd-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
        flex: 0 1 500px
    }
}

.bd-links {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .bd-links {
            max-height: calc(100vh - 9rem);
            overflow-y: auto
        }
    }
}

@media (min-width:768px) {
    .bd-links {
        display: block !important
    }
}

.bd-search {
    position: relative;
    padding: 0.4rem 5px;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

    .bd-search .form-control:focus {
        border-color: #005180;
        box-shadow: 0 0 0 3px rgba(70,116,142,.25)
    }

.bd-search-docs-toggle {
    line-height: 1;
    color: #212529
}

.bd-sidenav {
    display: none
}

.bd-toc-link {
    display: block;
    padding: .25rem 1.5rem;
    font-weight: 500;
    color: rgba(0,0,0,.65)
}

    .bd-toc-link:hover {
        color: rgba(0,0,0,.85);
        text-decoration: none
    }

.bd-toc-item.active {
    margin-bottom: 1rem
}

    .bd-toc-item.active:not(:first-child) {
        margin-top: 1rem
    }

    .bd-toc-item.active > .bd-toc-link {
        color: rgba(0,0,0,.85)
    }

        .bd-toc-item.active > .bd-toc-link:hover {
            background-color: transparent
        }

    .bd-toc-item.active > .bd-sidenav {
        display: block
    }

.bd-sidebar .nav > li > a {
    display: block;
    padding: .25rem 1.5rem;
    font-size: 90%;
    color: rgba(0,0,0,.65)
}

    .bd-sidebar .nav > li > a:hover {
        color: rgba(0,0,0,.85);
        text-decoration: none;
        background-color: transparent
    }

.bd-sidebar .nav > .active:hover > a, .bd-sidebar .nav > .active > a {
    font-weight: 500;
    color: rgba(0,0,0,.85);
    background-color: transparent
}

.bd-footer {
    font-size: 85%;
    text-align: center;
    background-color: #f7f7f7
}

    .bd-footer a {
        font-weight: 500;
        color: #495057
    }

        .bd-footer a:focus, .bd-footer a:hover {
            color: #007bff
        }

    .bd-footer p {
        margin-bottom: 0
    }

@media (min-width:576px) {
    .bd-footer {
        text-align: left
    }
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem
}

    .bd-footer-links li {
        display: inline-block
    }

        .bd-footer-links li + li {
            margin-left: 1rem
        }

.btn-bd-download {
    font-weight: 500;
    color: #ffe484;
    border-color: #ffe484
}

    .btn-bd-download:active, .btn-bd-download:hover {
        color: #2a2730;
        background-color: #ffe484;
        border-color: #ffe484
    }

.text-center {
    text-align: center;
}

.w-35 {
    width: 35%;
}

.fixed-dialog {
    position: fixed;
    z-index: 1000;
}

.hidden {
    display: none !important;
}

.dialog-show {
    position: fixed;
    background: white;
    z-index: 100000;
    width: 405px;
    padding: 15px;
    border: 1px solid #929292;
    border-radius: 3px;
    top: 105px;
    left: 5px;
    cursor: move;
}

.dialog-show th {
    font-size: 13px;
}

.dialog-change-pass-show {
    position: fixed;
    background: white;
    z-index: 10;
    width: 380px;
    padding: 15px;
    border: 1px solid #929292;
    border-radius: 3px;
    top: 110px;
    left: 50%;
    margin-left: -190px;
    cursor: pointer;
}

.dialog-edit-show {
    position: fixed;
    background: white;
    z-index: 100001;
    width: 380px;
    padding: 15px;
    border: 1px solid #929292;
    border-radius: 3px;
    top: 110px;
    left: 50%;
    margin-left: -190px;
    cursor: move;
}

.dialog-history-show {
    position: fixed;
    background: white;
    z-index: 100000;
    width: 700px;
    padding: 15px;
    border: 1px solid #929292;
    border-radius: 3px;
    top: 75px;
    left: 50%;
    margin-left: -350px;
    cursor: move;
}

.dialog-history-show .scroll-box{
    max-height: 60vh;
    overflow-y: scroll;
    margin-right: -15px;
    margin-bottom: -15px;
}

.dialog-history-show table thead tr {
    height: 45px !important;
}

.qnp-btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #E03636;
    border: none;
    color: white;
    padding: 3px 8px;
    font-size: 16px;
    cursor: pointer;
}

    .qnp-btn-close:hover {
        background-color: #FF0000;
        border: none;
        color: #CDB870;
    }

.qnp-title-header {
    position: relative; 
    width: 100%;
}

.qnp-img {
    width: 100%;
}

.qnp-box-img-cropper {
    position: relative;
    width: 100%;
}

.qnp-box-btn-rotate {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}

.qnp-text-wrap {
    white-space: break-spaces;
}

div.validation-parent {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.box-inline {
    display: inline-flex;
    width: 100%;
}

.spinner-layout{position:fixed;top:0;left:0;bottom:0;right:0;background: rgba(100, 100, 100, 0.8);z-index:2000;}
.spinner-layout .spinner-box{width:500px;margin:0 auto;position:relative;top: 25%;}
.spinner-layout .spinner-box > img{width:130px;position:relative;left:50%;transform:translateX(-50%);height:130px;}
.spinner-layout .spinner-box > h2{font-size:25px;color:#fff;text-align:center;margin-top:15px;font-weight:400;}

.swal2-container {
    z-index: 2000000 !important;
}

.text-md {
    vertical-align: middle !important;
}

.tr-total {
    background-color: #dffbff;
    font-weight: bold;
}

.qnp-btn-send {
    border-radius: 20px;
    padding: 10px 18px;
    text-transform: uppercase;
    line-height: 1.20;
}

.qnp-address {
    min-width: 200px !important;
}

.qnp-btn-action {
    width: 40px;
    text-align: center !important;
}

.qnp-radio-table {
    width: 80px;
    text-align: center !important;
}

    .qnp-radio-table .form-check-inline {
        margin: 0 !important;
    }

.qnp-menu-show {
    display: none !important;
}

@media only screen and (max-device-width: 500px) {
    .qnp-menu-hide {
        display: none !important;
    }

    .qnp-menu-show {
        display: block !important;
    }
}

.qnp-input-readonly {
    background-color: white !important;
}

.qnp-tb-action {
    width: 60px !important;
    text-align: center;
}

.qnp-box-select2 .select2-selection {
    height: 38px !important;
}

    .qnp-box-select2 .select2-selection span {
        line-height: 35px !important;
    }

    .qnp-box-select2 .select2-selection .select2-selection__arrow {
        height: 35px !important;
    }

table .TinChi-Input,
table .Diem-Input,
table .TinChiBoTuc-Input,
table .DiemBoTuc-Input {
    min-width: 70px;
}

table .GhiChu-Input,
table .GhiChuBoTuc-Input,
table .MonTuongDuong-Input,
table .MonBoTuc-Input {
    min-width: 120px;
}

table .KetQua-Input {
    min-width: 100px;
}

.qnp-row-new td {
    border: 3px solid red !important;
}

.text-body {
    width: 100%;
}

.width-col-0 {
    max-width: 90px!important;
    min-width: 90px!important;
}
    .width-col-0 input {
        text-align: center;
    }
.width-col-1 {
    max-width: 250px!important;
    min-width: 200px!important;
}
.width-col-2 {
    max-width: 100px!important;
}