﻿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;
}

.validate-error {
    color: #b94a48;
}


/*bootstrap hack*/
input[type=file] {
    display: inline-block;
}

ul {
    padding-left: 2px;
}


/* Bootstrap overrides */

.popover.left .arrow {
    border-left-color: /*#999999 */ #767676;
}

a {
    color: /*#428bca*/ #007cc0;
    text-decoration: none;
}

.text-muted {
    color: /*#999999 */ #767676;
}


h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    color: /*#999999 */ #767676;
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted /*#999999*/ #767676;
}

blockquote small {
    color: /*#999999 */ #767676;
}

.form-control:-moz-placeholder {
    color: /*#999999 */ #767676;
}

.form-control::-moz-placeholder {
    color: /*#999999 */ #767676;
}

.form-control:-ms-input-placeholder {
    color: /*#999999 */ #767676;
}

.form-control::-webkit-input-placeholder {
    color: /*#999999 */ #767676;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: /*#999999 */ #767676;
    text-decoration: none;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: /*#999999 */ #767676;
}


.navbar-inverse {
    border-block-color: #FFFFFF; 
    background-color: #FFFFFF; /*#005294*/
}

.navbar-inverse .navbar-brand {
    color: /*#999999 */ #767676;
}

.navbar-inverse .navbar-text {
    color: /*#999999 */ #767676;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: /*#999999 */ #767676;
    border-bottom-color: /*#999999 */ #767676;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: /*#999999 */ #767676;
}

    .navbar-inverse .navbar-link {
        color: /*#999999 */ #767676;
    }


.breadcrumb > .active {
    color: /*#999999 */ #767676;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: /*#999999 */ #767676;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: /*#999999 */ #767676;
}

.label-default {
    background-color: color: /*#999999 */ #767676;
}

.badge {
    background-color: /*#999999 */ #767676;
}

.modal-content {
    border: 1px solid /*#999999 */ #767676;
}

.popover.top .arrow {
    border-top-color: /*#999999 */ #767676;
}

.popover.right .arrow {
    border-right-color: /*#999999 */ #767676;
}

.popover.bottom .arrow {
    border-bottom-color: /*#999999 */ #767676;
}

.popover.left .arrow {
    border-left-color: /*#999999 */ #767676;
}

.front-page a {
    color: #002e6d;
    font-weight: bold;
}