body {
    background: black;
    font-family: Arial, Helvetica, sans-serif;
}
/* -----------------------------------
            COMMON
---------------------------------------*/
.stdBackground {
    background-color: black;
}
.imagebutton {
    background-color: #10101000;
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 0px;
    outline: none;
    transition: scale 1s;
}
.imagebutton:hover {
    transition:  0.3s;
    transform: scale(1.5);
}
.imagebutton:active {
    transform: translateY(3px);
}
.stdbutton {
    background-color: #10101000;
    color: #a0a0a0;
    font-weight: bold;
    cursor: pointer;
    font-size: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #404040;
    
    padding: 1px;
    
}
.stdbutton:hover {
    color: #bfdfd7;
    font-size: 26px;
}
.stdbutton:active {
    transform: translateX(2px);
}
.dialogWindow {
    
    background-color: #000000;
    border-radius: 4px;
    color: #F0F0F0;

}
.hideLeft {
    transition: left 2s;
}
.hideTop {
    transition: top 2s;
}
.tileback{
    background-color: #474d56;
}
.titles {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4vh;
}
.labels {
    color: #888d97;
    font-weight: bold;
    font-size: 16px;
    font-size: 2vh;
}
.minilabels {
    color:#888d97;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.5vh;
}
.selBox{
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6vh;
}
.chkbx{
    background-color:black;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    border-color: grey;
}
.highContrast{
    color: white;

}
.mediumContrast{
    color: #999fa8;

}
.lowContrast{
    color: #888d97;
}
/* -----------------------------------
             Unit Page
---------------------------------------*/
#lblUnitSelected{
    background-color: #00529c;
    
}
#trngUnitSel{
    color: white; 
    background-color: #00529c;
}
.hldrUnitPage{
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 5px;
    background-color: #474d56;
}
#lblInStaffed{
    border-style: solid;
    border-color: #808080;
    border-width: 0px 1px 0px 0px;
}
#bxStaffed{
    border-style: solid;
    border-color: #808080;
    border-width: 0px 1px 0px 0px;
}
.empCard{
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}
.empCard:hover{
    border-width: 2px;
    border-color: red;
}
.empCardName{
    background-color: black;
    color: white;
}
#areaAgeChart{
    background-color: black;
}

/* -----------------------------------
            Settings Page
---------------------------------------*/
.setBG{
    background-color: #202020B0;
}
#pnSettings{
    background-color: #000000;
    border-style: solid;
    border-radius: 14px;
    border-width: 2px;
    border-color: #FFFFFF;
    color: #808080;
    font-weight: bold;
    padding: 20px;
}
#hldSettings{
    background-color: #303030;
}
.lblLevel1{
    font-size: 22px;
    font-weight: bold;
    color: white;

}
.lblLevel2{
    font-size: 18px;
    font-weight: bold;
    color: #a0a0a0;

}
.lblLevel3{
    font-size: 15px;
    color: #c0c0c0;
}
/* -----------------------------------
            Geo (Maps) Page
---------------------------------------*/
#pnlNav {
    background-color: #232428;
    border-radius: 14px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #999fa8;
}
#pnlOverlay{
    background-color: #232428;
    border-radius: 0px 14px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #999fa8;
}
.geo-labels {
    color: #474d56;
    font-weight: bold;
    font-size: 18px;
    
}
.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);
}
.geo-label2 {
    color: #808080;
    fontSize: 17px;
}
.mapIconIFR {
    fill: #32BDFF;
    stroke-width: 0px;
}
.mapIconIFR:hover{
    stroke: white;
    stroke-width: 2px;
}
.mapIconTWR {
    fill: #AC3931;
    stroke-width: 2px;
    stroke: black;
}
.mapIconTWR:hover{
    stroke: white;
    
}
.mapIconFSS {
    fill: #9e8fc0; 
    stroke-width: 2px;
    stroke: black;
}
.mapIconFSS:hover{
    stroke: white;
    
}
.mapIconFIC {
    fill: #4F9D69;
    stroke-width: 2px;
    stroke: black;
}
.mapIconFIC:hover{
    stroke: white;
    
}
.bdyIconHigh {
    fill: #006eb0a0;
    stroke: #00000080;
    stroke-width: 4px;
}
.bdyIconHigh:hover {
    fill: #006eb0;
    transform: translate(2px, -3px); 
}
.bdyIconLow {
    fill: #7bc466a0;
    stroke: #00000080;
    stroke-width: 4px;
}
.bdyIconLow:hover {
    fill: #7bc466;
    transform: translate(2px, -3px); 
}
.bdyIconTerminal {
    fill: #ffd086a0;
    stroke: #00000080;
    stroke-width: 2px;   
}
.bdyIconTerminal:hover {
    fill: #ffd086;
    transform: translate(2px, -3px); 
}
#lblMapOverlays{
    color: #606060;
    font-weight: bold;
    font-size: 22px;
    font-size: 2vh;
}
#lblUnitNameTip {
    color: #a0a0a0;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    font-size: 2.8vh;
}
#lblUnitDetailTip{
    color: #a0a0a0;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    font-size: 2vh;
}
.selBox2{
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-size: 0.8vw;
}
/* -----------------------------------
            Departures pages
---------------------------------------*/
.blockerBG{
    background-color: #00000080;
}
.blockerLbl{
    background-color: #000000D0;
    color: #E0e0e0;
    font-size: 22px;
    font-weight: bold;
    border-radius: 14px;
    border-width: 3px;
    border-color: white;
    border-style: solid;

}
.graphtitle{
    color: #bfdfd7;
}
#depInfo{
    background-color: #232428;
}
.titleVar{
    color: white;
    font-size: 22px;
    font-size: 1.4vw;
    font-weight: bold;
}
.infoVar{
    color: #909090;
    font-size: 18px;
    font-size: 1vw;
}
/* -----------------------------------
            Demographics pages
---------------------------------------*/
.fullDemoChrt {
    background-color: #474d56;
}
/* -----------------------------------
            TILES
---------------------------------------*/
.tile{
    border-radius: 8px;
    font-size: 24px;
    font-size: 3vh;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.tileButton{
    background: #FFFFFF10;
    box-shadow: inset 2px 10px 30px #FFFFFF80;
    cursor: pointer;
    font-size: 30px;
    border-radius: 8px;
    border-style: none;
    border-width: 10px;
    border-color:#FFFFFF80;
    padding: 1px;
    
}
.tileButton:hover{
    border-style:solid;
}
.tileButton:active{
    border-width: 20px;
}
#tileComparator{
    background-color: black;
    color: #d6186e; 
}

