.container {
    width: 100% !important;
    max-width: 100% !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#table_data,
#table_data table {
    width: 100%;
}

#table_data table {
    margin-bottom: 3%;
}

#roleaccess #table_data table,
#roleaccess .role-acc-btn {
    margin-bottom: 2%;
}

.pagination {
    width: 100%;
    margin: 0px 0px !important;
}

#pagination nav {
    /*width: 23%;
    margin: 0 auto;*/
}

#table_data .col-sm-9 {
    width: 100%;
    max-width: 100%;
}

#table_data thead tr {
    /*background: #eff0f4;*/
}

#table_data thead tr th {
    padding: 12px 16px 12px;
    background: #eff0f4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    /*color: #525357;*/
    color: #4e4e4f;
}

#table_data tbody tr td {
    border-bottom: 1px solid #e6e6e6;
    padding: 13px 16px 13px;
    font-size: 13px;
    color: #727272;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#table_data thead tr th:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

#table_data thead tr th:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.fa-submenu {
    display: none;
}

.fa-ellipsis-v {
    position: relative;
    color: #727272;
}

.fa-ellipsis-v:hover .fa-submenu {
    display: block;
    position: absolute;
    right: 2px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px #aaa9ab;
    background-color: white;
    z-index: 1;
    padding: 2px 0px;
}

.fa-ellipsis-v .fa-submenu a {
    color: #525265;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 100;
    padding: 4px 35px 4px 6px;
    display: block;
    font-weight: 600;
}

.fa-ellipsis-v .fa-submenu a:hover {
    color: #bf4d07;
}

.col-lg-9,
.col-xl-8,
.col-md-4 {
    padding-left: 15px !important;
}

#table_data .edit-icon.svg-icon-primary svg g [fill] {
    transition: fill 0.3s ease;
    fill: #2d53da;
}

#table_data .delete-icon.svg-icon-primary svg g [fill] {
    transition: fill 0.3s ease;
    fill: red;
}

#table_data tbody td .btn.btn-icon {
    display: contents;
}

form .has-danger {
    border-color: red;
}


/***************** WORK-ORDER, SCOPE, PROCESS UI  **************/

.text-dark {
    color: #181c32!important;
}

.familism {
    font-family: Poppins, Helvetica, sans-serif !important;
}

.card.card-custom>.card-header .card-title .card-label {
    font-size: 18px;
    letter-spacing: 0;
}

.dnone {
    display: none;
}

.order-list-ui,
.scope-ui,
.process-ui,
.institute-ui,
.svr-ui,
.role-ui,
.screen-ui,
.email-ui,
.sum-ui,
.location-ui,
.contract-ui,
.form-ui,
.device-ui,
.user-ui,
.activity-ui {
    border-radius: 0.475rem;
}

.card.card-custom {
    box-shadow: none !important;
}

.order-list-ui .add-new,
.scope-ui .add-new,
.process-ui .add-new,
.institute-ui .add-new,
.svr-ui .add-new,
.role-ui .add-new,
.screen-ui .add-new,
.email-ui .add-new,
.sum-ui .add-new,
.location-ui .add-new,
.contract-ui .add-new,
.form-ui .add-new,
.device-ui .add-new,
.user-ui .add-new {
    border-radius: 0.475rem;
    padding: 7px 18px;
    font-weight: 400 !important;
    font-size: 14px;
    background-color: #2d53da !important;
    border-color: #2d53da !important;
}

.order-list-ui .back-old,
.scope-ui .back-old,
.process-ui .back-old,
.institute-ui .back-old,
.svr-ui .back-old,
.role-ui .back-old,
.screen-ui .back-old,
.email-ui .back-old,
.sum-ui .back-old,
.location-ui .back-old,
.contract-ui .back-old,
.form-ui .back-old,
.device-ui .back-old,
.user-ui .back-old {
    border-radius: 0.475rem;
    padding: 7px 18px;
    font-weight: 400 !important;
    font-size: 14px;
    background-color: grey !important;
    border-color: grey !important;
}

.order-list-ui .form-control.form-control-solid,
.scope-ui .form-control.form-control-solid,
.process-ui .form-control.form-control-solid,
.institute-ui .form-control.form-control-solid,
.svr-ui .form-control.form-control-solid,
.role-ui .form-control.form-control-solid,
.screen-ui .form-control.form-control-solid,
.email-ui .form-control.form-control-solid,
.sum-ui .form-control.form-control-solid,
.location-ui .form-control.form-control-solid,
.contract-ui .form-control.form-control-solid,
.form-ui .form-control.form-control-solid,
.device-ui .form-control.form-control-solid,
.user-ui .form-control.form-control-solid,
.activity-ui .form-control.form-control-solid {
    background-color: #f5f8fa !important;
    border-color: #f5f8fa !important;
    color: #5e6278 !important;
    transition: color .2s ease, background-color .2s ease;
    font-family: Poppins, Helvetica, sans-serif !important;
}

