/* Font Section */
/*remove dotted on anchors */
a,
a:active,
a:focus, 
button,
button:focus,
button:active {
    outline: none;
    outline: 0;
}

body {
    font-family: Omnes_ATT, Verdana;
}

.font-Omnes-ATT {
    font-family: Omnes_ATT, Verdana;
}

.font-Omnes-ATT-Italic {
    font-family: Omnes_ATT_Italic;
}

.font-Clearview-ATT {
    font-family: Clearview_ATT, Verdana;
}

/* Font Section End */

/* Header Section */
.header {
    background-color: #ffffff;
    padding-left: 8.33333333%;
    box-shadow: 0 1px 0 0 #F2F2F2;
}

.header span {
    font-size: 120%;
    margin: 0;

}

.header .welcome,
.header .welcome span {
    font-size: 180%;
    padding: 6% 0 2% 0;
}

/* Header Section End */

/* Global section */


/* Global section end */

/* First Time Login Section */
.wrapperFirstTimeLogin {
    background-color: #f2f2f2;
}

.wrapperFirstTimeLogin .form {
    padding: 20px 0 40px 0;
}

.wrapperFirstTimeLogin .title {
    margin: 10px 0 30px 0;
}

.wrapperFirstTimeLogin input.username {
    width: 30%;
}

.wrapperFirstTimeLogin .btn-submit {
    display: block;
}

/* First Time Login Section End */

/* Splash Section */

/* Splash Section End */

/* Form Login Section */
.form .tooltip.bottom {
    position: relative;

    display: none;
}

label {
    font-weight: normal;
}

.form .tooltip.bottom .tooltip-arrow {
    left: 3%;

    border-bottom-color: #fcb123;
}

.form .tooltip .tooltip-inner {
    max-width: 170px;
    padding: 8px 0 8px 12px;

    text-align: left;

    color: #000;
    background-color: #fcb123;
}

.form .email-error .tooltip .tooltip-inner,
.form .match-error .tooltip .tooltip-inner {
    max-width: 220px;
}

.form .password-error .tooltip .tooltip-inner.password-tooltip {
    max-width: 290px;
    padding: 8px 0 8px 12px;
}

.form .tooltip .tooltip-inner .glyphicon {
    margin-right: 10px;
}

.form .required .tooltip,
.form .email-error .tooltip,
.form .password-error .tooltip,
.form .match-error .tooltip {
    display: block;

    opacity: 1;
}

.form .btn-actions-group input {
    margin-right: 5px;

    color: #0574ac;
    border: 1px solid #0574ac;
}

.form .btn-actions-group input.submit-button {
    color: #fff;
    background-color: #0574ac;
}

.form .btn-actions-group input.submit-button.disabled {
    color: #888;
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3;
}

.form .mismatch .tooltip.bottom.passwordMatch {
    display: block;

    opacity: 1;
}

.form .password-group {
    position: relative;
}

.form .password-group .popover {
    z-index: 1080;
    width: 302px;
    height: 195px;
    max-width: none;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 3px 2px 0 rgba(68,68,68,0.20);
    border-radius: 6px;
}

.form .password-group.show-popover .popover {
    display: block;
}
.form .password-group.show-popover .popover .reset-password-arrow{
    left: 7.5%;
}
.form .password-group .param-title {
    border-bottom: none;
    background-color: transparent;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 7px;
}

.form .strong-password .param {
    margin-bottom: 5px;
    vertical-align: top;
    font-size: 12px; /* AWSCON-11482 - ao0058 */
}

.form .password-group .popover-content.password-req {
    padding: 0px 19px;
}

