﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.position-alignment {
    margin-top: 25px;
    margin-right: 1px;
    margin-bottom: 35px;
}

.checkbox label
{
    font-weight: bold;
}

.text-maroon
{
   color: #500000;
}

.tab-container
{
    min-width:800px;
}

.tab-content
{
    border: solid 1px #e6e6e6;
}
.nav-tabs > li.active
{
    font-weight: bold;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
   
    color: white;
    background-color: #500000;;  
}
 
.tab-content > .tab-pane {
   padding: 30px;
}

.validation-summary-valid.alert-danger {
    display: none;
}
/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}
    */