﻿@charset "UTF-8";
/*SASS Built*/
/*MK*/
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-search:before {
  content: ""; }

.icon-zoom-in:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-remove-sign:before {
  content: ""; }

.icon-question-sign:before {
  content: ""; }

.icon-question-circle:before {
  content: ""; }

.icon-info-sign:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-warning-sign:before {
  content: ""; }

.icon-gear:before {
  content: ""; }

.icon-cog:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-reorder:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-envelope-alt:before {
  content: ""; }

.icon-expand-alt:before {
  content: ""; }

.icon-collapse-alt:before {
  content: ""; }

.icon-chevron-sign-right:before {
  content: ""; }

.icon-collapse:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-ga-time-machine:before {
  content: ""; }

.icon-ga-time-machine-bckgd:before {
  content: ""; }

.icon-ga-slider:before {
  content: ""; }

.icon-ga-slider-bckgd:before {
  content: ""; }

.icon-ga-mapfunction:before {
  content: ""; }

.map {
  background-color: #f9f9f9;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9kJBw0dLdtJHrUAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAABmJLR0QA/wD/AP+gvaeTAAAAG0lEQVQoz2N4+vTpfwYgIJYmHZCvc9SGIWUDALz9KHuhPud8AAAAAElFTkSuQmCC"); }

.ol-popup {
  display: none;
  position: absolute;
  background-color: white;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 0;
  left: -50px; }

.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px; }

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px; }

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px; }

.ol-popup-closer:after {
  content: "✖"; }

.ol-zoom,
.ol-zoomslider {
  position: absolute;
  right: 20px;
  width: 18px; }

.ol-zoom {
  top: 50px;
  height: 40px;
  right: 0.5em;
  left: inherit; }

.ol-zoom-in,
.ol-zoom-out {
  position: absolute;
  width: 18px;
  height: 18px; }

.ol-zoom-out {
  bottom: 0; }

.multilabel {
  font-size: 1em;
  color: black; }

.circle {
  border: 0.1em solid grey;
  border-radius: 100%;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  background: white; }

.circle p {
  margin-top: 0.10em;
  font-size: 1.1em;
  font-weight: bold;
  font-family: sans-serif;
  color: black; }

