/* Minification failed. Returning unminified contents.
(1188,1): run-time error CSS1019: Unexpected token, found '}'
(1201,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body {
    padding-bottom: 20px;
    padding-top: 50px;
    font-size: 12px !important;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select {
    max-width: 280px;
}

/* extra-small inputs */

.input-xs {
    border-radius: 3px;
    font-size: 12px;
    height: 22px;
    /*width: 72px;*/
    line-height: 1.5; /*If Placeholder of the input is moved up, rem/modify this.*/
    padding: 2px 5px;
}

.navbar-brand img {
    width: 65px;
    height: auto;
    margin-right: 15px;
    margin-top: -2px;
}

.ui-widget-overlay {
    opacity: 0.4 !important;
}

.mat_quote {
    width: 100% !important;
}

.materials-header-button {
    /*margin-top: 7px;*/
}

.horizontal-spacer-lg {
    padding: 16px;
}

.horizontal-spacer-md {
    padding: 12px;
}

.materials-table {
    font-size: 12px;
}

.materials-table-header {
    font-weight: bold;
}

.materials-table.row {
    margin: 0;
}

.line-item {
    border: 1px solid lightgrey;
    border-radius: 3px;
    margin-top: 4px;
    padding: 3px;
}

.materials-table div.col-md-1,
.materials-table div.col-md-2,
.materials-table div.col-md-9,
.materials-table div.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.materials-table input,
.materials-table select {
    max-width: 100%;
}

.line-item-text {
    float: left;
}

.line-item-text-popover {
    float: right;
    margin-bottom: 1px;
}

.numeric-input {
    text-align: right;
}

.line-item-input,
.into-stock-price-input,
.distributor-net-cost-input {
    margin-bottom: 1px;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 12px;
    }

    .left-inner-addon span {
        padding: 2px 5px;
        pointer-events: none;
        position: absolute;
    }

.comments-input {
    width: 100%;
}

.mobile-line-item-buttons {
    float: right;
}

/* styles for validation helpers */

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.brand {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.twitter-typeahead .tt-suggestion:hover {
    background-color: #e3e3e3;
    border-radius: 3px;
}

.twitter-typeahead .tt-dropdown-menu {
    background-color: white;
    border-color: black;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: none;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 100%;
    z-index: 100;
}

.twitter-typeahead .tt-hint {
    color: transparent;
}


.isActive.False {
    color: gray;
}

.required-field-marker {
    color: #ff0000;
    font-size: x-large;
    font-weight: 900;
    vertical-align: middle;
}

.overMax {
    color: red;
}

label {
    margin-bottom: 0px;
}

#endUserSearchTable thead tr th,
#endUserSearchTable tbody tr td,
.addMaterialsTable tbody tr td,
.addMaterialsTable thead tr th,
#approvalTable tbody tr td,
#approvalTable thead tr th, 
#projectSearchTable thead tr th,
#projectSearchTable tbody tr td {
    padding-right: 10px;
}

.addMaterialsTable tbody tr td,
.addMaterialsTable thead tr th,
.nettedDiscountsTable tbody tr td,
.nettedDiscountsTable thead tr th,
#endUserSearchTable tbody tr td,
#endUserSearchTable thead tr th,
#projectSearchTable tbody tr td,
#projectSearchTable thead tr th {
    text-align: center;
}

.nettedDiscountsTable,
.addMaterialsTable {
    width: 100%;
}

#quotationPricingGroupsTable tr td {
    border: none;
}

dd {
    min-height: 20px;
}

#dlHeaderDetails dd {
    max-height: 28px;
    min-height: 28px;
}

#winLossBadge:hover {
    color: white;
    text-decoration: none;
}

.fixedCaptionHeights h3 {
    height: 45px;
}

.fixedCaptionHeights p {
    height: 55px;
}

.btnBar {
    margin: 0;
    position: fixed;
    top: 55px;
    z-index: 1;
}

    .btnBar .btn-group button,
    .btnBar a {
        margin-right: 2px;
    }

.btnBarDropdown {
    background-color: #2d3e50;
}

    .btnBarDropdown li a {
        color: white;
    }

.bidOrBuy {
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 450px), (min-device-width: 0px) and (max-device-width: 450px) {
    .btnBarDropdown li a {
        font-size: 11px;
    }
}

