﻿body {
    font-family: DINNextLTPro-Medium;    
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f3f1f1;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 20px;
}

/* 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: 280px;
}

.form-control {
    font-size:16px;
}

label {
    font-family: FFDINWebProMedium;
    font-weight: normal;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: black;
}

.nav > li > a {
  color: black;
}


.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #fe5000;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.bootstrap-select .btn {
    font-size: 16px;
    line-height: 20px;
}