.ol-zoomslider {
  position: absolute;
  top: 164px;
  height: 150px;
  /* step height: 11px */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAEICAYAAABS9KQeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIRJREFUeNrt07ERACAMAzGmZQ7uPLgZghQUKtJ+42glaZL9eF1J2va8nJDQaGjssxERQgQRIUQQERJCREgIESEhRMwvhIjVhBBBRAgRRIQQQUQIEUSEEEFESAgRISFEhIQQMb8QIlYTQgQRIUQQEUIEESFEEBFCBBEhIUSEhBAxv9B/RC4hQyBnl4fAkgAAAABJRU5ErkJggg=="); }

.ol-zoomslider-thumb {
  width: 20px;
  height: 9px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAJCAIAAAC9o5sfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGlJREFUeNpiNDIyUlNT4+LiYiAFfPv27datWywQzoULF0jSDLQPSDLhUWEPBngU4NQcFRXVBwZABsma1dXV0RgkaL558yYaAxOw4JJYtmzZ06dPgYyDBw+SrBm/NhTNBgYGpMYzkAQIMAASYiMVFNNL3gAAAABJRU5ErkJggg==");
  margin-left: -1px;
  display: block;
  position: absolute;
  padding: 0;
  cursor: pointer; }

.ol-zoom-extent {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sHGgcrLHhOqqgAAAOOSURBVFjD1Zm/cptAEMY/adJqxi2qnAa39px6ox7GSYkfwJRJxg8g6GHilOIBrDKxTe97gR2rprEq0XrmHoA0JyKJP3fCgoy3htNPH7vf7t0N8jzHh4ougBlj54yx8y5YB3meYzAYtAU7BWABuAJwCqAOcglgBeABACeiVa/AjLEvAL5J2DbBAfwioj+dAjPGLAA/G5Q8NJYAfhARPyowY+wEwAzA945K6Q5AQERv7waWsM9HVLVJ7a9N+a0ElpX+DOCkJ9N6AzAlouXBwFLZ1x5ht6EvqpTO8xxDRRr0DQv5m78lQymGNS/NesjZpjiXDGpgaV1HcYPRaATHcdq+/l2yKBX+eQzY8XiMx8dHzGYzzOdzjEajNsuUWHaKTnaw322UNAwDAJBlGRhjEELAdV1Y1j+R0jTFYrEA5xxCCN3lv246YsklGGPPuu3WcRwQEdbrNXzfx+XlpbaKaZoiiiIQkVYbJ6JpCVgOMq86K1iWhTAMkWUZ1us1GGOt0sbzPF3oz0S02re1gwYZIQQMw2gNS0S6sDts28BXum+7rtu2iIpYLBaHPH5VBazlu77vt1b1HXFacgnGWK5ygpubG7iue1QSIoLneUVtGIZRqT4RDWpbc10aHBtWOhN834fjOAjDENfX143Pf9qaypTO0FXYtg3btgvFGybH5SedpnB7ewvTNHtJVlVDUeZwGIadqruJOI4xHo/BGKucPzY5rFT47Ozs6HCc85IInHOkaap8d7i3RSmlw3Y7jeNY2+zTNK19NgiC4tMLIZBlGaIoUm2fSsClCd80TRiGgSRJ4Hke4jhGEARasBurqsvRzXrT6RS+78MwjKZmtKoCfth/aj6fQwiB+/v74od0i08IgSiKSkWUJAmEEMUX2zjDZDJpKriHHVvbOtzYiclkUmn0OgW0UToIAliWBdu2iz/R8uBlV2G56eM6yu2buxCiUCdJkp0/xTnH09NTm/lhe7xcvXuAd10XjDEQEZIkKYb4ui/gui4cx1F2soMGeAn90tUG1DRNLevadgciulBt83901RwOhK1kGVYUFZdnXf877qoOCeumtaCqkfQYS8mAxl3z3nR0CuDlPx1Vfa46yWych6WVTOUCfcJOm45dh4rdwBLARU/psZTKLnWHH5XSXRbinUpZZQ7XTP0WPsKVQQX4x7iUqXESS54bnG9vxyuUXOEI115dXSxanV4sfqT4C5vJEey5eyLVAAAAAElFTkSuQmCC");
  position: absolute;
  right: 7px;
  top: 338px; }

.ol-zoom-extent a {
  width: 44px;
  height: 44px;
  display: block; }

.crosshair {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px; }

.crosshair.cross {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAB5QTFRF/////wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAAv1CeHQAAAAl0Uk5TAAMLNTY4ZL6/3uONGQAAADtJREFUCFtjYGBg0ChkgADPyVBG5FQCDOHQ0MxpoaFODJUzwWAGQyeEMZ1BBSJlSJQ5QGA5BcoQbwISAAaqGPnrLonYAAAAAElFTkSuQmCC"); }

.crosshair.circle {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAADNQTFRF/////wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAA/wAAuws91QAAABB0Uk5TAAIDCSU2dYKht7nV1+n3/S9xXacAAABiSURBVBhXZY9JDsIwAAOHNGuzzf9fy6EghOKbLXkDIJY2ZyuRByEvVV35BRBu3b3WvvUOQNaRANLQDHE5rsd7DVekuNMnjLQtNPuXQ7cxrT+hOk/hsByhR+0x7Jx+nOP//htUWAZDKgIbbQAAAABJRU5ErkJggg=="); }

.crosshair.bowl {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oLCAwhG8L1qXwAAAJ1SURBVDjLTZPBThRBEIa/6uleYtDVA8QHUGIw4ehVb3Ii+AK+guGid696Ud/AN4BAiFw9ePUAbmK4SIAo7OxuZtnZmZ7umfLQED1U0of6qur/q1oA9PgYWVlBBwNHCGt4v8Ws3GRa9BmPoSimDIc7jEYfqOtD+fw56MYGsruL6GCAPH6Mqjq+f9+jbZ9T1zArYVoo4zFMJsJoBMMh5PkBT55syNu3QZ89QwD07MxxcjJBZJEQFGME7+H8HC4vIc+5LqSMRsJsVuDcsnz7Fozu7zuOjvYoy0WKqeKccP8+3LkDvoHJJEVRwHQqVJVydXWXP392dXXVWcpyjbZ9DiggGIGmgdNTOPkFFxc3MMxmUJaCb5TQrBPCmmU43AKg64QQElhVMBrDZJzgsryBoaohBiFGEHllyfNNOoW2BV9DNU8G3gBlCfM51HWCQ4BOQQxo98Ly+3cfa5UQJCVVCZjP07uuUzQNhAhdB5kBI4qau5Y8hyxLlb3/B3gPtU9gDBDbZJPNQIRr2Viqaor3fWJMyU2T3G8aaGOS1ikYAZOBMSlAiLGwVNUOV1cvaVuIMU0S22uwTbvJDFgLCwsJjhFUQXXbEOMHQoC6VrxPBdr4H5wl8N49WFqC27eh11NcD5z7ZFjoHaJ6QIhCjErbpe4qSa+zcOsWLC4mCaqKdYK1X/D1YTrlN68de/s51byPqoIImUnde700Qa8HoIgIIRT8OFqWeRWMrq8j794HHj1YQuQA1XSNxkCWKSJK26YVqgqdfuHnz2WZV0EfPrz+TE+fIl+/oqurDu/XMGYLkU2c62MtwJQs28aYj1TVoQwGQVdWkONj/gL3ho+XUT2DTgAAAABJRU5ErkJggg=="); }

.crosshair.point {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHhQTFRFAAAA////////////////////xQAAygAAzTAwzgAA0gAA1DAw1gAA2gAA3XBw3gAA33Bw4gAA5TAw5gAA6gAA7gAA73Bw8gAA9gAA9nBw+DAw+N/f+gAA++/v/N/f/gAA/jAw/u/v/wAA/zAw/3Bw/9/f/+/v////Oe4bdAAAAAZ0Uk5TAEBQj5/f94RVVwAAAL5JREFUKFN10kcCwyAMBVGBUXrvveAy979hFgQHnOQvH0ZgCZEQ6xRAnZU0Rmmj5uMF1FXpvfdlVUMR3dFUvk0FLn7flD7Jowl7TMfvl9MTIyJKUsf7++WwP6Iilrrr280NKy7bEHy9w4lSfvlyhQp8+3wKQvPDJ9lC4iP4lEp9CO3hmY/ReN3M+wvc+wdz752xoSUdn6GhiY/cB2DebT9lfo2jcnBM68RBiRRw262mk9FwvDgno/3/GOTH83kBEhAwdIvYg7YAAAAASUVORK5CYII="); }

.geolocation {
  position: absolute;
  z-index: 10;
  top: 96px;
  right: 7px;
  width: 44px;
  height: 44px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sHGgcoNTcIUasAAAMbSURBVFjD1ZkxbqtAEIZ/o9cipTWV01A7mgvYB0B5KZF7u8zLCRAniFPaF6BMIh8gXGAU11u5sttIHIDXLE/Eht3BgPM8LbB8mp35Z3Z2kOc5rsr6ACaiMRGN+2Ad5HmOwWBwLtgIwATAPYARgDrILYAdgHcAKTPvLgpMRL8BPGrYcywF8MLMb70CE9EEwLPBk01tC+CJmdNOgYnoBkAE4E9PqbQEEDPzV2tgDfvRoVdN3n4wxbcVWGf6B4CbC4nWF4ApM28bA2sF+LwgbBn6rsrTeZ7DMYTB6w/AQv/zVTOc2K+aj6KmMev7PogInufB930AgFIK+/0ezAylVJPlxprh6fjBSUho6fqQrhwEAebzOYbDofG9w+GA9XqNzWbTBHxalrzKGCaiT4l3Pc9DFEUgokb7zcyI4xj7/V6kHMx8VwusK9irZPtXqxVc1z0rSLMsw2KxkIbJQ1ERq5LuUeLZNrAA4LouVqsVPM+TvP6NyaloZIwWRVEr2DJ0FEWSVyea7TuwBDYIgsYxayn5CIJABF0FfG/7aj6fdy66wjXvq3R4bEs0m3RlWYYkScDM/zwYhqExhIbDIXzftyXgqAp4ZNu+ppnPzEjT1JqkRGQDHleFhFUdTJYkSeVPlVJIkqTV2icqITl/FeXWVBDOeSZZu8zo4MrM0R7Y2l60VSVTjNviX1LxCkaxh221PwzDyq31fR9hGLZau6693JqkzRaHRbltKmuStTXbCfDOBKyUwuFwMGqx67qNi4tSShISuypZe7d9tV6vO08im+QdszlHww2jbTYbyfY16o2FDX16AqwPfVboOI6RZVlr2CzLEMexCLZ8ID1WiReJWiwWi1bQRRkXqsNLZT+svfxWzkhTosxms7PCg5kxm82kp43t8fztYofQoqfo/BCqoZ+bztE6PuYDwJKZn0STnwvO00yFYno8HPyfR1W3VZPM2lFVSeameoFLwk5NY1dH0CHdSZSjozC4tXWOjkCGCk8ve4Rd2jxbK2uWnneCa7gyqAC/jkuZGiWZ6LnB2HDy7uzaq6+LxUmvF4vXZH8BkpHv0ZFJB0QAAAAASUVORK5CYII="); }

.geolocation.error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wHHg4PMAARiyEAAASkSURBVFjD3Zm/bupIFMa/TKyxJTDZuMIdDRWNydREvi0Nu0+SmyeI8gS5eZK7aWiDRG1BQ0WTVKTBWbCR7JEz3sa+csAemxCuNnskVx7ZP5355vybkziO8aXsGMCMMYsxZh2D9SSOY5ycnHwUrAXABjAA0CKEWISQd2uEEBBCTAE8AXgAMHIc5+m3AjPG/gRwRQixFUVB9skDjqLo3SOEGAG4dxzn76MCM8ZsAHeKoliUUlBKoapqIWwedBiG4JyDc44oiqYArh3HGX0qMGPsDwA3iqJ81zQNmqb9Ai2CLLIUPgxDBEGAIAgQRdEPALeO4/xzMHAC+0gpter1Omq1GhRF+ZRDFEURNpsNfN8H53wK4C+ZvkuBGWMWIWREKT1LYff1aBWPZ6BXQgjbcZzp3sCMsRYhZKpp2pmu69A07dNhs9BBEMDzPARBsBJCWHmejuMYRCKDn5TSo8MCACEEmqZB13VQSs8A/EwYdqxIjDepZqvCGoYB0zSh6zoMwwAAuK4Lz/OwWCzgum4l6Le3NwghLM75DYDr7XU7kmCM2YqiPDYaDei6XgrbbrfR7Xah67p0ned5mEwmmM/npfLwPA/r9RpRFH3Lhrw4jnM9fKdpWukB03UdvV4PpmlW2nZd13F5eYl2u43xeAzP8wo9XavVwDmH7/t3ALrv3m9nMEVRLE3TpKHLMAwMBoPKsFkzTRODweCXbHJ1qihIGKwkq+YDA7hKs5fMU/1+X7qmzFRVRb/fl8pIVVVQSgHgKhc4CWM2pVTq3V6vdxBsFqjX60m9TCkFIcROiqwdD9uKokBV1ULtttvtD8lAJo92u12o5TT9JxXhDvAgLWKKrNvtfnoMln0zwzPIi8OWDNgwjNLQFYYhZrMZXl5eAADNZhOdTqf0TBiGkRunMzytHWBCSEtWfZVJIQxDDIfDdz9eLBZ4fn4uPaSmaeYCE0LSitDakQQhpDTuymw2m+X+1HVdzGaz0hgty4BZLpJWZVVSr8xSGez7rsq3s4zHq2iOVSgBQFH9ub21Mms2mx96V+XbWUay1d1KixeZdTqd3K01DAOdTqe0MJIVQ1kuJfNiGkWRJYTIPXyLxaJSut03rMm+nfZ/yZhgJw4/RVFkRVGU5vCdbfM8rzT/X1xc7KXJ5XJZKIm0005mGjuZ7iGzINcmk8mnHyJZyMvwPOQBj9L2u0jL8/m8VBr72GKxKCzohRAIwzAFHu0AO47zJIQYJQOOwp+Mx2OEYXgwbBiGGI/HUu9yziGEeDfa2j5d95xzKZDneRgOhwdBp2lcFh3SCRGA+7KeblKv163z83Np5bZvi5SVgaxFSr37+voK3/enjuN0y3q66yAIHjebjbQJTT1dtQldLpeYzWaVmtDNZoMgCFCpa068fEcp/d5oNCpPew5t87Ow6/UanPMfjuNcbw9Sivb8lnNu+75vnZ6eVppNuK5bCaps+pOZs93mrfuvjqpaeZPMwlFVJszZQRCsVqsVNpuNtNY4dBi4Wq1SWFs2dq0ybm0lc7bfMW79JoP9fw60t8BtfIUrgxzwr3EpU6BvO5kbWISQ1rGvvY51sWgf9WLxK9m/7+BsfhWxltkAAAAASUVORK5CYII=");
  cursor: default; }

.geolocation.tracking {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sHGgcpHoKvmaoAAAIWSURBVFjD5ZntbbMwEIAfog7ABmEEj8AGzQjZoLwbpBOknaTqBLABbMCbCRjh+sNEQsixj8/W7UmWLF1snpzvzvY5ERGiki2ABYyA2YL1aSFYBuTAM7ZvRvq7NMB/4BOoEtvfz8ICJ4FSQGa2UuA0i3UKsEAuUC8AHbda7AqtCyyQClxXBB23q0C6CnAPW28IO7R2ugi4j/ZuB9h763zZxQvcW3ZP2CF0+gj48AgWKFH41QaSYrOI89uJiJAkyRj4ChSTPmMM5Dkcj7YP0DRwu0FV2f40eUvgX9Al+tSlX8LzWaRtJShta387zT1yDbAuI2SZSFnKZClLO1aZObzA/Q4WnsgYka6T2dJ1dg4d9MkHXKosuwR2CK2zdOkEFshU/3iOG/jcQ2flzAV8VgXY2qILxLML+CM4UJMNpkrbaoA/XMBtMNA0fnm5iOS5bZeLzt/DAVi7gP2DimJe5GsySlEErezdmp1yPPr17+/u3axprG7J3AM53E9lqq3XJ1U1T6eZe8B4IDI5ACT2kuiX0OElz+fpNHMPGPUWvt38+pcX99IaY3VL5nbdmoOHnh+Y1r5n46jrSRvH0CU+g8vx+rp+FIVS3pgt2sNPdMfLKA/w0V2RYriExn/N37meNqnOFipVZd9Yqsp+fzFwZOm9yq3Z3ytoR/lk8JMeZZx5eOazl+GxD67y7DXbwkrX2eRhMYnt6fYLiemUZnMQtPEAAAAASUVORK5CYII="); }

@media screen and (max-width: 768px) {
  .geolocation {
    top: 57px; } }

.geolocation-marker {
  background-color: rgba(255, 0, 0, 0.1);
  border: 2px solid rgba(255, 0, 0, 0.9); }

.geolocation-marker .user-position {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
  background: red;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.9); }

.ol-scale-line {
  text-align: center;
  font-weight: bold; }

.ol-scale-line .ol-scale-line-inner {
  border: 2px solid #000;
  border-top: none; }

.ol-attribution ul {
  margin: 0;
  padding: 0; }

.ol-attribution li {
  list-style-type: none;
  display: inline; }

.ol-attribution li:last-child:after {
  content: ''; }

.ol-attribution li:after {
  content: ', '; }

.share-icons,
.share-permalink {
  margin-bottom: 15px; }

.share-icon {
  display: inline-block;
  padding: 0 6px;
  color: #474949;
  font-size: 24px; }

.share-icon:hover,
.share-icon:focus {
  color: #3a3c3c;
  text-decoration: none; }

.contextpopup {
  font-size: 12px;
  max-width: 300px;
  width: 300px; }

.contextpopup table {
  width: 100%; }

.topic-selector {
  width: 640px;
  padding: 0px 4px; }

.topic-selector .topic {
  float: left;
  margin: 2px;
  padding: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  width: 154px;
  text-align: center; }

.topic-selector .topic.active,
.topic-selector .topic:hover {
  border: 1px solid #c6c6c6;
  background-color: #efefef; }

@media (max-width: 768px) {
  .topic-selector .topic {
    width: 140px; }
  .topic-selector .topic img {
    display: none; } }

@media (max-width: 768px) {
  .topic-selector {
    width: 160px;
    height: 250px;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden; } }

/* General */
.import-kml {
  width: 420px;
  padding: 10px;
  position: relative; }

.import-kml input[type=file] {
  display: none;
  width: 100%; }

.import-kml .browse {
  width: 100%; }

.import-kml .load {
  height: 30px;
  width: 100%;
  font-size: 12px; }

.import-kml .tab-content,
.import-kml .upload-result,
.import-kml .tabbable-footer,
.import-kml .progress {
  margin: 5px 0px 0px 0px; }

.import-kml .validate-kml-file {
  position: absolute;
  right: 10px;
  top: 10px; }

.import-kml .upload-abort,
.import-kml .nav-tabs li {
  cursor: pointer; }

.import-kml .nav-tabs .active {
  cursor: default; }

.import-kml .nav-tabs a {
  text-decoration: none; }

.import-kml .upload-abort {
  margin-right: 5px; }

.import-kml .import-kml-fake-file {
  float: left;
  width: 80%;
  cursor: pointer; }

/* Drop zone */
.import-kml-drop-zone {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: black;
  opacity: 0.7;
  border: 5px dashed #ccc;
  z-index: 99999; }

.import-kml-drop-zone div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: white; }

/* Form validity css (to move on app.css?) */
form input.ng-invalid.ng-dirty {
  background-color: #FA787E; }

form input.ng-valid.ng-dirty {
  background-color: white; }

/* OVERRIDE BOOTSTRAP CSS */
.import-kml .nav > li > a {
  padding: 0px 10px;
  color: white;
  background-color: black; }

.import-kml .nav-tabs {
  border: none; }

.import-kml .nav-tabs > li.active > a,
.import-kml .nav-tabs > li.active > a:hover,
.import-kml .nav-tabs > li.active > a:focus {
  color: white;
  background-color: red;
  border: 1px solid transparent; }

.import-kml .progress {
  height: 10px; }

.import-wms {
  position: relative;
  background-color: white;
  padding: 10px;
  width: 740px;
  height: 378px; }

.import-wms form {
  z-index: 100; }

.import-wms > div {
  position: relative; }

.import-wms input[type=url],
.import-wms .tt-dropdown-menu {
  width: 610px;
  padding-right: 30px; }

.import-wms table {
  width: 320px;
  margin: 0px;
  table-layout: fixed; }

.import-wms table thead,
.import-wms table tbody,
.import-wms table tr {
  width: 100%; }

.import-wms table thead,
.import-wms table th,
.import-wms table td,
.import-wms table tr {
  height: 35px; }

.import-wms table th.add,
.import-wms table td.add {
  width: 25px; }

.import-wms table th.title,
.import-wms table td.title {
  width: 295px; }

.import-wms table tr.row-first td {
  border-top: none; }

.import-wms table th,
.import-wms table td {
  border-left: 1px solid #dddddd; }

.import-wms table td.col-first,
.import-wms table th.col-first {
  border-left: none; }

.import-wms table tr {
  cursor: pointer; }

.import-wms table tr.selected {
  cursor: default; }

.import-wms .tables-container {
  width: 330px;
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-radius: 4px;
  z-index: 50; }

.import-wms .tables-container th {
  border-bottom: none; }

.import-wms .table-content-container {
  width: 100%;
  height: 240px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #dddddd; }

.import-wms .tables-container,
.import-wms .description-container {
  display: inline-block;
  position: relative;
  margin: 20px 0px 0px 0px; }

.import-wms .description-container {
  vertical-align: top;
  margin-left: 20px; }

.import-wms textarea[readonly] {
  resize: none;
  width: 364px;
  height: 206px;
  cursor: auto;
  background-color: #ffffff;
  font-size: 12px; }

.import-wms .bt-connect {
  position: absolute;
  left: 615px;
  top: 0px; }

.import-wms .open-wms-list {
  cursor: pointer;
  position: absolute;
  left: 587px;
  top: .7em;
  font-size: 14px; }

.import-wms .tt-dropdown-menu {
  height: 280px;
  overflow-y: auto;
  border: 1px solid black;
  background-color: white; }

.import-wms .tt-dropdown-menu p {
  margin: 5px 10px; }

.import-wms .tt-is-under-cursor {
  background-color: #f0f0f0; }

.import-wms .tt-hint {
  color: #999999; }

.import-wms .modal-backdrop {
  position: absolute; }

.import-wms .modal-backdrop .progress {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -100px;
  width: 200px; }

.import-wms .bt-addlayer {
  width: 100%;
  margin-top: 10px; }

.import-wms .icon-thumbs-down {
  color: red; }

.import-wms .icon-thumbs-up {
  color: green; }

.ga-popup {
  display: none;
  overflow: hidden;
  min-width: 200px;
  max-width: 600px;
  min-height: 100px;
  max-height: 400px;
  z-index: 2000; }

@media (max-width: 768px) {
  .ga-popup {
    z-index: 1500;
    left: 2%;
    right: 2%;
    bottom: 2%;
    top: 2%;
    max-height: none;
    max-width: none;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 480px) {
  .ga-popup {
    position: fixed !important;
    overflow: hidden; } }

.ga-popup-content {
  overflow: auto;
  max-width: inherit;
  max-height: 340px;
  font-size: 12px; }

@media (max-width: 768px) {
  .ga-popup-content {
    position: absolute;
    top: 36px;
    bottom: 10px;
    width: 100%;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto; } }

.ga-catalogitem-node a {
  color: black;
  display: block;
  text-decoration: none; }

.ga-catalogitem-node a:hover,
.ga-catalogitem-node a:focus {
  color: #666; }

.ga-catalogitem-node ul {
  padding-left: 1.6em; }

.ga-catalogitem-node ul ul ul {
  padding-left: 2em; }

.ga-catalogitem-node ul.closed {
  display: none; }

.ga-catalogitem-node .icon-collapse-alt,
.ga-catalogitem-node .icon-expand-alt {
  float: left;
  padding-top: 2px;
  padding-right: 3px; }

.ga-catalogitem-leaf {
  position: relative; }

.ga-catalogitem-leaf i {
  position: absolute;
  right: 0;
  top: .8em; }

@media (max-width: 768px) {
  .ga-catalogitem-leaf i {
    font-size: 26px;
    top: 2px; } }

.ga-catalogitem-leaf .icon-warning-sign {
  right: 1em; }

.ga-catalogitem-leaf i,
.ga-catalogitem-leaf label input {
  cursor: pointer; }

.ga-catalogitem-entry {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px; }

.ga-catalogitem-entry label {
  padding-right: 12px; }

.ga-truncate-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* IE9+FontAwesome hack: https://github.com/FortAwesome/Font-Awesome/issues/1079*/ }

.ga-truncate-text:before {
  content: ""; }

.search-wrapper {
  position: relative; }

.search-wrapper .twitter-typeahead {
  width: 100%;
  position: relative; }

.search-wrapper .twitter-typeahead::after {
  content: '\f002';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: .5em;
  height: 30px;
  line-height: 30px;
  color: #c6c6c6; }

.search-wrapper .tt-query {
  background: white !important;
  padding-left: 2em;
  padding-right: 2.5em; }

.search-wrapper .tt-dropdown-menu {
  width: 100%;
  font-size: 11px;
  min-width: 160px;
  padding: 5px 0 35px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.search-wrapper .tt-dataset-locations .tt-suggestions,
.search-wrapper .tt-dataset-layers .tt-suggestions {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.search-wrapper .tt-dataset-locations .tt-suggestions .tt-suggestion,
.search-wrapper .tt-dataset-layers .tt-suggestions .tt-suggestion {
  display: block;
  background-color: #E6E6E6;
  margin-top: 1px; }

.search-wrapper .tt-dataset-locations .tt-suggestions .tt-suggestion.tt-is-under-cursor,
.search-wrapper .tt-dataset-layers .tt-suggestions .tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #666666;
  border-top: 1px; }

.search-wrapper .tt-dataset-locations .tt-suggestions .tt-suggestion.tt-is-under-cursor .tt-feature,
.search-wrapper .tt-dataset-layers .tt-suggestions .tt-suggestion.tt-is-under-cursor .tt-feature {
  background-color: #666666; }

.search-wrapper .tt-dataset-locations .tt-suggestions .tt-suggestion .tt-search,
.search-wrapper .tt-dataset-layers .tt-suggestions .tt-suggestion .tt-search {
  padding: 3px 20px; }

.search-wrapper .tt-dataset-locations .tt-suggestions .tt-suggestion .tt-feature,
.search-wrapper .tt-dataset-layers .tt-suggestions .tt-suggestion .tt-feature {
  background-color: #ff8000; }

.search-wrapper .tt-dataset-locations p,
.search-wrapper .tt-dataset-layers p {
  margin: 0; }

.search-wrapper .tt-dataset-layers {
  display: block !important; }

.search-wrapper .tt-header-locations,
.search-wrapper .tt-header-mapinfos {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px; }

.search-wrapper .icon-info-sign {
  float: right;
  padding-top: 2px; }

.search-wrapper .deleteicon {
  position: absolute;
  right: 0.6em;
  top: 0;
  cursor: pointer;
  height: 30px;
  line-height: 30px; }

@media (max-width: 768px) {
  .search-wrapper .deleteicon {
    right: 0.2em;
    font-size: 24px; } }

.search-wrapper .search-footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

.search-wrapper .search-footer .footer-right {
  float: right;
  padding-right: 12px; }

.search-wrapper .search-footer .footer-left {
  float: left;
  padding-top: 10px;
  padding-left: 20px; }

.search-wrapper .contact-icon {
  display: inline-block;
  padding: 0 6px;
  color: #474949;
  font-size: 24px; }

.search-wrapper .contact-icon:hover,
.search-wrapper .contact-icon:focus {
  color: #3a3c3c;
  text-decoration: none; }

@media (max-width: 480px) {
  .search-focused .twitter-typeahead:after {
    left: 1.2em;
    color: #666; }
  .search-focused .search-wrapper .tt-dropdown-menu {
    top: 37px !important;
    border-width: 1px 0;
    padding: 0; } }

@media (max-width: 768px) {
  .search-wrapper .tt-dropdown-menu,
  .search-wrapper input {
    font-size: 13px; }
  .search-wrapper .tt-header-locations,
  .search-wrapper .tt-header-mapinfos {
    padding: 5px 10px; }
  .search-wrapper .tt-dataset-locations .tt-suggestions .tt-suggestion,
  .search-wrapper .tt-dataset-layers .tt-suggestions .tt-suggestion {
    position: relative; }
  .search-wrapper .tt-dataset-locations .tt-suggestions .tt-suggestion .tt-search,
  .search-wrapper .tt-dataset-layers .tt-suggestions .tt-suggestion .tt-search {
    padding: 5px 20px; }
  .search-wrapper .tt-dataset-locations .tt-suggestions i,
  .search-wrapper .tt-dataset-layers .tt-suggestions i {
    font-size: 24px;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 2px; } }

.ga-tooltip {
  width: 450px;
  max-width: 450px;
  max-height: 600px; }

.ga-tooltip .popover-content {
  padding: 0px; }

.ga-tooltip td {
  padding-right: 14px; }

.ga-tooltip .tooltip-separator {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: 4px;
  border-bottom-color: #c7c7c7; }

@media (max-width: 768px) {
  .ga-tooltip.ga-popup {
    top: 89px;
    max-height: 300px; } }

@media (max-width: 480px) {
  .ga-tooltip.ga-popup {
    top: 50%;
    right: 2%;
    left: 2%;
    bottom: 2%;
    max-height: none;
    width: auto; } }

.ga-slider {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 7px;
  margin: 25px 5px 25px 5px; }

.ga-slider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block; }

.ga-slider span.base {
  width: 100%;
  height: 100%;
  padding: 0; }

.ga-slider span.bar {
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0c0c0), color-stop(1, #8d8d8d));
  background: -webkit-linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  background: -moz-linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  background: -o-linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  background: -ms-linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  background: linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  -webkit-box-shadow: inset 2px 2px 5px;
  box-shadow: inset 2px 2px 5px; }

.ga-slider span.bar.selection {
  width: 0%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #13b6ff), color-stop(1, #00a8f3));
  background: -webkit-linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  background: -moz-linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  background: -o-linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  background: -ms-linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  background: linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  -webkit-box-shadow: none;
  box-shadow: none; }

.ga-slider span.pointer {
  cursor: pointer;
  width: 22px;
  height: 22px;
  top: -8px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 2;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -ms-touch-action: none; }

.ga-slider span.pointer:after {
  content: '';
  background-color: #808080;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-border-radius: 1em;
  border-radius: 1em; }

.ga-slider span.pointer:hover:after {
  background-color: #000; }

.ga-slider span.pointer.active:after {
  background-color: #f00; }

.ga-slider span.bubble {
  cursor: default;
  top: -22px;
  padding: 1px 3px 1px 3px;
  font-size: 0.7em;
  font-family: sans-serif; }

.ga-slider span.bubble.selection {
  top: 15px; }

.ga-slider span.bubble.limit {
  color: #808080; }

.ga-slider span.available {
  cursor: pointer; }

.ga-slider span input[type=text] {
  margin: 0px;
  border: 0px;
  color: inherit;
  padding: 0px;
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: 100%;
  height: 100%;
  background: transparent; }

[ga-time-selector-bt] {
  position: absolute;
  top: 389px;
  right: 7px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 1000; }

[ga-time-selector-bt] a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  height: 44px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5Qzc0RThEQ0M5NjNFMzExQTgyRENFREFFREMyNjExMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDNBRjhBODYzRUUxMUUzQUVDNUI3QjQ2MzYzODlFRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NDNBRjhBNzYzRUUxMUUzQUVDNUI3QjQ2MzYzODlFRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDNzRFOERDQzk2M0UzMTFBODJEQ0VEQUVEQzI2MTEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDNzRFOERDQzk2M0UzMTFBODJEQ0VEQUVEQzI2MTEzIi8+IDwvcmRmOkRlc2NyaXB0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") no-repeat center center; }

[ga-time-selector-bt] a.enabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5Qzc0RThEQ0M5NjNFMzExQTgyRENFREFFREMyNjExMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MDkyQkIyMTYzRTUxMUUzOTk5QkNBQUIzQ0FFOUFDNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDkyQkIyMDYzRTUxMUUzOTk5QkNBQUIzQ0FFOUFDNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDNzRFOERDQzk2M0UzMTFBODJEQ0VEQUVEQzI2MTEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDNzRFOERDQzk2M0UzMTFBODJEQ0VEQUVEQzI2MTEzIi8+IDwvcmRmOkRlc2NyaXB0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") no-repeat center center; }

[ga-time-selector-bt] a.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5Qzc0RThEQ0M5NjNFMzExQTgyRENFREFFREMyNjExMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5Q0Y4NDUzOTYzRTUxMUUzQjk1REQ0NThGOTFCOEZEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5Q0Y4NDUzODYzRTUxMUUzQjk1REQ0NThGOTFCOEZEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDNzRFOERDQzk2M0UzMTFBODJEQ0VEQUVEQzI2MTEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDNzRFOERDQzk2M0UzMTFBODJEQ0VEQUVEQzI2MTEzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SB30UwAABU9JREFUeNq0WWtIVVkU3uc6Wqk3rUgwLcssI7KbZgjqIIiE/SqpoF9B8y+CaRwQHGGIiGCIGbk0o4xMP3pi9SsobH7MMGpBkZCUE9H4wkrMIsNn6L1rr1n73HMf+zy855zu3fDJvffsvdZ31l57PbYKMtejgFBNKCUUE8oJGdqzeUIf4T/CU8JDwmtXWtAZPIQThL8J6ABcW3NCk2FbpxNyPxBGHBIzg5DRnEiCXxP+XU4pD2PFCuRpaZHvcYgOaLKX1a/E8cFGQquZW7CcHMZqahhWVTHm8zElP5+xrCzaTKL26RPD1+Ry/f2M9fYypaeHKfPzVjq+JfzqxgfbzSwFe/YgXL+OfGEB7Qwu8OEDwsWLCAUFVtZsd7rFv+uFgMeD0NqqKnQ7YHERg01NVtvfZpfg9wZyu3cjvHplbSF6BvfuIV6+jHjlCvL795EPD1u+DHR3I6xda0byu3gEKwzkqquRB4NGJW/eILS0IN+1y2CR8CGB0lKEc+eQf/xoXP/2LUJ+vhnJCiuC4sBMSuSEchOLwZkzCCtXyqS8XoSjR5FnZRmUQnY2woULBlkwMYFA63TzJzUuBoI/SkJTUlTnlgS+e6dut5nFoLMzRP7GDctQBFVVyOfmZJmPHpn5ZJOeYAphVhJ29aos6P17hNxc67jW2xua2NOzbPyDHTsQdBEAGhv182Y0ThGCJyUh+/ZJ26FaprBw+cArDokYd+/GzSZQUWGUn5Ojn3cyluBLyXpkdukNKTTETWEOCKo6/H5ZR1ubft7LMMEiafGmTdLbwfi4nbTliGAkrs7MRK04PW2mp8hDHA9IKezwYabEfj9/PvI9kcMjUqLfH/1h9WrG6ur00w4IgmXST7GT6B2UmzdZsoZy7RoL1wKqEerrma42KBMES6SfKPFHxuPHjE1NJY0gGxxkbHQ0hk6ZfkaJILhN/ZiZydi6dYxt2BA14MBA6IPX66ACtl+jq1Z78SKmRi/QT9kmCKYKkcFTpxgbGmKKEvU4T0MD4xMTLLh3rw1t2rqFBWfbPD0t+2FaWuzjVEEQhWjhazw7W169fj3DYJB5Hj6Mryk3N2TAykrGCwtdOqUiGUiI84QPa8rYGOPHj0tOCuLP/v3MQyTjDd7REaqAN25UC1VeXGzPI2LdZ26O4eKiXK6S0GeR2ERYevIkEpuWRH612WuowffYsUgM5RTjoLIy7ho+OBiNhQ8e6PU9EwQ7YxcFtm8PpR5CIC/PUUOkkjx0KEqSEKyvtw7WVGFLKa+9XU+wk2mVg6Rk6flzXKLkDy47N6irQ855NM8ePGj+QlRPSvm4ocFQ1QiCPv3CwJo1GCR8SXsJ5eWRvsWMpHh5PjUVJUjtgOgIdXJ84WJhPAH9rpHkzp0IlGOFu4Buq+HsWbkQvn1bv73jsdVMSzIIqttIZRSUlOBylbra12zdql/bEkvQq11PYLIhil7QV+pUenHjVYlXX/L/lnRyPh9SZpLJjY6ahbKfzXqSTEIgKcQUBaG52bwB27xZP19wSLdqO48kzPcEMVIOp08jDA0ZyVEYEk2Uydoj8Rp3v2tiqamI4vbh1i3kfX3WjTsR1h8cDb/Yvfr4yxXBjIy49zRw6ZKhp9bwp9Prty7HBFetQvz82UhMbGdXF0JtrVVu73J7P+jsZKenI5+dRR4IIB8ZQbhzR/VBLnKu9Tr/l15gfkOYs0VQ3EaIYoNinY1LzFlNdkKugPMIfxAgASdcyOgg5Cb6jlpgC+EnwpgLYmPa2i1OdCou/w0hKvFaQo32b4gicSlM+Ep7LkrwScIwoZ/QTfhHFN5OFf0vwAAHfYRIzhE4JwAAAABJRU5ErkJggg==") no-repeat center center; }

@media screen and (max-width: 768px) {
  [ga-time-selector-bt] {
    top: 260px; } }

[ga-time-selector] {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 96px;
  left: 50%;
  margin-left: -300px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175);
  padding: 5px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  [ga-time-selector] {
    top: 90px;
    /* Under the pulldown menu */
    margin-left: -104px; } }

@media screen and (max-width: 480px) {
  [ga-time-selector] {
    top: 57px; } }

.ga-time-selector-select {
  display: none;
  width: 150px;
  top: 57px; }

@media (max-width: 768px) {
  .ga-time-selector-select {
    display: inline-block; } }

.ga-time-selector-slider {
  height: 30px;
  width: 507px;
  display: inline-block;
  position: relative;
  margin: 0px 40px 15px 40px;
  vertical-align: bottom; }

.ga-time-selector-slider a {
  color: red;
  line-height: 45px; }

.ga-time-selector-slider a:hover,
.ga-time-selector-slider a:focus {
  text-decoration: none; }

.ga-time-selector-slider .ga-slider {
  height: 100%;
  margin: 0px; }

.ga-time-selector-slider .ga-slider span.pointer {
  top: 0px;
  width: 81px;
  height: 30px;
  border: none;
  border-radius: 0px;
  cursor: move;
  z-index: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAeCAMAAABaOLPmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ODczOUJGMDRGQjlFMTExOTZFQkFERDlCMkY4NDIxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OUFGQkE2RjkwQ0IxMUUyQjZFN0I3Qjc2MkEzODJENyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OUFGQkE2RTkwQ0IxMUUyQjZFN0I3Qjc2MkEzODJENyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENUUwQURFMUVFMTlFMjExOUFDNkU3QkJDRjMyNTYwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1ODczOUJGMDRGQjlFMTExOTZFQkFERDlCMkY4NDIxNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp539qUAAABpUExURf///8bGxtXV1eLi4rCwsOXl5fz8/P7+/v39/fj4+JaWljMzMyMjI9bW1i4uLuTk5Pf39/n5+czMzL6+vuvr69TU1NjY2N7e3tfX1+fn59nZ2ebm5vr6+p2dnY2Njbe3t8TExPv7+////6kK2wgAAAAjdFJOU/////////////////////////////////////////////8AZimDlgAAAMNJREFUeNrs1ckOwiAQgOERKJUqAnZf3Ob9H1IaY1J6KMNNk34kJCTwH3roAPIlawZGpFk9GBu8hqwCDktmnIBuGk1w5uLpe4fF6pRTRM46p7rgNS/EqldLste81ZEeO5LJeWOxXp4m2oM0e2/v7b0f6uX0lr8a/R9omZIDqf+wF8yjXiZ8QNmv5pHvreYlbxiZbng4L4tbCajaUmw6f91FTNkCoqqybZePRxZVKd+LO82ulJtI6iE5R+whNUftkb0FGACO7DqwkVQa3AAAAABJRU5ErkJggg==") no-repeat 2px 1px; }

.ga-time-selector-slider .ga-slider span.pointer::after {
  content: none; }

.ga-time-selector-slider .ga-slider .value1 {
  font-weight: bold;
  color: darkgray;
  top: 3px;
  font-size: 18px;
  width: 43px;
  height: 20px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  color: red; }

.ga-time-selector-slider .ga-slider .value1 input[type=text] {
  line-height: 20px;
  box-shadow: none; }

.ga-time-selector-slider .ga-slider span.limit {
  display: none; }

.ga-time-selector-slider .ga-slider span.bar {
  margin-top: 30px;
  height: 10px;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  background-color: lightgray; }

.ga-time-selector-slider .ga-slider span.bar span {
  height: 100%;
  width: 3px;
  bottom: 0px; }

.ga-time-selector-slider .ga-slider span.bar span.bubble {
  display: none; }

.ga-time-selector-slider .ga-slider span.bar span.minor,
.ga-time-selector-slider .ga-slider span.bar span.major {
  width: 3px;
  border-left: 1px solid black; }

.ga-time-selector-slider .ga-slider span.bar span.minor .available,
.ga-time-selector-slider .ga-slider span.bar span.major .available {
  left: -2px; }

.ga-time-selector-slider .ga-slider span.bar span.major {
  height: 15px;
  bottom: 0px; }

.ga-time-selector-slider .ga-slider span.bar span.major .bubble {
  top: -18px;
  left: -13px;
  padding: 0px;
  width: 30px;
  display: inline-block;
  font-size: 12px;
  background: none; }

.ga-time-selector-slider .ga-slider span.bar span.available {
  background-color: rgba(255, 0, 0, 0.3);
  bottom: 2px;
  height: 6px;
  left: -1px; }

.ga-time-selector-slider .ga-slider span.bar span.last .available {
  background-color: transparent; }

@media (max-width: 768px) {
  .ga-time-selector-slider {
    display: none; } }

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none; }

input::-ms-clear {
  display: none; }

.ga-dragging {
  cursor: move; }

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 48px; }

#map .ol-dragbox {
  position: absolute;
  border: 1px solid #2E2F2F;
  background-color: rgba(255, 255, 255, 0.5); }

#copyrightsdata {
  font-size: 11px;
  position: absolute;
  right: 0px;
  bottom: 40px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  border-radius: .2em 0 0 0;
  padding: .2em .4em; }

#copyrightsdata > div {
  display: inline-block; }

@media (max-width: 768px) {
  #copyrightsdata {
    bottom: 0; } }

.navbar {
  position: absolute; }

input[type=search] {
  -webkit-appearance: none; }

select,
input[type=text],
input[type=email],
input[type=search] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px; }

select:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder {
  color: #999999; }

select::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder {
  color: #999999; }

select:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
  color: #999999; }

select::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
  color: #999999; }

select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus {
  border-color: rgba(0, 102, 153, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 102, 153, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 102, 153, 0.6); }

select[disabled],
input[type=text][disabled],
input[type=email][disabled],
input[type=search][disabled],
select[readonly],
input[type=text][readonly],
input[type=email][readonly],
input[type=search][readonly],
fieldset[disabled] select,
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=search] {
  cursor: not-allowed;
  background-color: #eeeeee; }

textareaselect,
textareainput[type=text],
textareainput[type=email],
textareainput[type=search] {
  height: auto; }

selectselect,
selectinput[type=text],
selectinput[type=email],
selectinput[type=search] {
  height: 30px;
  line-height: 30px; }

textareaselect,
textareainput[type=text],
textareainput[type=email],
textareainput[type=search] {
  height: auto; }

input[type=text][readonly] {
  cursor: default; }

#header {
  overflow: visible;
  padding: 0 .4em 0 0;
  background: white;
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175); }

/*#header .pull-right {
    margin: 29px 1.6em 0 0;
    padding: 0;
}

#header .pull-right > div {
    display: inline-block;
}*/
@media (max-width: 768px) {
  #header {
    height: 50px; }
  #header h4 {
    display: none; }
  #header .pull-right {
    margin: .4em 0 0; } }

#header select {
  width: auto;
  padding-left: .3em;
  padding-right: .3em; }

@media (max-width: 480px) {
  #header {
    background: #fff; } }

#search-container {
  width: 25%;
  float: left;
  left: 1.6em;
  position: relative;
  margin-top: 10px; }

@media (max-width: 768px) {
  #search-container {
    margin-top: 0;
    width: 260px;
    top: .7em;
    left: 44px;
    position: absolute; } }

@media (max-width: 480px) {
  #search-container {
    right: 50px;
    width: auto; } }

@media (max-width: 480px) {
  .search-focused #search-container {
    width: 100%;
    padding: 0;
    left: 0;
    background: #fff; }
  .search-focused #search-container input {
    width: 96%;
    margin-left: 2%; }
  .search-focused #search-container .deleteicon {
    right: 0.5em; } }

#logo {
  width: 320px;
  display: inline-block;
  background: white; }

#logo img:last-of-type {
  display: none; }

@media (max-width: 768px) {
  #logo {
    padding: 13px 0 0 13px;
    height: 50px; }
  #logo img:last-of-type {
    display: inline; }
  #logo img:first-of-type {
    display: none; } }