#pendingApprovalsTable {
    font-size: 13px;
}

@media screen and (min-width: 1200px) and (max-width: 990px) {
    .materialNumberLineInput {
        width: 85%;
    }
}

@media screen and (min-width: 990px) {
    .materialNumberLineInput {
        width: 85%;
    }
}

@media only screen and (max-width: 900px), (min-device-width: 300px) and (max-device-width: 1024px) {
    #pendingApprovalsTable {
        font-size: 14px;
    }

    .mobile-ready-table,
    .mobile-ready-table thead,
    .mobile-ready-table tbody,
    .mobile-ready-table thead tr th,
    .mobile-ready-table tbody tr td,
    .mobile-ready-table thead tr,
    .mobile-ready-table tbody tr {
        display: block;
        padding:3px;
    }

    .addMaterialsTable td:before,
    .nettedDiscountsTable td:before {
        text-align: left;
    }

    .mobile-ready-table {
        min-width: 280px;
    }

        .mobile-ready-table thead tr {
            left: -9999px;
            position: absolute;
            top: -9999px;
        }

    #searchResultsTable {
        min-width: 255px;
    }

    .mobile-ready-table thead tr,
    .mobile-ready-table tbody tr {
        border: 1px solid #ccc;
    }

        .mobile-ready-table tbody tr td {
            border: none;
            border-bottom: 1px solid #eee;
            font-size: 12px;
            min-height: 29px;
            position: relative;
            text-align: left;
            white-space: normal;
            word-wrap: normal;
        }

            .mobile-ready-table tbody tr td p {
                max-width: 100%;
               display:block;
                text-align: left;
            }

            .mobile-ready-table tbody tr td:before {
                font-size: 12px;
                font-weight: bold;
                left: 6px;
                position: absolute;
                top: 6px;
                white-space: nowrap;
                width: 45%;
            }

    #endUserSearchTable tbody tr td p,
    #projectSearchTable tbody tr td p,
    .nettedDiscountsTable tbody tr td p,
    #endUserSearchTable tbody tr td,
    #projectSearchTable tbody tr td {
        max-width: 80%;
        text-align: left;
        overflow:hidden;
    }

        .addMaterialsTable tbody tr td p,
        .nettedDiscountsTable tbody tr td p,
        #endUserSearchTable tbody tr td p,
        #projectSearchTable tbody tr td p {
            position: relative;
            top: 5px;
        }

    #approvalTable tbody tr td p,
    #pendingApprovalsTable tbody tr td {
        max-width: 100%;
        padding-left: 50%;
        text-align: left;
    }

    #endUserSearchTable tbody tr td p button,
    #projectSearchTable tbody tr td p button {
        margin-left: -10px;
    }

    .addMaterialsTable tbody tr td p button {
        margin-left: -8px;
    }

    #pendingApprovalsTable tr td:nth-of-type(1):before {
        content: "Quotation Request ID";
    }

    #pendingApprovalsTable tr td:nth-of-type(2):before {
        content: "Requestor";
    }

    #pendingApprovalsTable tr td:nth-of-type(3):before {
        content: "Assigned Approver";
    }

    #pendingApprovalsTable tr td:nth-of-type(4):before {
        content: "Distributor ID";
    }

    #pendingApprovalsTable tr td:nth-of-type(5):before {
        content: "Distributor Name";
    }

    #pendingApprovalsTable tr td:nth-of-type(6):before {
        content: "Distributor City";
    }

    #pendingApprovalsTable tr td:nth-of-type(7):before {
        content: "Distributor Region";
    }

    #pendingApprovalsTable tr td:nth-of-type(8):before {
        content: "Customer";
    }

    #pendingApprovalsTable tr td:nth-of-type(9):before {
        content: "Quotation Date";
    }

    #pendingApprovalsTable tr td:nth-of-type(10):before {
        content: "Project";
    }

    #pendingApprovalsTable tr td:nth-of-type(11):before {
        content: "Estimated Value";
    }

    #pendingApprovalsTable tr td:nth-of-type(12):before {
        content: "";
    }

    #searchResultsDashboardTable tr td:nth-of-type(1):before {
        content: "ID";
    }

    #searchResultsDashboardTable tr td:nth-of-type(2):before {
        content: "Requestor";
    }

    #searchResultsDashboardTable tr td:nth-of-type(3):before {
        content: "Distributor";
    }

    #searchResultsDashboardTable tr td:nth-of-type(4):before {
        content: "Job Name";
    }

    #searchResultsDashboardTable tr td:nth-of-type(5):before {
        content: "City";
    }

    #searchResultsDashboardTable tr td:nth-of-type(6):before {
        content: "State";
    }

    #searchResultsDashboardTable tr td:nth-of-type(7):before {
        content: "Start";
    }

    #searchResultsDashboardTable tr td:nth-of-type(8):before {
        content: "End";
    }

    #searchResultsDashboardTable tr td:nth-of-type(9):before {
        content: "Type";
    }

    #searchResultsDashboardTable tr td:nth-of-type(10):before {
        content: "Customer";
    }

    #searchResultsDashboardTable tr td:nth-of-type(11):before {
        content: "";
    }



    #endUserSearchTable tr td:nth-of-type(1):before {
        content: "Customer ID";
    }

    #endUserSearchTable tr td:nth-of-type(2):before {
        content: "Name";
    }

    #endUserSearchTable tr td:nth-of-type(3):before {
        content: "Address";
    }

    #endUserSearchTable tr td:nth-of-type(4):before {
        content: "City";
    }

    #endUserSearchTable tr td:nth-of-type(5):before {
        content: "Region";
    }

    #endUserSearchTable tr td:nth-of-type(6):before {
        content: "Postal Code";
    }

    #endUserSearchTable tr td:nth-of-type(7):before {
        content: "";
    }

    #projectSearchTable tr td:nth-of-type(1):before {
        content: "Project ID";
    }

    #projectSearchTable tr td:nth-of-type(2):before {
        content: "Name";
    }

    #projectSearchTable tr td:nth-of-type(3):before {
        content: "Description";
    }

    #projectSearchTable tr td:nth-of-type(4):before {
        content: "Created By";
    }

    #projectSearchTable tr td:nth-of-type(5):before {
        content: "Created On";
    }

    #projectSearchTable tr td:nth-of-type(6):before {
        content: "Bid Date";
    }

    #projectSearchTable tr td:nth-of-type(7):before {
        content: "Start Date";
    }
    #projectSearchTable tr td:nth-of-type(8):before {
        content: "End Date";
    }
    #projectSearchTable tr td:nth-of-type(9):before {
        content: "Win/Loss";
    }

    #projectSearchTable tr td:nth-of-type(10):before {
        content: "";
    }

    .addMaterialsTable tr td:nth-of-type(1):before {
        content: "Material Number";
    }

    .addMaterialsTable tr td:nth-of-type(2):before {
        content: "Quote Group";
    }

    .addMaterialsTable tr td:nth-of-type(3):before {
        content: "Include All Colors?";
    }

    .addMaterialsTable tr td:nth-of-type(4):before {
        content: "Into Stock Price";
    }

    .addMaterialsTable tr td:nth-of-type(5):before {
        content: "DNC";
    }

    .addMaterialsTable tr td:nth-of-type(6):before {
        content: "Quantity";
    }

    .addMaterialsTable tr td:nth-of-type(7):before {
        content: "Multiplier";
    }

    .addMaterialsTable tr td:nth-of-type(8):before {
        content: "Negotiated Price";
    }

    .addMaterialsTable tr td:nth-of-type(9):before {
        content: "Extended Price";
    }

    .addMaterialsTable tr td:nth-of-type(10):before {
        content: "";
    }

    .addMaterialsTable tr td:nth-of-type(11):before {
        content: "";
    }

    /*When there is a comment. Change the content from Material Number to Comment*/
    .addMaterialsTable tr td:nth-of-type(1).materialComment:before {
        content: "Comment";
    }

    .addMaterialsTable tr.subtotalRow td:nth-of-type(1) {
        display: none;
    }

    .addMaterialsTable tr.subtotalRow td:nth-of-type(2) {
        display: none;
    }

    .addMaterialsTable tr.subtotalRow td:nth-of-type(3):before {
        content: "Subtotal";
    }

    .addMaterialsTable tr.subtotalRow td:nth-of-type(4) {
        display: none;
    }

    .nettedDiscountsTable tr td:nth-of-type(1):before {
        content: "Material Number";
    }

    .nettedDiscountsTable tr td:nth-of-type(2):before {
        content: "Quote Group";
    }

    .nettedDiscountsTable tr td:nth-of-type(3):before {
        content: "All Colors?";
    }

    .nettedDiscountsTable tr td:nth-of-type(4):before {
        content: "Into Stock Price";
    }

    .nettedDiscountsTable tr td:nth-of-type(5):before {
        content: "Distributor Net Cost";
    }

    .nettedDiscountsTable tr td:nth-of-type(6):before {
        content: "Quantity";
    }

    .nettedDiscountsTable tr td:nth-of-type(7):before {
        content: "Negotiated Price";
    }

    .nettedDiscountsTable tr td:nth-of-type(8):before {
        content: "Multiplier";
    }

    .nettedDiscountsTable tr td:nth-of-type(9):before {
        content: "Extended Price";
    }

    .nettedDiscountsTable tr td:nth-of-type(1).materialComment:before {
        content: "Comment";
    }

    .nettedDiscountsTable tr.subtotalRow td:nth-of-type(1) {
        display: none;
    }

    .nettedDiscountsTable tr.subtotalRow td:nth-of-type(2) {
        display: none;
    }

    .nettedDiscountsTable tr.subtotalRow td:nth-of-type(3):before {
        content: "Subtotal";
    }

    .nettedDiscountsTable tr.subtotalRow td:nth-of-type(4) {
        display: none;
    }

    #approvalTable tr td:nth-of-type(1):before {
        content: "Approver";
    }

    #approvalTable tr td:nth-of-type(2):before {
        content: "Approver Status";
    }

    #approvalTable tr td:nth-of-type(3):before {
        content: "Comment";
    }
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

