﻿


.form-horizontal .control-label {
    text-align: left;
}

h1.bg-h {
    font-size: 36px;
    color: #015385;
    margin-top: 0;
    margin-bottom: 20px;
    text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 769px) {
    h2.bg-h {
        font-size: 36px;
        color: #015385;
        margin-top: 0;
        margin-bottom: 20px;
        padding-left: 132px;
        text-rendering: optimizeLegibility;
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    h2.bg-h {
        font-size: 36px;
        color: #015385;
        margin-top: 0;
        margin-bottom: 20px;
        text-rendering: optimizeLegibility;
        position: relative;
    }
}

.customheader {
    display: block;
    box-sizing: border-box;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    height: 37px;
}

.navbar {
    min-height: 37px !important;
}

.navbar-toggle {
    padding: 0 0;
    margin-top: 7px;
    margin-bottom: 0;
}

.panel-heading {
    font-weight: bold;
    font-size: 25px;
    color: #015385;
    cursor: pointer;
}