/* -----------------------------------
//
//      Generic Items
//
---------------------------------------*/
body {
    font-family: Arial, Verdana, sans-serif;
    background: #ffffff;
    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;
}
#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); }
}
/*-----------------------------WINDOWS----------------------*/
.clearwindow{
    border-width: 0px;
    border-style: solid;
}
.stdwindow{
    background-color: #ffffff;
    border-color: #666666;
    border-width: 0px;
    border-style: solid;
}
.darkwindow{
    background-color: #474d56;
    border-color: #23262b;
    border-width: 0px;
    border-style: solid;
}
.overlaywindow{
    background-color: #000000d0;
    border-style: none;
}
.popupwindow{
    background-color: #ffffff;
    border-color: #999fa8 #748086 #748086 #999fa8;
    border-width: 4px;
    border-style: solid;
    border-radius: 16px;
}
.mnwidget{
    background-color: #ffffff;
    border-top: 1px solid #999fa8;
    border-left: 1px solid #999fa8;
    border-right: 1px solid #888d97;
    border-bottom: 1px solid #888d97;
    border-radius: 8px;
}
/*-------------------------LABELS-------------------------------*/
.stdtextL{
    font-size: 14px;
    position: absolute;
    color: #00000;
    text-align: left;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    white-space: nowrap;
    overflow: hidden;
}
.stdtextC{
    font-size: 14px;
    position: absolute;
    color: #00000;
    text-align: center;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
}
.stdtextR{
    font-size: 14px;
    position: absolute;
    color: #00000;
    text-align: right;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
}
.labelsmall {
    font-size: 16x;
    position: absolute;
    color: #bdc1c9;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.lblHeader1 {
    font-size: 20px;
    position: absolute;
    color: #474d56;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.lblHeader2 {
    font-size: 20px;
    position: absolute;
    color: #006eb0;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
.lblAmount {
    font-size: 20px;
    position: absolute;
    color: #00000;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    border-color: #dadce1;
}
/*-------------------------BUTTONS-------------------------------*/
.stdbutton {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 6px;
    border-width: 2px;
    border-color: #474d56;
    color: #00529c;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background-size: 24px 24px;
}
.stdbutton:hover {
    background-color: #a8b4d8;
}
.stdbutton:active {
    transform: translateY(2px);
}
.linkbutton {
    background-color: #ffffff;
    padding: 0px;
    border-style: none;
    color: #006eb0;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.linkbutton:hover {
    text-decoration: underline;
}
.linkbutton:active {
    transform: translateY(2px);
}
.sidebutton {
    background-color: #474d56;
    padding: 2px;
    border-radius: 10px;
    border-width: 0px;
    border-color: #888d97;
    color: #888d97;
    cursor: pointer;
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}
.sidebutton:hover {
    background-color: #ffffff12;
    color: #ffffff;
}
.sidebutton:active {
    transform: translateY(2px);
}
.spinbutton {
    background-color: #888d97;
    padding: 2px;
    border-color: #00a6dc;
    border-style: none;
    border-radius: 8px;
    color: #00529c;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background-size: 24px 24px;
}
.spinbutton:hover {
    background-color: #a8b4d8;
    border-style: solid;
}
.spinbutton:active {
    transform: translateY(2px);
}
.adjustbutton {
    background-color: #ffffff;
    border-radius: 6px;
    border-width: 1px;
    border-color: #474d56;
    color: #00529c;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;
}
.adjustbutton:hover {
    background-color: #a8b4d8;
}
.adjustbutton:active {
    transform: translateY(2px);
}
/****************************************************************************/
/*    Tab Button Styles                                                    */
/****************************************************************************/
.tabbutton{
    background-color: #ffffff;
    color: #006eb0;
    border-style: solid;
    border-radius: 0px 0px 8px 8px;
    border-width:  1px;
    border-color: #474d56;
    font-weight: bold;
    font-size: 14px;
}
.tabbutton:hover{
    background-color: #b1ddf2;
}
.tabbutton:active{
    font-size: 12px;
}
.tabbuttonOn{
    background-color: #ffffff;
    color: #006eb0;
    border-style: solid;
    border-radius: 0px 0px 8px 8px;
    border-width: 1px;
    border-color:#474d56;
    font-weight: bold;
    font-size: 14px;
}
.tabbuttonOn:hover{
    border-width: 0px 3px 3px 3px;

}
.tabbuttonOn:active{
    font-size: 10px;
}
/****************************************************************************/
/*    Arrow boxes for spin buttons                                          */
/****************************************************************************/
.arrow-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #474d56;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #474d56;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;

    border-left: 60px solid green;
}
.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid blue;
}
/****************************************************************************/
/*    Table Styles                                                  */
/****************************************************************************/
table.stdtable {
    border: 3px solid #f9ab7f;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.stdtable td, table.stdtable th {
    border: 1px solid #AAAAAA;
    padding: 2px 2px;
}
table.stdtable tbody td {
    font-size: 13px;
    color: #474D56;
}
table.stdtable td:nth-child(even) {
    background: #fdd2b8;
    text-align: center;
    font-weight: bold;
}
table.stdtable1 {
    border: 3px solid #9e8fc0;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.stdtable1 td, table.stdtable th {
    border: 1px solid #AAAAAA;
    padding: 2px 2px;
}
table.stdtable1 tbody td {
    font-size: 13px;
    color: #474D56;
}
table.stdtable1 td:nth-child(even) {
    background: #c7bfdc;
    text-align: center;
    font-weight: bold;
}
table.stdtable2 {
    border: 3px solid #e382a7;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.stdtable2 td, table.stdtable th {
    border: 1px solid #AAAAAA;
    padding: 2px 2px;
}
table.stdtable2 tbody td {
    font-size: 13px;
    color: #474D56;
}
table.stdtable2 td:nth-child(even) {
    background: #eebcc8;
    text-align: center;
    font-weight: bold;
}
table.blueTable {
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}
table.blueTable tbody td {
    font-size: 13px;
}
table.blueTable tr:nth-child(even) {
    background: #D0E4F5;
}
table.blueTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
}
table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
    border-left: none;
}
