﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.navbar-brand .nav-logo {
    width: 120px;
    height: 47px;
}

.input-validation-error {
    border: 1px solid red !important;
    background: yellow;
}

/*high light row*/
.below-expected-highlight {
    background: #FF8888;
}

.above-expected-highlight {
    background: green;
}

.login-form {
    margin: 0 auto;
    width: 50%;
}

.tripnumber {
    background: green;
    color: white;
    padding: 10px;
}

.display-if-euwarehouse {
    display: none;
}

.form-group {
    padding: 10px;
}

.fieldhelp {
    padding-left: 10px;
}

#msgWait {
    display: none;
}

#btnSetOutOfStock {
    display: none;
}


.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
    color: #cabbbb;
}

#file-list div {width:600px; display:inline-block;padding:5px 5px;}
#file-list div button{float:right;}
.items-expected-date {
    display:none;
}