﻿header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}


.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.tooltip-input > .dropdown.bootstrap-select.show-tick {
    min-width: 100%;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.error, .field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.full-width {
    width: 100%;
    max-width: 100%;
}

.align-right {
    text-align: right;
}

.messageAlert {
    position: fixed;
    height: 50px;
    font-size: 14px;
    vertical-align: middle;
    top: 7px;
    max-width: 100%;
    z-index: 2001 !important;
}

.product.sticky {
    top: 7px;
}

.summary-chart button {
    margin-top: 4px;
    margin-bottom: 4px;
}


#tblMarginByVendor, #tblSummaryChart, #tblUserAccount {
    width: 100% !important;
    margin: auto;
}

    #tblMarginByVendor button {
        width: 215px;
    }

    #tblMarginByVendor thead th:last-child {
        text-align: right;
    }

    #tblMarginByVendor thead th {
        text-transform: uppercase;
        vertical-align: middle;
    }

    #tblSummaryChart thead th {
        text-transform: uppercase;
        vertical-align: middle;
    }

    #tblMarginByVendor input {
        min-width: 120px;
        max-width: 160px;
        display: inline;
        /*margin-top: 7px;
        margin-bottom: 7px;
        margin-left: 7px;*/
        padding-top: 0px;
        padding-bottom: 0px;
        /* margin-right: 7px; */
    }

    #tblMarginByVendor td {
        padding: .5rem .25rem;
        height: 35px;
        min-height: 35px;
    }
/*#tblMarginByVendor th input {
        min-width: 250px;
        width: 280px;
    }*/
.outer {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 3fr 3fr 3fr;
}

.outer-bycustvendor {
    display: inline-grid;
    grid-gap: 5px;
    grid-template-columns: 3fr 3fr 3fr;
}

.clickable {
    cursor: pointer;
}

.inner {
    text-align: center;
}

.inner-bycustvendor {
    text-align: left;
    vertical-align: top;
}

    .inner-bycustvendor button {
        margin-top: 7px;
        margin-left: 5px;
    }
/*.customer-vendor .dropdown-item {
    text-align: left;
}

.customer-vendor input {
    margin-right: 7px;
}

.customer-vendor button {
    float: right
}
    .cust-margin input {
    margin-top: -5px;
}

*/
#tblSummaryChart {
    width: 100%;
}

    #tblSummaryChart td {
        padding: .5rem .25rem;
        height: 35px;
        min-height: 35px;
    }

.valign-mid {
    vertical-align: middle;
}

.hidden {
    display: none;
}

.shown {
    display: block;
}

tr.shown {
    display: table-row;
}

tr td > a:hover {
    text-decoration: none;
}

tr .fa-plus {
    display: block;
}

tr .fa-minus {
    display: none;
}

tr.shown .fa-plus {
    display: none;
}

tr.shown .fa-minus {
    display: block;
}

.pulsate-fwd {
    -webkit-animation: pulsate-fwd 0.5s ease-in-out both;
    animation: pulsate-fwd 0.5s ease-in-out both;
    animation-iteration-count: 3;
    animation-delay: 2s;
}

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.timeline {
    margin-top: 20px;
    position: relative;
}

    .timeline:before {
        position: absolute;
        content: '';
        width: 2px;
        height: calc(100% - 40px);
        background: #e3e3e3;
        left: 15px;
        top: 5px;
        border-radius: 3px;
    }

.timeline-month {
    position: relative;
    padding: 5px 25px 6px 35px;
    display: inline-block;
    width: auto;
    border-radius: 40px !important;
    margin-bottom: 30px;
    font-size: 18px;
}

    .timeline-month span {
        position: absolute;
        top: -1px;
        left: calc(100% - 10px);
        z-index: -1;
        white-space: nowrap;
        display: inline-block;
        background-color: #111;
        padding: 4px 10px 4px 20px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border: 1px solid black;
        box-sizing: border-box;
    }

    .timeline-month:before {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        background: #ea4e2e;
        border-radius: 100%;
        left: 7px;
        top: 9px;
    }