@media (max-width: 480px) {
  #logo {
    width: 44px; } }

#toptools {
  position: absolute;
  top: 0.2em;
  right: 2em; }

#toptools > div {
  display: inline-block; }

#toptools select {
  height: 20px;
  line-height: 20px;
  padding: 1px .3em; }

#toptools a {
  font-size: 80%;
  color: #333; }

#footer {
  min-height: 0;
  font-size: 11px;
  background-color: rgba(214, 214, 214, 0.9);
  padding-left: 12px;
  padding-right: 0; }

#footer > div {
  height: 36px;
  line-height: 36px;
  margin-right: 1em; }

#footer #scaleline {
  line-height: 1.5em;
  height: 1.5em;
  margin-top: .8em;
  width: 150px; }

@media (max-width: 768px) {
  #footer {
    background: transparent;
    padding-left: 2px; }
  #footer > div {
    display: none; }
  #footer #scaleline {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: auto;
    height: auto;
    line-height: 1.4em;
    margin: 0; }
  #footer .ol-scale-line-inner {
    background: rgba(255, 255, 255, 0.7);
    outline: 2px solid rgba(255, 255, 255, 0.7);
    font-weight: normal;
    height: 14px;
    line-height: 1em; } }

#mouseposition select {
  height: auto;
  min-height: inherit;
  width: auto;
  font-size: inherit;
  padding: 5px; }

