﻿
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

body {
    /*font-family: 'Inter', sans-serif !important;*/
    font-family: "DM Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "DM Sans", sans-serif !important;
}

.bg-golden {
    background: url(../images/bg-golden.gif) repeat-x top;
    background: transparent !important;
}

.loadingbak {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99 ;
    background-color: #fff;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Helvetica;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    border: 1px solid #205e7c !important;
    background: #205e7c !important;
    box-shadow: none !important;
    color: white !important;
}

.pagesize {
    background: transparent;
    border: 1px solid #ced4da;
    color: #47404f;
    padding: 6px 2px;
    /* padding: 0.375rem 0.75rem; */
    border-radius: 4px;
    border: transparent;
    /* border-bottom: 1px solid #ddd; */
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border:1px solid #205e7c !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white !important;
    background: #205e7c !important;
}

.top-main-menu .active {
    color: #fff ;
    background: #fcfcfc ;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
}

ul.dropdown-menu {
    overflow: hidden;
}

.top-main-menu {
    margin-top: 0px;
}

    .top-main-menu ul li a:hover {
        font-size: 17px;
        color: #E49F37;
        font-weight: 600;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #fff1dc;
}

ul.dropdown-menu li.classic-menu-dropdown {
    padding: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #ffffff;
}

/*.main-content-wrap {
    margin-top: 80px;
}
*/
/*Background Fill*/
.top-main-menu ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 6px 12px;
}

    .top-main-menu ul li a.active, .top-main-menu ul li a:hover {
        background: #fff;
        border-radius: 4px;
        color: #E49F37 ;
        /*box-shadow: 0 1px 15px RGB(0, 0, 0, 0.04), 0 1px 6px RGB(0, 0, 0, 0.04);*/
    }

.top-main-menu {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    padding: 10px;
    background: #E49F37;
    border-radius: 5px;
    /* box-shadow: 0 8px 25px -12px #E49F37;*/
}

.form-control.select2 {
    border: none;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.form-control {
    border: none !important;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px;
}

ul.dropdown-menu {
    background: #E49F37;
    padding: 0 !important;
}

    ul.dropdown-menu li.classic-menu-dropdown {
        display: block;
        padding: 0;
    }

/*.dropdown-menu {
    position: fixed;
    top: 8.5%;
    z-index: 99999999999999;
    background: #FFF;
    right: 1%;
}*/

ul.dropdown-menu li.classic-menu-dropdown a {
    padding: 5px;
}

.btns_grp {
    display: flex;
    gap: 10px;
}

/*Tab content Pr*/
.right_alignd.position-absolute {
    right: 0;
    top: 0;
    display: flex;
    white-space: nowrap;
    z-index: 99;
    gap: 12px;
    align-items: center;
}

    .right_alignd.position-absolute > div {
        display: flex;
        background: #f9f4ed;
        padding: 0px 10px;
        align-items: center;
        border-radius: 0px;
        min-width: auto;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #ddd;
        padding-right: 0;
    }

        .right_alignd.position-absolute > div .control-label {
            font-weight: 600 !important;
            margin-right: 15px;
            font-size: 14px;
            display: inline-table;
        }

.dataTables_wrapper.no-footer .dataTables_scroll div.dataTables_scrollBody {
    margin-top: 0;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    margin-top: 50px;
    overflow-y: scroll;
    height: fit-content !important;
    max-height: 45vh !important;
}

.right_alignd.position-absolute > div > input, .right_alignd.position-absolute > div > select {
    border: none !important;
    padding: 0px;
    height: 30px;
    background: #ffffff;
    text-align: center !important;
    padding: 0px 10px;
}

.right_alignd.position-absolute > div .control-label {
    font-weight: 600 !important;
    margin-right: 15px;
    font-size: 14px;
    display: inline-table;
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.suppiler-table {
    position: relative;
    margin-bottom: 40px;
}

    .suppiler-table .table-scrollable {
        height: 180px;
        overflow-y: auto;
    }

td.dt-center .btn {
    margin: 0;
    font-size: 10px;
    padding: 6px 12px;
    letter-spacing: .5px;
}

.suppiler-table h4 {
    padding-bottom: 0px;
}

.before-publish-bg .accordion > div.collapse.in {
    background: unset !important;
    /*background: #E49F370f !important;*/
    border: 1px solid #4447450d;
    margin-bottom: 40px;
    padding-top: 15px;
}

.modal-body.bid_setting label.checkbox.checkbox-outline-primary span.checkmark {
    top: 4px;
}

label.checkbox.checkbox-outline-primary span.checkmark {
    top: 8px;
}

.modal-body .dataTables_scrollHeadInner {
    white-space: nowrap;
}

label.checkbox.checkbox-outline-primary {
    margin-top: 0;
}

.modal-body .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    white-space: nowrap;
}
/**From to*/
.form-group.formDate {
    background: #fff;
    padding: 15px;
}

.form-group.fromTo {
    display: none !important;
}

.form-group.fromTo {
    padding: 6px 12px;
    border-radius: 4px;
    /* box-shadow: 0px 2px 18px -12px rgba(0,0,0,0.29); */
}

    .form-group.fromTo label.col-md-3.control-label {
        color: #E49F37 !important;
    }

.fromTo label.control-label {
    color: #444745 !important;
    width: auto;
    /* flex-grow: 1; */
    font-weight: 500 !important;
    text-align: left !important;
    margin-right: 15px;
}

.form-group.fromTo {
    display: flex;
    justify-content: start;
    width: 100%;
    gap: 25px;
    position: relative;
    margin-bottom: 0px;
}

.classTarget {
    max-width: 300px;
    height: 24px;
}

.form-group.fromTo .frm_date {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: center;
}

div#divDate {
    display: flex !important;
    align-items: center;
}