.timeline-section {
    padding-left: 35px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.timeline-date:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #9a9a9a;
    top: 18px;
    left: -16px;
}

.timeline-date:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #343a40;
    top: 13px;
    left: -24px;
    border-radius: 100%;
}

.timeline-section {
    margin-bottom: 10px;
}

    .timeline-section .col-sm-10 {
        margin-bottom: 10px;
    }

.box-icon {
    position: absolute;
    right: 5px;
    top: 0px;
}

.box-content {
    ​​​​​padding: 10px 15px;
    background-color: #fff;
}

.box-footer span strong {
    font-weight: 500;
}

.timeline.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: .25rem;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.01);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.partialcollapse .collapse {
    display: block;
    height: 105px !important;
    width: 100%;
    overflow: hidden;
}

.partialcollapse .collapsing {
    height: inherit !important;
    width: 100%;
}

.partialcollapse .collapse.show {
    height: auto !important;
    width: 100%;
}

.partialcollapse .collapse + div button:after {
    content: '+ View More';
    vertical-align: central;
}

.partialcollapse .show + div button:after, .partialcollapse .collapsing + button:after {
    content: '- View Less';
    vertical-align: central;
}

.timeline-date button:after {
    content: '\21C5';
    position: absolute;
    opacity: 0;
    top: 9px;
    right: -3px;
    transition: 0.5s;
    font-weight: bold;
}

.timeline-date button:hover {
    padding-right: 25px;
    padding-left: 15px;
    cursor: pointer;
}

.timeline-date button:focus {
    outline: none !important;
}

.timeline-date button:hover:after {
    opacity: 1;
    right: 10px;
}

select#ResizePage {
    font-size: 0.87rem;
    line-height: 1.75;
    border-radius: 8px !important;
    width: 75px;
    display: inline-block;
    border: 1px solid #EDF0F2;
}

#btnScrollTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(37, 37, 37, 0.8);
    color: white;
    cursor: pointer;
    padding: 7px 8px 5px;
    border-radius: 10px;
    font-size: 16px;
}

    #btnScrollTop:hover {
        background-color: rgba(37, 37, 37, 1);
    }


.timeline-date button {
    padding: 0;
}

/* MyMarket Redesign CSS
-----------------------------------------------------------*/

#sidebar ul li#MyMarketSubMenu {
    padding: 5px 0 0 15px;
}

    #sidebar ul li#MyMarketSubMenu > ul > li:hover a, #sidebar ul li#MyMarketSubMenu > ul > li:hover i {
        color: #fff ;
    }

    #sidebar ul li#MyMarketSubMenu > ul > li > ul > li:hover a, #sidebar ul li#MyMarketSubMenu > ul > li > ul > li:hover i {
        color: #fff !important;
    }

.input-xs {
    height: 17px;
    font-size: 12px !important;
    text-align: end;
    padding: 0 7px;
}

.w-66 {
    width: 66% !important;
}

.btn.btn-whitespace {
    white-space: initial;
}

input[type=checkbox].OfferDisplayIcon, input[type=checkbox].OfferDisplayIcon {
    visibility: hidden;
}

