/* -----------------------------------
//
//      Loading Items
//
---------------------------------------*/
#LoadingDiv {
    z-index: 101;
    top: 0px;
    left: 0px;
    position: fixed;
    background-color: #ffffff;
}
.loader {
    position: absolute;
    top: 100px;
    left: 100px;
    border: 16px solid #999fa8;
    border-radius: 50%;
    border-top: 10px solid #00529c;
    border-bottom: 10px solid #1faa92;
    border-right: 10px solid #d6186e;
    border-left: 10px solid #fcb334;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
#loadingtext {
    font-size: 20px;
    position: absolute;
    color: #a0a0a0;
    text-align: center;
    padding: 0px;
    margin: 0px;
    top: 130px;
    left: 200px;
}
#chromechecker {
    font-size: 20px;
    position: absolute;
    color: #808080;
    text-align: left;
    padding: 0px;
    margin: 0px;
    top: 100px;
    left: 200px;

}
#loadingpercent {
    font-size: 18px;
    position: absolute;
    color: #a0a0a0;
    text-align: center;
    padding: 0px;
    margin: 0px;
    top: 130px;
    left: 115px;
    width: 60px;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* BASE STYLES */
body {font-family: Arial, sans-serif; background: #d0d0d0; }
.stdwindow{background-color: #ffffff; border-color: #474d56; overflow: hidden;}
.stdtext {font-size: 14px; color: #00000; text-align: left; padding: 0px; margin: 0px; border-style: none; white-space: nowrap;}
.stdbutton {
    padding: 0px;
    border-width: 1px;
    border-color: #474d56;
    color: #474d56;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;}
.stdbutton:hover {background-color: #b1ddf2; border-color: #000000; color:  #000000}
.stdbutton:active {transform: translateY(2px);}
.titlebar {background-color: #474d56; color: #ffffff;}
.closebtn {background-color: #ffffff00; color: #ffffff;}
.closebtn:hover { background-color: #ffffff30;}
.closebtn:active {transform: translateY(2px);}
.stdbuttonon {
    padding: 0px;
    border-width: 1px;
    border-color: #00ff00;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background-color: #1faa92;}
.stdbuttonon:hover {background-color: #b1ddf2; border-color: #000000; color:  #000000}
.stdbuttonon:active {transform: translateY(2px);}

.speccontbutton{
    padding: 0px;
    border-width: 1px;
    border-color: #c0c0c0;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background-color: #474d56;}
.speccontbutton:hover{background-color: #b1ddf2; border-color: #000000; color:  #000000}
.tooltips{background-color: #474d5680; color: #d0d0d0;padding:0;margin:0;font-size: 12px;}


/*Styles for the map items*/
.unitfss {
     stroke-width: 2px;
     stroke: #888d97;
     fill: #715da340;
 }
.unitfss:hover {
    stroke: #fcb334;
}

.unitfic {
    stroke-width: 1px;
    stroke: #888d97;
    fill: #e382a760;
}
.unitfic:hover {
    stroke: #fcb334;
}

.unittwr {
    stroke-width: 1px;
    stroke: #888d97;
    fill: #00a6dc40;
}
.unittwr:hover {
    stroke: #fcb334;
}

.unitacc {
    stroke-width: 2px;
    stroke: #bdc1c9;
    fill: #7bc46680;
}
.unitacc:hover {
    stroke: #fcb334;
}

.unitifr {
    stroke-width: 1px;
    stroke: #888d97;
    fill: #b0d89f40;
}
.unitifr:hover {
    stroke: #fcb334;
}

.unithq {
    stroke-width: 2px;
    stroke: #ffffff;
    fill: #fcb334;
}
.unithq:hover {
    stroke: #fcb334;
}

.unitselected{
    stroke-width: 3px;
    stroke: #ed1c24;
    fill: #ffd086;
}
.unitselected:hover{
    fill: #ffffff;
}