.documentDescription {
  font-weight: bold;
  margin-bottom: 10px;
}

.documentByLine {
  margin-bottom: 5px;
}

.commentBody {
  margin-bottom: 10px;
}

.image-inline {
  display: block;
  max-width: 100%;
  height: auto;
}

.tileImage {
  float: right;
}

#form-widgets-comment-text {
  width: 100%;
}

.form-control {
  color: #000;
 }

.error{
  color: #f00;
 }

.info{
  color: #3c763d;
 }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/*
############################################################
NAV+FOOTER
############################################################
*/

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-toggle {
  border-color: #000;
}

.panel {
  border-color: #e7e7e7;
 }

#nav a, #footer a, #footer, .panel, .panel a {
  color: #000;
 }

#nav a:hover {
  color: #bbb;
 }

.panel a:hover, #footer a:hover {
  color: #fff;
 }

.dropdown-menu {
  border-color: #e7e7e7;
 }

.dropdown-menu  a:hover{
  color: #000;
 }

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  padding-top: 5px;
}

#footer, .panel {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

body {
  padding-top: 70px;
}

#nav {
  border-bottom-width: 0px;
}

table.plain td, table.plain th, table.ploneCalendar td, table.ploneCalendar th, table.listing td, table.listing th {
  border: 1px dotted;
  padding: 5px;
}

@media (min-height: 900px) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 9000px;
  }
}

@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.hiddenStructure {
  display: none;
}



@media print {
  #commenting, #sharing, #portletright {
    display: none;
  }
}

@media print {
  #footer {
    position: static;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    padding-top: 5px;
  }
}

/* ############################################################
HS+DAF
############################################################ */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
body {
  font-family: 'Lato';
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}

/* ############################################################
HS
############################################################ */
.navbar-default, #footer, .panel, .dropdown-menu {
  background-color: #6fda39;
}