#mouseposition select,
#mouseposition .ga-mouse-position {
  display: inline-block; }

.separator-mixin {
  content: '';
  border-right: 1px solid #d6d6d6;
  margin: 0 0.2em 0 0.6em; }

a .ga-icon-separator {
  content: '';
  border-right: 1px solid #d6d6d6;
  margin: 0 0.2em 0 0.6em;
  display: inline-block;
  width: 1.5em; }

#pulldown {
  position: absolute;
  left: 0;
  width: 250px;
  z-index: 1000;
  top: 0.5em; }

@media (max-width: 768px) {
  #pulldown {
    top: 50px; } }

@media (max-width: 480px) {
  #pulldown {
    width: 100%;
    height: 0;
    top: 0;
    z-index: 1100; } }

#pulldown .hidden-collapsed {
  display: inline; }

#pulldown .visible-collapsed {
  display: none; }

#pulldown .collapsed .hidden-collapsed {
  display: none; }

#pulldown .collapsed .visible-collapsed {
  display: inline; }

#pulldown .panel {
  margin: 0;
  border: none;
  overflow: visible; }

#pulldown .panel:last-child .accordion-toggle.collapsed {
  border-bottom: none; }

#pulldown .panel-body {
  background-color: #fff;
  border-top: none;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 12px; }

@media (max-height: 800px) {
  #pulldown .panel-body {
    max-height: 300px; } }

@media (max-height: 680px) {
  #pulldown .panel-body {
    max-height: 200px; } }

@media (max-height: 550px) {
  #pulldown .panel-body {
    max-height: 150px; } }

@media (max-height: 480px) {
  #pulldown .panel-body {
    max-height: 100px; } }

@media (max-width: 480px) {
  #pulldown .panel-body {
    background-color: rgba(255, 255, 255, 0.9);
    max-height: none; } }

#pulldown .panel-body .panel-body {
  padding: 0; }

#pulldown-content .accordion-toggle,
#pulldown-content .panel-body-wide a {
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none; }

#pulldown-content .accordion-toggle:hover,
#pulldown-content .panel-body-wide a:hover,
#pulldown-content .accordion-toggle:focus,
#pulldown-content .panel-body-wide a:focus {
  text-decoration: none;
  color: #666;
  background: #fff; }

#pulldown-content .accordion-toggle:hover .spacer,
#pulldown-content .panel-body-wide a:hover .spacer,
#pulldown-content .accordion-toggle:focus .spacer,
#pulldown-content .panel-body-wide a:focus .spacer {
  visibility: visible; }

#pulldown-content .panel > .accordion-toggle {
  border-bottom: 1px solid #c7c7c7;
  font-weight: bold;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease; }

#pulldown-content .panel > .accordion-toggle.collapsed {
  background-color: #999;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #afafaf; }

#pulldown-content .panel > .accordion-toggle.light.collapsed {
  background-color: #e9e9e9;
  color: #000;
  border-bottom: 1px solid #fff; }

#pulldown-content .panel > .accordion-toggle .spacer {
  visibility: hidden; }

#pulldown-content .panel > .accordion-toggle.panel-heading .icon-caret-right {
  padding: 0 1px 0 2px; }

#pulldown-content .panel > .accordion-toggle.panel-heading:not(.light) i:not(.icon-collapse-alt):last-of-type:after {
  content: '';
  border-right: 1px solid #d6d6d6;
  margin: 0 0.2em 0 0.6em; }

#pulldown-content .panel > .accordion-toggle .icon-caret-right,
#pulldown-content .panel > .accordion-toggle .icon-caret-down {
  margin-right: .5em; }

#pulldown-content .panel > .accordion-toggle:hover,
#pulldown-content .panel > .accordion-toggle:focus {
  text-decoration: none;
  color: #666;
  background: #fff; }

#pulldown-content .panel > .accordion-toggle:hover .spacer,
#pulldown-content .panel > .accordion-toggle:focus .spacer {
  visibility: visible; }

.toggle {
  font-weight: bold;
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 1200;
  background-color: #474949;
  border-color: #474949;
  color: #fff; }

.toggle .icon-reorder {
  display: none; }

.toggle .phone-toggle {
  display: none; }

.toggle:hover,
.toggle:focus {
  background-color: #3A3C3C;
  border-color: #2E2F2F;
  color: #fff; }

/*@media (max-width: 480px) {
  .toggle {
    width: 58px;
    margin-left: auto;
    position: absolute;
    position: fixed;
    right: 0;
    top: 0;
    height: 40px;
    border-bottom-right-radius: 0;
  }
  .toggle.collapsed {
    margin-left: .4em;
    box-shadow: none;
    background: transparent;
    height: 50px;
    border: none;
    color: #333 !important;
  }
  .toggle .visible-collapsed *,
  .toggle .icon-caret-up,
  .toggle span[translate] {
    display: none;
  }
  .toggle .icon-reorder,
  .toggle .phone-toggle {
    display: inline-block;
  }
}*/
/*@media (max-width: 480px) {
  .search-focused .toggle {
    display: none;
  }
}*/
.theme-toggle {
  position: relative; }

.theme-toggle .dropdown-toggle {
  float: right;
  padding-right: 1em;
  height: 40px;
  line-height: 40px; }

.theme-toggle a i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  text-decoration: none; }

.theme-toggle.open .icon-chevron-sign-right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/*.dropdown-menu {
    top: 0;
    left: 100%;
    margin: 0;
}*/
/*@media (max-width: 480px) {
  .dropdown-menu {
    right: 0px;
    left: auto;
    top: 40px;
  }
}*/
#pulldown-content {
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.175);
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd; }

#pulldown-content.collapse {
  border-bottom: none; }

/*.modal {
  overflow: auto;
  outline: none;
}
.modal textarea {
  resize: vertical;
}
.non-modal {
  display: none;
}
.modal-dialog {
  padding-top: 10%;
}
.modal-dialog.ga-draggable {
  margin-left: -300px;
}
@media (max-width: 480px) {
  .modal-dialog {
    padding-top: .5em;
  }
}
.modal-backdrop {
  z-index: 1240;
}
.modal-container {
  z-index: 1250;
  position: absolute;
}
.modal-header {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.modal-body {
  padding: 20px 20px 5px;
}*/
#feedback-success .modal-header {
  color: #468847;
  background-color: #d6e9c6; }

#feedback-error .modal-header {
  color: #b94a48;
  background-color: #f2dede; }

#import-wms-popup {
  max-width: none;
  max-height: none;
  display: none; }

#import-wms-popup .ga-popup-content {
  max-height: inherit; }

.ga-popup-content a,
.contextpopup .popover-content a {
  text-decoration: underline;
  color: #069; }

.panel-body-wide {
  padding: 4px 4px; }

.panel-body-wide > ul {
  padding-left: 3px; }

/*.panel-body-wide a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e9e9e9;
    height: 32px;
    line-height: 32px;
}*/
.panel-body-wide li:last-of-type a.collapsed {
  border-bottom-width: 0; }

.panel-body-wide ul {
  list-style-type: none;
  margin-bottom: 0; }

.panel-body-wide ul ul li:last-of-type a {
  border-bottom-width: 1px; }

ul.panel-body-wide {
  margin-bottom: 0; }

.topic-container {
  padding: .7em .7em 0;
  display: table;
  width: 100%; }

.topic-container select,
.topic-container span {
  display: table-cell; }

.topic-container span {
  font-size: 13px;
  font-weight: normal; }

.ga-catalogitem-leaf {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
  height: 32px;
  line-height: 32px;
  border-bottom-style: dashed;
  border-bottom-color: #c7c7c7; }

.ga-catalogitem-leaf label {
  font-weight: normal;
  width: 100%;
  cursor: pointer; }

.ga-catalogitem-leaf input[type=checkbox] {
  margin-left: .5em;
  margin-right: .5em; }

.ga-catalogitem-template .selected {
  color: #f00;
  background-color: #fff; }

.ga-catalogitem-template .preview {
  color: #666;
  background-color: #fff;
  cursor: pointer; }

#settings .options {
  display: table;
  width: 100%; }

#settings label {
  display: table-row; }

#settings span,
#settings select {
  display: table-cell;
  margin: 1px; }

.ga-tooltip-metadata .popover-content {
  padding: 0px; }

.ga-tooltip-metadata .legend-header,
.ga-tooltip-metadata .bodsearch-header {
  background-color: #eee;
  padding: 8px; }

.ga-tooltip-metadata .bod-title {
  color: red; }

.ga-tooltip-metadata .office-provider {
  color: red;
  font-style: italic;
  margin-bottom: 5px;
  margin-top: 1px; }

.ga-tooltip-metadata .legend-footer {
  padding: 8px; }

.ga-tooltip-metadata .legend-footer .bod-footer {
  background-color: white; }

.ga-tooltip-metadata .legend-footer span {
  font-weight: bold; }

.ga-tooltip-metadata .legend-footer table {
  font-size: 100%;
  width: 100%;
  border: 0; }

#selection .btn-xs {
  line-height: 1;
  padding: 1px 3px 0;
  margin: 0 .6em;
  position: absolute;
  left: 0;
  height: 15px;
  top: 5px; }

@media (max-width: 768px) {
  #selection .btn-xs {
    top: 8px;
    height: 20px;
    font-size: 20px;
    margin: 0 0 0 5px;
    padding: 0 3px 0px;
    line-height: 20px; } }

#selection li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e9e9e9;
  height: 32px;
  line-height: 32px;
  height: auto;
  line-height: 1.2em;
  position: relative;
  padding: .2em 0; }

#selection li label,
#selection li input {
  cursor: pointer; }

#selection li label span {
  cursor: default; }

#selection li:first-of-type .icon-arrow-up {
  color: #ccc;
  cursor: default; }

#selection li:last-of-type {
  border-bottom-width: 0; }

#selection li:last-of-type .icon-arrow-down {
  color: #ccc;
  cursor: default; }

#selection .time-label {
  position: absolute;
  top: .5em;
  right: 16px;
  color: red; }

#selection .layerinfo,
#selection .ordering,
#selection .icon-gear {
  position: absolute;
  top: .6em;
  right: 0; }

#selection .icon-gear {
  top: 5px;
  font-size: 26px;
  display: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#selection .ordering {
  bottom: .6em;
  top: auto; }

#selection label {
  font-weight: normal; }

/*#selection label:first-of-type {
  width: 100%;
  padding-left: 2.7em;
  padding-right: 1.3em;
}*/
#selection label.transparency {
  padding-left: 3em;
  display: block;
  font-size: 90%; }

#selection label.transparency input {
  vertical-align: middle; }

#selection .timeEnabled label:first-of-type {
  padding-right: 3.7em; }

#selection input[type=checkbox] {
  vertical-align: -10%; }

#selection input[type=range]::-ms-track {
  height: 4px;
  color: transparent;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 100%); }

#selection input[type=range]::-ms-fill-lower,
#selection input[type=range]::-ms-fill-upper {
  background: none; }

#selection input[type=range]::-ms-thumb {
  border: 1px solid black;
  border-radius: 5px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); }

#selection select {
  width: 8em;
  display: inline; }

#selection .panel-body-wide a {
  line-height: 12px;
  display: inline;
  border: none; }

@media (max-width: 768px) {
  #selection .icon-gear {
    display: inline;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  #selection li {
    height: 3em;
    line-height: 3em;
    padding: 0;
    overflow: hidden; }
  #selection li label:first-of-type {
    padding-right: 2.1em;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #selection li.timeEnabled label:first-of-type {
    padding-right: 4.7em; }
  #selection input[type=range] {
    width: 8em; }
  #selection label.transparency {
    padding-left: 1em; }
  #selection .time-label {
    top: 0em;
    right: 28px; }
  #selection .layertools {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-left: 3px solid #666;
    -webkit-transition: margin-left 0.35s ease;
    transition: margin-left 0.35s ease; }
  #selection .layertools a,
  #selection .layertools i {
    font-size: 26px;
    background-color: inherit;
    line-height: normal; }
  #selection .layertools .ordering {
    right: 65px;
    bottom: auto;
    top: 6px; }
  #selection .layertools .layerinfo {
    right: 40px;
    top: 4px; }
  #selection .folded .layertools {
    margin-left: 100%; }
  #selection .folded .icon-gear {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.contextpopup {
  z-index: 1090;
  left: -150px; }

.htmlpopup-container {
  width: 100%;
  font-size: 11px; }

.htmlpopup-container span {
  font-weight: bold; }

.htmlpopup-container .htmlpopup-header {
  background-color: #E9E9E9;
  padding: 7px; }

.htmlpopup-container .htmlpopup-content {
  padding: 7px; }

.htmlpopup-container .htmlpopup-content table {
  width: 100%;
  border: 0; }

.htmlpopup-container .htmlpopup-content table td {
  vertical-align: top; }

.htmlpopup-container .htmlpopup-content table .cell-left {
  width: 150px; }

.htmlpopup-container .htmlpopup-content table .cell-left-large {
  width: 320px; }

.icon-plus,
.icon-minus {
  padding: 1px 2px 0;
  border: 1px solid #afafaf;
  border-radius: 2em;
  box-shadow: 0 0 2px #c7c7c7;
  font-size: 10px;
  margin: 0 .5em; }

.tt-hint {
  display: none !important; }

.tooltip-inner {
  text-align: left; }

.ga-tooltip-wait .map,
.metadata-popup-wait {
  cursor: wait; }

@media (max-width: 768px) {
  button.close {
    font-size: 26px;
    padding: 0 10px;
    margin: -4px -14px;
    display: inline-block; } }

#loader {
  display: none;
  z-index: 0; }

@media (max-width: 768px) {
  #loader {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    display: block;
    content: "\f021";
    font-family: FontAwesome;
    position: fixed;
    top: 2px;
    left: 0;
    font-size: 26px;
    color: red;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: white;
    text-align: center;
    border-radius: 44px;
    opacity: 0; } }

@media (max-width: 480px) {
  #loader {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    left: 6px;
    top: 8px; } }

.ga-tooltip-wait #loader,
.metadata-popup-wait #loader {
  z-index: 5000; }

@media (max-width: 768px) {
  .ga-tooltip-wait #loader,
  .metadata-popup-wait #loader {
    opacity: 1; } }

.homescreen {
  bottom: 10px;
  left: 50%;
  top: auto;
  width: 200px;
  margin-left: -100px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.homescreen.bottom {
  bottom: auto;
  top: 0;
  left: 45px;
  margin-left: 0; }

.homescreen.visible {
  display: block;
  z-index: 3000; }

.homescreen.ng-enter,
.homescreen.ng-leave.ng-leave-active {
  opacity: 0; }

.homescreen.ng-enter.ng-enter-active,
.homescreen.ng-leave {
  opacity: 1; }

input[type=range]::-ms-fill-upper {
  background: #fff; }

input[type=range]::-ms-fill-lower {
  background: #666; }

input[type=range]::-ms-track {
  height: 5px;
  color: #666;
  border-radius: 5px;
  border: 1px solid #000;
  margin: 0; }

input[type=range]::-ms-thumb {
  background-color: #000;
  border: 1px solid #000; }

input[type=range]::-ms-tooltip {
  display: none; }

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: 0;
  background: white; }

input[type=checkbox]:after {
  font-size: 14px;
  content: "\f096";
  font-family: FontAwesome; }

input[type=checkbox]:checked:after {
  content: "\f046"; }

*, *:before, *:after {
  box-sizing: border-box; }

.modal-content {
  border: none;
  background-color: none !important; }

.container {
  margin: 0 auto;
  width: 100%;
  background: #444753;
  border-radius: 5px;
  padding: 0; }

.people-list {
  width: 30%;
  float: left; }
  .people-list .list .panel-body {
    padding: 5px; }
  .people-list .list .panel {
    color: black; }
  .people-list .options {
    border-bottom: 2px solid white; }
  .people-list .panel {
    background-color: transparent;
    color: white; }
  .people-list .panel-heading {
    background-color: transparent;
    color: white; }
  .people-list .search {
    padding: 20px; }
  .people-list input {
    border-radius: 3px;
    border: none;
    padding: 14px;
    color: white;
    background: #6A6C75;
    width: 100%;
    font-size: 14px; }
  .people-list select {
    border-radius: 3px;
    border: none;
    color: white;
    background: #6A6C75;
    width: 100%;
    font-size: 14px; }
  .people-list .fa-search {
    position: relative;
    left: -25px; }
  .people-list ul {
    padding: 20px;
    height: 770px; }
    .people-list ul li {
      padding-bottom: 20px; }
  .people-list .about {
    float: left;
    margin-top: 8px; }
  .people-list .about {
    padding-left: 8px; }
  .people-list .status {
    color: #92959E; }
  .people-list .list {
    margin-top: 10px; }

.chatpanel .panel-group {
  margin-bottom: 0;
  margin-top: 0; }

.chatpanel {
  width: 70%;
  float: left;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651; }
  .chatpanel .panel {
    margin-top: 0; }
  .chatpanel .panel-group .panel + .panel {
    margin-top: 0; }
  .chatpanel .chat-header {
    padding: 0;
    border-bottom: 2px solid white; }
    .chatpanel .chat-header img {
      float: left; }
    .chatpanel .chat-header .chat-about {
      float: left;
      padding-left: 10px;
      margin-top: 6px; }
    .chatpanel .chat-header .chat-with {
      font-weight: bold;
      font-size: 16px; }
    .chatpanel .chat-header .chat-num-messages {
      color: #92959E; }
    .chatpanel .chat-header .fa-star {
      float: right;
      color: #D8DADF;
      font-size: 20px;
      margin-top: 12px; }
  .chatpanel .chat-history {
    padding: 5px 30px 20px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    height: 400px; }
    .chatpanel .chat-history .message-data {
      margin-bottom: 15px; }
    .chatpanel .chat-history .message-data-time {
      color: #a8aab1;
      padding-left: 6px; }
    .chatpanel .chat-history .message {
      color: white;
      padding: 18px 20px;
      line-height: 26px;
      font-size: 16px;
      border-radius: 7px;
      margin-bottom: 30px;
      width: 90%;
      position: relative; }
      .chatpanel .chat-history .message:after {
        bottom: 100%;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #86BB71;
        border-width: 10px;
        margin-left: -10px; }
    .chatpanel .chat-history .my-message {
      background: #86BB71; }
    .chatpanel .chat-history .other-message {
      background: #94C2ED; }
      .chatpanel .chat-history .other-message:after {
        border-bottom-color: #94C2ED;
        left: 93%; }
  .chatpanel .chat-message {
    padding: 30px; }
    .chatpanel .chat-message textarea {
      width: 100%;
      border: none;
      padding: 10px 20px;
      font: 14px/22px "Lato", Arial, sans-serif;
      margin-bottom: 10px;
      border-radius: 5px;
      resize: none; }
    .chatpanel .chat-message .fa-file-o, .chatpanel .chat-message .fa-file-image-o {
      font-size: 16px;
      color: gray;
      cursor: pointer; }
    .chatpanel .chat-message button {
      float: right;
      color: #94C2ED;
      font-size: 16px;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      font-weight: bold;
      background: #F2F5F8; }
      .chatpanel .chat-message button:hover {
        color: #75b1e8; }

.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px; }

.online {
  color: #86BB71; }

.offline {
  color: #E38968; }

.me {
  color: #94C2ED; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.float-right {
  float: right; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 12px; }

#tickets .nav-tabs > li > a {
  color: #a7b1c2;
  padding: 10px 10px 10px 10px; }

.selectableItem:hover {
  background-color: lightgoldenrodyellow; }

.selectableItem {
  background-color: white; }

.selectableItem .activeSuggestionTitle {
  background-color: lightgoldenrodyellow; }

#chats hr {
  margin: 5px; }

.comment-box-input, .comment-box-input:active, .comment-box-input:focus, .comment-box-input:hover {
  border: 0;
  -moz-resize: none;
  -ms-resize: none;
  -o-resize: none;
  resize: none; }

.comment-box-options-item {
  border-radius: 3px;
  float: left;
  height: 18px;
  margin-left: 4px;
  padding: 6px; }

.comment-frame {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
  margin: 4px 4px 12px 0; }

.box {
  position: relative; }

.ribbon-success {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }

.ribbon-success span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px; }

.ribbon-success span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A; }

.ribbon-success span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A; }

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#B6BAC9 0%, #808080 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px; }

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #808080;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080; }

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #808080;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #808080; }

#rightPane {
  background: whitesmoke; }

.popover-content .dropdown-menu {
  max-height: 200px;
  overflow-y: auto; }

.popover {
  max-width: 600px !important; }

#filterCount {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.red {
  color: red; }

.tour-step-background {
  background: transparent;
  border: 2px solid red; }

.tour-backdrop {
  opacity: 0; }

.popover-title {
  background-color: #23c6c8;
  color: #ffffff;
  font-size: 1.10em; }

.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative; }

.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #1ab394;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; }

.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.chat-message-box {
  padding: 10px 20px; }

.message-right {
  background-color: #fff;
  border: 1px solid #e7eaec;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  text-align: right;
  margin-right: 55px; }

.message-left {
  background-color: #fff;
  border: 1px solid #e7eaec;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  margin-left: 55px; }

.message-avatar-left {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
  float: left;
  margin-right: 10px; }

.message-avatar-right {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
  float: right;
  margin-left: 10px; }

.message-date-left {
  font-size: 10px;
  color: #888888;
  float: right; }

.message-date-right {
  font-size: 10px;
  color: #888888;
  float: left; }

.activity-timeline {
  overflow-y: auto;
  height: 400px; }

.disclaimer {
  font-size: x-small; }

.drawbutton.active {
  color: red; }

.message-content {
  font-size: larger; }

.message-author {
  font-size: smaller; }

.notification a {
  padding: 0 !important; }

.show-calendar {
  right: inherit !important; }

.modal-backdrop {
  bottom: 0; }

.opentip-container {
  z-index: 5000 !important; }

.disabledfilterbox {
  /*background: #F8F8F8;*/
  border: 1px dashed #DDD; }

.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 200px;
  height: 65px;
  text-align: center;
  padding-top: 25px;
  float: left;
  margin-left: 20px; }

.drop-box.dragover {
  border: 5px dashed blue; }

#mainContent {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 100%; }

select, textarea, input[type=text], input[type=number], input[type=email], input[type=search], input[type=tel] {
  padding: 0.2em 1em 0.2em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.actionpanel {
  background-color: #444;
  bottom: 30px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  position: absolute;
  width: 100%; }

tab-heading {
  cursor: pointer; }

.row {
  margin: 2px; }

#header {
  padding: 0; }
  #header .navbar {
    border: 0; }

.navbar-fixed-top {
  border-width: 0; }

#top-bar {
  background-color: dimgray;
  /*.dropdown-menu {
        top: 2em;
        left: 0;
        margin: 0;
    }*/ }
  #top-bar .btn {
    color: white; }
  #top-bar .navbar-header span.icon-bar {
    background-color: #666666; }
  #top-bar .navbar-brand {
    padding: 2px; }
  #top-bar .searchbutton {
    color: #EEE;
    background-color: #333;
    padding-left: 0.25em;
    padding-right: 0.25em; }
  #top-bar .btn-default {
    border: none; }
  #top-bar .search-list-inline > li {
    padding: 0.5em 0.5em 0em 0.5em; }
  #top-bar input {
    width: auto;
    border-radius: 4px 0 0 4px; }

.truncatesuggestion {
  /*max-height:3em;
    overflow: hidden;
    -ms-text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
     -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.wizard-buttons {
  position: absolute;
  right: 10px;
  top: 15px; }

/*.panel-title{
        color: white;
    }*/
.widget {
  padding: 0; }

.rightsidebar {
  /*position: absolute;
    right: 0;
    top: 50px;*/
  /*.nav-tabs {
        background-color: #999;
    }*/
  /*li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        //background-color: #ffffff;
        //border: 1px solid #dddddd;
        border-bottom-color: transparent;
        font-weight: bold;
    }*/ }
  .rightsidebar a {
    color: inherit; }
  .rightsidebar .panel-heading {
    background-color: #999; }
  .rightsidebar .nav a {
    color: black; }
  .rightsidebar li > a:hover {
    color: #555555;
    background-color: #EEE; }

/*tab-heading a{
    color:black !important;
}*/
/*.panel-default > .panel-heading {

  background-color: #444;

}*/
#tickets h5 {
  padding-left: 1.25em; }

#tickets .helpSection {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 50px;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 85%; }

.mention {
  width: 250px; }

.suggestionsInfo {
  margin: 0.5em 1em 0 0;
  padding: 0.5em;
  background-color: #FAFAFA;
  border: 1px solid #BABABA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#EEE));
  background: -moz-linear-gradient(top, #e2e2e2, #EEE);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#EEE'); }

.topper {
  padding: 0.25em;
  font-weight: bolder;
  border: 1px solid #ccc;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.activeSuggestionTitle {
  box-shadow: 0 0 8px 5px #808080;
  background: lightgoldenrodyellow; }

.well-sm {
  background-color: lightgray; }

.bottomer {
  margin: 0 1em 0 1em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.card {
  -webkit-box-shadow: 0px 3px 12px -3px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 15px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 12px -3px rgba(50, 50, 50, 0.2); }

.glyphicon-star {
  color: #ffcc00; }

.mainDescriptionInput {
  font-size: large; }

.inputForm {
  padding-top: 3em; }
  .inputForm label {
    font-weight: normal;
    margin-top: 0.2em;
    font-size: smaller; }
  .inputForm .rightLabels {
    text-align: right; }
  .inputForm select, .inputForm input[type=text], .inputForm input[type=email], .inputForm input[type=search], .inputForm input[type=tel] {
    padding: 0 0.5em 0 0.5em;
    line-height: 1em;
    width: 20em;
    float: left; }
  .inputForm .row {
    margin-bottom: 0.5em; }
  .inputForm .z-decorator {
    font-size: 0.9em;
    color: #A00; }
  .inputForm .roundLeft {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .inputForm .roundRight {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .inputForm .btn-default {
    background-color: #CCC;
    color: #FFF; }
  .inputForm .steps-indicator {
    top: 20px;
    width: 50%; }
  .inputForm h4 {
    color: #333;
    text-align: center; }

.alert {
  margin-bottom: 0; }

.ol-popup {
  opacity: 1; }

.mapPopup {
  font-weight: normal; }
  .mapPopup select {
    height: 24px;
    float: left;
    width: 10em; }
  .mapPopup hr {
    margin: 0.5em 0 0.5em 0; }

#importLayers textarea {
  width: 25em;
  height: 5em; }

#importLayers .modal-header {
  color: #FFF;
  background-color: #76A7FF;
  border: 0px; }

#importLayers .z-decorator {
  font-size: 0.9em;
  color: #A00; }

#profileMenu a.dropdown-toggle {
  color: white;
  background-color: transparent; }

#profileMenu .nav.open, #profileMenu a:active, #profileMenu a.open {
  background-color: transparent; }

#profileMenu ul {
  text-align: left; }

#messages {
  margin: 0.5em 0 0.5em 0; }
  #messages .read {
    cursor: pointer; }
  #messages .unread {
    font-weight: bold;
    cursor: pointer; }
    #messages .unread .glyphicon {
      color: #de7233; }
  #messages .glyphicon {
    color: rgba(0, 0, 0, 0.25); }
  #messages span {
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: smaller; }

.subject {
  font-size: smaller; }

