﻿table#expectedReturns {
    width: 80%;
    margin: 0 auto;
}

table#expectedReturns tr {
    height: 1em;
}

table#expectedReturns tr input[type=submit].search {
    width: 10em;
}

.expectedReturnButtonRow {
    height: 4em !important;
}

.titleWidth {
    width: 80%;
    margin: 1em auto;
}

.bookingIdArea {
    width: 30em;
    height: 1em;
    margin: 0 auto;
    font: 15px Arial sans serif;
    color: red;
}

.panelHeight {
    height: 5em;
}

.lineHeight {
    line-height: 2.5em;
}

.autoPopulateFeatureLeftPanel {
    width: 80%;
    height: 100%;
    float: left;
}

.autoPopulateFeatureRightPanel {
    width: 20%;
    height: 100%;
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.clearBoth {
    clear: both;
}

.marginLeftSmall {
    margin: 0 0 0 1em;
}

#BatchSelectionPrinting {
    border: 1px solid #000000;
    padding: 10px;
}

#pnlPrintTypeOptions div {
    width: 20em;
    height: 1.5em;
    margin: 0.5em 0;
    float: left;
}

.timePick table input {
    width: 1.75em !important;
}

.timePick table input[readonly] {
    width: 0.75em !important;
}

#itemsReturnAll {
    height: 4em !important;
}

.font-bold {
    font-weight: bold;
}

.row {
    margin: 1em 0 0 0;
}

.inline-span-sm {
    display: inline-block;
    width: 6.75em;
}

span#ProdTitle:hover {
    text-decoration:underline;
    cursor:pointer;
}

.modal-body-centered {
    margin: 0 auto;
}

.product-desc-md {
    font: 15px Arial, sans-serif;
}

.float-left {
    float: left;
}

.float-clear {
    clear: both;
}

.div-width-md {
    width: 15em;
    height: 3em;
}

.div-width-lg {
    width: 30em;
    height: 2em;
}

.btn-small {
    padding: 2px 8px;
    font-size: 0.8rem;
}