/* Spinner */
.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 128px;
    width: 128px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 16px solid rgba(0,174,239,.15);
    border-right: 16px solid rgba(0,174,239,.15);
    border-bottom: 16px solid rgba(0,174,239,.15);
    border-top: 16px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.summaryText {
    font-style: normal;
    text-align: left !important;
}

.summaryNumeric {
    font-style: normal;
    text-align: right !important;
}

#searchResultsTable_wrapper .fg-toolbar {
    padding: 10px;
}

#searchResultsTable_wrapper .dataTables_length {
    float: left !important;
}

#searchResultsTable_wrapper .dataTables_filter {
    float: right !important;
}

#searchResultsTable_wrapper table {
    font-size: 12px;
}

#searchResultsTable_wrapper .dataTables_info {
    float: left !important;
}

#searchResultsTable_wrapper .dataTables_paginate {
    float: right !important;
}

#searchResultsTable_wrapper p {
    margin: 0px;
}

#searchResultsDashboardTable_wrapper .fg-toolbar {
    padding: 10px;
}

#searchResultsDashboardTable_wrapper .dataTables_length {
    float: left !important;
}

#searchResultsDashboardTable_wrapper .dataTables_filter {
    float: right !important;
}

#searchResultsDashboardTable_wrapper table {
    font-size: 12px;
}