.order-list-ui .form-control.form-control-solid:active,
.order-list-ui .form-control.form-control-solid:focus,
.scope-ui .form-control.form-control-solid:active,
.scope-ui .form-control.form-control-solid:focus,
.process-ui .form-control.form-control-solid:active,
.process-ui .form-control.form-control-solid:focus,
.institute-ui .form-control.form-control-solid:active,
.institute-ui .form-control.form-control-solid:focus,
.svr-ui .form-control.form-control-solid:active,
.svr-ui .form-control.form-control-solid:focus,
.role-ui .form-control.form-control-solid:active,
.role-ui .form-control.form-control-solid:focus,
.screen-ui .form-control.form-control-solid:active,
.screen-ui .form-control.form-control-solid:focus,
.email-ui .form-control.form-control-solid:active,
.email-ui .form-control.form-control-solid:focus,
.sum-ui .form-control.form-control-solid:active,
.sum-ui .form-control.form-control-solid:focus,
.location-ui .form-control.form-control-solid:active,
.location-ui .form-control.form-control-solid:focus,
.contract-ui .form-control.form-control-solid:active,
.contract-ui .form-control.form-control-solid:focus,
.form-ui .form-control.form-control-solid:active,
.form-ui .form-control.form-control-solid:focus,
.device-ui .form-control.form-control-solid:active,
.device-ui .form-control.form-control-solid:focus,
.user-ui .form-control.form-control-solid:active,
.user-ui .form-control.form-control-solid:focus,
.activity-ui .form-control.form-control-solid:active,
.activity-ui .form-control.form-control-solid:focus {
    background-color: #eef3f7 !important;
    border-color: #eef3f7 !important;
    color: #5e6278 !important;
    transition: color .2s ease, background-color .2s ease;
}

.order-list-ui #table_data thead tr th,
.scope-ui #table_data thead tr th,
.process-ui #table_data thead tr th,
.institute-ui #table_data thead tr th,
.svr-ui #table_data thead tr th,
.role-ui #table_data thead tr th,
.screen-ui #table_data thead tr th,
.email-ui #table_data thead tr th,
.sum-ui #table_data thead tr th,
.location-ui #table_data thead tr th,
.contract-ui #table_data thead tr th,
.form-ui #table_data thead tr th,
.device-ui #table_data thead tr th,
.user-ui #table_data thead tr th,
.activity-ui #table_data thead tr th {
    background: #eff0f4;
    color: #666 !important;
    letter-spacing: 0;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
}

.order-list-ui #table_data tbody tr td,
.scope-ui #table_data tbody tr td,
.process-ui #table_data tbody tr td,
.institute-ui #table_data tbody tr td,
.svr-ui #table_data tbody tr td,
.role-ui #table_data tbody tr td,
.screen-ui #table_data tbody tr td,
.email-ui #table_data tbody tr td,
.sum-ui #table_data tbody tr td,
.location-ui #table_data tbody tr td,
.contract-ui #table_data tbody tr td,
.form-ui #table_data tbody tr td,
.device-ui #table_data tbody tr td,
.user-ui #table_data tbody tr td,
.activity-ui #table_data tbody tr td {
    border-bottom: 1px dashed #a8a9ad;
    border-top: none;
}

.order-list-ui #table_data tbody tr:last-child td,
.scope-ui #table_data tbody tr:last-child td,
.process-ui #table_data tbody tr:last-child td,
.institute-ui #table_data tbody tr:last-child td,
.svr-ui #table_data tbody tr:last-child td,
.role-ui #table_data tbody tr:last-child td,
.screen-ui #table_data tbody tr:last-child td,
.email-ui #table_data tbody tr:last-child td,
.sum-ui #table_data tbody tr:last-child td,
.location-ui #table_data tbody tr:last-child td,
.contract-ui #table_data tbody tr:last-child td,
.form-ui #table_data tbody tr:last-child td,
.device-ui #table_data tbody tr:last-child td,
.user-ui #table_data tbody tr:last-child td,
.activity-ui #table_data tbody tr:last-child td {
    border-bottom: none !important;
}

