/* -----------------------------------
//
//      Generic Items
//
---------------------------------------*/
body {
    font-family: Arial, Verdana, sans-serif;
    background: #404040;
    touch-action: none;
}
p {
    color: #000000;
}
#LoadingDiv{
    z-index: 101;
    top:0px;
    left:0px;
    position:fixed;
    background-color: #333333;
}
.loader {
    position: absolute;
    top: 100px;
    left: 100px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #999999;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.loadingtext{
    font-size: 20px;
    position: absolute;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    margin: 0px;
    top: 180px;
    left: 300px;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* -----------------------------------
//
// Interface Items (Window, Pane, Controls)
//
---------------------------------------*/

/*-------------------------TOP MAIN WINDOWS----------------------*/
.topwindow{
    background-color: #ffffff10;
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
}
.wiperwindow{
    background-color: #000000;
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
}
.mapwindow{
    background-color: #181818;
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
}
.whitewindow{
    background-color: #ffffff;
    border-color: #000000;
    border-width: 2px;
    border-style: none;
}
.darktopwindow{
    background-color: #0b0b0b10;
    border-color: #222222;
    border-width: 1px;
    border-style: solid;
}
.opaquetopwindow{
    background-color: #000000;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
}


/*-------------------------PANES----------------------*/
.standardpane{
    background-color: #303030;
    border-color: #888888;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
}
.verticalpane{
    background-color: #303030;
    border-color: #888888;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
}
.darkpane{
    background-color: #101010;
    border-color: #888888;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
}
.darkpane2{
    background-color: #101010;
    border-color: #888888;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
}
.clearpane{
    background-color: #10101000;
    border-color: #888888;
    border-style: none;
}
.whitepane{
    background-color: #ffffff;
    border-color: #000000;
    border-style: none;
    border-width: 1px;
}
.whitepane2{
    background-color: #ffffff;
    border-color: #000000;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
}
.whitecontrolpane{
    background-color: #00000020;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;

}
.obscurepane{
    background-color: #000000c0;
    border-color: #000000;
    border-style: solid;
    border-width: 3px;

}
/* -----------------------------------
//
//      Label Styles
//
---------------------------------------*/
.sectorinfo{
    font-family: sans-serif;
    background-color: #00000000;
    font-size: 13px;
    color: #0088dd;
    padding: 0;
    text-align: center;
    margin: 0;
}
.wind{
    font-family: sans-serif;
    background-color: #00000000;
    font-size: 15px;
    color: #0088dd;
    padding: 0;
    text-align: center;
    margin: 0;
    position: absolute;
}
.clock{
    font-family: sans-serif;
    background-color: #00000000;
    font-size: 36px;
    color: #0088dd;
    padding: 0;
    text-align: center;
    margin: 0;
}
.lbl12White{
    font-size: 12px;
    position: absolute;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}
.lbl14WhiteCenter{
    font-size: 14px;
    position: absolute;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.lbl14BlackCenter{
    font-size: 14px;
    position: absolute;
    color: #00000;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.lbl14Black{
    font-size: 14px;
    position: absolute;
    color: #000000;
    padding: 0px;
    margin: 0px;
.lbl14BlackCenterRotate{
    font-size: 14px;
    position: absolute;
    color: #00000;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: none;
    border-width: 1px;
    writing-mode: vertical-lr;
}
/* -----------------------------------
//
//     Button Styles
//
---------------------------------------*/
.stdbutton {
    background-color: #1c1c1c;
    padding: 2px;
    border-radius: 10px;
    border-width: 1px;
    border-color: #777777;
    color: #dddddd;
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    background-size: 24px 24px;
}
.stdbutton:hover {
    border-width: 3px;
}
.stdbutton:active {
    transform: translateY(2px);
}
/* standard button in disabled state */
.stdbuttondisabled {
    background-color: #1c1c1c;
    padding: 2px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #777777;
    color: #444444;
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    background-size: 24px 24px;
}
.stdbuttondisabled:hover {
    border-width: 3px;
}
.stdbuttondisabled:active {
    transform: translateY(2px);
}
/*alternate state for the pushbutton to show "on" */
.stdbuttontoggle {
    background-color: #2d2d2d;
    padding: 2px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #777777;
    color: #0088dd;
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    background-size: 24px 24px;
}
.stdbuttontoggle:hover {
    border-width: 3px;
}
.stdbuttontoggle:active {
    transform: translateY(2px);
}
/*Actionbuttons - buttons with yellow to denote action required*/
.actionbutton {
    background-color: #1c1c1c;
    padding: 2px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #777777;
    color: #dddd00;
    cursor: pointer;
    position: absolute;
    font-size: 12px;
    background-size: 24px 24px;
}
.actionbutton:hover {
    border-width: 3px;
}
.actionbutton:active {
    transform: translateY(2px);
}
/*Selection buttons for panel selection*/
.selectionbutton {
    background-color: #3c3c3c;
    padding: 2px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #777777;
    color: #dddddd;
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    background-size: 24px 24px;
}
.selectionbutton:hover {
    border-width: 3px;
}
.selectionbutton:active {
    transform: translateY(2px);
}
/* White Panel Buttons (Togglers) */
.stdwhitebuttonon {
    background-color: #ffffff;
    padding: 2px;
    border-radius: 3px;
    border-width: 2px;
    border-color: #777777;
    color: #000000;
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    font-family: arial, sans-serif;
}
.stdwhitebuttonon:hover {
    border-width: 4px;
    font-size: 20px;
}
.stdwhitebuttonon:active {
    transform: translateY(2px);
}





































