.container {
    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: #aec737;
}

#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 {
    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 {
    border-radius: 0.475rem;
    padding: 7px 18px;
    font-weight: 400 !important;
    font-size: 14px;
    background-color: #aec737 !important;
    border-color: #aec737 !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 {
    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 {
    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 {
    background: #eff0f4;
    color: #343232 !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 {
    border-top: none;
    border-bottom: 1px dashed #a8a9ad ;
}

.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 {
    color: #7e8299;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 23px;
    padding-top: 23px;
}

.order-list-ui #limit,
.scope-ui #limit,
.process-ui #limit,
.screen-ui #limit,
.email-ui #limit {
    margin-left: 10px;
}

.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 {
    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 {
    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: 33%;
    right: unset;
}

.order-list-ui .sub-process .inst-list {
    width: 29%;
    right: unset;
}

.sum-ui-process .inst-list {
    left: 108px;
    width: 29%;
    right: 0;
}

.sum-ui-process .subpro .inst-list {
    left: 206px;
    width: 25%;
    right: 0;
}

.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 {
    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 {
    text-transform: capitalize;
}

.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 {
    border-color: #aec737;
    background-color: #aec737;
}

.btn.btn-primary:hover,
.btn.btn-light-primary:hover{
    border-color: #98ac34 !important;
    background-color: #98ac34 !important;
}

.card.card-custom>.card-header .card-title .card-label{
    color: #1a1a19  !important;
}
.no_padd{padding: 0 !important;}
.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: #aec737;
}

.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;
}

@media(min-width:1200px) {
    .order-list-ui .pl-11px {
        padding-left: 11px !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: 45px !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: 15px !important;
        padding-right: 15px !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: 173px !important;
        margin-bottom: 41px;
    }
    .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 .form-plus-add {
        display: flex;
        margin-top: 22px;
    }
    .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: 42%;
        right: unset;
    }
    .order-list-ui .sub-process .inst-list {
        width: 43%;
        right: unset;
    }
}

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

@media (max-width:393px) {
    #table_data {
        max-width: 308px;
    }
    #table_data.search-institute,
    .sum-ui .search-2 #table_data {
        max-width: unset;
    }
    .finance-ui #table_data {
        max-width: 338px;
    }
    .tbl-wt {
        max-width: 345px;
    }
    .topcontent {
        margin-bottom: 60px;
    }
}

@media (max-width:375px){
    #table_data {
        max-width: 287px;
    }
    #table_data.search-institute,
    .sum-ui .search-2 #table_data {
        max-width: unset;
    }
}

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

@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: 237px;
    }
    .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: 252px;
    }
}

.version-ui table tr td,
.version-ui table tr th,
.version-ui .table>thead>tr>th
.version-ui .table>tbody>tr>td{
    border: none !important;
    font-size: 14px;
    padding: 10px;
}

.version-ui .table>tbody{
    margin-bottom: 20px;
    border: none;
    border-bottom: 70px solid #fff;
}

.version-ui .new{
    color: #aec737;
}

.version-ui .delete{
    color: red;
}

.version-ui .bg-clr{
    background-color: #f8f5ff!important;
    border-bottom: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
}

.version-ui .bg-clr{
    border-right: 0 !important;
}

.version-ui .fa-plus{
    color: #aec737;
    background-color: #47b0212b;
    border-radius: 50%;
    padding: 4px 5px;
    font-size: 13px;
    margin-right: 5px;
}

.version-ui .fa-minus{
    color: red;
    background-color: #ff00004d;
    border-radius: 50%;
    padding: 4px 5px;
    font-size: 13px;
    margin-right: 5px;
}

.version-ui table  .p-px td{
    padding: 18px;
}

.version-ui table th{
    padding: 18px !important;
}

.version-ui h3.head{
    margin: 0;
    font-size: 17px;
    color: black;
    /* padding-left: 8px; */
}

.version-ui .v-com{
    font-size: 17px;
    /* padding-left: 8px; */
    text-align: center;
    margin-bottom: 20px;
}

.version-ui table table tr td{
    padding: 0 !important;
    padding-top: 5px !important;
}

.version-ui table table tr:nth-child(1) td{
    padding: 0 !important;
}
.version-ui table .p-px:nth-child(1) td:nth-child(1){
    padding-left: 0 !important;
}

.nav.footRight{
    padding-top: 7px;
    padding-bottom: 7px;
}

.text-green{
    color: #aec737;
    font-size: 13px !important;
}

.version-ui .table>tbody:nth-last-child(1){
    border-bottom: 10px solid #fff;
}

.btn-red{
    background-color: #ff0000a1;
    border-color: #ff0000a1;
    color: #fff;
}

.btn-red:hover{
    background-color: #ff0000bd;
    border-color: #ff0000bd;
    color: #fff !important;
}

.btn-grey{
    background-color: grey;
    border-color: grey;
    color: #fff;
}

.btn-grey:hover{
    background-color: rgb(97, 96, 96);
    border-color: rgb(97, 96, 96);
    color: #fff !important;
}

.btn-blue{
    background-color: #47b9d7cf;
    border-color: #47b9d7cf;
    color: #fff;
}

.btn-blue:hover{
    background-color: #47b8d7f6;
    border-color: #47b8d7f6;
    color: #fff !important;
}

.f-14px{
    font-size: 14px;
}


.tbl-scl{
    overflow-x: scroll;
    overflow-y: hidden;
}

