﻿.suppliesHistory {
    font-family: 'Open Sans';
}

.productNameColumn {
    float: left;
    width: 30%;
    padding-right: 20px;
    padding-left: 20px;
}

.unitsColumn {
    float: left;
    width: 10%;
    padding-right: 20px;
    padding-left: 10px;
}


.skuColumn {
    float: left;
    width: 10%;
    padding-right: 20px;
}

.quantityColumn {
    float: left;
    width: 20%;
    padding-right: 20px;
}

.supplyActionColumn {
    float: left;
    width: 15%;
    padding-right: 20px;
}

.priceColumn {
    float: left;
    width: 5%;
    padding-right: 20px;
    padding-left: 12px;
}

.cursorDefault {
    cursor: default !important;
}

.closeIcon {
    height: 12px;
    width: 12px;
    cursor: pointer;
    margin-left: 15px;
    float: left;
    margin-top: 20px;
}

.marginTop15px {
    margin-top: 15px;
}

.noItemSelected {
    font-size: 30px;
    font-weight: 200 !important;
}

.width350px {
    width: 350px;
}

.resultGridPopup {
    background-color: #ecf0f1;
    padding: 10px 13px 0px 13px;
    width: 100%;
    border-collapse: collapse;
}

.productNameColumnPopup {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.quantityColumnPopup {
    float: left;
    width: 15%;
    padding-right: 20px;
}

.priceColumnPopup {
    float: left;
    width: 15%;
    padding-right: 20px;
}

.priceColumnPopupPurple {
    float: left;
    width: 15%;
    padding-right: 20px;
    color: #463797;
    font-weight: bold;
}

.height30px {
    height: 30px;
}

.paddingRight25px {
    padding-right: 25px !important;
}

.paddingRight30px {
    padding-right: 30px !important;
}

.supplyCategories {
    float: left;
    width: 100%;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 20px;
}

.labSupplies {
    float: left;
    width: 100%;
    padding: 0 40px 30px 40px;
}

.products {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.categoryContainer {
    border-right: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    color: #b3b3b3;
    text-align: center;
    vertical-align: middle;
    min-height: 40px;
    display: table;
    width: 85%;
    float: left;
    padding: 0 20px 0 20px;
}

.category {
    padding: 8px 15px 5px 15px;
    font-size: 14px;
    color: #b3b3b3;
    cursor: pointer;
    display: table-cell;
}

.activeProductCategory {
    border-bottom: 4px #ff931e solid;
    color: black;
}

.searchIcon {
    width: 30px;
    cursor: pointer;
    float: left;
}

.btnPlaceOrder {
    width: 5%;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

.searchContainer {
    width: 5%;
    float: left;
    margin-left: 20px;
}

.product {
    width: 20%;
    float: left;
    margin-top: 20px;
}

.productImage {
    width: 90%;
}

.width90p {
    width: 90%;
}

.productSection {
    width: 100%;
    float: left;
}

.productName {
    font-size: 18px;
    font-weight: 500;
    width: 80%;
    overflow: hidden;
}

.productPrice {
    width: 80%;
}

.productDetails {
    width: 80%;
    overflow: hidden;
}

.productSKU {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.width50Percent {
    width: 50%;
}

.width30Percent {
    width: 30%;
}

.productQuantity {
    width: 40px;
    height: 33px;
    float: right;
}

.supplyOrderButton {
    width: 50%;
    min-width: 97px;
}

.quantityContainer {
    float: right;
    min-width: 64px;
    margin-left: 5px;
}

.quantityChange {
    float: right;
    width: 10px;
    margin-left: 14px;
    height: 30px;
}

.quantityChangeImage {
    float: right;
    height: 15px;
}

.width80Percent {
    width: 80%;
}

.productCount {
    font-size: 12px;
}

.buttonHandler {
    width: 20%;
    float: left;
}

.productsTable {
    display: table;
    width: inherit;
    height: inherit;
}

    .productsTable > div {
        display: table-row;
    }

        .productsTable > div > div {
            display: table-cell
        }

.supplyPreviewOrderCommentSection {
    margin-left: 25px;
    width: 97%;
}

.soCloseIcon {
    height: 32px;
    margin-top: 5px;
}

.categoryInput {
    padding-top: 5px;
}

.supplyCommentsTextArea {
    resize: none;
}

.checkboxes label {
    color: red;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding-right: 10px;
    margin-top: 15px;
    white-space: nowrap
}

.expressShippingCheckBoxes label {
    color: #463797;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap
}

.checkboxes input {
    vertical-align: middle;
    position: relative;
    bottom: 2px
}

.checkboxes label span {
    vertical-align: middle
}
