﻿body {
}

.quoteInfoPaddingBottom {
    padding-bottom: 15px
}

.messageHeadFont {
    font-family: Arial
}

.enterCCWRQuoteTriangle:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2375b7;
    border-bottom: 10px solid transparent;
    left: 13%;
    bottom: -20px;
}

.enterCCWRQuoteTriangle:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    left: 13%;
    bottom: -18px;
    border-top-color: #e9f1f7;
}

.requestQuoteTriangle:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2375b7;
    border-bottom: 10px solid transparent;
    left: 95%;
    bottom: -20px;
}

.requestQuoteTriangle:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    left: 95%;
    bottom: -18px;
    border-top-color: #e9f1f7;
}

.CCWRQuoteMessageBox {
    background: #e9f1f7;
    border: 1px solid #2375b7;
    position: relative;
}

    .CCWRQuoteMessageBox .iconInfo {
        width: 4.3333%;
    }

.iconInfo {
    width: 4.3333%;
}

#vendorportal-quotedetails .quote-content div.box-shadow-lightgrey {
    border-radius: 4px;
    min-height: 180px;
}

#vendorportal-quotedetails .quote-content {
    background: #eeeeee;
}

#vendorportal-quotedetails .optDiscount-content {
    background: #eeeeee;
}

.radio-item-Dart {
    position: relative;
    padding: 0 25px;
    margin: 10px 0 0;
}

    .radio-item-Dart input[type='radio'] {
        display: none;
    }

    .radio-item-Dart label {
        font-size: 13px;
    }

        .radio-item-Dart label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid grey;
            background-color: transparent;
        }

    .radio-item-Dart input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 31px;
        content: " ";
        display: block;
        background: grey;
    }


.radio-item-education {
    position: relative;
    padding: 0 25px;
    margin: 10px 0 0;
}

    .radio-item-education input[type='radio'] {
        display: none;
    }

    .radio-item-education label {
        font-size: 13px;
    }

        .radio-item-education label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid grey;
            background-color: transparent;
        }

    .radio-item-education input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 31px;
        content: " ";
        display: block;
        background: #eee;
    }

.radio-item-incumbent {
    position: relative;
    padding: 0 25px;
    margin: 10px 0 0;
}

    .radio-item-incumbent input[type='radio'] {
        display: none;
    }

    .radio-item-incumbent label {
        font-size: 13px;
    }

        .radio-item-incumbent label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid grey;
            background-color: transparent;
        }

    .radio-item-incumbent input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 31px;
        content: " ";
        display: block;
        background: #eee;
    }

.radio-item-takeover {
    position: relative;
    padding: 0 25px;
    margin: 10px 0 0;
}

    .radio-item-takeover input[type='radio'] {
        display: none;
    }

    .radio-item-takeover label {
        font-size: 13px;
    }

        .radio-item-takeover label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid grey;
            background-color: transparent;
        }

    .radio-item-takeover input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 31px;
        content: " ";
        display: block;
        background: #eee;
    }

.radio-item-education label.colorChange:before {
    background-color: #2375BB;
}

.radio-item-education label.dotColorChange:after {
    background: #eee !important;
}

.radio-item-education label.backGroundColorChange:before {
    background-color: #eee;
}

.radio-item-Dart label.colorChange:before {
    background-color: #2375BB;
}

.radio-item-Dart label.dotColorChange:after {
    background: #eee !important;
}

.radio-item-Dart label.backGroundColorChange:before {
    background-color: #eee;
}

.radio-item-incumbent label.colorChange:before {
    background-color: #2375BB;
}

.radio-item-incumbent label.dotColorChange:after {
    background: #eee !important;
}

.radio-item-incumbent label.backGroundColorChange:before {
    background-color: #eee;
}

.radio-item-takeover label.colorChange:before {
    background-color: #2375BB;
}

.radio-item-takeover label.dotColorChange:after {
    background: #eee !important;
}

.radio-item-takeover label.backGroundColorChange:before {
    background-color: #eee;
}

.cCWRQuoteSearchBottomMargin {
    margin-bottom: 200px;
}

.cCWRQuoteSearchBtnPadding {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 25px;
    padding-right: 25px
}

.cCWRQuoteSearchInputBorderNone {
    border: none;
}

.listPriceRightPadding {
    padding-right: 40px !important;
}

.quantityRightPadding {
    padding-right: 40px !important;
}

.extendedlistpriceRightPadding {
    padding-right: 20px !important;
}

#_invoicelines thead th {
    border: 1px solid #cccccc !important;
    padding: 8px;
    vertical-align: middle;
}

.totalExtendedListPriceBorderBottom {
    border: none !important;
}

.requestQuoteRightPadding {
    padding-right: 50px;
}

.downloadButtonPaddingTop {
    padding-top: 8px;
}

.downloadBtnBorderNone {
    border: none !important;
}

.quoteSearchBorder {
    border-radius: 4px;
    border: 1.2px solid #ccc !important;
}

.quoteSearchlLblPadding {
    padding-right: 2px;
    padding-left: 2px;
}

.quoteSearchTxtPadding {
    padding-top: 2px !important;
    padding-right: 2px !important;
}

.quoteSearchMarginBottom {
    margin-bottom: 2px !important;
}

.dartIdLableWidth {
    border: none transparent;
    outline: none;
    width: 86%;
}

.searchtxtPadding .fa-times-circle {
    font-size: 14px;
}

