﻿/* Move down content because we have a fixed navbar that is 50px tall */


body {
    padding-top: 35px;
    padding-bottom: 10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    
    padding-left: 5px;
    padding-right: 5px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 95%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 99%) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {       
        padding: 0;
    }
}

.modalBackground
{
    background-color: #ffffff;
    filter: alpha(opacity=95);
    opacity: 0.95;
}

.failureNotification
{
    font-size: 8.5pt;
    color: Red;
    font-weight: bold;
}

.blueLabel
{
    font-size: 9pt;
    color: blueviolet;
    font-weight: bold;
   }

.blue_header_table
{
    background-color: #47a3da;
    width: 100%;
    padding: 5px;
    margin: 0px;
    color: #fff;
    font-variant: small-caps;
    font-size: 10pt;
    font-weight: bold;
}

.blue_header_table_outer
{
    border: 1px Solid #47a3da;
    width: 100%;
}

.AutoExtender
{
    font-size: 9pt;
    font-weight: normal;
    line-height: 20px;
    padding: 5px;
    background-color: #e8e8e8;
    margin-left: 0px;
    margin-top: 2px;
    font-style: italic;
    list-style: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.AutoExtenderList
{
    border-bottom: solid 1px lightgray;
    color: #666666;
}

.AutoExtenderHighlight
{
    color: #000;
    background-color: #e0e0e0;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}
  