.fromTo .form-control {
    border: 1px solid #44474552;
    color: #444745;
}

.form-group.fromTo:after {
    content: "";
    position: absolute;
    background: #bbb;
    width: 1px;
    height: 50%;
    left: 49%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.classTarget {
    max-width: 300px;
}

span#lblFullName {
    text-transform: uppercase;
}

.label-to {
    background-color: #4447451f !important;
    color: #444745 !important;
    font-weight: 500 !important;
}

    .label-to.success {
        background-color: #444745b5 !important;
        color: #ffffff !important;
    }

.btn-group {
    gap: 5px;
}

.line-control-menu-bar .dropdown-toggle .caret {
    margin-left: 5px;
    border-top-color: #999;
    display: none;
}

.dropdown-toggle::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 5% !important;
}

.btn-group a.btn.btn-default {
    margin: 6px 0px;
}

.line-control-menu-bar ul.dropdown-menu {
    background: #dbdbdb;
    padding: 10px 0px !important;
}

.line-control-menu-bar .dropdown-menu > li > a {
    margin-bottom: 10px;
}

    .line-control-menu-bar .dropdown-menu > li > a:hover, .line-control-menu-bar .dropdown-menu > li > a:focus {
        background: #E49F37;
    }

.line-control-menu-bar .dropdown-menu {
    position: absolute;
    top: 90%;
}
/**Main Content*/
.title-page {
    color: #E49F37;
    padding: 6px;
    background: #E49F3717;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.table thead th {
    border-bottom: 1px solid #E49F37ad !important;
    color: #dbdbdb;
    background-color: #444745;
    font-weight: 700 !important;
}

.border-right-pad {
    border-right: solid 1px #dee2e6;
    padding-right: 15px;
}

.dark-gold {
    border-top: 1px solid #dee2e6;
}

i.bi {
    font-size: 16px;
}
/*Buttons*/
.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid #205e7c !important;
    border-radius: 4px;
    color: #205e7c !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1;
    margin: 0px;
    padding: 6px 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    height: 32px
}


    .btn:focus {
        color: #E49F37;
        outline: 0;
    }

.cust-btn {
    border-color: #E49F37 !important;
    color: #E49F37 !important;
    background-image: linear-gradient(45deg, #E49F37 50%, transparent 50%) !important;
    background-position: 100% !important;
    background-size: 400% !important;
    transition: background 300ms ease-in-out !important;
    text-transform: capitalize;
}

    .cust-btn:hover {
        background-position: 0 !important;
        color: #fff !important;
    }

    .cust-btn.hoverd {
        border-color: #E49F37 !important;
        color: #fff !important;
        background-image: linear-gradient(45deg, #E49F37 50%, transparent 50%) !important;
        background-position: 0% !important;
        background-size: 400% !important;
        transition: background 300ms ease-in-out !important;
        box-shadow: 0 8px 25px -8px #E49F37;
    }

    .cust-btn i {
        z-index: 1;
        margin-right: 15px;
        color: #fff;
    }

        .cust-btn i:after {
            content: "";
            width: 100%;
            height: 100%;
            background: #e78b00;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }

button#btnPrint:hover i:after, button#btnPrint:focus i:after, button#btnMailBox:hover i:after, button#btnMailBox:focus i:after {
    background: #e78b00;
}

.table_bg .title_flex + .table-scrollable td:nth-child(3) {
    width: auto;
}

.table_bg .title_flex + .table-scrollable td {
    border-bottom: 1px solid #ddd;
}

button#btnPrint i:after, button#btnMailBox i:after, #btnCopyEvent i:after, #btnAction i:after, #btnAuction i:after {
    background: #adaaaa;
}
/*Porlet*/
.portlet-title {
    margin-bottom: 16px;
    min-height: 40px;
}

/*Navtab*/
.nav.nav-tabs {
    border-bottom: 0px solid #E49F37;
    margin-bottom: 25px;
}

.nav-tabs > li > a {
    color: #384150;
    font-weight: 700;
    text-transform: uppercase;
    background: #ebebeb !important;
    border: solid 1px #afaeae;
    border-radius: 0px;
    text-transform: capitalize;
    font-size: 12px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #205e7c !important;
    /*  border: none;*/
    border:1px solid #205e7c !important;
    /*  box-shadow: 0 8px 25px -8px #E49F37;
    box-shadow: 0 8px 25px -8px #E49F37;*/
    color: #fff !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border: 1px solid #E49F37;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #E49F37;
    background-color: #f9f4ed;
    color: #fff;
    /* box-shadow: 0 8px 25px -8px #E49F37; */
    border-radius: 0;
    color: #E49F37;
}
/*table*/
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
    font-size: 12px;
    vertical-align: middle !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

a:not([href]):not([tabindex]) {
    color: #d68e21;
    text-decoration: none;
    cursor: pointer !important;
    font-size: 12px;
    font-weight: 700;
}

div#dvMyPRLineItem .caption {
    font-size: 24px;
    border-bottom: 1px solid #dee2e6;
}

