/* -----------------------------------
//
//      Generic Items
//
---------------------------------------*/
body {
    font-family: Arial, Verdana, sans-serif;
    background: #eeeeee;
    touch-action: none;
}
p {
    color: #000000;
}
#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;
}
#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); }
}
/* -----------------------------------
//
// Interface Items (Window, Pane, Controls)
//
---------------------------------------*/

/*-------------------------TOP MAIN WINDOWS----------------------*/
.topwindow{
    background-color: #ffffff;
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
}

/*-------------------------PANES----------------------*/
.standardpane{
    background-color: #ffffff;
    border-style: none;
}
.verticalpane{
    background-color: #ffffff;
    border-color: #888888;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
}
.colorpane{
    background-color: #00a6dc;
    border-color: #888888;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
}
/* -----------------------------------
//
//      Label Styles
//
---------------------------------------*/
.titlestyle{
    font-family: sans-serif;
    background-color: #ffffff;
    font-size: 24px;
    color: #0088dd;
    padding: 0;
    text-align: center;
    margin: 0;
}
.updatedstyle{
    font-family: sans-serif;
    background-color: #ffffff;
    font-size: 12px;
    color: #909090;
    padding: 0;
    text-align: left;
    margin: 0;
}
.aplabel{
    font-family: sans-serif;
    background-color: #ffffff;
    font-size: 24px;
    color: #202020;
    padding: 0;
    text-align: left;
    margin: 0;
}
.smalllabel{
    font-size: 14px;
    position: absolute;
    color: #000000;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.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: #d0d0d0;
    padding: 2px;
    border-radius: 3px;
    border-width: 3px;
    border-color: #303030;
    color: #444444;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    background-size: 24px 24px;
}
.stdbutton:hover {
    font-size: 16px;
}
.stdbutton:active {
    transform: translateY(2px);
}
/* small buttons without borders (show/hide panes) */
.smallbutton {
    background-color: #d0d0d0;
    padding: 4px;
    border-radius: 3px;
    border-width: 2px;
    border-color: #000000;
    color: #444444;
    cursor: pointer;
    position: absolute;
    font-size: 9px;
    background-size: 16px 16px;
}
.smallbutton:hover {
    background-color: #aaaaff;
}
.smallbutton: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);
}





































