@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

.fs-1 {
    font-size: 24px !important
}

.fs-2 {
    font-size: 22px !important
}

.fs-3 {
    font-size: 20px !important
}

.fs-4 {
    font-size: 18px !important
}

.fs-5 {
    font-size: 16px !important
}

.fs-6 {
    font-size: 14px !important
}

.fs-7 {
    font-size: 13px !important
}

@media (max-width:576px) {
    .fs-sm-1 {
        font-size: 24px !important
    }

    .fs-sm-2 {
        font-size: 22px !important
    }

    .fs-sm-3 {
        font-size: 20px !important
    }

    .fs-sm-4 {
        font-size: 18px !important
    }

    .fs-sm-5 {
        font-size: 17px !important
    }

    .fs-sm-6 {
        font-size: 14px !important
    }

    .fs-sm-7 {
        font-size: 12px !important
    }
}

.c-org {
    color: #D74B00 !important
}

    .c-org a {
        color: currentColor;
        text-decoration: none
    }

        .c-org a:hover {
            text-decoration: underline
        }

.c-gray {
    color: #59595A !important
}

    .c-gray a {
        color: currentColor;
        text-decoration: none
    }

        .c-gray a:hover {
            color: #d74b00;
            text-decoration: underline
        }

.c-black {
    color: #282828 !important
}

    .c-black a {
        color: currentColor;
        text-decoration: none
    }

        .c-black a:hover {
            color: #d74b00;
            text-decoration: underline
        }

.c-red {
    color: #D20B0B !important
}

    .c-red a {
        color: currentColor;
        text-decoration: none
    }

        .c-red a:hover {
            text-decoration: underline
        }

* {
    font-family: Arial,Helvetica,sans-serif
}

.title-line {
    padding-left: 17px;
    position: relative
}

    .title-line:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 25px;
        background-color: #d74b00
    }

a.underline {
    text-decoration: underline
}

.btns-group a {
    display: inline-block
}

.btns-group .btn-item {
    margin: .8em;
    min-width: 130px
}

@media (max-width:768px) {
    .btns-group .btn-item {
        width: 100%
    }
}

@media (max-width:992px) {
    .complet_icon {
        width: 100%;
        max-width: 120px
    }
}

.links {
    text-align: left;
    list-style: none;
    padding-left: 0
}

    .links li {
        position: relative;
        display: inline-block;
        padding: 0 5px
    }

        .links li:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -7.5px;
            right: -2px;
            width: 1px;
            height: 15px;
            background-color: #59595a
        }

        .links li:last-child:after {
            display: none
        }

        .links li a.underline {
            text-decoration: underline
        }

.space-line {
    border-left: 1px solid #999
}

@media (max-width:768px) {
    .space-line {
        border: none;
        border-top: 1px solid #999
    }
}

.form-control {
    border-radius: 0;
    border-color: #999;
    height: 44px
}

@media (max-width:576px) {
    .form-control {
        font-size: 14px
    }
}

.btn-custom {
    border-radius: 0;
    height: 44px;
    line-height: 30px
}

    .btn-custom.full {
        width: 100%
    }

.btn-custom-org {
    background: #d74b00;
    color: #fff
}

    .btn-custom-org:hover {
        color: #fff
    }

    .btn-custom-org[disabled] {
        background: #d3d3d3;
        color: #aaa;
        pointer-events: none
    }

.btn-custom-org-hollow {
    background: #fff;
    color: #d74b00;
    border: 1px solid #d74b00
}

    .btn-custom-org-hollow:hover {
        color: #d74b00
    }

    .btn-custom-org-hollow[disabled] {
        background: #d3d3d3;
        color: #e0e0e0;
        pointer-events: none
    }

.cm-table-scrollbox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:768px) {
    .cm-table-scrollbox {
        overflow: initial
    }
}

.cm-table {
    min-width: 1000px
}

