/*.body{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
}*/

#showfooterlink{
  color: rgba(0,0,0,0.5);
  font-size: 70%;
  text-shadow: 0px 0px 3px rgba(255,255,255,.16);
}

.topcard
{
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.infobutton{
  color: #5882c2 !important;
}

.grayinputbox{
  background: rgba(230,230,230,0.5) !important; 
  color: #777;
}
.disabledinputbox{
  visibility: hidden;
}

input[type=number]
{
  background: rgba(180,220,255,0.75);
}

.navatar{
    max-height: 32px;
}

.bottomfooter{
  box-shadow: 0 -2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.btn-rounded {
  -webkit-border-radius: 10em;
  border-radius: 10em;
}

.so-header-row{
    background-color: rgba(0,0,0,0.1);
    /*font-family: 'Open Sans Condensed', sans-serif;*/
}
.so-header-row div{
    height: 40px;
    padding: 10px 0px;
}
.so-header-row div, .so-item-row div{
    border-left: 1px solid rgba(0,0,0,0.15);
}
.so-header-row div:first-child, .so-item-row div:first-child{
    border-left: none;
}

.so-activetext {
  text-shadow: rgba(158, 71, 0, 0.75) 0px 2px 10px;
  color: rgb(131, 74, 0);
  font-weight: bold;
}

.trafficlightcontainer{
  background-color: rgba(59, 59, 59, 0.377);
  border-radius: 0.2em;
  padding: 8px 3px;
  box-shadow: #00000046 0px 0px 4px;
  display: inline-block;
  height: 30px;
}
.trafficlight{
  border-radius: 50%;
  height:13px;
  width:13px;
  margin: 2px 2px 5px;
  display: inline-block;
}
.activeredlight{background-color: rgb(255, 0, 0);box-shadow: #ff0000b2 0px 0px 6px;}
.activeyellowlight{background-color: rgb(255, 238, 0);box-shadow: #ffff00b2 0px 0px 6px;}
.activegreenlight{background-color: rgb(0,255,0);box-shadow: #00ff55b2 0px 0px 6px;}
.redlight{background-color: rgb(78, 0, 0);box-shadow: #00000024 0px 0px 4px;}
.yellowlight{background-color: rgb(72, 73, 0);box-shadow: #00000024 0px 0px 4px;}
.greenlight{background-color: rgb(0, 78, 0);box-shadow: #00000024 0px 0px 4px;}
@media (max-width: 1400px) {
  .so-item-row span{
    font-size: smaller;
  }
}
.so-item-row div{
    height:32px;
    margin-top: 0 !important;
}
.so-item-row p{
    margin-top:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.so-item-row:nth-child(odd){
  background-color: rgba(0,0,0,0.1);
}

.minifootertext{
  display: none;
}
@media only screen and (max-width: 868px) {
  footer{
    font-size: 80%;
  }
  .minifootertext{
    display: inline;
  }.fullfootertext{
    display: none;
  }
}
#warningnavbadge{
  font-size: 90%;
}
@media only screen and (max-width: 1200px) {
  .navbar-nav{
    font-size: 90%;
  }
  .navbar-brand{
    margin-right: 0rem;
  }
  #warningnavbadge{
    font-size: 65%;
  }
}
@media only screen and (max-width: 987px) {
  .navbar-nav{
    font-size: 100%;
  }
  #warningnavbadge{
    font-size: 90%;
  }
}

/*.so-itemgroup-row{
  margin-top:20px;
}

.so-itemgroup-row div{
    height: 42px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.so-itemgroup-row p{
    padding-left:10px;
    padding-top: 15px;
}
.so-itemgroup-row{
  background-color: rgba(118, 165, 245, 0.1);
}*/

.scrolled-dropdown{
  max-height: 400px;
  overflow-y: scroll;
}

.grid-number {
    width:100%;
    max-width: 95%;
    min-width: 32px;
    text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* loading spinner from loading.io/css! */
.lds-ellipsis {
    margin: auto;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4285f4;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
  }
  