﻿.IM-VendorBid {
    width: 96%;
    margin: 0 2%;
    font-family: HelveticaNeue-Regular;
}

.search_button {
    background: #2375B7;
    color: white;
}

.IM-VendorBid .breadcrumb-container img {
    position: relative;
    top: -2px;
    padding-right: 5px;
}

.breadcrumb-container .breadcrumb {
    background: transparent;
    cursor: pointer;
    margin: 0 0 0 0px;
    padding-left: 0px;
}

.order_list_table {
    font-family: HelveticaNeue-Regular;
    font-size: 1em;
    margin-top: 1.5%;
}

    .order_list_table td {
        padding: 1.5% !important;
        border-right: none;
        border-left: none;
    }

    .order_list_table th {
        font-family: HelveticaNeue-Regular;
        padding: 1% !important;
        color: #2375B7;
        border-bottom: none;
        /* background:url('../images/arrow-down.png') no-repeat 90% center; */
    }

    .order_list_table th, .order_list_table td a {
        cursor: pointer;
    }

    .order_list_table td a, .breadcrumb li a {
        text-decoration: none;
        font-size: 13px;
    }

.IM-VendorBid .breadcrumb > .active {
    font-size: 13px;
}

.IM-VendorBid .breadcrumb-container {
    border: none;
    padding: 20px 0 0 0;
}

.IM-VendorBid h1 {
    font: 3.5em "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin: 0px 0px 20px 0px;
}

.search-bar {
    margin-bottom: 2%;
    padding-bottom: 1%;
    border-bottom: 2px solid #dddddd;
    font-family: HelveticaNeue-Regular;
    font-size: 1em;
}

#select_search {
    background: transparent;
    height: 98%;
}

#select_search-menu #ui-id-3 {
    border-bottom: 1px grey solid;
}

#select_search-button, #ship_date-button, #order_duration-button, #order_status-button, #order_date-button {
    background: transparent;
}


.IM-VendorBid .order_date_container, .ship_date_container, .order_status_container, .order_duration_container {
    margin-left: 10px;
}

.IM-VendorBid .to {
    text-align: center;
}

.IM-VendorBid .glyphicon-calendar {
    color: #2375B7;
}

.IM-VendorBid .glyphicon-download-alt {
    padding-right: 10px;
}

.IM-VendorBid .input-group-addon {
    border: 1px solid #979797;
    border-left: none;
    cursor: pointer;
}

.IM-VendorBid .pagination img {
    width: 10px;
}

#BidReferenceDropDown-button,
#BidReferenceCustomerDropDown-button,
#VendorNameDropDown-button {
    padding: 10px 15px;
    border: 1px solid #979797;
}


   #BidReferenceDropDown-button .ui-icon:after, #BidReferenceCustomerDropDown-button .ui-icon:after, #VendorNameDropDown-button .ui-icon:after {
        font-weight: 900;
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        color: #2375BB
    }


    #BidReferenceDropDown-button .ui-state-focus .ui-icon,
    #BidReferenceDropDown-button .ui-button:hover .ui-icon,
    #BidReferenceDropDown-button .ui-button:focus .ui-icon,
    #BidReferenceDropDown-button .ui-state-default .ui-icon,
    #BidReferenceDropDown-button .ui-icon {
        background: none;
        margin-left: 1px;
        text-indent: 0;
        overflow: visible;
    }

    #BidReferenceCustomerDropDown-button .ui-state-focus .ui-icon,
    #BidReferenceCustomerDropDown-button .ui-button:hover .ui-icon,
    #BidReferenceCustomerDropDown-button .ui-button:focus .ui-icon,
    #BidReferenceCustomerDropDown-button .ui-state-default .ui-icon,
    #BidReferenceCustomerDropDown-button .ui-icon {
        background: none;
        margin-left: 1px;
        text-indent: 0;
        overflow: visible;
    }

    #VendorNameDropDown-button .ui-state-focus .ui-icon,
    #VendorNameDropDown-button .ui-button:hover .ui-icon,
    #VendorNameDropDown-button .ui-button:focus .ui-icon,
    #VendorNameDropDown-button .ui-state-default .ui-icon,
    #VendorNameDropDown-button .ui-icon {
        background: none;
        margin-left: 1px;
        text-indent: 0;
        overflow: visible;
    }