#searchResultsDashboardTable_wrapper .dataTables_info {
    float: left !important;
}

#searchResultsDashboardTable_wrapper .dataTables_paginate {
    float: right !important;
}

#searchResultsDashboardTable_wrapper p {
    margin: 0px;
}

#loader {
    background: url('../Content/images/loading_2.gif') no-repeat center #fff;
    min-height: 100px;
    position: absolute;
    z-index: 99999 !important;
    width: 100%;
    left: 0px;
    padding: 2% 0% 20% 0%;
    ;
    opacity: 0.5;
}


.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden !important;
}

#searchResultsTable .selected {
    background-color: #fdf7c9 !important;
}

#searchResultsDashboardTable .selected {
    background-color: #fdf7c9 !important;
}


@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}




.table-striped > tbody > .selected:nth-child(odd) > td, .table-striped > tbody > .selected:nth-child(odd) > th {
    background-color: #fdf7c9 !important;
}


.gray_bar {
    background: #e2e2e2;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    clear: both;
}

.cleaf_btm {
    clear: both;
    margin: 0px;
    height: 4px;
}

.gray_bar_border {
    border-bottom: 1px solid #e6e6e6;
    height: 1px;
    margin: 10px 0px;
    width: 100%;
    clear: both;
}

.gray_bar .form-control, .gray_bar .btn-group {
    max-width: 100% !important;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.common_div {
    clear: both;
    overflow: hidden;
}

.filter_icon {
    margin-right: 10px;
}

.filter_icon {
    color: #000 !important;
}

    .filter_icon i {
        font-size: 20px;
    }

.scroll_table {
    overflow-x: scroll;
    background: #e9e9e9;
    font-size: 12px !important;
    border: 1px solid #ddd;
}

    .scroll_table table .even {
        background: #fff !important;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
}

.table > thead > tr > th {
}

.table > tbody > tr > td {
    font-size: 11px !important;
}

.ui-widget-header {
    border: none !important;
}

.keep-open button {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.keep-open ul {
    padding: 0px;
    margin: 0px;
}

    .keep-open ul li {
        padding: 2px 10px;
        border-bottom: 1px solid #f1f1f1;
        text-align: left;
    }

        .keep-open ul li:hover {
            background: #eee;
        }

        .keep-open ul li label {
            font-weight: normal !important;
            font-size: 11px !important;
        }

.gray_bar .row .col-sm-2 {
    padding: 0px 5px;
}

.adv_search_outer {
    clear: both;
    height: auto;
}

    .adv_search_outer .adv_Search_list {
        float: left;
        max-width: 165px;
        margin-right: 3px;
    }

        .adv_search_outer .adv_Search_list select {
            float: left;
            max-width: 165px;
            overflow: hidden;
            font-size: 12px;
        }

        .adv_search_outer .adv_Search_list .btn, .adv_search_outer .adv_Search_list label {
            font-size: 12px;
            line-height: 20px;
        }

    .adv_search_outer .form-group {
        margin: 2px 0px;
    }

        .adv_search_outer .form-group .checkbox {
            margin: 2px 0px;
        }

#quoteSearchResults {
    clear: both;
    margin-top:20px;
}

.clear_fx {
    clear: both;
}

.mtop10 {
    margin-top: 10px;
    clear: both;
}

.mgin_btm .form-group {
    margin-bottom: 10px !important;
    overflow: hidden;
}

.scroll_area {
    overflow-y: scroll;
    height: 300px;
}

.bg_gray {
    background: #fff;
    padding: 0px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .bg_gray table {
        font-size: 12px;
        width: 100%;
    }

        .bg_gray table th {
            background: #ccc;
            padding: 10px 0px;
        }

        .bg_gray table td {
            padding: 3px 5px;
            border-bottom: 1px solid #f1f1f1;
        }

            .bg_gray table td p {
                margin-bottom: 0px;
            }

.quote_table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 12px;
    width: 50%;
}

    .quote_table td {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: #f5f3e8;
    }

    .quote_table .bold {
        font-weight: bold;
        background: #ececec;
        padding: 5px;
        width: 40%;
    }

    .quote_table .pad {
        padding: 5px;
        width: 60%;
    }

.approval {
    border: 1px solid #d2bd00;
    border-radius: 4px;
    box-sizing: border-box;
}

.badge {
    background: #e2e2e2 !important;
    color: #000 !important;
}

.well {
    overflow: hidden;
}

}

