@font-face {
    font-family: 'OpenSans';
    src: url('/resources/fonts/OpenSans-Regular.eot?#iefix')
    format('embedded-opentype'),
    url('/resources/fonts/OpenSans-Regular.ttf')
    format('truetype');
}

body {
    margin: 0px;
    height: 100vh;
    font-family: OpenSans, arial, sans-serif;
    background: #e8f0f8;
}

.pageContent {
    width: 100%;
    height: auto;
    min-height: 100%;
    background-image: linear-gradient(#7693b5, #e8f0f8);
    font-size: 11pt !important;
    display: flex;
    flex-direction: column;
}

.pageContent > .header-public, #header-public {
    width: 100%;
    display: inline-block;
    background-color: white;
    padding: 5px 0px;
}

.pageContent .centerCard {
    flex: 1 0 auto;
}

.pageContent .mainTable {
    width: 600px;
    margin: auto;
    background-color: white;
    margin-top: 50px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 25px #2a486b;
    overflow: hidden;
}

.sectionHeader {
    background-color:#000099;
    color:#ffffff;
    font-size:11pt;
    font-weight:bold;
    padding:3px;
    text-align:left;
    vertical-align:middle;
}

/* Duplicate rule so pages with the old sectionHeader keep the old styles */
.pageContent .sectionHeader {
    color: #154f7d;
    background-color: #ffffff;
    font-size: 16pt;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    margin: 10px 0px;
    border-bottom: 8px solid;
    border-color: #13A3C8;
}

.required {
    font-size:10pt;
    font-weight:normal;
    color: #ff0000;
}

.labels {
    font-size:10pt;
    font-weight:normal;
}

.pageContent .labels {
    font-size:12pt;
}

.boldText {
    font-weight:bold;
}

.termsOfUse {
    background-color:#f2f2f2;
    padding:5px;
    font-size:8pt;
    text-align:left;
}

.pageContent #footer, #footer-public {
    text-align: center;
    font-size: 11pt !important;
    font-family: OpenSans, Arial, sans-serif !important;
    width: 100%;
    margin-bottom: 15px;
}
.pageContent #footer {
    flex-shrink: 0;
}

.centerCard a {
    text-decoration: none;
    color: #52518c;
}

.pageContent input[type="submit"], .pageContent input[type="button"] {
    height: 20px;
    width: 120px;
    background-color: #e48d02;
    border-style: none;
    color: #fff;
    cursor: pointer;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 13px;
    min-height: 25px;
    outline: none;
    padding: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

.pageContent input[type="submit"]:hover, .pageContent input[type="button"]:hover {
    background-color: #d28202 ;
}