@media (max-width:487px){
    .tbl-wt{
        max-width: 370px;
    }
    .ver-tbl{
        padding: 0 6px;
    }
    .version-ui table tr td, .version-ui table tr th, 
    .version-ui .table>thead>tr>th .version-ui .table>tbody>tr>td{
        font-size: 12px;
    }
    .svr-ui.sv-new #table_data {
        margin-left: 31px !important;
    }
    .mb-mtb-10{
        margin-bottom: 22px !important;
        margin-top: 10px;
    }
    .version-ui table th {
        padding: 10px !important;
    }
    .version-ui table .p-px td {
        padding: 10px;
    }

    .version-ui table .fa-minus,
    .version-ui .fa-plus {
        padding: 3px 4px;
        font-size: 8px;
        margin-right: 3px;
    }

    .version-ui h3.head{
        font-size: 14px;
    }
   
    .mb-wt-320{
        width: 320px;
    }
}

@media (max-width: 414px) {
    .sv-new #table_data {
        max-width: 329px;
    }

    .version-ui #table_data {
        margin-left: 10px;
        max-width: 370px;
    }
}

@media (max-width: 393px){
    .tbl-wt {
        max-width: 340px;
    }

    .version-ui #table_data {
        margin-left: 10px;
        max-width: 335px;
    }
}
@media (max-width: 380px){
    .tbl-wt {
        max-width: 390px;
    }
}

@media (max-width: 375px){
    .sv-new #table_data {
        max-width: 288px;
    }

    .tbl-wt {
        max-width: 332px;
    }
    .version-ui #table_data {
        max-width: 330px;
        margin-left: 10px;
    }

    .mb-wt-320 {
        width: 262px;
    }
}

@media (max-width:360px) {
    .tbl-wt{
        max-width: 316px;
    }

    .version-ui #table_data {
        max-width: 309px;
        margin-left: 10px;
    }
    
}

@media(max-width:320px){
    .tbl-wt{
        max-width: 278px;
    }
    .topcontent {
        margin-top: 171px !important;
    }
    .version-ui #table_data {
        max-width: 277px;
        margin-left: 10px;
    }
    .mb-wt-320{
        width: 230px;
    }
}

.hegt-5{
    height: 115px !important;
}

.hegt-3{
    height: 67px !important;
}/* export */

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

.fonticon-ship:before {
    content: "\f11d";
    font-family: fonticons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.ep-ui h6{
    font-size: 20px;
    margin: 0;
}

.ep-ui .me-4 {
    margin-right: 1rem!important;
}

.ep-ui .text-gray-400 {
    color: #b5b5c3!important;
}

.ep-ui i{
    font-size: 26px;
}

.ep-ui .ptb-15{
    padding: 13px 0;
}

.ep-ui .btn-success2{
    color: #fff;
    background-color: #50cd89
}

.ep-ui .btn-success2:hover{
    color: #fff !important;
    background-color: #35bb72
}

@media(max-width:487px){
    .ep-ui h6{
        font-size: 16px;
    }

    .ep-ui i {
        font-size: 22px;
    }

    .ep-ui .symbol .symbol-label {
        width: 40px;
        height: 40px;
    }

    .bg-close{
        width: 15px;
        height: 15px;
    }
}

@media (max-width:390px){
    .topcontent {
        margin-bottom: 57px !important;
    }
}

@media(max-width:320px){
    .ep-ui h6{
        font-size: 12px;
    }
    .topcontent {
        margin-bottom: 76px !important;
    }
} 
@media(max-width:768px)
{
    .admin-foot .text-dark-75 {
        font-size: 12px !important;
    }
    .admin-foot .text-muted {
        color: #73748e !important;
        font-size: 12px;
    }
}

.alert img{
    cursor: pointer;
}

.alert.alert-danger ul li {
    font-size: 15px;
    letter-spacing: 0.5px;
}

.bg-close{
    background: url(assets/delete.png) no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: contain;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.labelHt .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #242424 !important;
    letter-spacing: 0.5px;
    padding-left: 18px;
    padding-bottom: 2px;
    margin-top: 5px;
    height: 40px;
    display: flex;
    align-items: end;
}

.ur-clr{
    color: #47b9d7cf;
}

@media (max-width: 414px){
    .mb-wt-320 {
        width: 300px;
    }
}

@media (max-width: 393px){
    .mb-wt-320 {
        width: 290px;
    }
}

@media (max-width: 375px){
    .mb-wt-320 {
        width: 260px;
    }
}


@media (max-width: 320px){
    .mb-wt-320 {
        width: 210px;
    }
}

.download-btn{    
    border-radius: 0.475rem;
    padding: 7px 18px;
    font-weight: 400 !important;
    font-size: 14px;
    color: #fff !important;
    background-color: #f1416c !important;
    border-color: #f1416c !important;
    outline: none;
}

.download-btn:hover{
    background-color: #f1416dec !important;
    border-color: #f1416dec !important;
}

.fa.fa-eye{
    color: #aec737;
}

.wt-180px{
    width: 180px;
    z-index: 5 !important;
}

.print-popup [type='radio']{
    margin-right: 5px;
}

.print-popup [type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    outline: 1px solid #aec737;
}

.print-popup input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    background-color: #aec737;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #fff;
    outline: 1px solid #aec737;
}

.print-popup label{
    font-weight: 500;
    font-size: 15px;
}

.print-popup .popup-scope{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px
}