.commondiv {
    clear: both;
    overflow: hidden;
}

.commondiv {
    clear: both;
    overflow: hidden;
}

.bg_gray2 {
    : hidden;
    margin: 5px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .bg_gray2 table th {
        text-align: center;
    }

    .bg_gray2 table td {
        padding: 2px 5px;
    }

    .bg_gray2 p {
        margin-bottom: 10px;
    }

.fbold_qform {
    font-weight: bold;
    font-size: 14px;
}

.div_cont .panel-heading, .div_cont .panel-body {
    text-align: left;
}

.white_area {
    background: #fff;
    overflow: hidden;
    margin: 1%;
    padding: 3%;
}

@media screen and (max-width: 700px) {
    .white_area {
        padding: 10%;
    }
}

.white_area .form-control {
    max-width: 99%;
}

.white_area .text-box, .white_area .datepicker {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #2d3e50;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: 99%;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1001 !important;
    overflow-y: scroll;
    overflow-x: none;
    height: 150px;
}

.search_ddown {
}

    .search_ddown .dropdown-menu .input-group {
        margin: 2px 5px;
    }

    .search_ddown .dropdown-menu {
        width: 300px;
    }

        .search_ddown .dropdown-menu .input-group input {
            width: 100%;
        }

        .search_ddown .dropdown-menu .input-group {
            width: 100%;
        }

            .search_ddown .dropdown-menu .input-group .form-control {
                font-size: 12px;
            }

        .search_ddown .dropdown-menu .m2 {
            padding: 0% 2%;
        }

        .search_ddown .dropdown-menu .row {
            margin: 0%;
        }

.user_scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 140px;
    margin: 7px;
}

    .user_scroll li {
    }

        .user_scroll li a {
            display: block;
            padding: 3px;
        }

            .user_scroll li a:hover {
                display: block;
                text-decoration: none;
                background: #ccc;
            }

