﻿body {
    padding-top: 50px;
    padding-bottom: 20px;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 75%;
}

li.active{
    border-bottom: 2px solid #D6CFAD;
}
.navbar-inverse .navbar-nav>li>a{
    color: #eee6c1 !important;
}
.nav li:hover
{
    border-bottom: 2px solid #D6CFAD;
    background-color: #080808;

}

.navbar-fixed-top{
    background-color: #491111 !important;
            border-bottom: 5px solid #DACFCF !important;
}

.navbar-collapse{
    margin-top: 20px;
    float: right;
}

.navbar-header
{
    margin-top: 2px;
    margin-bottom: 2px;

}

.body-content {
    margin-top: 95px;
}

input[type="text"]#areacode { display: none; }

.vertical-align-center
{
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}

.left-form-side{
    float:left;
    margin-top:9px;
    margin-right: 6px;
    width:130px;
    white-space: nowrap;
}

.right-form-side{
    width:100%;
}

/*label
{
    float:right;
}*/

.box
{
    margin-bottom: 5px;
}

.field-validation-error
{
    color: red;
}


@media (max-width: 990) {
    label {
        float: none !important;
    }
}

.modal-content {
    width: 600px !important;
    margin: 30px auto !important;
}

.modal-left-column {
    border-right: 1px solid #e5e5e5;
    margin-right: 10px;
}

ul {
    list-style-type: none;
    padding:0px;
}

ul li {
    margin-bottom: 5px;
}

.col-md-180
{
    width: 180px;
    float: left;
}

.-header.bottom {
    margin-bottom: 20px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid darkgray;
    margin-top: 20px;
}

.-content{
    margin-left:20px;
}