/*Summery Page*/
.cap-title {
    font-size: 24px;
    font-weight: 700;
}

.right-head-text-table {
    float: none;
    gap: 25px;
    padding: 0px 15px;
}

    .right-head-text-table > * {
        /* padding: 20px;
        background: #E49F3714;*/
        border-radius: 4px;
        flex-grow: 1;
        border-radius: 7px;
        box-shadow: 0 8px 8px -15px #E49F37;
        /* min-height: 130px;
        width: 25%;*/
        position: relative;
        /* border: 1px solid #E49F373d;*/
    }

.before-pub-text-head h4 {
    font-size: 12px;
    color: #b7b7b7;
}

.before-pub-count-head h4 {
    font-size: 12px;
    color: #b7b7b7;
}

.before-pub-text-head .before-pub-text-head, .before-pub-count-head .before-pub-number-head {
    font-size: 1rem;
    color: #ffffff;
}

/*.blue-btn {
    padding: 0px 5px 0px 5px;
    height: 100%;
    display: flex;
    align-items: center;*/
/* width: 100%; */
/*background: #E49F37;
    justify-content: center;
    border-radius: 4px;
}
*/
.hidden {
    display: none;
}

.blue-btn a {
    background: #f9f4ed;
    padding: 8px 12px;
}


div#divEventStatus {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#divEventStatus {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100% !important;*/
}

.blue-btn a i {
    color: #E49F37;
}

.blue-btn a:hover i {
    color: #ffffff;
}

.header-rfq-bar {
    padding: 25px;
    background-color: #444745;
}

.before-pub-count-head i, .before-pub-text-head i {
    position: absolute;
    right: -10px;
    z-index: 1;
    top: -15px;
    color: #fff;
    background: #52495a;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 8px 25px -12px #E49F37;
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: none;
}

label {
    display: inline-block;
    /*margin-bottom: 0rem;*/
    /*margin-top:5px;*/
}

a#lnkNextRound {
    margin: 0;
}

.status-color-box {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 32px;
    height: auto !important;
}

div#divEventStatus {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100% !important;*/
    margin: 0 !important;
    font-weight: normal;
}

.status-color-box-after {
    padding: 0;
}

label#lblEventStatus {
    margin: 0;
    font-weight: bold;
}

.status_btns {
    padding: 6px 20px;
    background: #444745;
    border-radius: 6px;
}

    .status_btns label.mb-0.mr-3 {
        color: #fff;
    }

.left-menu-icon ul li a.selected img, .left-menu-icon ul li a:hover img {
    filter: brightness(0.5) saturate(0%) grayscale(1) invert(1);
}

.left-menu-icon ul li a img {
    width: 40px;
    padding: 5px 5px;
    color: #fff;
    /*filter: brightness(1) saturate(0%) grayscale(1) invert(1);*/
}

.table-gray-hdr tr-border thead th, .table-gray-hdr thead tr th, #tblPriceBid thead th {
    border-bottom: 1px solid #45484630 !important;
    color: #444745;
    background-color: #4447452e;
    font-weight: 700 !important;
    border: 1px solid #45484630;
}

.table-gray-hdr tr-border > thead > tr > th {
    border: 1px solid #45484630;
}

.left-menu-icon {
    background: #adaaaa;
    border-radius: 6px;
    overflow: hidden;
}

    .left-menu-icon ul li a {
        color: #444745;
        border-radius: 0px;
        padding: 15px 10px;
        border-bottom: 1px solid #ddd;
        margin: 0;
        word-break: break-word;
    }

        .left-menu-icon ul li a:(:last-child) {
            border-bottom: 0;
        }

        .left-menu-icon ul li a.selected {
            background: #E49F37;
        }

.nav > li > a {
    padding: 6px 12px;
}

.caption {
    color: #384150 !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

ul#vendortabs > li > a {
    font-weight: normal;
    text-transform: capitalize;
}

div#tblMyPO_length {
    margin-bottom: 0px;
    /*margin-bottom: 15px;*/
}

.accordion > div {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: capitalize;
}

    .accordion > div .table tr td {
        font-weight: normal !important;
    }

li.active .cust-btn {
    color: #fff !important;
}

i.fa.fa-close {
    color: red;
}
i.bi.bi-x-lg {
    color: red;
}
/*
.act_btn + .act_btn {
    margin-left: 5px;
}*/

.collapse.in {
    background: #E49F370f;
    border: 1px solid #4447450d;
    margin-bottom: 40px;
}

div#tblTechnicalParameters_wrapper label {
    font-size: 12px !important;
}

.form-group label {
    font-size: 14px;
    color: #444745;
    margin-bottom: 4px;
    font-weight: 400 !important;
}

.dataTables_info {
    font-size: 12px;
}

div#TechnicalDocContent ul#vendortabs > li.active > a, div#TechnicalDocContent ul#vendortabs > li > a:hover {
    border-bottom: 1px solid #444745 ;
    color: #FFF !important;
    box-shadow: none;
    background: #444745;
}

div#FileGridVendor .btns_grp.d-flex.justify-content-end {
    position: absolute;
    top: 0;
    right: 20px;
}

div#TechnicalDocContent ul#vendortabs > li > a {
    /*margin-right: 10px;*/
    color: #000 !important;
    border-radius: 0 !important;
    border: none;
    background: transparent;
    border: 1px solid #444745;
}