input[type=checkbox].OfferDisplayIcon:checked:after, input[type=checkbox].OfferDisplayIcon:after,
input[type=checkbox].OfferDisplayIcon:checked:after, input[type=checkbox].OfferDisplayIcon:after {
    visibility: visible;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
}

    input[type=checkbox].OfferDisplayIcon:checked:after {
        content: '\f06e';
        color: #1AD598 ;
        font-weight: bold;
        filter: drop-shadow(2px 2px 4px #00000000);
    }

input[type=checkbox].OfferDisplayIcon:after {
    content: '\f06e';
    color: rgba(158, 169, 178, 0.5);
}

input[type=checkbox]:disabled.OfferDisplayIcon:after {
    content: '\f070';
    color: #DE0000;
    cursor: default;
}

input[type='checkbox'].StarDisplayIcon, input[type='checkbox'].StarDisplayIcon {
    visibility: hidden;    
}

input[type='checkbox'].StarDisplayIcon:checked:after, input[type='checkbox'].StarDisplayIcon:after {
    visibility: visible;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    line-height: unset;
}

input[type='checkbox'].StarDisplayIcon:checked:after {
    content: '\f005';
    color: #ea4e2e;
    font-weight: bold;
    filter: drop-shadow(2px 2px 4px #00000000);
}

input[type='checkbox'].StarDisplayIcon:after {
    content: '\f005';
    color: #9FAAB4;
}
.isSentTrue {
    font-size: 18px;
    font-weight: bold;
    cursor: default;
    color: #14b168 !important;
}

.isSentFalse {
    font-size: 18px;
    font-weight: bold;
    cursor: default;
    color: #ea4e2e !important;
}

input [type='checkbox']:disabled.StarDisplayIcon:after {
    content: '\f005';
    color: #DE0000;
    cursor: default;
}

.OfferCard span.fa-solid.fa-circle-info.fa-info-fade {
    font-size: 11px;
}

.OfferCard a i {
    font-size: 20px;
    padding: 0px 7px 0 0;
}

.OfferCard .img-fluid {
    max-width: 100%;
    height: fit-content;
}

.btn-helpclose {
    position: sticky;
    top: 20px;
    left: 100%;
}


#help-popup {
    position: fixed;
    top: 77px;
    right: -16px;
    padding: 6px 20px 4px 9px;
    z-index: 3;
    background-color: dodgerblue;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 18px !important;
}

    #help-popup i {
        font-size: 20px;
        font-weight: bold;
    }

        #help-popup i.fa-beat-fade, #help-popup i.fa-fade {
            -webkit-animation-duration: var(--fa-animation-duration, 3s);
            animation-duration: var(--fa-animation-duration, 3s);
        }

    #help-popup:hover:after {
        content: ' Need Help?';
        font-weight: 400;
    }

#sidebar ul li#MyMarketSubMenu > ul > li:hover a, #sidebar ul li#MyMarketSubMenu > ul > li:hover i {
    color: #fff ;
}
#navBulkDisplay > ul > li:hover a, #navBulkDisplay > ul > li:hover i {
    color: #fff !important;
}
.help-main {
    display: none;
    float: left;
    padding-top: 0px;
    z-index: 2010;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}

.help-div {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: 90vw;
    position: fixed;
    margin-top: 65px;
    margin-left: 65px;
    margin-right: 10px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #636262;
    font-size: 13px;
}

.input-xs {
    height: 17px;
    font-size: 12px !important;
    text-align: end;
    padding: 0 7px;
}


.help-div table tbody tr {
    background: #e5f3f6;
    color: #0c5460;
}
/*btn*/
#btnScrollTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(37, 37, 37, 0.8);
    color: white;
    cursor: pointer;
    padding: 7px 8px 5px;
    border-radius: 10px;
    font-size: 16px;
}

    #btnScrollTop:hover {
        background-color: rgba(37, 37, 37, 1);
    }

.btn.btn-whitespace {
    white-space: initial;
}

.help-div h3 {
    color: #636262;
    font-size: 20px;
}

.help-div h2 {
    color: #ea4e2e;
    font-size: 20px;
}

.w-66 {
    width: 66% !important;
}

.help-div table {
    border: 1px solid #c7c7c7;
}

input.OfferDisplayIcon, input.OfferDisplayIcon {
    visibility: hidden;
}

.help-scroll {
    position: relative;
    overflow: auto;
    height: 85vh;
    outline: 0;
    direction: ltr;
}

.CustomerHelpHide {
    display: none;
}


