﻿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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a.dropdown-toggle {
    color: #fff;
    text-decoration: none;
}


input[readonly] {
     cursor: not-allowed !important;
}





a.dropdown-toggle:hover {
    
    background-color: green;
}

.section-title
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight:bold; 
}

.field-validation-error {
    color: red;
}

fieldset {
    border:1px solid #DDD;
    /*border:1px solid #e2692d;*/
    padding-bottom:20px;
}

.submit
{
    /*border-top:1px solid #ddd;*/
    padding-top: 20px;
}

legend {
    display: inline;
    width: initial;
    padding: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: none;
    padding:0 10px 0 10px;
    margin-left:10px;
}


.text-right {
    text-align:right

}

hr {
    margin: 10px 10px;
        border-top: 1px solid #FFB925;
}

.logo
{
    height:50px;
    /*height: 45px;
    background-color: white;
    margin: 2px 0px;*/
}


.fullWidth
{
    margin:0px;
}