.dropdown-toggle.btn.cust-btn {
    padding-right: 18px;
    gap: 0.35rem;
}

.dropdown-toggle.cust-btn::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 5% !important;
}

span#txtpartStatus {
    background: #E49F37;
    padding: 3px 6px;
    border-radius: 12px;
    color: #fff;
}

#txtpartStatus[val="Not Participate"] {
    background: unset;
    color: #ff0000;
    /* border: 1px solid; */
}

#txtpartStatus[val="Participated"] {
    background: unset;
    color: #25c421;
    /* border: 1px solid; */
}

.before-publish-bg .span-top-0 label.checkbox.checkbox-outline-primary span.checkmark {
    top: 0px;
}

.suppiler-table table tr td {
    padding: 10px 10px;
    vertical-align: middle;
}

table.tr-border {
    border-collapse: collapse;
}

.tr-border tr {
    border-bottom: 1px solid #dddddd80;
}

span#txtEmail {
    color: #337ab7;
}

span#txtPersonName {
    text-transform: capitalize;
    font-weight: 700 !important;
    color: #444745;
    font-size: 12px;
}

table.tr-border img {
    background: unset;
    padding: 2px 2px;
    border-radius: 3px;
    margin-right: 5px;
    box-shadow: 0 4px 11px -24px #E49F37;
    max-width: 25px;
}

i#ImageButton4, #lnkSendDetail {
    background: unset;
    padding: 4px 6px;
    border-radius: 3px;
    margin-right: 4px;
    box-shadow: 0 4px 11px -24px #E49F37;
    font-size: 14px;
    cursor: pointer;
    color: #E49F37;
}
/*a#btnEdit i {
    color: #049cf9;
}*/
#lnkSendDetail {
    color: #2a972a;
}
/*.portlet-body {
    max-height: 580px;
    overflow-x: auto;
}*/
.modal .portlet-body {
    max-height: 580px;
    overflow-x: auto;
}
/*.dataTables_wrapper {
    overflow: auto;
}*/
.radio .checkmark:after {
    height: 9px;
    width: 9px;
    border-radius: 50%;
}

.title_flex {
    background: #4447452e;
    padding: 10px;
}

    .title_flex a {
        font-size: 12px;
        line-height: 12px;
    }

.suppiler-table .title_flex h4 {
    font-size: 13px;
    color: #3d403e;
    padding-bottom: 0;
    margin: 0;
}

.table_bg .table-scrollable {
    background: #4447450d;
    min-height: 180px;
    box-shadow: 0 8px 16px -12px #4447452e;
}

    .table_bg .table-scrollable table.dataTable tbody tr {
        background-color: #fdfcfc;
        /* min-height: 110px; */
    }

        .table_bg .table-scrollable table.dataTable tbody tr td {
            padding: 10px !important;
        }

a#lnkPRNum {
    min-width: 70px;
    display: inline-block;
    text-align: center;
}

.chkbox label.control-label {
    margin-right: 30px;
    margin-top: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    font-size: 14px;
}

.chkbox .checkbox .checkmark {
    top: -10px;
    left: auto;
    right: 0;
}

.chkbox_main.d-flex.justify-content-between {
    margin: 20px 0px;
}

div#tblVendorInfo_filter {
    margin-bottom: 10px;
}
/*div#tblVendorInfo_filter input.pagesize {
    box-shadow: 0 8px 8px -12px #444745;
    border-radius: 25px;
}*/
.mr-25 .cust-btn i {
    z-index: 1;
    margin-right: 25px;
    color: #fff;
}

a#btnDeleteEvent {
    /* min-width: 84px; */
    /* display: inline-block; */
    color: red;
}

a#btnTerminateEvent {
    color: #9b0b0b;
}

.dataTable a {
    font-weight: 700;
}

.dataTable tr td {
    padding: 8px !important;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

div#tblVendor_wrapper, #tblSuggestedVendor_wrapper {
    overflow: auto;
    max-height: 580px;
}

element.style {
}

.dataTables_wrapper .dataTables_filter input:focus-visible {
    outline: #a679d230 auto 1px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #E49F370f;
    opacity: 1;
    border: 1px solid #b8863b54;
}

.main-content-wrap {
    padding: 1rem 2rem 0;
}

.act_btn {
    background: unset;
    padding: 3px 5px;
    border-radius: 4px;
    /* font-size: 20px; */
    /* min-width: 35px; */
    display: inline-block;
}

    .act_btn i {
        font-size: 14px;
    }

a#lnkEdit {
    color: #049cf9;
}

a#lnkSubmitForApproval {
    color: #39b34f;
    /*margin: 0px 5px;*/
}

a#lnkView {
    color: #E49F37;
}

.table thead th {
    text-transform: uppercase;
}

.fix_form_control select.form-control {
    max-width: max-content;
    margin-left: 20px;
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 5px;
    text-align: center;
}

table#tblPriceBid tr td {
    padding: 5px 5px !important;
}

.act_btn {
    line-height: normal;
}

.table thead th a {
    color: #444745;
    text-decoration: none;
}
    .table thead th a:hover {
        color: white !important;
    }
div#divSubTotal .col-md-6.d-flex.justify-content-end, #divTotal .col-md-6.d-flex.justify-content-end {
    align-items: center;
    margin-left: auto;
    float: right;
    width: 100%;
}