.VendorCard {
    padding: 10px 15px;
    min-height: 130px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px
}

    .VendorCard img {
        max-height: 95px;
    }

    .VendorCard:hover img {
        display: none;
    }

    .VendorCard h4 {
        display: none;
    }

    .VendorCard:hover h4 {
        display: block;
    }


    .VendorCard .serviceTitle {
        font-weight: bold;
        font-size: 14px;
        display: block;
    }

    .VendorCard:hover .serviceTitle {
        display: none;
    }

#gridMarginByVendor .box .VendorCard {
    padding: 10px 15px;
    min-height: 100px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px;
}

    #gridMarginByVendor .box .VendorCard img {
        height: 80px;
    }


.ServiceCard {
    padding: 10px 15px;
    min-height: 153px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    font-size: 12px
}

    .ServiceCard img {
        max-height: 95px;
    }


    .ServiceCard .img-resize img {
        max-height: unset;
    }

    .ServiceCard:hover .img-resize img {
        display: block;
    }


    .ServiceCard:hover img {
        display: none;
    }

    .ServiceCard h4 {
        display: none;
    }

    .ServiceCard:hover h4 {
        display: block;
    }


    .ServiceCard .serviceTitle {
        font-weight: bold;
        font-size: 14px;
        display: block;
    }

    .ServiceCard:hover .serviceTitle {
        display: none;
    }

.select-icon-position {
    position: absolute;
}

#gridMarginByVendor input.form-control {
    height: 26px
}

.box.OfferCard h4 {
    font-size: 16px;
}

#apply-filter.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.0s ease;
}

.override .pagination li.dt-paging-button a.active {
    color: #fff !important;
    background-color: #ea4e2e !important;
    border: 1px solid #ea4e2e !important;
}

.market-design-switch {
    background: dodgerblue;
    position: fixed;
    top: -62px;
    left: calc(50% - 65px);
    text-align: center;
    width: 130px;
    padding: 8px 9px 7px;
    color: white;
    border-radius: 0 0 20px 20px;
    z-index: 900;
}

    .market-design-switch:hover {
        background: #2d7ece;
        top: -2px;
        left: calc(50% - 80px);
        width: 160px;
        animation: none;
    }

        .market-design-switch:hover .btn-switch {
            animation: none;
        }

    .market-design-switch a.btn-switch {
        background: white;
        color: dodgerblue;
        border: 0;
        font-size: 11px;
        padding: 2px 11px;
        margin-top: 5px;
        border-radius: 30px !important;
    }

.market-design-switch {
    animation: switchPulse 3s infinite ease;
}

@keyframes switchPulse {
    0%, 100% {
        background: dodgerblue;
    }

    50% {
        background: #2d7ece;
    }
}

.btn-switch {
    animation: switchBtnPulse 3s infinite ease;
}

@keyframes switchBtnPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }
}

#apply-filter.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.0s ease;
}

.apply-filter {
    color: #ea4e2e !important;
}

    .apply-filter:hover {
        color: white;
    }

.override .demo-label {
    top: -4px;
    right: 20px;
    left: unset;
}
/* MyMarket Redesign Theme specific CSS
-----------------------------------------------------------*/


.market-design-switch {
    background: dodgerblue;
    position: fixed;
    top: -62px;
    left: calc(50% - 65px);
    text-align: center;
    width: 130px;
    padding: 8px 9px 7px;
    color: white;
    border-radius: 0 0 20px 20px;
    z-index: 900;
}

    .market-design-switch:hover {
        background: #2d7ece;
        top: -2px;
        left: calc(50% - 80px);
        width: 160px;
        animation: none;
    }

        .market-design-switch:hover .btn-switch {
            animation: none;
        }

    .market-design-switch a.btn-switch {
        background: white;
        color: dodgerblue;
        border: 0;
        font-size: 11px;
        padding: 2px 11px;
        margin-top: 5px;
        border-radius: 30px !important;
    }

