html{
  overscroll-behavior: contain !important;
}


body{
  height:100%;
  margin-top:80px;
}

.virtual-page{
}

.navbar{
  background: white !important;
}

.navbar-brand{
  font-weight: bold;
  font-size: 12px;
}

.menuText{
}

.menuTtile{
  font-size: 1.4rem;
}

.pageTitle{
  font-size: 1.25rem;
  margin-left: 10px;
  margin-top: 10px;
}

.menuButton{
  color: #067cf3;
  font-size: 1.4rem;
}


.menuListGroup{
  margin-top:0px;
  font-size: 1.4rem;
}

.menuIcon{
  margin-right:30px;
}

.personIcon{
  margin-right:10px;
}

.menuItem{
  border: none;
}

.list-group-item.active{
  border-radius: 9px;
  background-color: #067cf3;
}

.status-holder{
  height:100%;
}
.status-holder img{
  max-width: -webkit-fill-available;
}

@media (max-width: 576px) {
  .laeNav{
    font-size: 0.8rem;
  }
}

#dropdownMenuButton{
  margin-top:30px;
}

.boardInterationButton{
  width: 100px !important;
  position: fixed !important;
  right: 0;
  top: 0 !important;
  margin-top: 20px;
  margin-right: 20px;
  z-index:10000;
}

.new-section{
  margin-top:10px;
}

.board-readings{
  display: none;
}

.readings-main-header{
  padding: 10px;
  font-weight: bold;
  font-size: 1em;
  background: #067cf363;
  margin-top:30px;
  border-radius: 7px 7px 0px 0px;
  margin-bottom: -10px;
  color: black;
}

.readings-main-header-top{
  padding: 10px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1em;
  background: #067cf363;
  border-radius: 7px 7px 0px 0px;
  margin-bottom: -10px;
  color: black;
}

.readings-description{
  font-weight: bold;
  font-size: 0.8em;
  color: #5f5f5f;
}

.readings-subheader{
  font-size: 0.8em;
  font-weight: bold;
}

.board-readings-loader-title{
  font-weight: bold;
  color: #5f5f5f;
}

.board-readings-loader{
  display: none;
}

.board-readings-loader.show {
  visibility: visible;
  opacity: 1;
}

#readRegister_register{
  border:none;
}

#readRegister_result{
  font-weight: bold;
  vertical-align: middle;
  margin-top:4px;
}

#parameterSets_container{
  display:none;
}

#devButton0{
  position: fixed;
  top:0;
  margin-top: 17px;
  margin-left: 175px !important;
  z-index:10000;
}

#devButton1{
  position: fixed;
  top:0;
  margin-top: 17px;
  margin-left: 227px;
  z-index:10000;
}

#devButton2{
  position: fixed;
  top:0;
  margin-top: 17px;
  margin-left: 277px;
  z-index:10000;
}

#devButton3{
  position: fixed;
  top:0;
  margin-top: 17px;
  margin-left: 329px;
  z-index:10000;
}

#randomFact{
  font-size: 10px;
  color:#2f2f2f;
}

.pi-fw-img{
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.img-cropper {
  width: 395px;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.rotateimg90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#gahLoader{
  max-width: 120px;
}

#loaderModal{
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.loaderModalContent {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:150px;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.fw-static-entry{
  margin-block: 10px;
}

.fw-static-title{
  font-weight: bold;
}

.fw-static-detail{

}

#fw-cardTitle{
  margin-bottom: 1.25rem;
}

.get-logs-preparation{
  display: none;
}

.get-logs-final{
  display: none;
}

#connectToUnitImage{
  max-width: 100%;
}

#connectToUnitLED{
  position: absolute;
  margin-left: 87px;
  margin-top: 36px;
}

.log-view{
  display: none;
}

#runLogTable{
  width:100% !important;
}

#tempLogTable{
  width:100% !important;
}

#alarmLogTable{
  width:100% !important;
}

#tempLogModal .modal-dialog{
}

.cfgimage{
  max-width: 100% !important;
}

.notWorking{
  color: #cfcfcf;
}

.extendedToolsParent{
  font-size: 1.25rem;
}

.rotate{
  animation: spin 1s linear infinite;
}

.offcanvas{
  z-index: 10001 !important;
}

@keyframes spin {
  0% { transform: rotate(0deg) scale(1); }
  25% { transform: rotate(90deg) scale(1.1); }
  50% { transform: rotate(180deg) scale(1); }
  75% { transform: rotate(270deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
