﻿
/*#region Subscribe */


#subscribe-div
{
    position: absolute;
    top: 90px;
    z-index: 5;
    /*right: 50px;*/
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    display: none;
}

.formSection {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.formRows {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
}

.formRows div {
    flex-grow: 1;
    margin: 8px;
    /*justify-content: space-around;*/
}

.subForm {
    background: rgb(222, 84, 64);
    color: white;
    padding: 10px;
    font-family: 'certsGeosans', sans-serif;
    font-size: 13pt;
    border: none;
}

.textBox {
    width: 100%;
    width: 250px;
    height: 25px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid rgb(208, 210, 211);
}

.drop_list {
    width: 100%;
    width: 262px;
    height: 37px;
    overflow: hidden;
    background: no-repeat #ffffff;
    background-image: url('/Images/gr_downTab.png');
    background-position: center right;
    background-size: 32px;
    padding-left: 10px;
    border: 1px solid rgb(208, 210, 211);
    -webkit-appearance: none;
    -moz-appearance: none;
}

.drop_list:hover
{
    cursor: pointer;
}

.drop_list:focus
{
    outline: none;
}

select.drop_list::-ms-expand {
    display: none;
    pointer-events: none;
}

.loginItems {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.loginImg {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 8px; 
}

.subForm:hover {
    cursor: pointer;
}

.loginImg input[type="image"] {
    border-width: thin;
    border-style: solid;
    border-color: white;
}


#closeButtonImg
{
    display: flex;
    flex-grow: 1;
    flex-direction: row;
}

.subClosebtn
{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.subClose
{
    width: 16px;
    height: 16px;
}

#confirmationText {
    display: flex;
    justify-content: center;
    font-family: 'certsKalinga';
    font-weight: bold;
    font-size: 13pt;
    text-align: center;
    color: #828184;
    padding: 17px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#regCompConTxt {
    /*padding-top: 20px;*/
    
}

#subConfirmationSection
{
    display: flex;
    flex-direction: column;

}

/*#endregion */


/*#region Login */

#login-div {
    position: absolute;
    top: 90px;
    z-index: 5;
    width: 340px;
    /*right: 50px;*/
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    display: none;
}


#login-div .textBox {
    width: 100%;
    width: 310px;
    height: 25px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid rgb(208, 210, 211);
}


.loginLinks
{
    /*float:left;*/
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.loginLinks a
{
    font-size: 12px;
    font-family: Calibri;
    padding-bottom:3px;
    color: rgb(88, 88, 91);
    text-decoration:none;
    display: block;
}


.loginBtn {
    background: rgb(222, 84, 64);
    color: white;
    padding: 10px;
    font-family: 'certsGeosans', sans-serif;
    font-size: 13pt;
    border: none;
}

.loginBtn:hover
{
    cursor: pointer;
}

errorBubble {
    position: relative;
    width: 100px;
    height: 40px;
    margin-left: 10px;
    padding: 3px 3px 3px 3px;
    font-size: 10px;
    line-height: 40px;
    background: #FFE7C9;
    border: 2px solid #BC5028;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px #808080;
    -moz-box-shadow: 1px 1px 2px #808080;
    box-shadow: 1px 1px 2px #808080;
}

.errorBubble:before {
    content: "";
    position: absolute;
    width: 0;
    left: 50px;
    top: 22px;
    border: 5px solid;
    border-color: #BC5028 transparent transparent #BC5028;
}



.errorMsg {
    /*top: 150px;
    position: absolute;
    width: 340px;
    max-height: 60px;
    margin-left: 10px;*/
    padding: 3px 3px 3px 3px;
    font-family: 'certsKalinga', sans-serif;
    font-size: 12px;
    color: rgb(222, 84, 64);
    /*text-align: center;
    background: #FFE7C9;
    border: 2px solid #BC5028;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px #808080;
    -moz-box-shadow: 1px 1px 2px #808080;
    box-shadow: 1px 1px 2px #808080;
    overflow: hidden;*/
}


#forgotPass-div {
    position: absolute;
    top: 90px;
    right: 50px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    display: none;
}

#fpassReset {
    font-family: Arial;
    font-size: 8pt;
    color: rgb(88, 89, 91);
}

#fPassForm {
    display: none;
}

#fpassConfirm
{
    display: none;
}

.fpassLabel {
    display: flex;
    justify-content: center;
    font-family: Arial;
    font-size: 11pt;
    text-align: center;
    color: #828184;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    /*padding: 17px;
    padding-bottom: 30px;
    padding-top: 30px;*/
}


#login-div .textBox {
    width: 100%;
    width: 310px;
    height: 25px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid rgb(208, 210, 211);
}

.loginMsgs {
    display: flex;
    justify-content: center;
    font-family: 'certsKalinga';
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    color: #828184;
    padding: 17px;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 310px;
}


/*#endregion */