.btn-switch {
    animation: switchBtnPulse 3s infinite ease;
}

@keyframes switchBtnPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }
}

.btn.show {
    color: #ea4e2e;
    background-color: inherit;
    border: 2px solid #ea4e2e;
}

.market-design-switch {
    animation: switchPulse 3s infinite ease;
}

#sidebar ul li#MyMarketSubMenu:hover {
    background-color: transparent;
    border-radius: 0;
    color: #9FAAB4 !important;
}

#sidebar ul li #BulkSubMenu:hover {
    background-color: transparent;
    border-radius: 0;
    color: #9FAAB4 !important;
}

#sidebar ul li#MyMarketSubMenu:hover a, #sidebar ul li#MyMarketSubMenu:hover i {
    color: #9FAAB4 ;
}

#sidebar ul li #navBulkDisplay:hover a, #sidebar ul li #navBulkDisplay:hover i {
    color: #9FAAB4 !important;
}

.OfferCard {
    color: #95A8B7;
    width: 100% !important;
    border-radius: 15px !important;
    box-shadow: 2px 2px 12px #eeeeef !important;
    border: 1px solid #e7e9ef;
    padding: 15px;
}

.OfferCard-footer {
    background: #e4e8f0;
    padding: 0px 15px;
    border-radius: 15px !important;
    box-shadow: 2px 2px 12px #eeeeef !important;
    border: 1px solid #dfe2e9;
    margin-top: 4px;
    color: #5B656D;
}

.ServiceCard {
    font-size: 12px;
    padding: 15px;
    color: #95A8B7;
}

.btn.show {
    color: #ea4e2e;
    background-color: inherit;
    border: 2px solid #ea4e2e;
}

.font-12 {
    font-size: 12px !important;
}

.OfferCard .alert-container {
    min-width: calc(100% - 90px);
    max-width: calc(100% - 120px);
}

.OfferCard .function-icons-container {
    min-width: 90px;
    max-width: 120px;
    padding: 0.5rem 0.5rem 0.25rem 0;
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
}

.ServiceCard {
    font-size: 12px;
    padding: 15px;
    color: #95A8B7;
}

input.StarDisplayIcon, input.StarDisplayIcon {
    visibility: hidden;
}

    input.StarDisplayIcon:checked:after, input.StarDisplayIcon:after,
    input.StarDisplayIcon:checked:after, input.StarDisplayIcon:after {
        visibility: visible;
        font-family: "Font Awesome 6 Free";
        background-color: transparent;
        display: inline-block;
        cursor: pointer;
    }

    input.StarDisplayIcon:checked:after {
        content: '\f005';
        color: #ea4e2e;
        font-weight: bold;
    }

    input.StarDisplayIcon:after {
        content: '\f005';
        color: #9FAAB4;
    }

input:disabled.StarDisplayIcon:after {
    content: '\f005';
    color: #DE0000;
    cursor: default;
}

.VendorCard {
    padding: 10px 15px;
    min-height: 130px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px
}

    .VendorCard img {
        max-height: 95px;
    }

    .VendorCard:hover img {
        display: none;
    }

.VendorTitle {
    display: none;
}

.VendorCard:hover .VendorTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95px;
}

    .VendorCard:hover .VendorTitle h4 {
        font-size: 1.4rem;
    }

.VendorCard .serviceTitle {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.VendorCard:hover .serviceTitle {
    display: none;
}

.VendorCard .form-check .OfferDisplayIcon {
    position: relative;
    top: 3px;
}

#gridMarginByVendor .box .VendorCard {
    padding: 10px 15px;
    min-height: 100px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px;
}

    #gridMarginByVendor .box .VendorCard img {
        height: 80px;
    }