.export {
    color: #2375B7;
    cursor: pointer;
    padding-right: 0px;
    padding-top: 20px;
    text-decoration: none;
    text-align: right;
}

    .export:hover, .export:active, .export:focus {
        outline: none !important;
        box-shadow: none;
        border: none;
        text-decoration: none;
    }


#search_input {
    border-left: none;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-left: 10%;
    outline: none !important;
    box-shadow: none;
    height: 38px;
    width: 99.7%;
}

#select_search-button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*-----------------------From Style.css------------------------------------------------------*/


/* Select Element properties */

.search-form .select-element {
    margin: 0;
    width: 11%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 36px;
}

.select-element {
    background-color: #fff;
}

.search-form .select-element .ui-selectmenu-button.ui-button {
    border: none;
    border-radius: 0;
    padding: 0 2px 0 16px;
}

.search-form .select-element .ui-selectmenu-icon.ui-icon {
    margin-right: 12px;
}

.select-element .ui-selectmenu-button.ui-button {
    border: 1px solid #979797;
    border-radius: 5px;
    line-height: 40px;
    height: 42px;
    padding: 0 12px;
    width: 100%;
}

.select-element .ui-selectmenu-icon.ui-icon {
    background: url(images/arrow-down.png) center center no-repeat;
    height: 36px;
    width: 16px;
}

.select-element select:disabled + .ui-selectmenu-button.ui-button,
.select-element select[disabled="disabled"] + .ui-selectmenu-button.ui-button {
    background: #DDDDDD;
    color: #999999;
}

/*-----------------------------------------------------------------------
# Focused select menu
------------------------------------------------------------------------*/

.select-element .ui-selectmenu-button.ui-button:focus,
.select-element select.focus + .ui-selectmenu-button.ui-button,
.select-element select.error + .ui-selectmenu-button.ui-button:focus {
    -webkit-box-shadow: 0 0 8px #2375BB;
    -moz-box-shadow: 0 0 8px #2375BB;
    box-shadow: 0 0 8px #2375BB;
    outline: none;
}

/*-----------------------------------------------------------------------
# Error select menu
------------------------------------------------------------------------*/

.select-element select.error + .ui-selectmenu-button.ui-button {
    border: 1px solid #C33D39;
    -webkit-box-shadow: 0 0 8px #C33D39;
    -moz-box-shadow: 0 0 8px #C33D39;
    box-shadow: 0 0 8px #C33D39;
}

.select-element select.error + .ui-selectmenu-button .ui-selectmenu-icon.ui-icon {
    background: url(images/arrow-down-error.png) center center no-repeat;
}

/*-----------------------------------------------------------------------
# Dropdown menu styling
------------------------------------------------------------------------*/

.ui-selectmenu-menu .ui-menu {
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0 0 4px rgba(51, 51, 51, 0.3);
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.3); /* #333333 */
    padding: 0;
    margin-top: 8px;
}

    .ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
        padding: 8px 12px;
    }

        .ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper.ui-state-active {
            background: #2375BB;
            color: #FFFFFF;
            margin: 0;
        }

    .ui-selectmenu-menu .ui-menu .ui-state-disabled .ui-menu-item-wrapper {
        background: #fff;
        color: #999999;
    }

    .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
        border-top: 1px solid #979797;
        padding: 10px 7px 5px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup:first-child {
            border: none;
            padding-top: 0;
        }

