﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    width: 100%;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.PanelLayoutCentered
{
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    margin-bottom:25px;
}
.clear
{
    clear: both;
}
.ContentLineBreak
{
    height: 12px;
    clear: both;
    padding-top: 0px;
    width: 100%;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.PageContent
{
    background-color: #ffffff;
    /*margin: 5px auto 0px auto;*/
}

.main
{
    padding-top: 5px;
    min-height: 420px;
    /*border: 1px solid #496077;*/
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
/* ERROR MSG ELEMENTS   
----------------------------------------------------------*/
fieldset.ValidationSummary
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset.ValidationSummary p
{
    margin: 2px 12px 10px 10px;
}

fieldset.ValidationSummary label
{
    display: block;
}

fieldset.ValidationSummary label.inline
{
    display: inline;
}

legend.ValidationSummary
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}



/* LOGIN FORM ELEMENTS   
----------------------------------------------------------*/

fieldset.login
{
    margin: 12px 0px;
    padding: 12px;
    border: 1px solid #ccc;
}

fieldset.login p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset.login label.inline
{
    display: inline;
}

legend.loginlegend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.failureNotification
{
    color: Red;
}
.successNotification
{
    color: Green;
}

.PageTitle
{
    font-size: 19px;
    font-weight: bold;
}


.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* System Requirements
----------------------------------------------------------*/
.page_title
{
	float: left;
	margin-left: 5px;
}
.page_button
{
    float:none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;	
	
}

.buttonContainer
{
    float:none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-left:120px;
}

/* New Login Style
----------------------------------------------------------*/
 html, body {
     min-width:auto!important;
}
 .login-logo {
     width: 100%;
     max-width: 369px;
     margin: 0 auto;
     padding-top: 40px;
}
 .login-logo img{
     max-width: 369px;
     margin: 0 auto;
}
 .login-accountInfo {
     max-width: 525px;
     margin: 0 auto;
}
 .login-accountInfo {
     text-align: center;
     padding-top:41px;
}
 .login-box {
     text-align: left;
     width: 300px;
     margin: 0 auto;
     padding: 20px 10px 10px 10px;
     border: none;
}
 .login-box .entry-field {
     padding-bottom: 10px;
}
 .login-submit-btn {
     float: none;
     width: 320px;
     margin: 0 auto;
     padding-right: 0px;
}
 .login-color-btn {
     color: #fff;
     border-color: #9F0B94;
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     border: 1px solid transparent;
     padding: 14px 30px;
     line-height: 1.5;
     border-radius: .25rem;
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     font-family: "Source Sans Pro";
     font-size: 14px;
     font-weight: bold;
     border-radius: 4px;
     background-color: #10092A;
}
 .login-text-btn {
     background-color: transparent;
     border-color: transparent;
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     border: none;
     padding: 14px 0px;
     line-height: 1.5;
     border-radius: .25rem;
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     float: left;
     color: #0062AB;
     font-family: "Source Sans Pro";
     font-size: 16px;
}
 .login-form-control {
     display: block;
     max-width: 300px;
     width:100%;
     height: 26px;
     padding: 4px;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .login-form-control:focus {
     border: 1px solid #5db8d3!important;
     outline: none;
}
 .login-page-title {
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: 600;
     font-size: 30px;
     color: #000;
}
 .login-forgot-message {
     font-size: 16px;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: 400;
     color: #313131;
}
 .forgot-label {
     color: #838385;
     font-family: 'Source Sans Pro', sans-serif;
     font-weight: 400;
     font-size: 14px;
     line-height: 18px;
}
 .login-recapture {
     margin-left: 3px;
}
 @media (max-width:600px) {
     .login-logo {
         max-width: 100px;
    }
     .login-logo img{
         max-width: 100px;
    }
     .login-accountInfo {
         text-align: left;
         padding-top: 30px;
         color: #313131;
         padding-left: 31px;
         padding-right: 31px;
    }
     .login-forgot-message {
         text-align: left;
         color: #313131;
         font-size: 14px;
    }
     .login-submit-btn {
         width: 100%;
    }
     .login-box {
         padding: 20px 0px 10px 0px;
         width: 100%;
         min-width: 100%;
    }
     .login-form-control {
         max-width: 100%;
         width: 98%;
    }
     .login-recapture {
         margin-left: 0px;
    }
}
	
/* New Login page Style
----------------------------------------------------------*/
.login-page-heading {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}

.login-page-title {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.login-failure-msg {
    padding-top: 8px;
}

.log-page-accountInfo {
    text-align: center;
    padding-top:41px;
    margin: 0 auto; 
    max-width: 400px;
}

.login-form-part {
    margin: 0 auto;
    padding: 20px 10px 10px 10px;
    border: none;
    width: 100%;
}

.login-label {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    display: block;
    text-align: left;
    padding-bottom: 6px;
}

input.login-textentry {
     width: 98%;
     height: 26px;
     padding: 4px;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     font-family: 'Roboto', sans-serif;
}

 .login-page-btn {
     color: #fff;
     border-color: #9F0B94;
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     border: 1px solid transparent;
     padding: 12px 38px;
     line-height: 1.5;
     border-radius: .25rem;
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     font-family: 'Roboto', sans-serif;
     font-size: 14px;
     font-weight: bold;
     border-radius: 4px;
     background-color: #10092A;
     float: right;
}

.login-forgot-link {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #0091FF;
}

.submit-part {
    width: 100%;
    padding-left: 10px;
}

@media (max-width:600px) {
    .login-page-layout {
        width: 100%;
    }
    .login-form-part {
        padding: 20px 0px 10px 0px;
        width: 100%;
        min-width: 100%;
    }
    .log-page-accountInfo {
        padding-left: 31px;
        padding-right: 31px;
        padding-top: 21px;
    }
    input.login-textentry {
        width: 98%;
    }
    .login-label {
        font-size: 14px;
    }
    .submit-part {
        padding-left: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .login-page-btn {
        width: 100%;
    }
    .login-forgot-link {
        text-align: center;
        padding-top: 18px;
        width: 100%;
        font-size: 14px;
    }
}