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;
}

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

/* 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;
}

html, body {
    height: 100%;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

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

/* DataTables styling */
.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; 
}

/* Tiles */
.tile.tile-wide, .tile.tile-double {
    margin-top: 25px;
}

.content_row {
  margin-left: 0px;
}

.white_link {
  color: white;
}

/* Sticky footer styles
-------------------------------------------------- */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 55px; /* .push must be the same height as .footer */
}
.footer {
  background-color: #f5f5f5;
  font-size: 12px;
  margin-top: 20px 0;
}
.text-muted {
  /*padding-left: 50px;*/
  padding-top: 20px;
}