label.h5 {
    margin: 0;
    /* flex: 0 0 100%; */
    /* flex-basis: 100%; */
    width: 12%;
    font-size: 14px;
}

#plContent .caption {
    font-weight: 600 !important;
    font-size: 16px !important;
}

div#tblCharges_wrapper thead th, #tblNonPricing_wrapper thead th {
    color: #f1f1f1;
    background-color: #444745;
    border-bottom: transparent !important;
}

.dropdown-hover {
    position: relative;
    display: inline-block;
}

.dropdown-content-hover {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0px 15px;
}

    .dropdown-content-hover a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content-hover a:hover {
            background-color: #ddd;
        }

.dropdown-hover:hover .dropdown-content-hover {
    display: block;
}

table.dataTable td.dt-center .form-control {
    margin: 0 auto;
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #44474530;
    border-radius: 0;
    width: 100%;
}
/*T&C*/
.btns_grp_absolute {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 30px;
    top: -15px;
}

.dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: right;
}

.btn-icon i {
    margin: 0;
    padding: 0;
    color: #E49F37;
}

.btn-icon:hover i {
    color: #fff;
}

.btn-icon i::after {
    content: "";
    display: none;
}

i.fa.fa-pencil {
    color: #0093ff;
}
.act_btn i.bi.bi-pencil {
    color: #0093ff;
}
/*.fix_form_control select.form-control:hover {
    background: #444745;
    color: #fff;
}*/
a.paginate_button {
    padding: 3px 8px !important;
    line-height: 1.2;
    padding-bottom: 1px !important;
    background: transparent !important;
    font-size: 12px;
}

div#tblGeneralDocument_wrapper {
    margin-top: 15px;
}

.btns_added .btns_grp {
    position: absolute;
    right: 20px;
    top: -3px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    background-color: #fbf8f3 !important;
    opacity: 1;
}

.btns_added .btns_grp a {
    display: inline-block;
    /* right: 0; */
}

.modal.in .modal-center {
    /*width: 40%;*/
}

.d-flex.form_btns a {
    margin: 0;
    display: block !important;
}

.brown-header {
    color: #fff !important;
    background: #444745;
}

    .brown-header h4, .brown-header .close {
        color: #fff !important;
    }

.d-flex.form_btns.flex-wrap {
    flex: 0 0 51%;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff !important;
    background-color: #E49F37;
    border-color: #E49F37 !important;
}

.btn-icon:focus i {
    color: #fff !important;
}

.open > .dropdown-toggle.btn-primary {
    background-color: transparent;
}

.checkbox .checkmark, .radio .checkmark {
    top: -4px;
}

.modal-footer .btn + .btn, .modal-footer .btn {
    margin-bottom: 0;
}

.tile {
    padding: 2em 1rem;
    background: rgba(233, 233, 233, 0.42);
    font-size: 14px;
    margin: 5px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(108, 108, 108, 0.20);
    cursor: pointer;
    transition: all 0.3s ease;
    color: #E49F37;
    text-transform: capitalize;
}

.modal {
    z-index: 99999999999999 !important;
}

.tile:hover {
    background: rgba(200, 200, 200, 0.30);
    box-shadow: 4px 4px 4px rgba(108, 108, 108, 0.40);
    transform: translateX(-2px) translateY(-2px);
    color: #E49F37;
}

.tile_header .tile {
    width: 100%;
    padding: 1rem;
    border-radius: 6px;
}

.btn.btn-primary.tile, .tile a {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-height: 100px;
}

    .btn.btn-primary.tile img {
        max-width: 30px;
    }

.border1pxfordashboard.col-md-12 .col-md-12.form-group {
    display: flex;
    justify-content: start;
}

    .border1pxfordashboard.col-md-12 .col-md-12.form-group .col {
        display: flex;
        flex: 1;
        flex-basis: 100%;
        width: auto;
        max-width: max-content;
    }

.dataTables_scroll {
    position: relative;
   /* min-height: 120px;*/
    padding-bottom: 20px;
    height: auto !important;
    overflow-y: hidden;
}

.checkbox .checkmark, .radio .checkmark {
    height: 15px;
    width: 15px;
}

div#tblselectedVendors_wrapper .dataTables_scrollFoot {
    display: none;
}

.modal-body .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    height: auto !important;
    max-height: 35vh !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    text-transform: capitalize !important;
    font-weight: 400;
}

table.dataTable {
    width: 100% !important;
}

/*.dataTables_scrollFootInner {
    padding-right: 0 !important;
}*/
.dataTables_scrollFootInner {
    box-sizing: content-box !important;
}
.dataTables_scrollFoot {
    position: absolute;
    top: 34px
}

.btns_grp.d-flex.justify-content-end.position-absolute {
    right: 0;
    top: -58px;
}

.act_btn i.fa.fa-trash {
    color: red;
}
.act_btn i.bi.bi-trash {
    color: red;
}
.act_btn i.fa.fa-eye {
    color: #444745;
}
.act_btn i.bi.bi-eye {
    color: #444745;
}
a#lnkLines {
    color: #337ab7;
}

.act_btn i.fa.fa-plus {
    color: #2a972a;
    /*color: white;*/
}

.act_btn i.fa.fa-users {
    color: gray;
}

.act_btn i.fa.fa-file {
    color: #38739f;
}
.act_btn i.bi.bi-file-earmark {
    color: #38739f;
}
tags-input .tags {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    padding: 1px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text !important;
    border: none !important;
    background-color: #fff !important;
    border-bottom: 1px solid #a9a9a9 !important;
    box-shadow: none !important;
    height: 100%;
}

