footer hr {
    margin-top:4px;
    margin-bottom: 10px;
}
.container-non-responsive {
  margin-right: auto;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 50px;

  width: 1200px;
}
.inner-base {
    width:1000px;
}
.repricer-base {

    margin-left: 0;
    float:left;
}
.repricer-base h3 {
        margin-top:0 !important;
}
.outer-base {
    width:140px;
    height: 265px;
    margin-left:-5px;
    margin-top:0;
    float:left;
    border: 2px solid #CCCCCC;
}
.inner-base > p, .outer-base > p, .repricer-base > p {
    font-size:11px;
    margin:0 !important;
}
#header-logo {
    border:2px solid #dea521;
    border-radius:4px;
    margin-left:15px;
    text-decoration:none;
    opacity:0.9;
}
#myNavbar {
    background-color: #dea521;
    height: 53px;
    margin-left: 0;
}
.navbar-nav {
    color: white;
}
.nav-tabs {
    border-bottom: 0;
}
#navbarTab {
    height:55px;
    margin-top:10px;
    color:white;
    margin-right:15px;
    text-decoration: none;
    opacity: 0.9;
}
#navbarTab:hover {
    background-color: #6493B5;
}
#navbarTab > li.dropdown.open {
    background-color: #dea521;
    border-color: #6493B5;
}

#adminTab {
    height:35px;
    margin-top:20px;
    color:white;
    background-color: #dea521;
    margin-right:15px;
    margin-left: 12px;
    text-decoration: none;
    opacity: 0.9;
}

#adminTab:hover {
    background-color: white;
    color: #21578A;
    border-bottom-color: white;
}

#adminTab:active{
    background-color: white;
    color: #21578A;
    border-bottom-color: white;
}

#sidebar-btn {
    background-color: #21578A;
    color: white;
    text-align: left;
}
#sidebar-btn:hover {
    background-color: #6493B5;
}

#sidebar-cat {
    background-color: white;
    color: #21578A;
    border-color: #21578A;
    text-align: right;
}
#sidebar-cat:hover {
    background-color: #6493B5;
    border-color: #6493B5;
    color: white;
}

#sidebar {
  text-align: left;
  width: 275px;
}

#sidebar a {
  text-decoration: none;
  opacity: 0.9;
}

.row-title {
    background-color:#CCCCCC;
    height:37px;
    font-weight:bold;
    font-size:16px;
    padding-top:2px;
    text-align: center;
}
.table-overwrite {
    float:left;
    border: 2px solid #CCCCCC;
    margin-bottom: 6px !important;
}
.table-overwrite input {
    height:24px;
}

.table-overwrite th {
    background-color:#CCCCCC;
    font-size:15px;
}
.table-overwrite td {
    font-size:14.5px;
}
.med-results {
    margin-left:0;
    margin-bottom: 20px;
    font-weight: bold;
}
.an-results{
    margin-left:5px;

}
.an-form input{
    width:75px;
    height:36px;
}
.submit-buttons{
    margin-left:0;
}
.radio-override {
    padding-top:0 !important;
    padding-left: 40px !important;
    padding-right:40px;
    float:left;
}
.ph-warning {
    width:560px;
}
.setup-report {
    width: 880px;
    margin:20px;
    float:left;
}
.parameter-container{
    width:300px;
}
.parameter-container input{
    width:180px;
    height:40px;
    margin-top: 10px;
    margin-right:20px;
}
.parameter-container-la-reports input {
    width:180px;
    height:40px;
    margin-right:400px;
    margin-top:10px;
    margin-bottom:10px;
}
.description_box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    border: 2px solid #cccccc;
    background-color: #6493B5;
    color: #000000;
    float:left;
    font-size:16px;
}
.doc_box {
    float:left;
}
.response_container {
    padding:10px;
    font-family: Verdana, sans-serif;
}



body{
    background: url('/static/img/waterm.jpg') white no-repeat fixed;
    background-position: center center;
}

#report_pickup_dir {
    background-color: #f6f6f6;
}

#report_pickup_dir:hover {
    background-color: #6493B5;
    border: 1px solid #E6EEF6;
    opacity: 0.7;
}

#back_button {
    font-size: 18px;
    margin: 10px;
    color: #21578A;
}

#back_button:hover {
    color: #6493B5;
}


#report_pickup_file {
    background-color: white;
}

#report_pickup_file:hover {
    background-color: #6493B5;
    border: 1px solid #E6EEF6;
}

#loading {
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

#footer {
    background-color: #21578A;
    color: white;
    opacity:0.9;
    margin-bottom: -20px;
}

#myPanel {
    padding-top:15px;
    opacity:0.9;
}