.order-list-ui .d-flex,
.scope-ui .d-flex,
.process-ui .d-flex,
.svr-ui .d-flex,
.screen-ui .d-flex,
.email-ui .d-flex {
    display: flex;
}

.order-list-ui .mb-0,
.scope-ui .mb-0,
.process-ui .mb-0,
.svr-ui .mb-0,
.screen-ui .mb-0,
.email-ui .mb-0 {
    margin-bottom: 0px !important;
}

.work-name {
    color: #000 !important;
}

.order-list-ui #table_data tbody tr td,
.scope-ui #table_data tbody tr td,
.process-ui #table_data tbody tr td,
.institute-ui #table_data tbody tr td,
.svr-ui #table_data tbody tr td,
.role-ui #table_data tbody tr td,
.screen-ui #table_data tbody tr td,
.email-ui #table_data tbody tr td,
.sum-ui #table_data tbody tr td,
.location-ui #table_data tbody tr td,
.contract-ui #table_data tbody tr td,
.form-ui #table_data tbody tr td,
.device-ui #table_data tbody tr td,
.user-ui #table_data tbody tr td,
.activity-ui #table_data tbody tr td {
    color: #7e8299;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 23px;
    padding-top: 23px;
}

.order-list-ui .form-group label,
.scope-ui .form-group label,
.process-ui .form-group label,
.institute-ui .form-group label,
.svr-ui .form-group label,
.screen-ui .form-group label,
.email-ui .form-group label {
    font-family: Poppins, Helvetica, sans-serif !important;
}

.order-list-ui .form-group label span,
.scope-ui .form-group label span,
.process-ui .form-group label span,
.institute-ui .form-group label span,
.svr-ui .form-group label span,
.role-ui .form-group label span,
.screen-ui .form-group label span,
.email-ui .form-group label span,
.sum-ui .form-group label span,
.location-ui .form-group label span,
.contract-ui .form-group label span,
.form-ui .form-group label span,
.device-ui .form-group label span,
.user-ui .form-group label span {
    color: #f1416c;
}

.order-list-ui .pl-0,
.scope-ui .pl-0,
.process-ui .pl-0,
.svr-ui .pl-0,
.screen-ui .pl-0 {
    padding-left: 0;
}

.alert.alert-success ul li {
    font-family: Poppins, Helvetica, sans-serif !important;
}

.alert.alert-success ul li img {
    cursor: pointer;
}

.order-list-ui .font-bold,
.scope-ui .font-bold,
.process-ui .font-,
.institute-ui .font-bold,
.svr-ui .font-bold,
.role-ui .font-bold,
.screen-ui .font-bold,
.email-ui .font-bold,
.sum-ui .font-bold,
.contract-ui .font-bold,
.form-ui .font-bold,
.device-ui .font-bold,
.user-ui .font-bold {
    font-weight: 500 !important;
}

.order-list-ui .form-add-data #table_data input,
.scope-ui .form-add-data #table_data input,
.process-ui .form-add-data #table_data input,
.sum-ui .form-add-data #table_data input {
    height: calc(1.5em + 1.3rem + 2px) !important;
}

.order-list-ui .inst-list {
    width: 230px;
    
}

.order-list-ui .sub-process .inst-list {
    width: 230px;
    
}

.sum-ui-process .inst-list {
    left: 0px;
    width: 230px;
    
}

.sum-ui-process .subpro .inst-list {
    left: 0px;
    width: 230px;
    
}

.order-list-ui .fv-plugins-message-container,
.scope-ui .fv-plugins-message-container,
.process-ui .fv-plugins-message-container,
.institute-ui .fv-plugins-message-container,
.svr-ui .fv-plugins-message-container,
.role-ui .fv-plugins-message-container,
.screen-ui .fv-plugins-message-container,
.email-ui .fv-plugins-message-container,
.sum-ui .fv-plugins-message-container,
.location-ui .fv-plugins-message-container,
.contract-ui .fv-plugins-message-container,
.form-ui .fv-plugins-message-container,
.device-ui .fv-plugins-message-container,
.user-ui .fv-plugins-message-container {
    position: relative;
    margin-top: 10px;
    margin-left: 0!important;
}

.order-list-ui .align-center,
.sum-ui .align-center {
    text-align: center !important;
}