.line-control-menu-bar .btn {
    color: #444745cf;
    border-color: #44474538;
    background: #d5d5d5;
}

.tile.GreenTag {
    background: #4caf50;
}

.tile.RedTag {
    background: red;
}

a#btnCompose {
    margin: 0;
}

ul.inbox-nav li a, ul.inbox-nav li a, ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
    margin-bottom: 1px;
}

/*new add css extra*/
button:focus{
    outline:none !important
}
/*Leptop Menu*/


/*new css*/
.btn_icon {
    background-color: white !important;
    border: 1px solid #205e7c;
    border-radius: 4px;
    color: #205e7c !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    padding: 4px 6px;
    text-align: center;
    cursor: pointer !important;
}
    .btn_icon:hover {
        color: white !important;
        border: 1px solid #E49F37 !important;
        background: #E49F37 !important;
    }

.table thead th {
    border-bottom: none !important;
    color: white !important;
    background-color: #595959 !important;
    font-weight: 400 !important;
}
.table tbody tr td {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #060707 !important;
}
h4 {
    color: #384150 !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}

.act_btn i.bi {
    font-size: 16px;
}
.modal.fade.in{
    padding-right:0px !important
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 60% !important;
    width: 50%;
}
@media(min-width:1080px) and (max-width:1440px) {
    .layout-sidebar-large .main-header .logo img {
        width: 120px;
        height: auto;
    }

    .layout-sidebar-large .main-header .logo {
        width: 160px;
    }

    .top-main-menu ul li a {
        font-size: 14px !important;
        padding: 3px 6px;
    }

    .top-main-menu {
        margin-left: 0px;
    }
}

@media(min-width:992px) and (max-width:1079px) {
    .layout-sidebar-large .main-header .logo {
        width: 130px;
    }

        .layout-sidebar-large .main-header .logo img {
            width: 100px;
            height: auto;
        }

    .top-main-menu ul li a {
        font-size: 13px !important;
        padding: 3px 5px;
    }
}

div#tblPOLineItem_filter input[type="search"] {
    border: none;
    border-bottom: 1px solid;
}

.select {
    border-radius: 0px; /* Set the border radius for the select box itself */
    outline: 0 !important;
    overflow: hidden !important;
}

    .select:focus {
        border-radius: 0; /* Remove the border radius when the select is focused (clicked) */
    }

    .select option {
        outline: 0 !important;
        border-radius: 0 !important; /* Remove the border radius on the select options */
    }

.smry_card .card {
    height: 100%;
}

    .smry_card .card .form-group {
        font-size: 14px;
    }

.blue-btn .cust-btn i:after {
    display: none;
}

.title-left-md {
    width: auto;
}

.blue-btn a i {
    color: #E49F37;
    margin-bottom: 3px;
}

.modal-body .portlet-body.form .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    /* margin: 0 !important; */
    padding: 0;
}

div#tblItemTerms_wrapper {
    max-height: 500px;
}
/*
label#lblEventName {
    max-width: 80%;
}
*/
a.center-btn-element {
    align-items: center;
    justify-content: center;
}

button.signinbtn-element {
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.action-list-dropdown {
    display: inline-block;
    flex-direction: column;
    /*background-color: #FFFFFF;*/
    background-color: #205e7c !important;
    border-radius:4px;
    position: relative;
    /*padding: 0.25rem;*/
    padding: 2px;
    gap: 5px;
}


    .action-list-dropdown.nowrap_list {
        flex-direction: row;
    }


td.dt-center {
    position: relative;
}


.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td:nth-child(2) {
    text-align: center;
}

/*
    .action-largebtn.visible_large {
    width: 250px !important;
    min-width: 250px !important;
}
.action-largebtn2.visible_large2 {
    width: 252px !important;
    min-width: 252px !important;
}
*/
.action-list-dropdown-wrapper.hidden {
    display: none;
}

.action-list-dropdown-wrapper {
    position: absolute;
    background: #FFFF;
    padding: 0.75rem;
    z-index: 99999;
    top: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: start;
    -webkit-box-shadow: 7px 7px 8px 0px rgb(125 125 125 / 40%);
    -moz-box-shadow: 7px 7px 8px 0px rgb(125 125 125 / 40%);
    box-shadow: 7px 7px 8px 0px rgb(125 125 125 / 40%);
}

    .action-list-dropdown-wrapper .act_btn {
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

        .action-list-dropdown-wrapper .act_btn + .act_btn {
            margin-left: 0px !important;
        }
/*tr:last-child .action-list-dropdown-wrapper,
tr:nth-last-child(2) .action-list-dropdown-wrapper {
    top: auto;
    bottom: 0;
}*/
.modal-footer .btn.btn-primary.cust-btn:nth-child(1) {
    padding-right: 15px !important;
}
.form-control.rounded, .form-control.form-control-rounded{
    border-radius:0px
}
/*.nav.nav-tabs {
    gap: 0.25rem;
    row-gap: 1rem;
}*/
input {
    position: relative;
}

.bootstrap-datetimepicker-widget.bottom {
    position: absolute !important;
    bottom: unset !important;
    left: 100% !important;
    top: 100% !important;
    right: unset !important;
}

.left-calender .bootstrap-datetimepicker-widget.bottom {
    position: absolute !important;
    bottom: unset !important;
    left: 0% !important;
    top: 100% !important;
    right: unset !important;
}

.left-calender .bootstrap-datetimepicker-widget.top {
    position: absolute !important;
    bottom: unset !important;
    left: 0% !important;
    top: 100% !important;
    right: unset !important;
}

.bootstrap-datetimepicker-widget.top {
    position: absolute !important;
    bottom: unset !important;
    left: 0% !important;
    top: 100% !important;
    right: unset !important;
}

.np-margin-btn .btn {
    margin: 0 !important;
}

.row-flex-btns-js {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
    margin-bottom: 15px;
}

#tblTechnicalAttList_wrapper {
    margin-top: 15px;
}

.btn-primary-i-hover i {
    color: #00971b !important;
}

.btn-primary-i-hover:hover i {
    color: #000 !important;
}


div#divEventStatus {
    flex-direction: column;
}