#tileDemographics{
    background-color: black;
    color:#715da3; 
}
#tileUnits{
    background-color: black;
    color:#fcb334; 
}
#tileMap{
    background-color: black;
    color:#00a6dc; 
}
#tileDepartures{
    background-color: black;
    color: #00a6dc; 
}
/* -----------------------------------
            FIR Filter Area
---------------------------------------*/
.firToggleOff {
    background-color: #23262B;
    color: #606060;
    cursor: pointer;
    font-size: 16px;
    font-size: 4vh;
    border-radius: 4px;
    border-width: 3px 0px 0px 0px;
    border-color:#606060;
    outline: none;
    transition: color 0.5s;
}
.firToggleOff:hover {
    color: white;
    font-weight: bold;
}
.firToggleOff:active {
    color: #d5eacc;
}
.firToggleOn {
    background-color: #474d56;
    color: #d5eacc;
    cursor: pointer;
    font-size: 24px;
    font-size: 4vh;
    font-weight: bold;
    border-radius: 4px;
    border-width: 2px 0px 1px 0px;
    border-color:#7bc466;
    outline: none;
    transition: color 0.5s;
}
.firToggleOn:hover {
    color: rgb(216, 216, 216);
}
.firToggleOn:active {
    color: #474d56;
}
/* -----------------------------------
            Filter Area
---------------------------------------*/
.filterToggleOff {
    background-color: #23262B;
    color: #606060;
    cursor: pointer;
    font-size: 16px;
    font-size: 3vh;
    border-radius: 4px;
    border-width: 0px 0px 0px 3px;
    border-color:#606060;
    outline: none;
    transition: color 0.5s;
    transition: height 1s;
}
.filterToggleOff:hover {
    color: white;
    font-weight: bold;
}
.filterToggleOff:active {
    color: #d5eacc;
}
.filterToggleOn {
    background-color: #474d56;
    color: #d5eacc;
    cursor: pointer;
    font-size: 24px;
    font-size: 3vh;
    font-weight: bold;
    border-radius: 4px;
    border-width: 0px 1px 0px 1px;
    border-color:#7bc466;
    outline: none;
    transition: color 0.5s;
    transition: height 0.5s;
}
.filterToggleOn:hover {
    color: rgb(216, 216, 216);
}
.filterToggleOn:active {
    color: #474d56;
}
/* -----------------------------------
//     Effects
---------------------------------------*/

/* -----------------------------------
//      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;
    }
}
/* Timer*/
.timer{
    width: 24px;
    height: 24px;
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border-radius: 50%;
    position: relative;
    margin: 38px auto;/* Not necessary- its only for layouting*/
}
.timer:after, .timer:before{
    position: absolute;
    content:"";
    background-color: #fff;
}
.timer:after{
    width: 10px;
    height: 2px;
    top: 11px;
    left: 11px;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: minhand 2s linear infinite;
    -moz-animation: minhand 2s linear infinite;
    animation: minhand 2s linear infinite;
}
.timer:before{
    width: 8px;
    height: 2px;
    top: 11px;
    left: 11px;
    -webkit-transform-origin: 1px 1px;
    -moz-transform-origin: 1px 1px;
    transform-origin: 1px 1px;
    -webkit-animation: hrhand 8s linear infinite;
    -moz-animation: hrhand 8s linear infinite;
    animation: hrhand 8s linear infinite;
}
@-webkit-keyframes minhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes minhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes minhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}
@-webkit-keyframes hrhand{
    0%{-webkit-transform:rotate(0deg)}
    100%{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes hrhand{
    0%{-moz-transform:rotate(0deg)}
    100%{-moz-transform:rotate(360deg)}
}
@keyframes hrhand{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(360deg)}
}

.lds-hourglass {
    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 #c0c0c0 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);
    }
  }