.IM-VendorBid .input-element label,
.IM-VendorBid .select-element label {
    color: #333333;
    display: block;
    font: 0.875rem "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 7px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

.IM-VendorBid input[type="text"],
.IM-VendorBid input[type="search"] {
    color: #999999;
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 5px!important;
    display: block;
    font-size: 1em;
    line-height: 40px;
    height: 40px;
    padding: 0 6px;
    width: 240px;
}

.IM-VendorBid .searchIcon {
    top:8px;
}

.customScroll ul {
    height:350px;
    overflow-y:visible;
}

.IM-VendorBid input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

input[type="text"]:disabled,
input[type="text"][disabled="disabled"],
input[type="search"]:disabled,
input[type="search"][disabled="disabled"] {
    background: #DDDDDD;
}

input[type="text"]:focus,
input[type="text"].error:focus,
input[type="text"].focus,
input[type="search"]:focus,
input[type="search"].error:focus,
input[type="search"].focus {
    -webkit-box-shadow: 0 0 8px #2375BB;
    -moz-box-shadow: 0 0 8px #2375BB;
    box-shadow: 0 0 8px #2375BB;
    outline: none;
}

.IM-VendorBid .searchBTN {
    display: inline;
}

    .IM-VendorBid .searchBTN .btn {
        background: #2375B7;
        color: white;
        line-height: 21px;
        width: 126px;
        height: 40px;
    }

::-webkit-input-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

::-ms-input-placeholder {
    color: #999999;
}

::placeholder {
    color: #999999;
}

/*-----------------------------------------------------------------------
  # Error response styling
  ------------------------------------------------------------------------*/

input[type="text"].error,
input[type="search"].error {
    background: #FFFFFF url(images/error-exclamation.png) right 20px center no-repeat;
    border: 1px solid #C33D39;
    -webkit-box-shadow: 0 0 8px #C33D39;
    -moz-box-shadow: 0 0 8px #C33D39;
    box-shadow: 0 0 8px #C33D39;
    padding-right: 40px;
}



/*-------------------------------------Pagination section---------------------------------------*/
.prevpage {
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
}

.prevpageset {
    margin-top: 0px;
    margin-right: 9px;
    margin-left: 9px;
    width: 9px;
}

.nextpageset {
    margin-top: 0px;
    margin-right: 9px;
    margin-left: 9px;
    width: 10px;
    height: 10px;
    background-image: url(Images/arrow-right.png);
}

.nextpage {
    margin-top: 0px;
    margin-left: -1px;
    width: 9px;
}

.itemsperpage .ui-selectmenu-icon.ui-icon {
    background: url(images/arrow-down.png) center center no-repeat;
    height: 20px;
    width: 16px;
    position: relative;
    top: 5px;
    right: 8px;
}

.IM-VendorBid .ItemPerPageLabel {
    line-height: 29px;
}

.itemsperpage .ui-selectmenu-button.ui-button {
    border: 1px solid #979797;
    background: transparent;
    border-radius: 5px;
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    width: 16%;
    display: inline-block;
}

.IM-VendorBid .itemsperpage .dropdown-menu {
    min-width: auto;
}

.IM-VendorBid .goToPage {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #999;
}

.disabled_pagination {
    cursor: not-allowed;
}

.arrow-right1, .arrow-right2 {
    cursor: pointer;
}
/*Pagination section*/
.IM-VendorBid .result {
    margin-top: 10px;
}

.breadcrumb > li + li:before {
    display: none;
}

.breadcrumb > li > span {
    font-size: 14px;
    padding: 0 5px;
}

.IM-VendorBid .pager {
    display: inline-block;
    padding: 0 8px;
    margin: 0;
}

#selectAllBids {
    margin:0;
}

.IM-VendorBid .itemsperpage .btn {
    width: 60px;
    height: 40px;
    text-align: center;
    padding: 5px 3px;
}