.search_ddown .dropdown-menu .input-group {
    margin: 2px 5px;
}

.search_ddown .dropdown-menu {
    width: 300px;
}

    .search_ddown .dropdown-menu .input-group input {
        width: 100%;
    }

    .search_ddown .dropdown-menu .input-group {
        width: 100%;
    }

        .search_ddown .dropdown-menu .input-group .form-control {
            font-size: 12px;
        }

    .search_ddown .dropdown-menu .m2 {
        padding: 0% 2%;
    }

    .search_ddown .dropdown-menu .row {
        margin: 0%;
    }

.user_scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 140px;
    margin: 7px;
}

    .user_scroll li {
    }

        .user_scroll li a {
            display: block;
            padding: 3px;
        }

            .user_scroll li a:hover {
                display: block;
                text-decoration: none;
                background: #ccc;
            }

.search_ddown .dropdown-menu .input-group {
    margin: 2px 5px;
}

.search_ddown .dropdown-menu {
    width: 300px;
}

    .search_ddown .dropdown-menu .input-group input {
        width: 100%;
    }

    .search_ddown .dropdown-menu .input-group {
        width: 100%;
    }

        .search_ddown .dropdown-menu .input-group .form-control {
            font-size: 12px;
        }

    .search_ddown .dropdown-menu .m2 {
        padding: 0% 2%;
    }

    .search_ddown .dropdown-menu .row {
        margin: 0%;
    }

#ui-id-2, #ui-id-3 {
    z-index: 9999 !important;
}

.text_box_new {
    width: 307px;
    max-width: inherit !important;
}

.pad2 {
    padding: 2%;
}

.r_border {
    border-right: 1px solid #ccc;
}

.radio_box .radio input[type="radio"] {
    margin-top: 0px;
}

.raceway_tab a {
    color: #000 !important;
}

@media(max-width:900px) {
    .table_scroll {
        overflow-x: scroll;
    }
}

