﻿.boProduct {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.boCategory {
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.boSelectClinic {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 5px;
    width: 10%;
}

.boExpressLabel {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

.boProducts {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.boProductsTable {
    display: table;
    margin-top: 10px;
    width: 100%;
}

    .boProductsTable > div {
        display: table-row;
    }

        .boProductsTable > div > div {
            display: table-cell
        }

.boProductDropdown {
    float: right;
    margin-right: 15px;
    width: 50px;
}

.boProductDropdownLabel {
    float: right;
    margin-right: 15px;
    width: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.quantityLabelContainer {
    float: right;
}

.checkBoxPlaceholder {
    float: left;
}

.boProductOverrideTextBox {
    float: right;
    margin-right: 15px;
    width: 50px;
    height: 22px;
    text-align: center;
    padding: 0;
}

.boProductOverrideTextBoxLabel {
    float: right;
    margin-right: 15px;
    width: 50px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

.boProductEndPadding {
    width: 35px;
    height: 22px;
    float: right;
}


.bottomBtnPlaceOrder {
    width: 50%;
    display: block;
    margin: 25px auto;
}

.boClinicTextBoxContainer {
    width: 38%;
    float: left;
    margin-left: 5px;
}

.boClinicName {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    width: 40%;
}

.boSupplySectionPlaceholder {
    font-size: 30px;
    font-weight: bold;
    padding-top: 200px;
    text-align: center;
}
