﻿html {
    font-size: 14px;
}

body {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 10px;
    line-height: 1.4 !important;
}

.mainBody {
    padding-left: 25px;
    padding-right: 25px;
}

.navbar {
    padding-bottom:2px;
    padding-top: 2px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
}

.card-header {
    /*font-size-adjust: 1.25;*/
    font-weight: bold;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

/* 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;
}
header {
    font-weight: bold;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.ViewDownloadButton {
    width: 90px;

}

.forceRight {
    text-align: right;
}

label {
    font-weight: bolder;
}

.metaboliteGroupRow {
    background-color: #428bca !important;
    font-weight: bold;
    font-size: larger;
    color: white;
}

.toxFinalizePane {
    max-height: 600px;
    overflow-y: scroll;
}

.embeddedReportIframe {
    border: 2px dashed black;
    width: 600px;
    height: 600px;
}

.embeddedReportIframeTox {
    border: 2px dashed black;
    width: 100%;
    height: 600px;
}

.resultOverrideInput {
    width: 7em !important;
}

.navbar-header a {
    font-size: 24px;
}

.AdminButton {
    width: 150px;
    font-size: .85rem;
}

.AdminButtonMed {
    width: 200px;
}

.AdminButtonLarge {
    width: 275px;
}

div.well header {
    font-size: 20px;
}

.iFrameHolder {
    background: url(https://loading.io/spinners/rolling/lg.curve-bars-loading-indicator.gif) center center no-repeat;
}

.DisMedButton:focus {
    background-color: #ffffff;
    color: #428bca;
}

.SampleButton {
    width: 73px;
}

.navbar-Center {
  float: left;
  color:gainsboro;
  
  padding: 15px 15px;
  font-size: 24px;
  line-height: 20px;
  text-align:center;
}

.callout-box {
    border: .5px solid black;
    margin-bottom: 15px;
    padding: 2px 2px 2px 2px;
}

.callout-box div.col-UTI-6 {
    padding: 1em;
}

.callout-box div.col-UTI-6 {
    padding: 1em;
    font-size: large;
}


.topSpace {
    margin-top: 15px;
}

@media (max-width: 767px) {
    body {
        margin-left: 20px;
    }
    
}

.col-UTI-1,
.col-UTI-2,
.col-UTI-3,
.col-UTI-4,
.col-UTI-6,
.col-UTI-9,
.col-UTI-12 {
    float: left;
    position: relative;
    min-height: 35px;
    padding-right: 0px;
    padding-left: 0px;
}
.col-UTI-1 {
    width: 8.33333333333333%;
}
.col-UTI-6{
    width: 50%;    
}
.col-UTI-2 {
    width: 16.66666666666666%;  
}
.col-UTI-3 {
    width: 25%;    
}

.col-UTI-4 {
    width: 33.33333333333333%;
    min-width:350px
  }
.col-UTI-9 {
    width: 75%;
}
.col-UTI-12 {
    width: 100%
}

.UTI-control {
      /*display: inline;*/
      width: 600px;
      height: 34px;
      /*padding: 6px 12px;*/
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.label-NO{
    display: none;
}
input:checked ~ .label-YES {
    display: none;
}
input:checked ~ .label-NO {
    display: inline;
}

.makealink {
    background:transparent;
    border:0px;
    text-decoration:underline;
    font-weight: bold;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.no-flexer, .progress-indicator.stacked {
    display: block
}

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase
}

.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block
}

.progress-indicator > li:hover {
    color: #6f6f6f
}

.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
    color: #428bca
}


.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    display: block;
    margin: 0 auto .5em;
    border-bottom: 1px solid #888
}

.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbb
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
    background-color: #428bca;
    border-color: #428bca
}

.progress-indicator > li .bubble:before {
    left: 0
}

.progress-indicator > li .bubble:after {
    right: 0
}

.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
    width: 50%;
    margin-left: 50%
}

.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
    width: 50%;
    margin-right: 50%
}

    .progress-indicator > li.active, .progress-indicator > li.active .bubble {
        color: #ed3a34
    }

.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
    background-color: #ed3a34;
    border-color: #ed3a34
}

    

.progress-indicator > li a:hover .bubble {
    color: #5671d0
}

.progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
    background-color: #d3140f;
    border-color: #440605
}

.progress-indicator > li.danger .bubble {
    color: #d3140f
}

.progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
    background-color: #edb10a;
    border-color: #5a4304
}

.progress-indicator > li.warning .bubble {
    color: #edb10a
}

.progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
    background-color: #5b32d6;
    border-color: #25135d
}

.progress-indicator > li.info .bubble {
    color: #5b32d6
}

.progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block
}

.progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%
}

.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em
}

.progress-indicator.stacked > li a {
    border: none
}

.progress-indicator.stacked.nocenter > li .bubble {
    margin-left: 0;
    margin-right: 0
}

.progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
    left: 10px
}

.progress-indicator.stacked.nocenter .stacked-text {
    width: auto !important;
    display: block;
    margin-left: 40px !important
}

@media handheld,screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}

.print {
    display: none;
}

@media print {
    .screen {
        display: none;
    }

    .print {
        display: inline-block;
    }

    @page {
        size: auto;
        margin: 0px 0px 0px 0px;
    }
}

.btn-alert {
    color: #004085;
    background-color: #FF0000;
    border-color: #b8daff;
}

.colorBox {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.red {
    background: #ffb3b3;
}

.white {
    background: #FFFFFF;
}