@media (max-width:768px) {
    .cm-table {
        min-width: 100%
    }

        .cm-table .btn-custom {
            height: 32px;
            line-height: 1.5
        }

        .cm-table .text-right {
            text-align: right
        }
}

.cm-table .cm-th, .cm-table .cm-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    padding: 10px 0
}

    .cm-table .cm-th.bottom-line, .cm-table .cm-tr.bottom-line {
        border-bottom: 1px solid #d7d7d7
    }

    .cm-table .cm-th .filter, .cm-table .cm-tr .filter {
        color: #282828;
        text-decoration: none;
        font-weight: 400
    }

        .cm-table .cm-th .filter.active i:before, .cm-table .cm-tr .filter.active i:before {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg)
        }

        .cm-table .cm-th .filter i, .cm-table .cm-tr .filter i {
            font-size: 10px
        }

@media (max-width:768px) {
    .cm-table .cm-th .filter i, .cm-table .cm-tr .filter i {
        display: block
    }
}

@media (max-width:768px) {
    .cm-table .cm-th {
        padding: 0
    }
}

.cm-table .cm-td {
    -webkit-box-flex: 19.33%;
    -ms-flex: 19.33%;
    flex: 19.33%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .cm-table .cm-td:first-child {
        -webkit-box-flex: 10%;
        -ms-flex: 10%;
        flex: 10%
    }

    .cm-table .cm-td:nth-child(2) {
        -webkit-box-flex: 12%;
        -ms-flex: 12%;
        flex: 12%
    }

    .cm-table .cm-td:last-child {
        -webkit-box-flex: 20%;
        -ms-flex: 20%;
        flex: 20%
    }

@media (max-width:768px) {
    .cm-table .cm-td {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .cm-table .cm-td:nth-child(2) {
            -webkit-box-flex: 12%;
            -ms-flex: 12%;
            flex: 12%
        }

        .cm-table .cm-td:nth-child(3) {
            -webkit-box-flex: 12%;
            -ms-flex: 12%;
            flex: 12%
        }

        .cm-table .cm-td:last-child {
            -webkit-box-flex: 12%;
            -ms-flex: 12%;
            flex: 12%
        }

        .cm-table .cm-td.d-md-none, .cm-table .cm-td.d-none, .cm-table .cm-td.d-sm-none, .cm-table .cm-td.d-xl-none {
            -webkit-box-flex: 0;
            -ms-flex: 0;
            flex: 0;
            padding: 0
        }
}

@media (max-width:576px) {
    .cm-table .cm-td {
        padding: 10px 5px
    }
}

.cm-th {
    background-color: #d7d7d7;
    color: #282828;
    font-size: 15px;
    font-weight: 700
}

#prs-header {
    width: 100%;
    height: 61px;
    background: url(../../Images/M3241/bmp.jpg) no-repeat center top;
    background-size: cover
}

@media (max-width:576px) {
    #prs-header {
        height: 50px
    }
}

#prs-wrapper {
    width: 100%;
    padding: 50px 0;
    background: #fff
}

@media (max-width:576px) {
    #prs-wrapper {
        padding-top: 20px
    }
}

.shadow-box {
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,.2);
    box-shadow: 0px 3px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    position: relative;
    height: 100%;
    padding-bottom: 70px
}

    .shadow-box .icon-row {
        height: 100%;
        position: relative;
        padding-bottom: 60px
    }

    .shadow-box .bottom-btn {
        position: absolute;
        bottom: 0;
        left: 140px;
        right: 0
    }

@media (max-width:1400px) {
    .shadow-box .bottom-btn {
        left: 100px
    }
}

@media (max-width:992px) {
    .shadow-box .bottom-btn {
        left: 110px
    }
}

@media (max-width:576px) {
    .shadow-box .bottom-btn {
        left: 0
    }
}

@media (max-width:576px) {
    .shadow-box {
        border-radius: 0
    }
}

.shadow-box.left {
    margin-right: 20px
}

