﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");

html, body {
    height: 100%;
    font-size: 13px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
    min-height: 100%;
    padding-top: 70px;
    margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
}

#main-container{
    margin-bottom: 20px;
}

#push {
    height: 35px; /* '.push' must be the same height as 'footer' */
}

.header {
    height: 50px;
    max-height: 50px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e4e5e7;
    z-index: 9999;
}

.customHeaderContent {
    display: table;
    height: 50px;
    width: 100%;
    padding: 5px 0px;
}

.footer {
    height: 35px;
    width: 100%;
    text-align: right;
    padding-top: 8px;
    font-size: 90%;
}

.textOverflow {
    overflow-y: hidden;
    max-height: 40px;
}

.footerTextOverflow {
    overflow-y: hidden;
    max-height: 20px;
}

.imgResponsive {
    max-height: 40px;
    height: auto;
    max-width: inherit;
    width: auto;
}

a.BrandedLink:hover {
    cursor: pointer;
}

.passwordCriteria {
    /*  margin-top: 100px; 
    margin-left: 15px;*/
}

    .passwordCriteria ul {
        font-size: 90%;
        padding-left: 15px;
    }

#PasswordPolicyErrorMessages li {
    font-weight: normal;
    padding-left: 10px;
    padding-top: 10px;
}

.disabledControl {
    background-color: #fff !important;
}

.readOnlyHeight {
    height: 32px;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

/* */
/* PADDING & MARGINS */
/* */
.paddingTop10 {
    padding-top: 10px;
}

.paddingTop20 {
    padding-top: 20px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginBottom20 {
    margin-bottom: 20px;
}
