﻿input[type=checkbox]+label, td label {
	width: auto !important;
	margin: 10px 0 10px !important;
}
media="screen"
input[type="text"], input[type="password"] {
	border-radius: 3px;
	padding: 15px !important;
	border: 1px silver solid;
	margin: 0px;
	margin-top: 0 !important;
}
#ctl00_sidebar_sidebar,#ctl00_sidebar_sbSectionSmall
    {
        display: none !important;
    }
    input[type='radio'],input[type='checkbox']
    {
        margin: 5px 15px 0px 0px;
    }
.mainDiv
{
    margin: 0px;
	font-family: Ubuntu, sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
}

.bottomBar 
{
    background-color: #F4F3F1;
    padding: 8px;
    text-align: center; 
	font-family: Arial;
	font-size: 9pt;
	color: #071662;
}
    
.bottomBar A
{
	color: #E56E5C;
}
    
.container.form-container
{
}
.has-feedback label~.form-control-feedback 
{
    right:20px;
}
label.error {
    position: absolute;
    right: 15px;
    top: 57px;
    font-size: .7em;
    padding: 0 10px;
    background-color: #a94442;
    color: #fff;
    animation-name: animateErrors;
    animation-duration: 0.2s;
}
@keyframes animateErrors
{
    from { height: 0px; }
    to { height:24px; }
}
.mainDiv
{
    padding:15px;
}
body
{
    margin: 0;
    border: 0;
    font-family: Ubuntu, sans-serif;
    line-height: 1.5em;
    color: #333;
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
}
#ctl00_sidebar_sidebar, #ctl00_sidebar_sbSectionSmall
{
    display: none !important;
}
.littleLineDiv
{
    height: 2px;
    background-color: Black;
    margin: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.rightBlurb
{
    margin-top: -10px;
    font-weight: 400;
}
h2
{
    font-size: 1.7em;
    font-weight: 400;
}
.control-label
{
    font-weight: 400;
}
h4
{
    font-weight: 600;
}
.slightlyBiggerThanTheFormText
{
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 20px;
}
b
{
    font-weight: 900;
}
.form-control-feedback
{
    right: 20px;
}
.lefttitle
{
    font-weight: lighter;
    font-size: 22px;
    margin-bottom:0px;
}
@media (max-width: 991px)
{
    .lefttitle
    {
        margin-top:0px;
    }
}