#selectorInfo .form-group{ 
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  #selectorInfo .form-group{ 
    font-size: 12px;
  }
}

.btn-link {
  min-width: unset; 
  width: unset;
}

div#message{
  width:100%;
  height:10%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color:#e4002b;
}
    
small.errMsg{
  color: #e4002b; 
  float: left; 
  display: none; 
  margin-bottom: 0;
  font-size: small;
}

div#numDiv{
  width:100%;
  height:auto;
  min-height:200px;
  top: 0;
  border:2px solid;
  border-radius:15px;
  border-color:#D0D0D0;
}
.btn-blue { 
  color: #ffffff !important; 
  background-color: #0033AB; 
  border-color: #022D91; 
  font-weight: bold;
} 
   
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #fcbd30 !important; 
  background-color: #0033ab; 
  border-color: #022D91; 
} 
   
  .btn-blue:active, 
  .btn-blue.active, 
  .open .dropdown-toggle.btn-blue { 
    background-image: none; 
  } 
   
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #0033AB; 
  border-color: #022D91; 
} 
  
.btn-blue .badge { 
  color: #0033AB; 
  background-color: #ffffff; 
}
.row {
  margin: 0px auto;
}
.panel-body{padding:10px;}

pre {
  font-family: inherit;
}
td {
  word-wrap: break-word;
}
td#quantity {
  text-align: right;
}
.alert-info {
  background-color: #d9edf7 !important;
}
.open .dropdown-toggle.btn-blue { 
  background-image: none; 
} 
.popover-title {
  text-align:left;
}
.popover-content {
  text-align:left;
}
.tooltip-inner {
  text-align:left;
}
.tooltip-inner > b {
  font-size: 14px;
}
sup {
  vertical-align: super;
  font-size: smaller;
}

.tooltip {
  min-width: unset; 
  width: unset;
  padding-left: 5px;
}