﻿/************************* Begin Bootstrap Overrides ************************************/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Titillium Web","Alegreya Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar {
    margin-bottom: 0;
    min-height: 10px;
}

.navbar-brand, .navbar-nav > li > a {
    padding: 10px 20px 10px 20px;
}


.navbar-inverse {
    /*background-color: #004982;
    border-color: #004982;
        */
    background: #004982;
    background-image: linear-gradient(320deg,#0074cf 20%,#004982 90%)!important;
}

.navbar-inverse .navbar-brand {
    color: #D3D3D1;
}

.navbar-inverse .navbar-nav > li > a {
    color: #D3D3D1;
}

.well {
    color: white;
    background-image: linear-gradient(320deg,#0074cf 20%,#004982 90%);
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/************************* End Bootstrap Overrides *******88*****************************/

body {
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: "Titillium Web","Alegreya Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.6rem;
}

/* 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:not(.u-nomaxwidth),
select,
textarea {
    max-width: 280px;
}

.page-title {
    padding: 0 0 0 20px;
    margin-bottom: 5px;
}

h1 {
    margin: 10px 0;
}

.debug-warning-banner
{
    background-color: #ffbf80;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

/****************** Begin Alert styles ***************************/

.alert-attention
{
    background-color: #FFF0E1;
    border-color: #FFDDBB;
    color: #FF9900;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #D4E9C2;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #EFD0D5;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}

/****************** End Alert styles *****************************/


.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    border-top: 2px solid #e5e5e5;
    background-color: #f5f5f5;
    text-align: center;
}

.footer p {
    margin-bottom: 0;
    color: #777;
}

.footer-links { margin: 10px 0; }

.footer-links li {
    display: inline;
    padding: 0 2px;
}

.footer-links li:first-child { padding-left: 0; }

.grid-action {
    color: #73a9d9;
}

.text-middle {
    vertical-align: middle !important;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}