.ServiceCard {
    padding: 10px 15px;
    min-height: 153px;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    font-size: 12px
}

    .ServiceCard img {
        max-height: 95px;
    }


    .ServiceCard .img-resize img {
        max-height: unset;
    }

    .ServiceCard:hover .img-resize img {
        display: block;
    }


    .ServiceCard:hover img {
        display: none;
    }

    .ServiceCard h4 {
        display: none;
    }

    .ServiceCard:hover h4 {
        display: block;
    }


    .ServiceCard .serviceTitle {
        font-weight: bold;
        font-size: 14px;
        display: block;
    }

    .ServiceCard:hover .serviceTitle {
        display: none;
    }

.override .alert-danger, .override .card.alert-danger {
    border-color: #efa4ac !important;
}

.BulkServiceTitle {
    min-height: 46px;
}

.VendorCard, .OfferCard {
    position: relative;
}

span.fa-solid.fa-triangle-exclamation.fa-beat.bulkDisplayErrorIcon {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 15px;
    color: #eb0a0a;
}

.w-30 {
    width: 30% !important;
}


/* Accordion overwrite 
    -----------------------------------------------------------*/

.accordion-button, .accordion-button:not(.collapsed) {
    padding: 1rem;
    font-size: 1.25rem;
    background-color: rgba(0, 8, 18, 0.03);
    border-radius: 8px !important;
}

.accordion-header {
    border-radius: 8px;
}

.accordion-body {
    padding: 10px 7px;
}

.accordion {
    --bs-accordion-active-color: unset;
    --bs-accordion-btn-color: unset;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

.accordion, .accordion-item {
    --bs-accordion-color: unset;
}

/* Checkbox overwrite 
    -----------------------------------------------------------*/

input[type='checkbox'] {
    visibility: hidden;
    width: 23px;
}

.form-check-input {
    visibility: visible;
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    height: 18px;
    width: 18px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1); 
    line-height: 29px;
}

.override .form-check .form-check-input {
    margin-top: 0px;
}

    input[type='checkbox']:checked:after,
    input[type='checkbox']:after,
    input[type='checkbox']:disabled:after {
        visibility: visible;
        font-family: "Font Awesome 6 Free";
        font-size: 18px;
        height: 18px;
        width: 18px;
        background-color: transparent;
        display: inline-block;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1); 
        line-height: 29px;
    }

input[type='checkbox']:checked:after {
    content: '\f14a';
    filter: drop-shadow(0px 0px 2px rgba(189, 189, 189, 0.4));
}

input[type='checkbox']:after {
    content: '\f0c8';
    filter: drop-shadow(0px 0px 2px rgba(189, 189, 189, 0.4));
}

input[type='checkbox']:disabled:after {
    content: '\f2d3';
    color: lightgray;
    font-weight: bold;
    cursor: default;
}

input[type='checkbox'].form-check-input:checked:after,
input[type='checkbox'].form-check-input:after,
input[type='checkbox'].form-check-input:disabled:after {
    visibility: visible;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    height: 14px;
    width: 14px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    transition: unset;
    line-height: 25px;
}

.override .form-check input[type='radio'].form-check-input {
    margin-top: 0;
}


input[type='radio'] {
    visibility: hidden;
    width: 20px;
}

input[type='radio'].form-check-input:checked:after, input[type='radio'].form-check-input:after, input[type='radio'].form-check-input:disabled:after {
    visibility: visible;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    transition: unset;
    line-height: 18px;
}

    input[type='radio']:checked:after {
        content: '\f058';
        filter: drop-shadow(0px 0px 2px rgba(189, 189, 189, 0.4));
        visibility: visible;
        font-family: "Font Awesome 6 Free";
    }

    input[type='radio']:after {
        content: '\f111';
        filter: drop-shadow(0px 0px 2px rgba(189, 189, 189, 0.4));
        visibility: visible;
        font-family: "Font Awesome 6 Free";
    }

    input[type='radio']:disabled:after {
        content: '\f058';
        color: lightgray;
        font-weight: bold;
        cursor: default;
        visibility: visible;
        font-family: "Font Awesome 6 Free";
    }

    input[type='radio'].form-check-input:checked:after,
    input[type='radio'].form-check-input:after,
    input[type='radio'].form-check-input:disabled:after {
        visibility: visible;
        font-family: "Font Awesome 6 Free";
        font-size: 16px;
        height: 16px;
        width: 16px;
        background-color: transparent;
        display: inline-block;
        cursor: pointer;
        transition: unset;
        line-height: 18px;
    }

