﻿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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.staging-warning
{
    width:100%;
    height:40px;
    font-size: 30px;    
    color: white;
    background: red;
    text-align:center; 
}

.barCodeSuccess{
    font-size:20px;
    color: green;
    font-weight: bold;
}


.barCodeError{
    font-size:20px;
    color: red;
    font-weight: bold;
}

.orderDetailState {
    background-color: #F15B40;
    font-weight: bold;
}

.inverseText{
    color: white!important;
}

.kitScanTable {
    width: 600px;
    border: 2px solid black;
}

.kitScanTable tr {
    border: 1px solid black;
}

.kitScanTable td {
    width:200px;
    border: 2px solid black;
}

.dl-horizontal dt {
    white-space: normal;
}


.rcorners_box {
    border-radius: 5px;
    color: #808080;
    background: white;
    padding: 5px 15px 5px 15px;
    width: 500px;
    height: 30px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #4d4d4d;
}

.yellow, .yellow td{
    background-color: yellow!important;
}

.orange, .orange td{
    background-color: orange!important;
}

.late, .late td{
    background-color: red!important;
}