﻿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 {
    max-width: 280px;
}
.text-danger {
font-weight:normal;
}
.checkbox input[type="checkbox"] {
margin-left:0px;
}
.navbar-brand{
    color:#ffffff;
}
.navbar-inverse {
    background-color:#337ab7;
    border-color:#080808;
}
    .navbar-inverse .navbar-nav > li > a {
        color:#ffffff;
    }
.footer {
    color: #777;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 70px;
}