﻿.d-none {
    display: none;
}

.select2-search__field {
    outline: none;
    border: none;
}

.select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
}

.select2-selection__choice__remove {
    margin: 5px 4px 0px;
}

.fs-20 {
    font-size: 20px;
}

.color-white {
    color: white !important;
}

.d-block {
    display: block;
}

.text-end {
    text-align: right;
}

.fw-bold {
    font-weight: bold;
}

.searchbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.label-light-secondary {
    background-color: #545454;
}

textarea[readonly="readonly"] {
    background-color: #eef1f5;
}

input[type="checkbox"] {
    height: 25px;
    width: 25px;
}

.Width-220 {
    width: 220px;
}

.text-align-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.capitalize, .select2-results__options li {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.lnk-archive {
    padding-left: 5px;
}

.required {
    color: red;
}

.ApproveRenewal {
    padding-right: 5px;
}

.Common-label {
    padding: 5px 10px !important;
    min-width: 80px;
}

.label-light-Open {
    background-color: #f952b7bd;
}

.label-light-warning {
    background-color: #ffc124;
    color: black;
}

.label-light-danger {
    background-color: #f90000;
}

.label-light-softdanger {
    background-color: #ff5c5c;
}

.label-light-success {
    background-color: #43bb00;
}

.label-light-green {
    color: #fff;
    background-color: #55a12b;
    display: table;
    margin-right: auto;
}

.label-light-purple {
    color: #fdfdfd;
    background-color: #6c20a5b0;
    display: table;
    margin-right: auto;
}

.HideCancel {
    display: none;
}

.bootbox .btn-success {
    background-color: #d27cb2;
    border: 1px solid transparent;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 7px 16px;
}

    .bootbox .btn-success:hover, .bootbox .btn-success:active {
        background-color: transparent;
        color: purple;
        border: 1px solid purple;
    }

.bootbox .btn-danger {
    border: none;
    background-color: #696868;
    border-radius: 5px !important;
    font-size: 14px !important;
    padding: 7px 18px;
    border: 1px solid #696868;
}

    .bootbox .btn-danger:hover, .bootbox .btn-danger:active {
        background-color: transparent;
        color: #000000;
        border: 1px solid #696868;
    }

.Requestapproval, .Requestsent {
    position: relative;
    left: -2px;
}

.details-control {
    width: 30px;
}

#datatable_ajax a {
    text-align: center;
    margin: 2px;
}

    #datatable_ajax a i {
        font-size: 17px;
    }

textarea {
    min-height: 35px;
    max-width: 100%;
}

#datatable_ajax tbody tr td {
    padding: 8px 5px !important;
    vertical-align: middle;
}

.flex-column {
    flex-direction: column;
}

.justify-content-end {
    justify-content: end;
}

.copyright {
    text-align: center;
    padding: 10px 0;
    background-color: #040404; /*#49245d;*/
    color: white;
    font-size: 15px;
}

    .copyright a {
        color: white !important;
        text-decoration: underline;
    }

.Modal_Close {
    position: absolute;
    right: 20px;
}

#footer {
    padding: 0px !important;
}
/* btn Help*/
.btnHelp {
    position: fixed;
    margin-right: 5px;
    top: 295px;
    right: 5px;
    background: #d27cb2;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btnHelp i {
        color: #fff;
        font-size: 22px
    }

#modal_viewHelpDesk .modal-title {
    font-size: 17px;
}

.select2-dropdown {
    z-index: 99999 !important;
}

.editform li {
    position: relative;
    /*padding-bottom: 13px !important;*/
}

    .editform li.active {
        border: 2px solid #5a0899 !important;
        border-radius: 20px !important;
    }

.PE-None-OP-05 {
    pointer-events: none;
}

    .PE-None-OP-05:not(a) {
        background-color: #eef1f5;
    }

a.PE-None-OP-05 {
    opacity: 0.5;
}

.PE-Inherit-OP-1 {
    pointer-events: inherit;
}

a.PE-Inherit-OP-1 {
    opacity: 1;
}

.DisplayBlock {
    display: block;
}

.DisplayNone {
    display: none;
}

#rfqFormTitle {
    text-transform: capitalize;
}

