/* Standard Items */
@viewport {
    width: device-width ;
    zoom: 1.0 ;
}
*:focus {
    outline: #00a6dc;
}
/* -----------------------------------
//      WP Modeller VB2 Items
---------------------------------------*/
/* Windows */
.modellerwindow {
     border-style: solid;
     border-color: #000000;
     border-width: 0px 1px 1px 1px;
     box-shadow: 5px 10px 10px #bdc1c9;
 }
.modellerwintitle {
    background-color: #000000;
    color: white;
    text-align: center;
    font-weight: bold;
}
.spncaption {
    padding: 0px;
    margin: 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: grey;
    white-space: wrap;
    overflow: hidden;
    color: black;
    font-size: 12px;
}
.unitselect{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #00529c;
    color: #ffffff;
    border-style: none;
    border-radius: 0px;


}

/*button1 - Mixed buttons on the navbar */
.button1 {
    padding: 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #bdc1c9;
    border-radius: 12px;
    cursor: pointer;
    position: absolute;
    background-color: #d0d0d0;

}
.button1:hover {background-color: #f0f0f0;}
.button1:active {transform: translateY(2px);}
.button1on {
    padding: 0px;
    cursor: pointer;
    position: absolute;
    border-radius: 12px;
    background-color: #ffffff;}
.button1on:hover {background-color: #d5eacc;  color:  #000000}
.button1on:active {transform: translateY(2px);}
/*button1a - tabs at top of pane as page selectors */
.button1a {
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    cursor: pointer;
    position: absolute;
    background-color: #dadce1;
    font-size: 20px;
}
.button1a:hover {background-color: #bdc1c9;}
.button1a:active {transform: translateY(2px);}
.button1aon {
    padding: 0px;
    border-style: none;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    background-color: #00529c;}
.button1aon:hover {background-color: #6781ba;  color:  #e0e0e0;}
.button1aon:active {transform: translateY(2px);}
/*button2 - unit category selection button on intro page */
.button2 {
    padding: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 24px;
    color: #000000;
    cursor: pointer;
    position: absolute;
    font-size: 15px;
    background-color: #ffffff80;
}
.button2:hover {background-color: #ffffff;}
.button2:active {transform: translateY(2px);}
.fakebutton {
    padding: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 24px;
    color: #888d97;
    cursor: pointer;
    position: absolute;
    font-size: 15px;
    background-color: #ffffff80;
}

/*tab buttons - at top  of pages */
.tabbutton {
    padding: 0px;
    margin: 0px;
    border-style: none;
    color: #000000;
    border-radius: 0px 0px 12px 12px;
    cursor: pointer;
    position: absolute;
    background-color: #dadce1;
    font-size: 18px;
    font-weight: bold;
}
.tabbutton:hover {background-color: #bdc1c9;}
.tabbutton:active {transform: translateY(2px);}
.tabbuttonon {
    padding: 0px;
    border-style: none;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0px 0px 12px 12px;
    background-color: #006eb0;}
.tabbuttonon:hover {background-color: #64c3e8;  color:  #000000}
.tabbuttonon:active {transform: translateY(2px);}

.button4 {
    padding: 0px;
    border-width: 1px;
    border-color: #474d56;
    color: #000000;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    background-color: #F0F0F0;
    box-shadow: 4px 5px 6px #bdc1c9;
    border-radius: 2px;
    }
.button4:hover {
    background-color: #bfdfd7;
    color:  #808080;
    box-shadow: 6px 7px 6px #ceddc9;}
.button4:active {
    transform: translateY(2px);
    box-shadow: 3px 4px 6px #ceddc9;}
.button4on {
    padding: 0px;
    border-width: 1px;
    border-color: #474d56;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    background-color: #7bc466;
    box-shadow: 4px 5px 6px #bdc1c9;
    border-radius: 2px;
}
.button4on:hover {
    background-color: #7bc466d0;
    color:  #808080;
    box-shadow: 6px 7px 6px #ceddc9;}
.button4on:active {
    transform: translateY(2px);
    box-shadow: 3px 4px 6px #ceddc9;}

/*blackpill - used on title screen */
.blackpillbutton {
    padding: 0px;
    margin: 0px;
    border-style: solid;
    border-width:5px 40px 5px 40px;
    border-color: #474d56;
    border-radius: 24px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    background-color: #474d56;
}
.blackpillbutton:hover {background-color: #d5eacc; color: #000000;}
.blackpillbutton:active {transform: translateY(2px);}

.overlaybutton {
    padding: 0px;
    border-width: 1px;
    border-color: #474d56;
    color: #000000;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background-color: #00000000;
    box-shadow: 6px 7px 8px #bdc1c9;
}
.overlaybutton:hover {
    background-color: #fcb33440;
    border-color:  #ed1c24;
    border-width: 2px;
    box-shadow: 6px 7px 6px #ceddc9;}
.overlaybutton:active {
    transform: translateY(2px);
    box-shadow: 3px 4px 6px #ceddc9;}

.overlaybutton2 {
    padding: 0px;
    color: #000000;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background-color: #00000000;
}
.overlaybutton2:hover {
    background-color: #fcb33440;
    }
.overlaybutton2:active {
    transform: translateY(2px);
    box-shadow: 3px 4px 6px #ceddc9;}

.coursebutton {
    padding: 0px;
    border-width: 1px;
    border-color: #474d56;
    color: #000000;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    background-color: #b1ddf240;}
.coursebutton:hover {background-color: #abc2e1; border-color: #000000; color:  #808080}
.coursebutton:active {transform: translateY(2px);}

/*Visualization windows*/
.vizwindow{background-color: #ffffff; border-color: #474d56; border-style: solid; border-width: 3px; border-radius: 8px; overflow: hidden}
.viztitle{font-color: #000000; font-size: 18px; padding: 0; margin: 0; border-style: none;text-align: center;font-weight: bold;}
.vizlabel{font-color: #000000; font-size: 16px; padding: 0; margin: 0; border-style: none;text-align: center;}

/*Table used to display retirement data on Model Inputs Page */
table.retireTable {
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
table.retireTable td, table.retireTable th {
    border: 1px solid #FFFFFF;
    padding: 3px 4px;
}
table.retireTable tbody td {
    font-size: 20px;
}
table.retireTable tr:nth-child(even) {
    background: #D3D3D3;
}
table.retireTable thead {
    background: #FFFFFF;
    border-bottom: 4px solid #333333;
}
table.retireTable thead th {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    border-left: 2px solid #333333;
}
table.retireTable thead th:first-child {
    border-left: none;
}
table.retireTable tfoot td {
    font-size: 14px;
}
/* -----------------------------------
//      Loading Items
---------------------------------------*/
#LoadingDiv {
    padding: 0;
    top: 0;
    margin: 0 auto 0 auto;
    width: 600px;
    height: 200px;
    background-color: #006eb0;
}
.bar {
    position: relative;
    top: 60px;
    height: 18px;
    width: 500px;
    margin: 0 auto 0 auto;
    background: #00a6dc;
    overflow-x: hidden;
    overflow-y: hidden;
}
.circle {
    position: absolute;
    top: -30px;
    margin-left: -30px;
    height: 60px;
    width: 10px;
    left: 0;
    background: #fff;
    -webkit-animation: move 2s infinite
}
#pLoad {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0px;
    width: 500px;
    text-align: center;
    text-transform: uppercase;
    color: #00a6dc;
    font-family: arial, sans-serif;
    font-weight: bold;
}
#pOutdated {
    position: relative;
    top: 85px;
    width: 500px;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
    color: #ffffff;
    font-family: arial, sans-serif;
    font-weight: bold;
}
@-webkit-keyframes move {
    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)}
}