@media (max-width:992px) {
    .shadow-box.left {
        margin-right: 0
    }
}

.shadow-box.right {
    margin-left: 20px
}

@media (max-width:992px) {
    .shadow-box.right {
        margin-left: 0
    }
}

.shadow-box .icon {
    position: absolute;
    top: 0;
    left: -15px;
    width: 140px
}

@media (max-width:1400px) {
    .shadow-box .icon {
        width: 120px
    }
}

@media (max-width:1200px) {
    .shadow-box .icon {
        width: 110px
    }
}

@media (max-width:992px) {
    .shadow-box .icon {
        left: 0;
        width: 100px
    }
}

@media (max-width:576px) {
    .shadow-box .icon {
        left: 0
    }
}

.shadow-box .btn-group {
    position: absolute;
    bottom: 0;
    left: 0
}

.shadow-box .icon-groupContent {
    padding-left: 140px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1400px) {
    .shadow-box .icon-groupContent {
        padding-left: 100px
    }
}

@media (max-width:992px) {
    .shadow-box .icon-groupContent {
        padding-left: 110px
    }
}

@media (max-width:576px) {
    .shadow-box .icon-groupContent {
        padding-left: 0
    }
}

@media (max-width:576px) {
    .shadow-box .icon-space {
        padding-left: 100px;
        position: relative;
        min-height: 85px;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.title-icon {
    max-width: 100%
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent !important
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important
}

.nav-bar {
    position: relative
}

    .nav-bar .icon-btn {
        position: absolute;
        top: 15px;
        right: 10px
    }

.nav-tabs.custom-tabs {
    border-color: #999
}

    .nav-tabs.custom-tabs .nav-item {
        position: relative
    }

    .nav-tabs.custom-tabs .nav-link {
        color: #282828;
        font-size: 16px;
        line-height: 40px;
        min-width: 200px;
        border-radius: 0
    }

@media (max-width:576px) {
    .nav-tabs.custom-tabs .nav-link {
        font-size: 14px;
        line-height: 35px;
        min-width: initial
    }
}

.nav-tabs.custom-tabs .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #d74b00;
    opacity: 0
}

.nav-tabs.custom-tabs .nav-link.active:before {
    opacity: 1
}

.total-device {
    margin-bottom: 10px
}

.total-device--item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

    .total-device--item p {
        margin-bottom: 0
    }

.btn.sz-l {
    max-width: 220px;
    width: 100%
}

.btn.sz-m {
    max-width: 180px;
    width: 100%
}

.btn.sz-s {
    min-width: 130px;
    max-width: 130px;
    width: 100%
}

.icon-btn {
    display: block;
    width: 80px;
    height: 26px;
    color: #59595a;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none
}

@media (max-width:576px) {
    .icon-btn {
        width: 75px;
        font-size: 15px
    }
}

.icon-btn:hover {
    color: #000
}

    .icon-btn:hover i.ico-logout {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='icon_Logout' transform='translate(-1162 -214)'%3E%3Cg id='Group_4400' data-name='Group 4400' transform='translate(1165.467 219.2)'%3E%3Cpath id='Path_1549' data-name='Path 1549' d='M12.5,11.715H10.934v2.343H1.562V1.562h9.372V3.9H12.5V0H0V15.619H12.5Z' transform='translate(19.067 15.619) rotate(180)' fill='%23000000'/%3E%3Cpath id='Path_1550' data-name='Path 1550' d='M24.828,24.22h9.829V22.658H24.828l1.791-1.791-1.1-1.1-3.676,3.676,3.676,3.676,1.1-1.1Z' transform='translate(-21.839 -15.858)' fill='%23000000'/%3E%3C/g%3E%3Crect id='Rectangle_5219' data-name='Rectangle 5219' width='26' height='26' transform='translate(1162 214)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A")
    }

i.ico-logout {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='icon_Logout' transform='translate(-1162 -214)'%3E%3Cg id='Group_4400' data-name='Group 4400' transform='translate(1165.467 219.2)'%3E%3Cpath id='Path_1549' data-name='Path 1549' d='M12.5,11.715H10.934v2.343H1.562V1.562h9.372V3.9H12.5V0H0V15.619H12.5Z' transform='translate(19.067 15.619) rotate(180)' fill='%2359595a'/%3E%3Cpath id='Path_1550' data-name='Path 1550' d='M24.828,24.22h9.829V22.658H24.828l1.791-1.791-1.1-1.1-3.676,3.676,3.676,3.676,1.1-1.1Z' transform='translate(-21.839 -15.858)' fill='%2359595a'/%3E%3C/g%3E%3Crect id='Rectangle_5219' data-name='Rectangle 5219' width='26' height='26' transform='translate(1162 214)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle
}

@media (max-width:576px) {
    i.ico-logout {
        width: 20px;
        height: 20px
    }
}

.upload-label {
    display: block;
    width: 100%
}

    .upload-label input {
        display: none
    }

.upload-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width:1200px) {
    .upload-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.upload-group .upload {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background-color: #d74b00;
    text-align: center;
    max-width: 130px;
    cursor: pointer
}

.upload-group .upload-file {
    text-decoration: underline;
    padding-left: 10px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width:1200px) {
    .upload-group .upload-file {
        padding-left: 0;
        margin-top: 10px
    }
}

.upload-group .upload-file i {
    font-size: 20px
}

.modal-footer > * {
    margin: .5em
}

.modal-body b, .modal-body storng {
    font-weight: 700
}

.modal-content {
    border-radius: 0;
    border: none
}

.modal-footer, .modal-header {
    padding: 30px 40px
}

.modal-body {
    padding: 0 40px
}

.modal-footer, .modal-header {
    border: none
}

    .modal-header .btn-close {
        margin-top: -35px;
        margin-right: -20px
    }

@media (min-width:576px) {
    .modal-dialog {
        max-width: 600px
    }
}

.overflow-scrollbox {
    width: 100%;
    height: 430px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #d3d3d3
}

@media (max-width:768px) {
    .overflow-scrollbox {
        overflow: initial;
        height: auto;
        border: none
    }
}

.overflow-scrollbox p {
    margin: 0
}

.overflow-scrollbox .row.has-validation {
    background-color: #e0e0e0
}

    .overflow-scrollbox .row.has-validation p {
        color: #999999 !important
    }

.modal-custom-radius .modal-content {
    border-radius: 10px
}

    .modal-custom-radius .modal-content .modal-title {
        display: block;
        text-align: center
    }

.error-msg {
    padding-left: 30px;
    position: relative
}

    .error-msg i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 18px
    }

.custom-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    border-color: #999;
    border-radius: 0;
    color: #282828;
    height: 44px;
    width: 100%
}

    .custom-select.input-group-sm {
        height: 30px;
        font-size: 16px;
        line-height: 1.5;
        padding-top: 0;
        padding-bottom: 0;
        background-position: right 5px center
    }

@media (max-width:768px) {
    .custom-select.input-group-sm {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .custom-select {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .search-tools button {
        width: 90px
    }
}

.select-item {
    display: block
}

.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
    background-image: none
}

.entries-option {
    color: #282828;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:576px) {
    .entries-option {
        font-size: 14px
    }
}

.entries-option span {
    padding: 0 10px
}

.custom-pagination .page-item.disabled {
    opacity: .3
}

.custom-pagination .page-link {
    border: none;
    color: #282828
}

_:hover {
    color: #d74b00;
    background: 0 0
}

.custom-clean-input {
    position: relative
}

    .custom-clean-input input {
        padding-right: 50px
    }

    .custom-clean-input .btn-clean {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        color: #9d9d9d;
        font-size: 20px;
        text-align: center;
        line-height: 44px;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        visibility: hidden
    }

    .custom-clean-input.valid-text .btn-clean {
        opacity: 1;
        visibility: initial
    }
