body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

h1, h2, h3 {
  font-weight: 200;
}

h1 {
    margin-top: 10px;
}

h2 {
  font-weight: 300;
  font-size: 20px;
  margin-top: 30px;
}

h2.subtitle {
  margin-top: -5px;
  margin-bottom: 30px;
}

h2.subtitle a {
  font-size: 14px;
}

h3 {
	margin-top: 50px;
	margin-bottom: 30px;
}

a {
  color: #50BACF;
}

a:hover {
  color: #50BACF;
}

.color_text {
  color: #50BACF;
}

/* navigation links */
.active_link {
  color: #50BACF !important;
}

/* Top spacer for table */
.spacer {
  padding-top: 20px;
}

/* 100% height container for table */
#map {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: red;
    display: block;
}

.fill { 
    min-height: 100%;
    height: 100%;
    min-width: 992px;
}

/* SPA */
.invisible {
	display: none;
}

/* DataTables styling */
#datatable {
    width: 100% !Important;
}

.dataTables_scroll {
    border-bottom: 1px solid #ddd;
}

div#example_wrapper {
    padding-bottom: 30px;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: rgb(80,186,207);
    border-color: rgb(46,159,178);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: rgb(46,159,178);
}


/* Selectize */
.label {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

label {
  color: #545454;
  font-size: 16px;
  font-weight: 500;
}

.box_wrapper {
  width: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.control-group {
  padding-bottom: 15px;
}

/* Summary */
.sub_headline {
  color: #545454;
  font-size: 16px;
  font-weight: 500; 
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  font-size: 12px;
}
.container .text-muted {
  margin: 10px 0;
}