.order-list-ui .fv-plugins-message-container .fv-help-block,
.scope-ui .fv-plugins-message-container .fv-help-block,
.process-ui .fv-plugins-message-container .fv-help-block,
.institute-ui .fv-plugins-message-container .fv-help-block,
.svr-ui .fv-plugins-message-container .fv-help-block,
.role-ui .fv-plugins-message-container .fv-help-block,
.screen-ui .fv-plugins-message-container .fv-help-block,
.email-ui .fv-plugins-message-container .fv-help-block,
.sum-ui .fv-plugins-message-container .fv-help-block,
.location-ui .fv-plugins-message-container .fv-help-block,
.contract-ui .fv-plugins-message-container .fv-help-block,
.form-ui .fv-plugins-message-container .fv-help-block,
.device-ui .fv-plugins-message-container .fv-help-block,
.user-ui .fv-plugins-message-container .fv-help-block {
    text-transform: unset;
}

.tbl_dsk_scroll::-webkit-scrollbar {
    width: 5px;
}

.tbl_dsk_scroll::-webkit-scrollbar-thumb {
    width: 5px;
}

.order-list-ui .form-add-data .btn.btn-primary,
.scope-ui .form-add-data .btn.btn-primary,
.process-ui .form-add-data .btn.btn-primary,
.institute-ui .form-add-data .btn.btn-primary,
.svr-ui .form-add-data .btn.btn-primary,
.role-ui .form-add-data .btn.btn-primary,
.screen-ui .form-add-data .btn.btn-primary,
.email-ui .form-add-data .btn.btn-primary,
.sum-ui .form-add-data .btn.btn-primary,
.location-ui .form-add-data .btn.btn-primary,
.contract-ui .form-add-data .btn.btn-primary,
.form-ui .form-add-data .btn.btn-primary,
.device-ui .form-add-data .btn.btn-primary,
.user-ui .form-add-data .btn.btn-primary {
    border-color: #2d53da;
    background-color: #2d53da;
}

.sum-ui .mb-20px {
    margin-bottom: 20px;
}

.sum-ui .pt-26px {
    padding-top: 26px !important;
}

.sum-ui .btn-sm {
    padding: 5px 0;
}

.sum-ui .action {
    padding-left: 2px !important;
}

/*.sum-ui .sum-ui-process #table_data {
    max-height: 450px;
    overflow: scroll !important;
}*/

.sum-ui .sum-ui-process .p336 {
    padding: 15px;
    padding-bottom: 22px;
}

.sum-ui .p-trl {
    padding-top: 10px;
    padding-left: 41px !important;
    padding-right: 10px;
}

.sum-ui .p-trl i {
    position: absolute;
    left: 51px;
    top: 28px;
}

.sum-ui .modal-header {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sum-ui .modal.job .modal-title {
    width: auto;
    text-align: left;
    padding-left: 21px;
}

.sum-ui .modal.job .modal-header .close {
    position: absolute;
    right: -16px;
    top: -16px;
    background-color: #2d53da;
    border-radius: 50%;
    padding: 15px 10px;
}

.sum-ui .modal.job .modal-header .close:hover {
    background-color: #2d53da;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent !important;
}

.sum-ui .modal.job .modal-header .close span {
    color: #fff;
    font-weight: 400;
}

.sum-ui .pl-33px {
    padding-left: 33px !important;
}

.pl-33px {
    padding-left: 33px !important;
}

.sum-ui .center-align {
    text-align: center !important;
}

.sum-ui .pl-20px {
    padding-left: 20px !important;
}

.card.card-custom>.card-header {
    padding-top: 25px !important;
}

.card.card-custom.m-t-10-list>.card-body {
    padding-bottom: 16px !important;
}

.lookup-txt {
    padding-left: 15px !important;
}

.sum-ui .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    /* transition: transform .3s ease-out; */
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0%) !important;
    -o-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}

.sum-ui .job .modal-dialog {
    top: 0;
}

.admin-header {
    padding-top: 0 !important;
}

.sum-ui .datepic span {
    padding: 18px 1rem !important;
}

.checkbox>input:checked~span {
    background-color: #2d53da;
}

.fa-external-link-alt.pad-left3:hover,
.fa-info-circle.pad-left3:hover {
    color: #2d53da !important;
}

/*.finance-ui .card-body {
    padding-bottom: 0;
}*/

.job-desc-det {
    margin-bottom: 0px !important;
}

.sub-process {
    padding-top: 0 !important;
}

.act-down {
    padding: 5px 8px !important;
}

.act-down i {
    padding-right: 0 !important;
}

#table_data table {
    margin-bottom: 0;
}

.subpro {
    padding-top: 0 !important;
}

.sum-ui .currency i {
    color: orange;
}

