﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    color: #fff;
    /*background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('../imgs/displaysoftbkgrdsmscreen.jpg');*/
    /*background-image: url('../imgs/displaysoftbkgrdsmscreen.jpg');*/
    background-size: cover;
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.bodyBeforeSignIn {
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('../imgs/displaysoftbkgrdsmscreen.jpg');
    color: #fff;
    background-size: cover;
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.bodyAfterSignIn {
    background-image: url('../imgs/displaysoftbkgrdsmscreen.jpg');
    color: #fff;
    background-size: cover;
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}


a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/


h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.header
{
    position: relative;
    margin: 0px;
    padding-top: 20px;
    width: 100%;

}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 240px;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 200px;
    padding: 10px 0;
    transition: border 0.5s;
    outline: none;
    color: #fff;
}

input.passwordEntry {
    width: 240px;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 200px;
    padding: 10px 0;
    transition: border 0.5s;
    outline: none;
    color: #fff;
}

div.accountInfo {
    display: inline-block;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 18px;
    text-align: right;
    color: white;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification {
    font-size: 18px;
    color: red;
    text-align:left;
}

.bold
{
    font-weight: bold;
}

.AccountBtn {
    border: none;
    width: 133px;
    width: 133px;
    background: white;
    color: rgba(0, 61, 178, 1);
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-color: black;
    border-width: 2px;
    border: medium;
    outline: none;
}

.ValidateSMSBtn {
    border: none;
    width: 133px;
    width: 133px;
    background: white;
    color: rgba(0, 61, 178, 1);
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-color: black;
    border-width: 2px;
    border: medium;
    outline: none;
}


.ResendSMSBtn {
    border: none;
    width: 133px;
    width: 133px;
    background: white;
    color: rgba(0, 61, 178, 1);
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-color: black;
    border-width: 2px;
    border: medium;
    outline: none;
}

.signin {
    /*background: rgba(0, 61, 178, 0.5);*/
    background: rgba(0, 61, 230, 0.82);
    padding: 40px;
    width: 288px;
    margin: auto;
    height: 470px;
    color: white;
    border: solid;
    border-color: white;
    border-width: 2px;
    margin-top: 200px;
}

.registerPage {
    background: rgba(0, 61, 230, 0.82);
    padding: 40px;
    width: 405px;
    margin: auto;
    height: 640px;
    color: white;
    border: solid;
    border-color: white;
    border-width: 2px;
    margin-top: 200px;
}

.forgotPassPage {
    background: rgba(0, 61, 230, 0.82);
    padding: 40px;
    width: 300px;
    margin: auto;
    height: 360px;
    color: white;
    border: solid;
    border-color: white;
    border-width: 2px;
    margin-top: 200px;
}

.resetPassPage {
    background: rgba(0, 61, 230, 0.82);
    padding: 40px;
    width: 300px;
    margin: auto;
    height: 470px;
    color: white;
    border: solid;
    border-color: white;
    border-width: 2px;
    margin-top: 200px;
}

.changePassPage {
    background: rgba(0, 61, 230, 0.82);
    padding: 40px;
    width: 360px;
    margin: auto;
    height: 675px;
    color: white;
    border: solid;
    border-color: white;
    border-width: 2px;
    margin-top: 200px;
}

.changePassSuccessPage {
    background: rgba(0, 61, 230, 0.82);
    padding: 40px;
    width: 300px;
    margin: auto;
    height: 320px;
    color: white;
    border: solid;
    border-color: white;
    border-width: 2px;
    margin-top: 200px;
}

.loginSuccess-options {
    padding: 40px;
    width: 400px;
    margin: auto;
    height: 500px;
    color: white;
    margin-top: 300px;
}

.programBtn {
    width: 170px;
    height: 100px; /*67px;*/
    border-radius: 10px;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    color: black;
    font-weight: 600;
    background: linear-gradient(-180deg, rgb(234, 180, 32), #f9f9f9);
    white-space: normal;
}

.programBtnDisabled {
    width: 170px;
    height: 100px; /*67px;*/
    border-radius: 10px;
    font-size: 20px;
    outline: none;
    color: black;
    font-weight: 600;
    background: #ccc;
    pointer-events: none;
    white-space: normal;
}

.redErrorMsg {
    font-size:18px;
    color: red;
}

.BigCheckBox input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

::placeholder {
    color: white;
    opacity: 0.5;
    font-style: italic
}

:-ms-input-placeholder {
    color: white;
    font-style: italic
}

::-ms-input-placeholder {
    color: white;
    font-style: italic
}

#usermenu {
    cursor: default;
    margin: 0 2em;
    display:inline-block;
}

#usermenu a {
    display: block;
    padding: 0.25em 1em;
    white-space: nowrap;
    width: 100px;
}

#usermenu li {
    position: relative;
    width: 100px;
}

#usermenu > ul {
    border-radius: 0.525em;
    display: none;
    list-style: none;
    list-style-position: inside;
    margin-top: 25px;
    min-width: 16ch;
    max-width: 20ch;
    overflow: visible;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100px;
}

#usermenu:hover > ul { display: block; }

#usermenu > ul::before {
    content: " ";
    display: block;
    left: 0;
    height: 0.8em;
    position: absolute;
    top: -0.8em;
    width: 100px;
}

.signOutButton {
    border-radius: 10px;
    outline: none;
    background: linear-gradient(-180deg, rgb(234, 180, 32), #f9f9f9);
    text-align: center;
    text-decoration: none;
}

.pnlLoginInUseButton {
    border: none;
    width: 133px;
    width: 133px;
    background: white;
    color: rgba(0, 61, 178, 1);
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    border-color: black;
    border-width: 2px;
    border: medium;
    outline: none;
}

.registerPageErrorPanel {
    background: rgba(0, 61, 230, 0.82);
    padding: 40px;
    width: 405px;
    margin: auto;
    color: white;
    border: solid;
    border-color: white;
    border-width: 2px;
    margin-top: 200px;
}