#AdjustmentReset i {
    color: white !important;
}

.fa-check-square {
    color: #059a05;
}
/*QuickBook Connect */
.quickbookconnect-message {
    position: relative;
    top: -20px;
    background-color: #ffec2ebd;
    text-align: center;
    display: table;
    margin-left: auto;
    padding: 2px 5px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .quickbookconnect-message.qb-connected {
        color: green;
    }

    .quickbookconnect-message.qb-disconnected {
        color: #ff2626;
    }

.text-danger.field-validation-error {
    font-size: 12px;
}

.td-error-msg {
    color: red;
    font-size: 9px;
}

.RaiseIssue {
    position: fixed;
    margin-right: 5px;
    top: 340px;
    right: 5px;
    background: #d27cb2;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .RaiseIssue i {
        color: #fff;
        font-size: 22px;
    }

@media (max-width:1470px) {
    .sidebar-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sidebar-nav li a {
        display: flex;
        align-items: center;
        margin: 1px 7px;
        padding: 12px 0;
        font-size: 14px;
    }
}

.subrooms {
    position: absolute;
    left: 25px;
    bottom: 0;
    font-size: 11px;
    color: black !important;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}

.editform .nav-link {
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

#SummaryView:hover i {
    color: white !important;
}

.PrintAllTable tbody td {
    padding: 2px !important;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px !important;
}

.PrintAllTable input[type="checkbox"] {
    height: 20px;
}

.PrintAllTable table a {
    background-color: #6e4f7f;
    padding: 4px 5px 5px;
    border-radius: 50% !important;
    position: relative;
    top: 3px;
}

.PrintAllTable i {
    font-size: 13px;
    color: white;
}

.PrintAllTable thead tr {
    text-align: center;
}

.ActionButton {
    text-align: right;
}

.tableBody {
    max-height: 370px;
    overflow: auto;
}

.SecondaryBtns a {
    background-color: #211f23b8;
    border: none;
}

    .SecondaryBtns a:hover {
        background-color: #000000bf !important;
    }

.SelectionPrint, .btn-close {
    border-color: transparent !important;
}
/*Floating Action Buttons On RFQ*/
/*.save-bar {
    position: fixed;
    bottom: 10px;
    right: 31px;
    background-color: #b194c6;
    width: 79%;
    padding: 10px;
}*/
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-bold {
    font-weight: bold;
}

.position-relative {
    position: relative;
}

.p-0 {
    padding: 0px;
}

.pb-15 {
    padding-bottom: 15px;
}

.p-l-7 {
    padding-left: 7px;
}

.p-r-7 {
    padding-right: 7px;
}

.mb-15 {
    margin-bottom: 15px;
}

.login-page #loginForm {
    position: absolute;
    top: 25%;
    transform: translateX(-50%);
    left: 50%;
}

.font-weight-bold {
    font-weight: bold;
}
/*.SyncedQB {
    background: #f952b7bd;
    border: 2px solid #f952b7bd;
    border-radius: 35px !important;
    color: #fff !important;
    padding: 3px 7px;
}
    .SyncedQB.disabled {
        background-color: #898989;
        border-color: #676767;
    }*/
.synctoqb-btn i {
    color: purple !important;
}

.color-green {
    color: green;
}

.color-purple {
    color: #bf2d89; /*#500a85;*/
}

.color-blue {
    color: #0032a7;
}

.color-orange {
    color: #d15306;
}

.color-lightblue {
    color: #0381a9;
}

.color-red {
    color: red;
}

.color-grey {
    color: gray;
}

.OfflineView {
    position: relative;
}

    .OfflineView .fa-eye {
        position: absolute;
        left: 3px;
        top: -3px;
        font-size: 12px !important;
    }

.IsChanged {
    border: 3px solid #500a85 !important;
}

.BundleViewModal .modal-dialog {
    min-width: 60%;
}

.w-50 {
    width: 50%;
}

.ProductBundleLoader {
    border: 16px solid #e7e7e7;
    border-top: 16px solid #f952b7bd;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    animation: spin 1.5s linear infinite;
    position: absolute;
    left: 52%;
    top: 30px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
