.container
{
    border: 1px solid #002d56;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    margin-bottom: 20px;
}

.header
{
    background-color: #002d56;
    min-height: 30px;
    padding-left: 10px;
    font-weight: bold;
    color: #f9f9f9;
    line-height: 190%;
    font-size: 16px;
}
.white
{
    border-top: 1px solid #002d56;
    padding-left: 10px;
    min-height: 30px;
    font-size: 14px;
    line-height: 220%;
}
.row div
{
    display: inline-block;
}
.grey
{
    border-top: 1px solid #002d56;
    padding-left: 10px;
    min-height: 30px;
    font-size: 14px;
    background-color: #f9f9f9;
    line-height: 220%;
}
.red
{
    border-top: 1px solid #002d56;
    min-height: 30px;
    font-size: 14px;
    background-color: lightcoral;
    text-align: center;
    font-weight: bold;
    line-height: 190%;
    color: #ffffff;
}
.submit
{
    text-align: center;
}
#main
{
    width: 80%;
}
.progress_bar
{
    height: 10px;
    margin-bottom: 5px;
}
.left
{
    background-color: #002d56;
}

.right, .center_progress
{
    background-color: lightgray;
}
.progress_div
{
    height: 50px;
    border: none;
    font-size: 16px;
}
.left_div
{
    width: 33%;
    display: inline-block;
    text-align: center;
}
.center_div
{
    width: 32%;
    display: inline-block;
    text-align: center;
}
.right_div
{
    width: 33%;
    display: inline-block;
    text-align: center;
}
#progress_bar_label_left
{
    font-weight: bold;
    color: #002d56;
}
#progress_bar_label_right
{
    font-weight: bold;
    color: darkgray;
}
#progress_bar_label_center
{
    font-weight: bold;
    color: darkgray;
}
#clear_form_dialog
{
    font-size: 14px;
}
#security_QA_info
{
    display: none;
}
#password_reset_info
{
    display: none;
}
.form_label
{
    width: 180px;
}
.form_input_password_info
{
    width: 30%;
}
.form_input
{
    width: 38%;
}
.form_error
{
    color: lightcoral;
}
.tooltip
{
    border-bottom: dotted #002d56;
}
.ui-widget-overlay {
    background-color: lightgrey;
    opacity:0.5;
    filter:alpha(opacity=50);
}
.ui-widget-header{
    background: #002d56;
    font-size: 14px;
    font-weight: bold;
    color: white;
}
.ui-dialog{
    background: white;
}
.counter_div
{
    font-size: 11px;
    float: right;
}
.form_label_QA
{
    width: 61%;
}
.label_error_container
{
    width: 100%;
}
.content_counter_div
{
    width: 53%;
}

.legend
{
    font-size: 14px;
    font-weight: bold;
    background-color: #002d56;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

fieldset
{
    border: 1px solid #002d56;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
}

.instructions
{
    font-weight: bold;
}

.ui-tooltip, .arrow:after
{
    background: #002d56;
    border: 2px solid white;
    color: white;
}

.arrow
{
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top
{
    top: -16px;
    bottom: auto;
}
.arrow.left
{
    left: 20%;
}
.arrow:after
{
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after
{
    bottom: -20px;
    top: auto;
}

.ui-tooltip
{
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 0 7px #002d56;
    white-space: pre-line;
    width: 250px;
}

#login_link
{
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}
a {
    font-size: 12px !important;
    color: #002d56;
}