@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

@font-face {
  font-family: 'gillSansOne';
  src:
    url('../fonts/OSGillSans-Regular.woff') format('woff2'), /* Chrome 26+, Opera 23+ */
    url('../fonts/OSGillSans-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'sourceSans';
  src:
    url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff2'), /* Chrome 26+, Opera 23+ */
    url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html, body, #container {
  font-family: 'sourceSans' !important;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 50px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
h3{
  font-family: 'gillSansOne';
  font-size: 18pt;
}
.modalTitle{
  font-family: 'gillSansOne';
  font-size: 14pt;
}
.modalDescriptor{
  font-family: 'gillSansOne';
  font-size: 40pt;
}
.panel-title{
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18pt;
}
#map {
  position: absolute;
  width: 100%;
  top:50px;
  bottom: 0;
  -webkit-filter: blur(5px);
}
#modalContainer{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
#starterModal{
  display: inline-block;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 400px;
  height: 370px;
  margin: auto;
  background-color: rgb(255,255,255);
}
#modalText{
  padding: 5px;
  padding-top: 30px;
  text-align: center;
}
#demoStart{
  color: #000;
  background-color: #fff;
  border-color: #D6D6D6;
}
.btn{
    border-radius: 0;
}
#sidebar-hide-btn {
  margin-top: -2px;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 103px;
  bottom: 0px;
  overflow: auto;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.typeahead, .tt-query, .tt-hint {
  border: 1px solid #d6d6d6;
  height: 30px;
  line-height: 15px;
  outline: medium none;
  padding: 4px 6px;
  width: 220px;
  font-family: 'sourceSans';
  font-size: 10pt;
  color: #000;
}
.typeahead {
  background-color: #FFFFFF;
}
.typeahead:focus {
  border: 1px solid rgb(215, 215, 215);
}
.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
  color: #000;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  padding: 4px 0;
  width: 300px;
  height: auto;
  overflow: none;
}
.tt-suggestion {
  font-size: 14px;
  height: 80px;
  padding: 3px 10px;
  vertical-align: middle;
}
.tt-suggestion.tt-cursor {
    background-color: #F5F5F5;
    color: rgba(0, 153, 206, 0.7);
    cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: none;
}
#searchbox{
  display: none;
}
.pageTitle {
    margin-top: 17px !important;
    margin-bottom: 0px !important;
    font-size: 16px;
    margin-right: 15px;
    border-right: 1px solid #d6d6d6;
}
.panel{
  border: 0px;
  webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  border-bottom: 0px;
}
.navbar-nav>li>a {
    margin-left: 30px;
}
.fa-bars {
    display: none;
}
a {
  text-decoration: none;
  color: black;
}
.navbar{
  border-color: rgba(60,60,60, 0.3);
  background-color: white;
  z-index: 10;
}
th{
  width: auto !important;
  max-width: 125px !important;
  margin-left: 5px;
}
td{
  width: auto !important;
  max-width: 125px !important;
  padding-left: 10px !important;
  margin-left: 5px;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
    z-index: 9999;
  }
}
@media (max-width: 767px){
  #sidebar {
    display: none;
  }
  .olControlZoom{
    display: none !important;
  }
  .navbar-brand{
    float: right;
  }
  .pageTitle{
    width: auto;
    float: right;
    margin-right: 5px;
  }
  #starterModal{
    width: 100%;
  }
  .navbar-form{
    width: 230px;
    margin-left: 1px;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .olControlZoom{
    display: none !important;
  }
}