/* Floating Label overwrite 
    -----------------------------------------------------------*/

form input[type='checkbox'] ~ label,
form input[type='checkbox'] ~ .asterix,
form input[type='checkbox'] ~ .fa-solid.fa-circle-info.fa-info-fade,
.badge .fa-solid.fa-circle-info.fa-info-fade {
    margin-bottom: 0px;
    margin-top: 0px;
    position: unset;
    top: unset;
    left: unset;
    background: unset;
    padding: unset;
    line-height: 5px;
}

.alert-info .fa-solid.fa-circle-info.fa-info-fade,
.box.OfferCard .fa-solid.fa-circle-info.fa-info-fade,
.OfferCard-footer .fa-solid.fa-circle-info.fa-info-fade,
label[for=dt-search-0],
label[for=dt-length-0],
label[for=dt-length-1],
label[for=CustomPriceSet] {
    position: unset;
    background: unset;
}
input#masterCheckbox {
    margin-left: -0.5em;
    margin-top: -5px;
}

label.label-overwrite {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    background: unset !important;
    padding: unset !important;
    line-height: 0px !important;
}

label[for=TotalPrice] {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    background: unset !important;
    padding: unset !important;
    line-height: 0px !important;
    color: white !important;
}

form .flag-icon ~ label {
    margin-bottom: 0px;
    margin-top: 0px;
    position: unset;
    top: unset;
    left: unset;
    background: unset;
    padding: 0 10px;
    line-height: 5px;
}

form input[type='radio'] ~ label,
form input[type='radio'] ~ .asterix,
form input[type='radio'] ~ .fa-solid.fa-circle-info.fa-info-fade {
    top: 1px;
    left: 0;
    background: transparent;
    display: inline;
}

label.form-check-label {
    top: 3px;
    left: 0;
    background: transparent;
    display: inline;
}

.table-responsive label {
    position: unset;
    top: unset;
    left: unset;
    background: unset;
}

#feedback-main input[type='radio'] ~ label {
    top: 0px;
    left: 0;
    background: transparent;
    display: inline;
    color: white;
}

form input[type='checkbox'] ~ .fa-solid.fa-circle-info.fa-info-fade,
form input[type='radio'] ~ .fa-solid.fa-circle-info.fa-info-fade {
    padding: unset;
    padding: 0 5px;
}

form label, label, #feedback-main label, .add-label-class {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 9px;
    left: 8px;
    background: var(--label-bg);
    padding: 0 5px;
    line-height: 2px;
    z-index: 10;
    display: inline;
}

form label:has( ~ select) {
    top: 10px;       
    line-height: 2px;
}

form label:has( ~ div.bootstrap-select) {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 9px;
    left: 8px;
    background: var(--label-bg);
    padding: 0 5px;
    line-height: 2px;
    z-index: 10;
    display: inline;
}

form input[type='checkbox'] ~ label[for=Allow_login_as_Proxy] {
    position: relative;
    top: 10px;
    left: 0;
    padding: 0;
}

form select ~ label[for=dt-length-1] {
    position: relative;
    top: 0px;
    left: 0;
    padding: 0;
}

form label ~ .asterix {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 10px;
    left: 5px;
    background: var(--label-bg); 
    padding: 0 5px 0 0;
    z-index: 10;
    display: inline-block;
    line-height: 3px;
}