@media screen and (min-width: 992px) {
    .IM-VendorBid .searchBTN {
        margin-left: 10px;
    }

    .IM-VendorBid .pagination {
        float: right;
    }
}

@media screen and (min-width:330px) (max-width:990px) {
    .IM-VendorBid .container-body {
        padding: 0;
    }
}

.vendorbid-titl{
    height: 56px;
    width: 242px;
    color: #333333;
    font-family: HelveticaNeue-Regular;
    font-size: 48px;
    font-weight: 100;
    line-height: 56px;
}

.vendorbid-dropdown {
    height: 40px;
    width: 167px;
    border: 1px solid #979797;
    background-color: #FFFFFF;
}

.header-text-color {
    color: #2375B7;
}

.bid-expired {
    color: #C3241F;
}

.bid-about-to-expire {
    color: #B78539;
}

.vendor-bid-out-of-stock {
    color: #E1500B;
}

navbar-nav > .open > a.stockinformation.vendor-bid-out-of-stock, a.stockinformation.vendor-bid-out-of-stock:hover, a.stockinformation.vendor-bid-out-of-stock:focus {
    color: #E1500B;
}

nav > li > a.stockinformation.vendor-bid-out-of-stock, a.stockinformation.vendor-bid-out-of-stock:hover, a.stockinformation.vendor-bid-out-of-stock:focus {
    color: #E1500B;
}

.bid-check-box {
    height: 15px;
    width: 15px;
    border: 2px solid #979797;
    border-radius: 4px;
}

.bid-quantity-error-border {
    border: 1px red solid;
}

.bid-asteriskError {
    float: left;
    color: red;
}

.bid-items-section {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 54px;
    background: #ffffff;
    z-index: 999;
    width: 96%;
}

/* Hide the browser's default checkbox */

.checkbox_container {
    display: inline-block;
    position: relative;
    margin: 0px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 30px;
    line-height: 22px;
}

    .checkbox_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #979797;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: white;
}

.checkbox_container input[disabled] ~ .checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #0B8C44;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*END checkbox*/

.cart-notelinks {
    background-color: #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px;
    font-size: 12px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px
}

    .cart-notelinks:hover {
        background-color: #EEEEEE;
        color: #337ab7;
    }

.IM-VendorBid .info-icongreen {
    font-size: 18px;
    vertical-align: bottom;
    color: #048E29;
}

.IM-VendorBid .info-icongreentext {
    font-size: 12px;
    vertical-align: bottom;
    color: #048E29;
}

.IM-VendorBid .bid-end-in {
    padding-left: 15px;
    padding-right: 0px;
}

.IM-VendorBid .vendorbid-result-container {
    /*width: 1280px;
    height: 992px;*/
}

.IM-VendorBid .vendorbid-empty-result-container {
    /*width: 1280px;
    height: 992px;*/
    background-color: lightgray;
    vertical-align: middle;
    display: block;
}
.IM-VendorBid .vendorbid-product-description {
    padding-left: 15px;
}
.IM-VendorBid .vendor-bid-stock-availability, .IM-VendorBid .vendorbid-price, .IM-VendorBid .bid-end-in {
    margin-top: -2px;
}
.IM-VendorBid .vendorbid-instruction-line1-text {
    /*font-size: 32px;*/
    font-size: 24px;
}
.IM-VendorBid .vendorbid-instruction-line2-text {
    font-size: 14px;
}
.IM-VendorBid .vendorbid-search-container-div {
    margin-top: 32px;
    /*padding-bottom: 500px;*/
}
.IM-VendorBid .imagewidh {
    max-width: 75px;
    width: 75px;
    height: 75px;
}
.IM-VendorBid .navbar-nav.vendor-bid-stock-availability > li > a {
    line-height: 20px;
}
.IM-VendorBid .vendorbid-qty {
    margin-top: 4px;
}

.IM-VendorBid .priceprotection {
    color: #C3241F;
    font-weight: bold;
}

