﻿body {
    padding-top: 70px; /*navbar*/
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 15px;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.conf-banner-image {
    max-width: 600px;
    margin: auto auto 5px;
}

/* 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: 800px;
}

.navbar-brand-image {
    float: left;
    padding: 5px 10px 0px 0px;
    height: 50px;
}

.navbar-fixed-top {
    margin: 0 auto;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.navbar-top-links > li > a {
    color: white;
}

.navbar-default {
    background-color: #E6F1FF;
    border-color: #033c73;
}

.nav > li > a {
    color: #355F77;
}

.nav > li.active {
    background-color: #6781AA;
}

    .nav > li.active > a {
        color: #FFF;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #033c73;
    color: white;
}

.nav-tabs > li.active {
    background-color: transparent;
}

    .nav-tabs > li.active > a {
        color: black;
    }

.navbar-right {
    margin-right: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 500px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.service-box {
    margin: 20px auto 0;
}