.form .strong-password .glyphicon {
    width: 16px;
    height: 16px;
    margin: 2px 20px -2px 0;
	margin-right: 10px;
    content: ' ';

    color: #4CA90C;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}

.form .strong-password .levels .level {
    display: inline-block;
    width: 60px;
    height: 6px;
    margin-right: 2.25px;
    background-color: #d3d3d3;
    font-size: 12px; /* AWSCON-11482 - ao0058 */
}

.form .strong-password .levels.complete1 .level1 {
    background-color: #fcb314;
}

.form .strong-password .levels.complete2 .level1,
.form .strong-password .levels.complete2 .level2 {
    background-color: #B5BD00;
}

.form .strong-password .levels.complete3 .level1,
.form .strong-password .levels.complete3 .level2,
.form .strong-password .levels.complete3 .level3 {
    background-color: #007A3E;
}
.form .strong-password .levels .description {
    display: none;
    margin-left: 10px;
    font-size: 12px /* AWSCON-11482 - ao0058 */
}

.form .strong-password .levels .weak,
.form .strong-password .levels.complete2 .moderate,
.form .strong-password .levels.complete3 .strong {
    display: inline-block;
}

.form .strong-password .levels.complete2 .weak,
.form .strong-password .levels.complete2 .strong,
.form .strong-password .levels.complete3 .weak,
.form .strong-password .levels.complete3 .moderate {
    display: none;
}

.form .password-group,
.form .confirm-password-group {
    display: inline-block;


    vertical-align: top;
}

/* Form Login Section End */

/* Footer section */
.footer {
    overflow: hidden;
    padding: 20px 0 10px 0;
    width: 100%;
    color: #fff;
    background-color: #191919;
    position: absolute;
    bottom: 0;
    font-size: 12px; /* AWSCON-11482 - ao0058 */
    font-family: ClearviewATT-Book; /* AWSCON-11482 - ao0058 */
    text-align: center; /* AWSCON-11482 - ao0058 */
}

.footer a {
    color: #fff;
}

.footer ul {
    padding-left: 0;

    list-style: none;
}

.footer ul li:after {
    margin-left: 10px;

    content: '|';
}

.footer ul li:last-child:after {
    display: none;
}

/* Footer Section end */
@media only screen and (max-width: 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .header {
        padding-left: 4%;
    }
    
    .welcome-banner, 
    .description.reset-password-label, 
    .username-email-address,
    .wrapperResetPassword.reset-password {
        padding-left: 6% !important;
    }
    .footer {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .wrapperFirstTimeLogin input.username {
        width: 90%;
    }

    .wrapperFirstTimeLogin .password-group,
    .wrapperFirstTimeLogin .confirm-password-group {
        display: block;
        width: 90%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .header .welcome span{
        font-size: 150%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
	
}
/* Start - AWSCON-11482 - ao0058 */
@media (max-width: 480px) {
	.footer {
        text-align: center;
        position: absolute;
        bottom: -58px;
    }
    .footer .links {
        margin-left: auto;
    }
    
    .footer .copyright {
        margin-left: auto;
    }
}

@media (max-height: 480px) {
	.footer {
        text-align: center;
        position: relative;
        bottom: 0;
    }
}

@media (min-height: 1024px) {
    .footer {
        text-align: center;
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 1024px) {
	.footer .copyright {
        margin-left: 200px;
    }    
}

@media (max-width: 375px) and (min-width: 375px) and (max-height: 812px) and (min-height: 812px) {
    .footer {
        bottom: 0;
    }
}

@media (max-width: 414px) and (min-width: 414px) and (max-height: 736px) and (min-height: 736px) {
    .footer {
        bottom: 0;
    }
}

@media (max-width: 320px) and (min-width: 320px) and (max-height: 568px) and (min-height: 568px) {
    .footer {
        bottom: 0;
    }
}

.custom-footer {
    background-color: #191919;
    overflow: hidden;
    padding: 20px 0 10px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    bottom: -47px;
    margin-left: 0;
    font-size: 12px;
    font-family: ClearviewATT-Book;
    position: absolute;
}

.custom-footer a {
    color: #fff;
    text-decoration: none;
}

.custom-footer .copyright {
    float: right;
}

@media (max-width: 480px) {
	.custom-footer {
        bottom: 0;
        position: absolute;
    }
}

@media (max-height: 480px) {
	.custom-footer {
        text-align: center;
        position: relative;
        bottom: 0;
    }
}

@media (min-height: 1024px) {
    .custom-footer {
        text-align: center;
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 812px) {
    .custom-footer .copyright {
        float: none;
    }
}
@media (max-width: 480px) and (min-height: 834px){
    .container-reset-password {
        min-height: 64% !important;
    }
}
/* End - AWSCON-11482 - ao0058 */