form label ~ .fa-solid.fa-circle-info.fa-info-fade {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 10px;
    left: 5px;
    background: var(--label-bg); 
    padding: 0 5px 0 0;
    z-index: 10;
    display: inline-block;
    line-height: 3px;
}

form .disabled-label,
form .disabled-label ~ .asterix,
form .disabled-label ~ .fa-solid.fa-circle-info.fa-info-fade {
    background: var(--label-bg); 
    line-height: 1px;
    display: inline-block;
}

form .input-group label {
    margin-bottom: 0px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    left: 52px;
}
form .alert-dark label {
    margin-bottom: 5px;
    margin-top: 5px;
    position: unset;
    top: unset;
    left: unset;     
    padding: 8px 0;
    line-height: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: normal;
}

.Quicklink-Card label {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 9px;
    left: 8px;
    background: var(--quicklink-card-label); 
    padding: 0 5px;
    line-height: 3px;
    z-index: 10;
}

form .form-control:not([type='checkbox']),
form .form-control:not([type='radio']) {
    padding: 0.5rem 0.75rem 0.375rem;
}

form .alert-dark label {
    color: white;
    background: transparent;
}

input[type='checkbox']:after, input[type='radio']:after {
    color: rgba(158, 169, 178, 0.5); /* --- Set color --- */
}

/* ---  Override form styling
--------------------------------------------------- */


.override .cke_top {
    background: var(--label-bg) !important;
    border: var(--input-border) !important;
    padding: 10px 8px 2px;
}

.roeInputOverwrite input {
    display: block;
    padding: 0.3rem 0.75rem;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.7rem;
    border-radius: 8px !important;
    border: var(--input-border) !important;
}

.override form .form-control, .override form select.form-control {
    background-color: transparent !important;
}

 form .bootstrap-select.form-control {
    padding: 0;
}

.override footer {    
    z-index: 20;
}


#reportrange {
    cursor: pointer;
}

.bootstrap-select .btn:hover {
    transform: unset;
    transition: unset;
}

.override div.bootstrap-select > .dropdown-toggle,
.override div.bootstrap-select > .dropdown-toggle.bs-placeholder,
.override div.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.override div.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.override div.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    height: 40px !important;
    padding: 0.5rem 0.75rem 0.375rem;
    font-size: 0.87rem;
}

.override select {    
    cursor:pointer;   
}

.override .bootstrap-select .btn.show {
    color: #495057;
    background-color: inherit;
    border: 1px solid #80bdff;
}

.override .timeline-date, .override .timeline-date button {
    padding: 0px;
}

.override .timeline-month:before {    
    background: #737f89;    
}

.override .timeline-date button:hover:after {    
    right: 8px;
}

.override .timeline-date button:after {   
    top: 10px;    
}


select.form-select:not([size]):not([multiple]) {
    height: calc(2.05rem + 4px);
}

.override form .form-select, .override form select.form-select {
    background-color: transparent !important;
}

form .form-select:not([type='checkbox']), form .form-select:not([type='radio']) {
    padding: 0.5rem 0.75rem 0.375rem;
}

.override form .form-select:disabled, .override form .form-select[readonly] {
    opacity: 0.5;
    color: inherit !important;
}

.form-select {
    border: var(--input-border) !important;
    font-size: 0.87rem;
    line-height: 1.75;    
}

.override .form-control.form-control-sm {
    font-size: 0.7rem;
}

.override .alert-dark input {
    color: white;
}

.dt-length .form-select {
    padding: 2px 15px 2px 8px;
    background-position: right 3px center;    
}

.dt-length select.form-select:not([size]):not([multiple]) {
    height: 30px;
    padding: 0px 14px 0px 5px;
}

.override .form-select {
    background-size: 10px 10px;
}

.override .dropup button.dropdown-toggle::after {
    margin-right: 0px;
}

.override #feedback-div .form-select {
    background-color: #fff !important;   
}

.form-select > .selectpicker, .bootstrap-select {
    border: 0px !important;
}