.sum-ui .currency {
    background: #ffa50033;
}

.sum-ui .currency:hover {
    background: orange;
}

.sum-ui .currency:hover i {
    color: #fff !important;
}

.d-none {
    display: none !important;
}

.form-ui .mt-25px,
.device-ui .mt-25px {
    margin-top: 25px;
}

.user-ui .radio>span {
    background-color: transparent;
    border: 1px solid #2d53da;
}

.user-ui .radio>input:checked~span:after {
    background-color: #2d53da;
    border-color: #2d53da;
}

.report-ui .fas.fa-eye {
    padding: 0 !important;
}

.form-group label.text-muted {
    color: #73748e !important;
}

.plr-32px {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

@media(min-width:1200px) {
    .order-list-ui .pl-11px {
        padding-left: 20px !important;
    }
    .order-list-ui .action {
        padding-left: 52px !important;
    }
    .sum-ui .action-2 {
        padding-left: 25px !important;
    }
    .sum-ui .action-3 {
        padding-left: 51px !important;
    }
    .order-list-ui .action-2 {
        padding-left: 53px !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px !important;
        margin: 30px auto;
        max-width: unset;
    }
}

@media(max-width:768px) {
    .order-list-ui .mt-1-5 {
        margin-top: 1.5rem !important;
    }
    .order-list-ui #table_data,
    .sum-ui #table_data,
    .process-ui #table_data,
    .role-ui #table_data,
    .svr-ui #table_data,
    .email-ui #table_data,
    .sum-ui #table_data {
        /* max-height: 450px; */
        overflow: scroll !important;
    }
    .scope-ui #table_data,
    .process-ui #table_data,
    .order-list-ui #table_data,
    .role-ui #table_data,
    .svr-ui #table_data,
    .email-ui #table_data,
    .sum-ui #table_data {
        max-height: unset !important;
    }
    .sum-ui .search-2 #table_data,
    .sum-ui .sum-ui-process #table_data {
        max-height: 450px !important;
    }
    .card.card-custom {
        margin-top: 0 !important;
    }
}

@media(max-width:487px) {
    .order-list-ui .p336 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .order-list-ui .process {
        margin-left: 10px;
        margin-top: 12px;
    }
    .admin-foot .text-dark-75 {
        font-size: 13px !important;
    }
    .topcontent {
        padding-right: 0 !important;
        margin-top: 115px !important;
        margin-bottom: 70px;
    }
    .container-fluid .content {
        background-color: transparent !important;
    }
    .card.card-custom>.card-header .card-title .card-label {
        font-size: 16px;
    }
    .card.card-custom>.card-header .card-title .card-label span {
        font-size: 12px;
    }
    .card.card-custom>.card-body {
        padding-bottom: 22px !important;
    }
    .m-mt-20px {
        margin-top: 20px !important;
    }
    .process-ui #table_data thead tr th {
        padding: 12px 23px 12px;
    }
    .card.card-custom.svr-ui>.card-header .card-title .card-label span {
        font-size: 10px;
    }
    .svr-ui #table_data {
        /* margin-left: 31px; */
    }
    .m-mt-13px {
        margin-top: 13px;
    }
    .m-ml-28px {
        margin-left: 28px;
    }
    
    .sum-ui .m-ml-22 {
        margin-left: -22px;
    }
    .sum-ui .pl-33px {
        padding-left: 0 !important;
    }
    .sum-ui .p-trl {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sum-ui .p-trl i {
        left: 21px;
    }
    .sum-ui .modal.job .modal-title {
        padding-left: 0;
    }
    .sum-ui .sum-ui-process .lb-pro {
        margin-left: 22px;
    }
    .lookup-txt {
        padding: 0 !important;
    }
    .sum-ui .btn-sm {
        padding: 5px 10px;
    }
    .sum-ui .sum-ui-process .form-plus-add {
        display: flex;
        margin-top: 9px;
    }
    .finance-ui .m-p-0 {
        padding: 0 !important;
    }
    .finance-ui .m-p-10 {
        padding: 10px !important;
    }
    .card.card-custom.m-mt-0 {
        margin-top: 0 !important;
    }
    .card.card-custom.m-mb-0 {
        margin-bottom: 0 !important;
    }
    .card.card-custom.m-t-10-list>.card-body {
        padding-top: 10px !important;
    }
    .order-list-ui .inst-list {
        width: 230px;
        right: unset;
    }
    .order-list-ui .sub-process .inst-list {
        width: 230px;
        right: unset;
    }
}

