body {
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

.highContrast{
    color: #474d56;

}
.medContrast{
    color: #999fa8;

}
.lowContrast{
    color: #bdc1c9;
}
.selBox{
    font-weight: bold;
    font-size: 16px;
    font-size: 1.5vh;
}
.selector{
    width: 20px;
    height: 20px;
    color: #FF0000;
}

/* -----------------------------------
//      Panel LEFT and items
---------------------------------------*/
#pnlLeft {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: black;
}
.sidePnl {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #909090;
}

.navbutton {
    background-color: #10101000;
    background-repeat: no-repeat;
    background-size: contain;
    outline: none;
    border-style: none;
    border-radius: 8px;
    border-color: #bdc1c9;
}
.navbutton:hover {
    transform: scale(1.3);
    transition: 0.2s;
}
.navbutton:active {
    transform: translateY(3px);
}
.iconbutton {
    padding: 2px;
    border-width: 1px;
    border-color: #597081;
    color: #dddddd;
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    background-size: 30px 30px;
}
.iconbutton:hover {
    border-width: 3px;
    background-color: white;
}
.iconbutton:active {
    border-width: 6px;  
}
/* -----------------------------------
            Filter Area
---------------------------------------*/
.filterToggleOff {
    background-color:  #dadce1;
    color: #a0a0a0;
    cursor: pointer;
    font-size: 16px;
    
    border-width: 0px 0px 0px 3px;
    border-color:#C0C0C0;
    outline: none;
    transition: color 0.5s;
    transition: height 1s;
}
.filterToggleOff:hover {
    color:black;
    font-weight: bold;
}
.filterToggleOff:active {
    color: #d5eacc;
}
.filterToggleOn {
    background-color: #f0f0f0;
    color: #7bc466;
    cursor: pointer;
    font-size: 20px;
    
    font-weight: bold;
    
    border-width: 0px 1px 0px 1px;
    border-color:green;
    outline: none;
    transition: color 0.5s;
    transition: height 0.5s;
}
.filterToggleOn:hover {
    color: black;
}
.filterToggleOn:active {
    color: #474d56;
}
/* -----------------------------------
//      Panel BOTTOM and items
---------------------------------------*/
#pnlBottom {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: black;
}

/* -----------------------------------
//     specialty icons
---------------------------------------*/
.mapIconIFR {
    fill: #32BDFF;
    stroke-width: 0px;
}
.mapIconIFR:hover{
    stroke: white;
    stroke-width: 2px;
}
.bdyIconHigh {
    fill: #006eb0a0;
    stroke: #808080;
    stroke-width: 2px;
}
.bdyIconHigh:hover {
    fill: #006eb0;
    
}
.bdyIconLow {
    fill: #7bc466a0;
    stroke: #808080;
    stroke-width: 2px;
}
.bdyIconLow:hover {
    fill: #7bc466;
    
}
.bdyIconTerminal {
    fill: #ffd086a0;
    stroke: #808080;
    stroke-width: 2px;
}
.bdyIconTerminal:hover {
    fill: #ffd086;
    
}
/* -----------------------------------
//      Loading Items
---------------------------------------*/
#LoadingDiv {
    padding: 0;
    position: absolute;
    border-radius: 18px;
    top: 5%;
    left: 5%;
    margin: 0 auto;
    width: 600px;
    height: 200px;
    background-color: #404040;
    border-width: 10px;
    border-style: solid;
    border-color: #303030;
    box-shadow: 7px 10px 8px #202020;
}
#bar {
    position: absolute;
    top: 60px;
    height: 18px;
    width: 500px;
    left: 50px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
}
#circle {
    position: absolute;
    top: -30px;
    margin-left: -30px;
    height: 60px;
    width: 10px;
    left: 0;
    background: #202020;
    -webkit-animation: mymove 1s infinite
}
#pLoad {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0px;
    width: 500px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
#msg1{
    position: absolute;
    left: 0;
    top: 5px;
    width: 600px;
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
}
#loadmessage{
    position: absolute;
    left: 0;
    top: 100px;
    width: 600px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 18px;
    color: #a0a0a0;
}
#loadpct{
    position: absolute;
    left: 0;
    top: 100px;
    width: 600px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 36px;
    color: #a0a0a0;
}
@-webkit-keyframes mymove {
    0% {
        left: 0;
        width: 10px;
    }
    50% {
        left: 45%;
        width: 110px;
    }
    100% {
        left: 110%;
        width: 10px;
    }
}
.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #00529c;
    border-color: #808080 transparent #404040 transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }