.wdic {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.wdic img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.wdic .btn {
  font-size: .9em;
  background: #3690B1;
  color: #FFFFFF;
  text-shadow: none;
}
.wdic-header {
  flex: 0 0 90px;
  padding: 10px;
  background: #FFFFFF;
  display: flex;
}
.wdic-header h5 {
  color: #000;
  margin: 0 0 10px;
}
.wdic-header .metric {
  text-align: center;
  flex: 1;
}
.wdic-body {
  flex: 1;
  display: flex;
}
.wdic-sidebar {
  flex: 0 0 300px;
  background: #F9F9F9;
  border-right: 1px solid #CCC;
  display: flex;
  flex-direction: column;
}
.wdic-sidebar .wdic-logo {
  flex: 0 0 130px;
  padding: 20px;
}
.wdic-sidebar .wdic-form {
  flex: 1;
  overflow-y: scroll;
  padding: 0 20px 20px;
}
.wdic-sidebar img {
  width: 100%;
}
.wdic-sidebar p {
  font-size: .9em;
}
.wdic-sidebar form .form-group {
  margin: 0;
}
.wdic-sidebar form .form-group:first-child .form-control {
  border-radius: 5px 5px 0 0;
}
.wdic-sidebar form .form-group .form-control {
  border-radius: 0;
  border-bottom: none;
  font-size: .9em;
}
.wdic-sidebar form .btn {
  border-radius: 0 0 5px 5px;
}
.wdic-details {
  flex: 0 0 350px;
  border-left: 1px solid #CCC;
  display: flex;
  flex-direction: column;
  background: #F9F9F9;
}
.wdic-details .wdic-instructions {
  padding: 15px;
  flex: 0 0 50px;
}
.wdic-details .wdic-instructions p {
  margin: 0;
}
.wdic-details .wdic-data {
  padding: 0 20px 20px;
  flex: 1;
  overflow-y: scroll;
}
.wdic-details .wdic-back {
  padding: 15px;
}
.wdic-details .wdic-back p {
  margin: 0;
}
.wdic-details .wdic-source {
  border-top: 1px solid #CCC;
  background: #FFFFFF;
  padding: 15px;
}
.wdic-details .wdic-source p {
  margin: 0;
}
.wdic-details .results {
  margin-bottom: 20px;
}
.wdic-details p {
  color: #000;
  font-size: .9em;
  text-align: center;
}
.wdic-details .button {
  display: inline-block;
  background: #3690B1;
  color: #FFF;
  padding: 3px 5px;
  cursor: pointer;
}
.wdic-details .button:hover {
  background-color: #58B2D3;
}
.wdic-details .button i {
  color: #FFF;
  margin: 0 5px 0 0;
}
.wdic-details table {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}
.wdic-details table th {
  background: #FFFFFF;
  color: #000;
}
.wdic-details table td:nth-child(1) {
  width: 35%;
}
.wdic-details table td:nth-child(2) {
  width: 30%;
}
.wdic-details table td:nth-child(3) {
  width: 35%;
}
.wdic-details table td:last-child {
  text-align: right;
  color: #666;
}
.wdic-details table i {
  margin-left: 5px;
  color: #888888;
}
.wdic-details table th img {
  height: 20px;
  margin-right: 5px;
}
.wdic-details table td,
.wdic-details table th {
  font-size: .8em;
  border-bottom: 1px solid #CCC;
  padding: 5px;
}
.wdic-map {
  flex: 1;
  display: flex;
}
.wdic-map iframe {
  flex: 1;
}
.wdic-title {
  background: #FFFFFF;
  display: flex;
  padding: 15px 60px;
  border-bottom: 1px solid #CCC;
}
.wdic-title h1 {
  text-align: center;
  color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin: auto;
}
.wdic-title img {
  height: 30px;
  margin-right: 10px;
}
.wdic-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wdic-legend {
  flex: 0 0 35px;
  background: #444;
  padding: 10px;
  display: flex;
  color: #FFF;
}
.wdic-legend .segment {
  flex: 1;
  font-size: 0.8em;
  text-align: center;
}
.wdic-legend .key {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #FFF;
  margin-right: 10px;
}
.routes {
  margin-top: 10px;
  background-color: #2aa7dd;
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.routes ul {
  margin: 0;
  padding: 5px;
  background-color: #FFF;
  overflow: hidden;
}
.routes ul li {
  list-style: none;
  float: left;
  margin: 3px;
}
.routes ul li a {
  background-color: #2aa7dd;
  color: #FFF;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  padding: 9px;
}
.routes ul li a:hover {
  background-color: #0885bb;
}
.tooltip {
  width: 200px;
}
.tooltip-inner {
  max-width: 200px;
}