@media (max-width:414px) and (min-height:730px) {
    #table_data {
        max-width: 320px;
    }
    #table_data.search-institute,
    .sum-ui .search-2 #table_data {
        max-width: 100%;
    }
    .finance-ui #table_data {
        max-width: 375px;
    }
}

@media (max-width:393px) {
    #table_data {
        max-width: 100%;
    }
    #table_data.search-institute,
    .sum-ui .search-2 #table_data {
        max-width: 100%;
    }
    .finance-ui #table_data {
        max-width: 338px;
    }
}

@media (max-width:375px) and (min-height:812px) {
    #table_data {
        max-width: 272px;
    }
    #table_data.search-institute,
    .sum-ui .search-2 #table_data {
        max-width: 100%;
    }
}

@media (max-width:360px) and (min-height:640px) {
    #table_data {
        max-width: 100%;
    }
    #table_data.search-institut,
    .sum-ui .search-2 #table_datae {
        max-width: 100%;
    }
    .finance-ui #table_data {
        max-width: 100%;
    }
}

@media (max-width:380px) {
    .card.card-custom>.card-header .card-title .card-label {
        font-size: 14px;
    }
    .card.card-custom>.card-header .card-title .card-label span {
        font-size: 10px;
    }
    .card.card-custom.svr-ui>.card-header .card-title .card-label span {
        font-size: 8px;
    }
    .card.card-custom.sum-ui>.card-header .card-title .card-label span {
        font-size: 9px;
    }
}

@media(max-width:320px) {
    .card.card-custom>.card-header .card-title .card-label {
        font-size: 12px;
    }
    #table_data {
        max-width: 100%;
    }
    .order-list-ui .add-new,
    .scope-ui .add-new,
    .process-ui .add-new,
    .institute-ui .add-new,
    .svr-ui .add-new,
    .role-ui .add-new,
    .screen-ui .add-new,
    .email-ui .add-new,
    .sum-ui .add-new {
        font-size: 10px;
    }
    .card.card-custom>.card-header .card-title .card-label span {
        font-size: 7px;
    }
    .form-group label {
        text-align: left !important;
        font-size: 12px !important;
    }
    .btn {
        font-size: 10px !important;
    }
    .order-list-ui #table_data {
        max-width: 100%;
    }
    .svr-ui #table_data {
        max-width: 100%;
    }
}


/************ REPORT UI ***************/

.container-fluid .content {
    padding-left: 6px;
}

.report-ui .heading {
    background-color: #f64e60;
    color: #fff !important;
    position: relative;
    left: -9px;
    padding: 7px 34px !important;
    font-size: 16px;
    font-weight: 500;
}

.report-ui .card-body .heading2 {
    left: -38px;
}

.report-ui .heading::after {
    position: absolute;
    content: '';
    width: 17px;
    height: 10px;
    background: #f64e60;
    left: -1px;
    bottom: 0px;
    transform: rotate( 289deg);
}

.report-ui .back-border {
    /* background: linear-gradient(#fff 80%, rgb(240, 238, 238)); */
    /* border-bottom: 1px solid #ddd; */
}

.report-ui .back-border .form-group {
    margin-bottom: 0 !important;
}

.report-ui .back-border .mt-20px {
    margin-top: 20px;
}

.report-ui .mt-35px {
    margin-top: 35px;
}

.report-ui iframe {
    height: 60vh;
}

.report-ui .mt-20px {
    margin-top: 20px;
}

.medias .img-box{
    width: 100%;
    padding: 10px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 15px;
}

.medias .img-box img{
    max-width: 100%;
}

.pl-32px{
    padding-left: 32px !important;
}

.report-detail .form-group label{
    padding-top: 0;
    margin-top: 0;
}

.report-detail .text-muted{
    margin-top: 10px !important;
}

.back-border.mb-20px{
    margin-bottom: 20px;
}

.back-border.locate{
    margin-bottom: 20px;
}

.report-detail .form-group label.mt-10px{
    margin-top: 10px;
}

.report-detail .form-group label.mt-0px{
    margin-top: 0px !important;
}

.report-detail table.table-bordered{
    margin: 20px;
}

.report-detail{
    margin-top: 15px;
}

.pl-50px{
    padding-left: 50px !important;
}

.list-span:hover i.fas.fa-eye{
    color: #fff;
}

.bg-close{
    background: url(assets/delete.png) no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: contain;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

@media(max-width:487px){
    .bg-close{
        width: 15px;
        height: 15px;
    }
}

.height-3{
    min-height: 78px;
}