.radio-item-IsEducationalSector-yes {
    display: inline-block;
    position: relative;
    margin: 10px 0 0;
}

    .radio-item-IsEducationalSector-yes input[type='radio'] {
        display: none;
    }

    .radio-item-IsEducationalSector-yes label {
        font-size: 13px;
    }

        .radio-item-IsEducationalSector-yes label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid grey;
            background-color: transparent;
        }

    .radio-item-IsEducationalSector-yes input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 6px;
        content: " ";
        display: block;
        background: grey;
    }

.radio-item-IsEducationalSector-no {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

    .radio-item-IsEducationalSector-no input[type='radio'] {
        display: none;
    }

    .radio-item-IsEducationalSector-no label {
        font-size: 13px;
    }

        .radio-item-IsEducationalSector-no label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid grey;
            background-color: #2375BB;
        }

    .radio-item-IsEducationalSector-no input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 11px;
        left: 12px;
        content: " ";
        display: block;
        background: #eee;
    }


    .radio-item-IsEducationalSector-no label.colorChange:before {
        background-color: #2375BB;
    }

    .radio-item-IsEducationalSector-no label.dotColorChange:after {
        background: #eee !important;
    }

    .radio-item-IsEducationalSector-no label.backGroundColorChange:before {
        background-color: #eee;
    }

.radio-item-IsEducationalSector-yes label.colorChange:before {
    background-color: #2375BB;
}

.radio-item-IsEducationalSector-yes label.dotColorChange:after {
    background: #eee !important;
}

.radio-item-IsEducationalSector-yes label.backGroundColorChange:before {
    background-color: #eee;
}

.quoteIDLableFontPadding {
    font-size: 14px;
    padding: 6px 12px;
    color: #4784C2;
    font-weight: 700;
}

.quoteIDLableFontPadding_v2 {
    font-size: 16px;
    padding: 6px 12px;
    font-weight: 500;
}

.educationalSectorPadding {
    padding-left: 25px;
}

.dartIDFont {
    font-size: 12px;
}

.quoteIDSearchBorderNone {
    border: none;
}

.ccwrQuoteIDWidth {
    width: 85% !important;
}

.searchClearPaddingTop {
    padding-top: 3px;
}

.searchclearstyle {
    color: darkgray;
    margin-top: 4px;
    margin-right: 5px;
}

.dartTxtPadding {
    padding: 7px 12px;
}

.whatsNextRequestQuoteLeftPadding {
    margin-left: 40px;
}

.searchClearPaddingTop {
    padding-top: 3px;
}

.searchclearstyle {
    color: darkgray;
    margin-top: 4px;
    margin-right: 5px;
}

.dartTxtPadding {
    padding: 7px 12px;
}

.ccwrquoteErrorBox {
    background: #f2dede;
    border: 1px solid #dc143c;
    position: relative;
    color: #dc143c;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.ccwrquoteError_v2 {
    background: #f2dede;
    border: 1px solid #dc143c;
    position: relative;
    color: black;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    line-height: 20px;
}

.ccwrquoteErrorBox_noMargin {
    margin-left : 0px !important;
    margin-right: 0px !important;
}

.createQuoteSuccessBox {
    background: #d4edda;
    border: 1px solid #155724;
    position: relative;
    color: #155724;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.info {
    background: rgba(35,117,183,0.1);
    border: 1px solid #2375bb;
    position: relative;
    color: #2375bb;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.estimateLineInvalid {
    color: #dc143c;
    font-weight: bold
}


.ccwrquoteErrorBox .iconInfo {
    width: 4.3333%;
}

.endUserDetailsTableWidth {
    width: 100%;
}

.optDiscount-content .dartsearch-header-div {
    top: unset !important;
}

.border-lightgrey-optionBox {
    border: 1.2px solid #ccc;
}

.mismatchErrorRightDivWidthAndFontColor {
    width: 97%;
    color: #333;
}

.mismatchErrorLeftDivWidth {
    width: 3%;
}

/*table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

    table.floatThead-table thead th {
        border: 1px solid #cccccc !important;
        padding: 8px;
        vertical-align: middle;
    }*/

.tableFloatingHeaderOriginal th {
    background-color: #fff;
    border-bottom: 1px solid #DDD;
}


.col-lg-2-point-7 {
    width: 20% !important;
    float: left !important;
    position: relative;
    min-height: 1px;
}

#_invoicelines_v2 thead th {
    border-bottom: 1px solid #cccccc !important;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px !important;
}

#_invoicelines_v2 th {
    color: #333333;
    text-decoration: none;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    vertical-align: middle;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 15px !important;
}

#_invoicelines_v2 tbody tr td {
    border-top: none !important;
    /*padding: 15px !important;*/
    font-size: 14px !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    /*padding-left: 15px !important;*/
    /*cursor: pointer;*/
}

.btn-extended {
    padding: 8.5px 20px !important;
}

.color-light-blue-neon {
    background-color: #eaf2f9 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.col-xs-1point11-custom {
    width: 11%;
}

.col-md-9-custom-saas {
    width: 78% !important;
}

.border-left-imp-saas {
    border-left: 1px solid #ccc !important;
}

.dropdown-menu-saas {
    min-width: 150px !important;
    margin-top: 8px !important;
}

    .dropdown-menu-saas li a {
        cursor: pointer !important;
        padding: 3px 23px !important;
    }

.col-md-1-custom-3-np {
    width: 10% !important;
}

.ccwrQuoteDetailsBoxMinHeight {
    min-height: 200px !important;
}