.open > .dropdown-menu {
    margin-left: auto ;
}

#divtblCharges .table-bordered > tbody > tr > td {
    vertical-align: bottom !important;
}

    #divtblCharges .table-bordered > tbody > tr > td .btn {
        margin: 0 auto !important;
    }


.inbox-nav.inbox-divider i {
    font-size: 16px !important;
}

.btn-compose:hover i {
    color: #FFF !important;
}

.bootstrap-datetimepicker-widget.bottom a.btn {
    justify-content: center !important;
    padding: 0;
    width: 100%;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
}


.row-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#UnreadMainMailCount {
    position: relative;
    z-index: 5;
    color: #FFFFFF;
}

.main-header .dropdown-toggle.cust-btn::after {
    z-index: 5;
    color: #FFFFFF;
    right: 10% !important;
}

.main-header .dropdown-toggle.cust-btn i {
    margin-right: 0px;
}


.main-content-wrap {
    min-height: calc(100vh - 140px) !important;
}

.form-group-flex {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.form-flex-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.accordion-toggle-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .accordion-toggle-flex.collapsed i {
        transform: scaleY(1);
    }

    .accordion-toggle-flex i {
        transform: scaleY(-1);
        font-weight: 400;
    }

.actions a {
    font-weight: 400 !important;
}

#GeneralReports {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.flex-form-column .control-label {
    line-height: 1;
    margin: 0;
}

.input-group .form-control.form-control-custom {
    width: 100% !important;
    background: transparent !important;
    border: 1px solid #CCC !important;
    height: 45px !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-control-btn-custom-red {
    background-color: #f44336 !important;
    border-color: #f44336 !important;
    color: #FFF !important;
}

.form-control-btn-custom-yellow {
    background-color: #E49F37 !important;
    border-color: #E49F37 !important;
    color: #FFF !important;
}

.accordion-toggle.accordion-toggle-flex span {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.actions a {
    font-weight: 400 !important;
    font-size: 12px !important;
}

#tblcurrency {
    height: 50vh;
    display: table;
    overflow-y: scroll;
    width: 100% !important;
    /*margin: 1.5rem 0;*/
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: right;
    display: block;
}

.modal .portlet-body {
    max-height: 580px;
    overflow-x: hidden;
}

.form-body .form-control {
    margin-top: 4px;
}

.dropdown.MenuOtherDropDown.open > .dropdown-menu {
    margin-left: auto !important;
    position: fixed;
    width: fit-content;
    right: 22%;
    transform: translate(-50%, 0);
    top: 6.5%;
}

.dropdown.MenuPRDropDown.open > .dropdown-menu {
    margin-left: auto !important;
    position: fixed;
    width: fit-content;
    right: 22%;
    transform: translate(-50%, 0);
    top: 6.5%;
}

.dropdown.dropdownMasterMenu.open > .dropdown-menu {
    margin-left: auto !important;
    position: fixed;
    width: fit-content;
    right: 36%;
    transform: translate(-50%, 0);
    top: 6.5%;
}

.dropdown.dropdownUtilityMenu.open > .dropdown-menu {
    margin-left: auto !important;
    position: fixed;
    width: fit-content;
    right: 36%;
    transform: translate(-50%, 0);
    top: 6.5%;
}

.dropdown.dropdownOtherAccount.open > .dropdown-menu {
    margin-left: auto !important;
    position: fixed;
    width: fit-content;
    right: 19.5%;
    transform: translate(-50%, 0);
    top: 6.5%;
}

.top-main-menu ul li a.dropdown-toggle:hover::after {
    color: #FFF;
}

/*.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    margin-top: 50px;
    overflow-y: scroll;
    height: auto !important;
    max-height: 45vh !important;
    box-sizing: content-box !important;
}
.dataTables_scrollFoot {
    position: absolute;
    top: 36px;
    box-sizing: content-box !important;
    width: 100% !important;
}
.dataTables_scrollFootInner {*/
  /*display:none;*/
    /*box-sizing: content-box !important;
  width:100%
}
.dataTables_wrapper.no-footer .dataTables_scroll div.dataTables_scrollBody {
    margin-top: 0;
}

.modal-body .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    height: auto !important;
    max-height: 35vh !important;
}

.dataTables_scroll {
    margin-bottom: 10px;
    position:relative
}*/


@media (max-width:2200px) {
    .col-xl-1.col-lg-2.col-md-2.content_left_side_set.p-0 {
        max-width: 9.66667% !important;
    }

    .col-xl-11.col-lg-10.col-md-10.content_right_side_set {
        max-width: 90.33333% !important;
    }
}

@media (max-width: 1700px) {
    .col-xl-1.col-lg-2.col-md-2.content_left_side_set.p-0 {
        max-width: 10.66667% !important;
    }

    .col-xl-11.col-lg-10.col-md-10.content_right_side_set {
        max-width: 89.33333% !important;
    }
}

@media (max-width: 1440px) {
    .col-xl-1.col-lg-2.col-md-2.content_left_side_set.p-0 {
        max-width: 11.66667% !important;
    }

    .col-xl-11.col-lg-10.col-md-10.content_right_side_set {
        max-width: 88.33333% !important;
    }
}

@media (max-width: 1200px) {
    .col-xl-1.col-lg-2.col-md-2.content_left_side_set.p-0 {
        max-width: 12.66667% !important;
    }

    .col-xl-11.col-lg-10.col-md-10.content_right_side_set {
        max-width: 87.33333% !important;
    }
}

@media only screen and (max-width: 1450px) {
    .layout-sidebar-large .main-header {
        flex-wrap: nowrap !important;
    }

    #lblFullName {
        font-size: 14px !important;
    }

    .user.col.align-self-end.bg-brown > div:nth-child(1) {
        width: fit-content !important;
        display: inline-block;
    }
}