@media(max-width:1000px) {
    .div_scroll {
        overflow-x: scroll;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 900px), (min-device-width: 300px) and (max-device-width: 1024px) {
    .mobile-ready-table tbody tr td:before {
        font-size: 12px;
        font-weight: bold;
        position: unset !important;
        white-space: nowrap;
        width: 45%;
        margin-right: 10px;
    }
}

.nav-tabs .disabled {
    color: #adadad !important;
    background-color: #eee !important;
    border-color: transparent !important;
}

    .nav-tabs .disabled:hover {
        color: #adadad !important;
        background-color: #eee !important;
        border-color: transparent !important;
    }

.overflow {
    height: 280px !important;
    overflow-y: auto !important;
}

.quantity_box {
    width: 100% !important;
    border: 1px solid #e8e8e8 !important;
}

/* Quotation summary Material Table style */

.pad2 {
    padding: 2%;
}

.r_border {
    border-right: 1px solid #ccc;
}

.radio_box .radio input[type="radio"] {
    margin-top: 0px;
}

.raceway_tab a {
    color: #000 !important;
}

.raceway_profile_bg {
    background: #fdfbfb;
}

.raceway_profile {
    padding: 1%;
    background: #ccc;
}

    .raceway_profile .panel {
        margin-bottom: 0px;
    }

    .raceway_profile .panel-heading {
        overflow: hidden;
    }

    .raceway_profile .table {
        margin-bottom: 0px;
    }

.table p {
    margin-bottom: 0px;
}

@media(max-width:900px) {
    .table_scroll {
        overflow-x: scroll;
    }

    .mobile-ready-table tr td.raceway_profile:before {
        content: "Summary" !important;
    }
}

@media all and (-ms-high-contrast:none), (max-width:900px) {
    *::-ms-backdrop, .mobile-ready-table tbody tr td {
        text-align: center;
    }
    /* IE11 */
}

/* End of Quotation summary Material Table style*/
.materials-table .panel-heading {
    overflow: hidden;
}

.materials-table .panel-body {
    padding: 5px;
}

.materials-table .raceway_col {
    width: 72%;
}

.materials-table .table > thead > tr > th {
    padding: 5px;
}

.bg_lg_gray {
    background: #eee;
    padding: 1%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .bg_lg_gray .white_bg {
        background: #fff;
        margin: 0px !important;
    }

    .bg_lg_gray .table_scroll {
        max-height: 260px;
        overflow-y: auto;
    }

.ui-widget.ui-widget-content {
    z-index: 99999999 !important;
}

.nomargin {
    margin: 0px !important;
}

@media only screen and (max-width: 900px), (min-device-width: 300px) and (max-device-width: 1024px) {
    .mobile-ready-table tbody tr td:before {
        font-size: 12px;
        font-weight: bold;
        position: unset !important;
        white-space: nowrap;
        width: 45%;
        margin-right: 10px;
        float:left;
        line-height:18px;
    }
}

@media screen and (max-width: 990px) {
    .materials-table div.col-md-9 {
        padding: 0px 15px !important;
    }
}


.mleft_3 {
    margin-left: 3px;
}

@media screen and (max-width: 990px) {
    .mleft_3 {
        margin-left: 0px;
    }

    .modal .well {
        overflow-x: scroll;
    }
}

.price_nego {
    float: left;
    width: 73%;
}

.daterangepicker {
    z-index: 99999999 !important;
}

.quote_details {
}

    .quote_details input {
        width: 100%;
        padding: 4px;
        margin-bottom: 3px;
    }

.quote_details_add {
}

    .quote_details_add .text_box_new {
        width: 80%;
        padding: 4px;
        margin-bottom: 3px;
    }

.text_box_customer {
    width: 280px;
    padding: 4px;
    margin-bottom: 3px;
}

.dropdown-menu {
    z-index: 999999999 !important;
}

.italic_text {
    font-style: italic;
    font-size: 12px;
    font-weight: normal !important;
}

.custom-combobox {
    position: relative !important;
    display: inline-block !important;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -1px !important;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0 !important;
    width: 300px !important;
    padding: 5px 10px !important;
}

.hidden {
    display: none !important;
}

.tool-tip {
    display: inline-block;
}

    .tool-tip [disabled] {
        pointer-events: none;
    }

.d_down_class {
    color: #000 !important;
    border: 1px solid #ccc
}

#searchinput {
    width: 200px;
}

#searchclear {
    position: absolute;
    right: 12px;
    top: -3px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 17px;
    cursor: pointer;
    color: #8a8a8a;
}
.fleft{
    float:left;
}

.req_form_outer .text-box {
    width: 100%;
}

.req_form_outer .dl-horizontal dt {
    text-align: left;
    min-height: 30px !important;
    line-height: 30px;
}

.lheight30 {
    line-height: 30px;
}

.req_form_outer .dl-horizontal dd {
    min-height: 30px !important;
}

#dlHeaderDetails dd {
    max-height: 35px !important;
}

.req_form_outer h4 {
    margin-left: 50px;
}

.req_form_outer h4 label {
    text-align: left !important;
}

.req_form_outer .form-control {
    height: 30px;
    padding: 3px 9px;
}

.mright20
{
    margin-right:20px;
}

.alert-red {
    color: inherit;
    background-color: #fc3732;
    border-color: #eed3d7;
}

.alert-green {
    color: inherit;
    background-color: #64c97b;
    border-color: #eed3d7;
}

.alert-orange {
    color: inherit;
    background-color: #f4a441;
    border-color: #eed3d7;
}

.input-material-lineItem {
    height: 30px !important;
}

.col-md-1Small {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 6.660%;
}

.col-md-1Large {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 10%;
}
.ddCustom {
    margin-bottom: 5px !important;
    font-size: 14px;
}