#contact {
  /*select, input {
        width: 20em;
    }*/ }
  #contact label {
    font-weight: normal; }
  #contact .disabled {
    text-decoration: line-through; }
  #contact .modal-content {
    border: 0;
    background-color: none !important;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
  #contact .modal-header {
    color: #FFF;
    background-color: lightseagreen;
    border: 0; }
  #contact .z-decorator {
    font-size: 0.9em;
    color: #A00; }
  #contact textarea {
    width: 100%; }

.btn-custom-darken.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-custom-darken {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ed7a10;
  background-image: -moz-linear-gradient(top, #fa8418, #da6b05);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa8418), to(#da6b05));
  background-image: -webkit-linear-gradient(top, #fa8418, #da6b05);
  background-image: -o-linear-gradient(top, #fa8418, #da6b05);
  background-image: linear-gradient(to bottom, #fa8418, #da6b05);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa8418', endColorstr='#ffda6b05', GradientType=0);
  border-color: #da6b05 #da6b05 #8f4603;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #da6b05;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-custom-darken:hover,
.btn-custom-darken:focus,
.btn-custom-darken:active,
.btn-custom-darken.active,
.btn-custom-darken.disabled,
.btn-custom-darken[disabled] {
  color: #ffffff;
  background-color: #da6b05;
  *background-color: #c15f04;
  outline: none; }

.btn-custom-darken:active,
.btn-custom-darken.active {
  background-color: #a85204;
  outline: none; }

.apply-false {
  text-decoration: line-through;
  color: grey; }

.modal {
  display: block; }

#wrapper {
  position: relative; }

.tab-head {
  font-size: 1.5em; }

footer {
  height: 60%;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto; }

#over_map {
  margin-left: auto;
  margin-right: auto;
  z-index: 99; }

#swingbox {
  position: absolute;
  top: 23px;
  left: 0px;
  margin-top: -2px;
  padding: 6px 4px;
  text-align: left;
  width: 102px;
  background-color: #fff;
  display: none;
  cursor: default;
  z-index: -1; }

#swingbox hr {
  height: 1px;
  border: 1px;
  color: #e2e2e2;
  background-color: #e2e2e2;
  margin: 1px 0; }

* + html #swingbox hr {
  /* IE 7 hr bug fix */
  display: block;
  margin: -5px 0; }

* html #swingbox hr {
  /* IE 6 hr bug fix */
  display: block;
  margin: -5px 0; }

#remover {
  color: #a5a5a5;
  text-decoration: none;
  cursor: default;
  text-align: center;
  display: block; }

#remover.highlight {
  color: #0000cd;
  text-decoration: underline;
  cursor: pointer; }

#expand {
  position: absolute;
  z-index: 900; }

.jumbotron {
  padding: 0;
  margin: 0; }

#content {
  width: 100%;
  height: 100%; }

#mapCanvas img {
  max-width: none; }

#maincont {
  margin-top: 53px;
  bottom: 0;
  left: 0; }

#toggleSidebar {
  float: left;
  color: #779DD7;
  padding: 2px 4px; }

#sidebar {
  float: left; }

.accordion-heading .accordion-toggle-small {
  display: block;
  padding: 4px 8px;
  /*8px 15px;*/ }

.accordion-inner-small {
  padding: 4px 8px;
  /*9px 15px;*/
  border-top: 1px solid #e5e5e5; }

.no-sidebar {
  margin-left: 0 !important; }

.scrollDiv {
  overflow-y: scroll;
  display: inline-block;
  float: none;
  /* Very important */ }

#explore > .nav-tabs > li, .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
  background: aliceblue; }

#explore > .nav-tabs, .nav-pills {
  text-align: center; }

.stream li .section-intro {
  padding-bottom: 20px !important; }

[class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif; }

.module {
  width: 300px;
  margin: 20px auto; }

.top-bar {
  background: #666;
  color: white;
  padding: 0.5rem;
  position: relative;
  overflow: hidden; }
  .top-bar h1 {
    display: inline;
    font-size: 1.1rem; }
  .top-bar .typicons-message {
    display: inline-block;
    padding: 4px 5px 2px 5px; }
  .top-bar .typicons-minus {
    position: relative;
    top: 3px; }
  .top-bar .left {
    float: left; }
  .top-bar .right {
    float: right;
    padding-top: 5px; }
  .top-bar > * {
    position: relative; }
  .top-bar::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    opacity: 0.25;
    background: radial-gradient(white, black);
    -moz-animation: pulse 1s ease alternate infinite;
    -o-animation: pulse 1s ease alternate infinite;
    -webkit-animation: pulse 1s ease alternate infinite;
    animation: pulse 1s ease alternate infinite; }

.navbar-top-links li a {
  padding: 5px 12px;
  min-height: 30px; }

.navbar-top-links i {
  font-size: 1.5em; }

.discussion {
  list-style: none;
  margin: 0;
  padding: 0 0 50px 0; }
  .discussion li {
    padding: 0.5rem;
    overflow: hidden;
    display: flex; }
  .discussion .avatar {
    width: 40px;
    height: 40px;
    position: relative;
    align-self: baseline; }
    .discussion .avatar img {
      display: block;
      width: 100%; }

.other .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-left-color: transparent;
  border-bottom-color: transparent; }

.self {
  justify-content: flex-end;
  align-items: flex-end; }
  .self .messages {
    order: 1;
    border-bottom-right-radius: 0;
    background: lightyellow; }
  .self .avatar {
    order: 2; }
    .self .avatar:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border: 5px solid white;
      border-right-color: transparent;
      border-top-color: transparent;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .messages p {
    font-size: 0.8rem;
    margin: 0 0 0.2rem 0; }
  .messages time {
    font-size: 0.7rem;
    color: #ccc; }

@keyframes pulse {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }

/*#region Splash */
#splash-page {
  z-index: 99999 !important; }

#splash-page .bar {
  width: 100%; }

.page-splash {
  z-index: 99999 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: .9;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.page-splash-message {
  text-align: center;
  margin: 20% auto 0 auto;
  font-size: 400%;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-text-shadow: 2px 2px #000000;
  text-shadow: 2px 2px #000000;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  text-decoration: none;
  color: #F58A00;
  padding: 0; }

.page-splash-message.page-splash-message-subtle {
  margin: 30% auto 0 auto;
  font-size: 200%; }

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/
.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
  position: relative; }

.shuffle-animation.ng-enter {
  -moz-transition: ease-out all 0.3s 0.4s;
  -o-transition: ease-out all 0.3s 0.4s;
  -webkit-transition: ease-out all 0.3s 0.4s;
  transition: ease-out all 0.3s 0.4s;
  left: 2em;
  opacity: 0; }

.shuffle-animation.ng-enter.ng-enter-active {
  left: 0;
  opacity: 1; }

.shuffle-animation.ng-leave {
  -moz-transition: 1.3s ease-out all;
  -o-transition: 1.3s ease-out all;
  -webkit-transition: 1.3s ease-out all;
  transition: 1.3s ease-out all;
  left: 0;
  opacity: 1; }

.shuffle-animation.ng-leave.ng-leave-active {
  left: 2em;
  opacity: 0; }

/*#endregion*/
/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
  position: relative; }

.fader-animation.ng-enter,
.fader-animation.ng-leave {
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 1.5s;
  -moz-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 1.5s;
  -o-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 1.5s;
  opacity: 1; }

.fader-animation.ng-enter,
.fader-animation.ng-leave.ng-leave-active {
  opacity: 0; }

.fader-animation.ng-enter.ng-enter-active {
  opacity: 1; }

.fader-animation.ng-move {
  opacity: 0.5; }

.fader-animation.ng-move.ng-move-active {
  opacity: 1; }

/*#endregion*/
.progress,
.page-progress-bar {
  margin: 30px 10% !important; }

.spinner {
  margin: 20% auto 0 auto;
  left: auto;
  top: auto !important; }

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove {
  display: inline !important; }

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
  -webkit-transition: 0.8s linear all;
  -moz-transition: 0.8s linear all;
  -o-transition: 0.8s linear all;
  transition: 0.8s linear all; }

.dissolve-animation.ng-hide-remove.ng-hide-remove-active,
.dissolve-animation.ng-hide-add {
  opacity: 1; }

.dissolve-animation.ng-hide-add.ng-hide-add-active,
.dissolve-animation.ng-hide-remove {
  opacity: 0; }

/*#endregion */
.simple-show-hide {
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s; }

.simple-show-hide.ng-hide {
  opacity: 0; }

.actorName {
  font-size: smaller; }

.suggestionButton {
  position: relative;
  bottom: -5px;
  cursor: pointer; }

.animated-list-item {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite; }

.circular-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; }

.circular-image-small {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em; }

.skin-1 .nav.nav-tabs > li.active {
  background: lightgray; }

.bs-callout {
  margin: 0.5em 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px; }

.bs-callout .suggestion-text {
  margin-top: .5em;
  margin-bottom: 0;
  font-size: larger; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  border-radius: 3px; }

.bs-callout + .bs-callout {
  margin-top: -5px; }

.bs-callout-default {
  border-left-color: #777; }

.bs-callout-default .suggestion-text {
  color: #777; }

.bs-callout-primary {
  border-left-color: #428bca; }

.bs-callout-primary .suggestion-text {
  color: #428bca; }

.bs-callout-success {
  border-left-color: #5cb85c; }

.bs-callout-success .suggestion-text {
  color: #5cb85c; }

.bs-callout-danger {
  border-left-color: #d9534f; }

.bs-callout-danger .suggestion-text {
  color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e; }

.bs-callout-warning .suggestion-text {
  color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #5bc0de; }

.bs-callout-info .suggestion-text {
  color: #5bc0de; }

.triangle-link {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #000000; }

.truncate {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.btn {
  font-size: 12px; }

.suggestion-divider {
  margin-top: 0;
  margin-bottom: .1em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  border-top: 1px dashed lightgrey; }

.text-muted {
  font-size: smaller; }

.contactButton {
  background-color: lightseagreen;
  color: white; }

.suggestionbubble {
  position: relative;
  padding: .7em;
  font-size: medium;
  background: #EEE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.suggestionbubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 15px 7px 0;
  border-color: transparent #EEE;
  display: block;
  width: 0;
  z-index: 1;
  left: -15px;
  top: 14px; }

.bubbleright:after {
  left: auto;
  right: -15px;
  border-width: 7px 0 7px 15px; }

.bubbleyellow {
  background: yellow; }

.bubbleyellow:after {
  border-color: transparent yellow; }

.time {
  font-size: smaller; }

.widget-header .widget-title {
  color: white; }

.multiSelect .checkBoxContainer {
  min-width: 700px; }

.multiSelect .buttonLabel {
  padding: 0.3em 0 0.3em 0; }

.multiSelect .button {
  min-height: 0; }

.ui-layout-toggler-east {
  background-image: url("/app/shared/images/expandmap.png");
  width: 32px !important;
  height: 34px !important;
  left: -14px !important;
  background-repeat: no-repeat;
  overflow: visible !important; }

/*.ui-layout-toggler-east:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}*/
.ui-layout-toggler-closed {
  background-image: url("/app/shared/images/expandmapclosed.png") !important; }

.ui-layout-resizer {
  overflow: visible !important; }

.ui-layout-pane {
  padding: 0;
  border: none; }

