﻿body {
    color: #373d48;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 400;   
}

fieldset legend {
    margin: 0;
}

.navbar {
    border-radius: 0;
}

.navbar-fixed-top {
    background-image: url(/content/header-background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.navbar-inverse {
    background-color: transparent;
}

.navbar-brand {
    height: 80px;
}

.navbar-fixed-top .navbar-text {
    margin-top: 28px;
}

.navbar-inverse .navbar-text {
    font-size: 16px;
    font-family: 'Gotham-Bold';
    font-weight: 700;
    color: #fff;
}

.navbar-text a {
    font-family: 'Gotham-Bold';
    text-decoration: none;
    font-weight: 700;
    color: #00a7dd;
}

.navbar-text a.bubble {
    background-color: #00a7dd;
    color: #fff;
    border: 2px solid #00a7dd;
    border-radius: 12px;
    padding: 8px;
}

.navbar-text a.bubble:hover {
    border-color: #fff;
    background-color: #000;
}

.navbar-btn {
    margin-top: 22px;
}

.body-content {
    /*
    background-image: url(/content/content-background.png);
    background-color: #fff;
    background-repeat: repeat-x;
    background-size: auto;
    background-position: right top;
    */
    margin-top: 32px;
    margin-bottom: 48px;
    padding: 0;
}

.container {
    padding: 1em;
    margin: 0;
    width: 100%;
}

@media (max-width: 767px) {
  .body-content {
    margin-top: 96px;
  }
  .navbar {
      padding-left: 8px;
  }
}

.block-overlay {
    position: relative;
    z-index: 1;
}

.block-overlay h1 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-family: 'Gotham-Bold';
    font-weight: normal;
}

.filter-table td {
    padding: 0.25em;
}

.table>thead>tr>th {
    background-color: #00a7dd;
    color: #fff;        
}

.table>thead>tr>th a {
    color: #fff;
}

/*Branding Changes
.form-group label, th, .breadcrumb {
    font-family: DINNextLTPro-Regular;
	font-weight: bold;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, legend{
    font-family: Futura-Bol;
	font-weight: normal;
	font-style: normal;
}

body, .modal-content{
    background-color: #f5f5f5;
}

p,tr,td{
    font-family: DINNextLTPro-Light;
	font-weight: normal;
}

em{
    font-family: DINNextLTPro-LightItalic;
	font-weight: normal;
}

.menu-panel {
    top: 50px;
    width: 120px;
    background-color: deepskyblue;
    height: 100%;
    margin-left: -15px;
    padding: 10px;
    z-index: 1;
}

.form-control{
    font-family: DINNextLTPro-Light;
	font-weight: normal;
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

.form-group checkbox-inline{
    font-family: DINNextLTPro-Light !important;
	font-weight: normal !important;
	font-style: normal;
}

.checkbox-inline label {
    font-family: DINNextLTPro-Light !important;
	font-weight: normal !important;
	font-style: normal;
}

.nav.nav-pills>li>a {
    border-radius: 4px;
    color:white;
    font-family: DINNextLTPro-Light;
	font-weight: Bold;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: DINNextLTPro-Light;
	font-weight: Bold;
    text-decoration: none;
}

.nav.nav-pills>li>a:focus , .nav.nav-pills>li>a:hover{
    border-radius: 4px;
    background-color:#337ab7;
    font-family: DINNextLTPro-Light;
	font-weight: Bold;
    color:white;
}

.nav.nav-pills.nav-pills-tabs>li>a{
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
    padding: .75em;
    font-size: 15px;
    border-radius: 0;
    position: relative;
    display: block;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  font-family: DINNextLTPro-Light;
  font-weight: Bold;
  color: White;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-family: DINNextLTPro-Light;
  font-weight: Bold;
}

.nav-pager .summary {
    padding: 0 1em;
    font-family: DINNextLTPro-Light;
    font-weight: Bold;
}

select, .btn-success, .alert, .alert-warning{
  font-family: DINNextLTPro-Light;
  font-weight: Bold; 
}

    */