@media only screen and (max-width: 1280px) {
    .layout-sidebar-large .main-header {
        flex-wrap: nowrap !important;
    }

    #lblFullName {
        font-size: 14px !important;
    }

    .user.col.align-self-end.bg-brown > div:nth-child(1) {
        width: fit-content !important;
        display: inline-block;
    }
}

.form-control {
    font-size: 12px !important;
    font-family: 'Inter', sans-serif !important;
}

.portlet-body.form > div {
    height: 100%;
}

.flex-line-responsive {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1450px) {
    .right_alignd.position-absolute > div {
        margin: 0 !important;
    }

    #tabAllPRdata .right_alignd.position-absolute,
    #tabMyTeamPRdata .right_alignd.position-absolute {
        right: unset;
        top: unset;
        display: flex;
        white-space: nowrap;
        margin-bottom: 25px;
        z-index: 99;
        gap: 12px;
        align-items: center;
        position: relative !important;
    }

    .flex-line-responsive {
        display: flex;
        align-items: center;
    }

    .top-main-menu ul li {
        margin: 0px;
        padding: 0px 5px;
        list-style: none;
        display: inline;
    }

        .top-main-menu ul li a {
            font-size: 12px !important;
            padding: 3px 6px;
        }
}

@media only screen and (max-width: 1280px) {

    #tabAllPRdata .right_alignd.position-absolute,
    #tabMyTeamPRdata .right_alignd.position-absolute {
        right: unset;
        top: unset;
        display: flex;
        white-space: nowrap;
        margin-bottom: 25px;
        z-index: 99;
        gap: 12px;
        align-items: center;
        position: relative !important;
    }

    .flex-line-responsive {
        display: flex;
        align-items: center;
    }

    .top-main-menu ul li {
        margin: 0px;
        padding: 0px 5px;
        list-style: none;
        display: inline;
    }

        .top-main-menu ul li a {
            font-size: 12px !important;
            padding: 3px 6px;
        }
}

.btn.btn-send:hover {
    box-shadow: 0 8px 25px -8px #E49F37;
    background-color: #754700 !important;
    border-color: #754700 !important;
    background: #754700 !important;
}

a#btnCompose.btn:focus {
    color: #FFFFFF !important;
}

.upload-btn-class {
    background: #E49F37;
    color: #FFF;
    border-color: #E49F37;
}

    .upload-btn-class:hover {
        background: #FFF;
        color: #E49F37;
        border-color: #FFF;
    }

.hover-btn-border {
    border-color: #E49F37;
    color: #E49F37;
}

    .hover-btn-border:hover {
        border-color: #E49F37;
        box-shadow: 0 8px 25px -8px #E49F37;
        color: #FFF !important;
        background-color: #E49F37;
    }

.back-btn-class:focus-visible,
.back-btn-class:focus-within {
    outline: none;
}

.back-btn-class i {
    margin: 0 !important;
}

.back-btn-class:hover {
    background-color: #E49F37;
    box-shadow: 0 8px 25px -8px #E49F37;
}

    .back-btn-class:hover i {
        color: #FFF;
    }

#btnInbox:hover,
#btnSentMail:hover {
    color: #DEDEDE !important;
    background-color: #6a6a6a;
}

    #btnSentMail:hover i,
    #btnInbox:hover i {
        color: #DEDEDE;
    }

#btnUploadTechPara:hover i {
    color: #FFF !important;
}

#btnvendorok:hover {
    background-color: #205e7c !important ;
}

#btnvendorcancle:hover {
    background-color: #205e7c !important ;
    color: #FFF !important;
}

@media only screen and (max-width: 1920px) {
    .layout-sidebar-large .main-header {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 1760px) {
    .top-main-menu {
        margin: 0;
    }

        .top-main-menu ul li a {
            font-size: 13px !important;
        }

    .flex-line-responsive {
        padding: 0 !important;
    }

    .main-header #lblFullName {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1680px) {
    .layout-sidebar-large .main-header {
        flex-wrap: nowrap;
    }
}
