﻿.navbar > .container-fluid {
    max-width: none;
    justify-content: left;
}

.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #808080;
}

a {
    color: #78bd43;
}

a:hover, a:focus {
    color: #000000;
}

.navbar.navbar-inverse {
    background-color: rgba(67, 69, 71, 1);
    background: -webkit-linear-gradient(top, rgba(54, 53, 52, 1) 0%, rgba(67, 69, 71, 1) 100%);
    background: linear-gradient(to bottom, rgba(54, 53, 52, 1) 0%, rgba(67, 69, 71, 1) 100%);
    min-height: 100px;
    margin-bottom: 100px;
}

.field-validation-error {
    color: #ff0000;
}

#ftr {
    background-color: rgba(67, 69, 71, 1);
    background: -webkit-linear-gradient(top, rgba(54, 53, 52, 1) 0%, rgba(67, 69, 71, 1) 100%);
    background: linear-gradient(to bottom, rgba(54, 53, 52, 1) 0%, rgba(67, 69, 71, 1) 100%);
    color: white;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    font: normal 9pt Arial;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
}

#logo {
    padding-left: 100px;
}

#logo {
    width: 90%;
}