@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.header-image {
  display: none;
}
h1 {
  font-family: 'Cabin Condensed', 'Open Sans', 'Helvetica Neue', Arial;
  font-size: 36px;
  line-height: 36px;
}
h1.entry-title {
  margin-top: 30px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
html,
body,
#map {
  height: 100%;
  font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.lorem {
  font-style: italic;
  color: #AAA;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  background: url('/images/avapilt.svg') no-repeat center center fixed;
  background-size: cover;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition-duration: .2s;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #374832;
  border-color: #2c3928;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #253021;
  border-color: #10150e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #374832;
  border-color: #2c3928;
}
.btn-primary .badge {
  color: #374832;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #516b48;
  border-color: #455c3e;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3f5338;
  border-color: #2a3725;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #516b48;
  border-color: #455c3e;
}
.btn-info .badge {
  color: #516b48;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f08213;
  border-color: #dc750e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cd6e0d;
  border-color: #a2560a;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f08213;
  border-color: #dc750e;
}
.btn-warning .badge {
  color: #f08213;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ad3404;
  border-color: #942d03;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #852803;
  border-color: #581b02;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ad3404;
  border-color: #942d03;
}
.btn-danger .badge {
  color: #ad3404;
  background-color: #ffffff;
}
.btn-link {
  color: #374832;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #151b13;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
a {
  color: #35462F;
}
a:hover {
  color: #364730;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -4px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.popover {
  max-width: 350px;
}
#place-delete-button {
  float: right;
}
.thumbnail-block {
  padding: 0 0 0 6px;
}
.a-thumbnail {
  padding: 0 6px 6px 0;
  display: inline-block;
}
.place-media-thumbnail-wrapper {
  display: inline-block;
  width: 50%;
}
.place-media-thumbnail {
  padding-bottom: 6px;
  display: block;
}
.place-media-thumbnail-odd {
  padding-right: 3px;
}
.place-media-thumbnail-even {
  padding-left: 3px;
}
.img-thumbnail {
  /*max-width: 180px;*/
}
.line-style-picker {
  width: 100%;
}
.line-style-picker .btn {
  font-size: 9px;
}
.lightbox-nav {
  position: relative;
  margin-bottom: 12px;
  /* the font-size of .btn-xs */
  text-align: center;
  font-size: 0;
  /* prevent the otherwise inherited font-size and line-height from adding extra space to the bottom of this div */
}
.lightbox-nav .btn-group {
  vertical-align: top;
}
.lightbox-nav .close {
  /* absolutely position this in order to center the nav buttons */
  position: absolute;
  top: 0;
  right: 0;
}
.lightbox-image-container {
  position: relative;
  text-align: center;
  /* center the image */
}
/* the caption overlays the top left corner of the image */
.lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0.9em;
  /* the left and right margins are offset by 0.4em for the span box-shadow */
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}
.lightbox-image-caption span {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(255, 255, 255, 0.75);
  /* pad the left and right of each line of text */
  box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75), -0.4em 0 0 rgba(255, 255, 255, 0.75);
}
.image-slider {
  position: fixed;
  bottom: 0;
  overflow-y: visible;
  width: 100%;
}
.image-slider__list {
  white-space: nowrap;
  padding: 0;
  height: 130px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.image-slider__list-item {
  margin: 0;
  padding: 0;
  width: 170px;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.image-slider__anchor {
  display: block;
  position: absolute;
  bottom: 0;
}
.image-slider__image {
  max-width: 100%;
  padding: 4px;
  margin: 1px;
  border-radius: 4px;
}
.image-slider__image--selected {
  background-color: #fff;
}
.lightbox__image-container {
  position: relative;
}
.lightbox__caption {
  padding: 9px 0 1px;
  margin: 0;
}
.lightbox__link {
  margin-right: 10px;
}
.lightbox__link:hover {
  text-decoration: none;
}
.lightbox__nav a {
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 9000;
  cursor: pointer;
  transition: opacity .2s;
  color: #FFF;
  font-size: 156pt;
  text-align: center;
  line-height: 380px;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 0px 15px #777777;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.lightbox__image:hover + .lightbox__nav a {
  opacity: 0.5;
}
.lightbox__nav a:hover {
  text-decoration: none;
}
.lightbox__nav a:hover {
  opacity: 1;
}
.lightbox__nav-next {
  right: 0;
}
.language-bar__language {
  padding: 10px 5px;
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer.lp {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 10px;
}
.lp .transport {
  margin: 0 auto;
  width: 768px;
}
.lp .navbar {
  margin-bottom: 0;
}
.lp .navbar-inner {
  padding-right: 0;
  padding-left: 0;
}
.lp #play-pause {
  width: 18px;
}
.lp #speed-btn {
  width: 58px;
}
.lp .ui-slider {
  margin: 13px;
}
.lp #time-slider {
  width: 370px;
}
.lp #calendar {
  margin: 5px;
}
.leaflet-control-layers-list {
  margin-bottom: 0;
}
.lp .speed-menu {
  min-width: 60px;
}
.lp .dropdown-menu {
  padding: 5px;
  text-align: center;
}
.lp #speed-slider {
  margin-left: auto;
  margin-right: auto;
}
.lp .navbar .btn,
.lp .navbar .btn-group {
  margin-top: 0;
  padding: 0;
}
.lp .navbar .nav > li > a.clock {
  padding: 0 3px 0 3px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
}
.lp li.ctrl {
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-right: 1px solid #d4d4d4;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.lp .pull-right li.ctrl {
  border-right: 0;
  border-left: 1px solid #d4d4d4;
}
.lp li.ctrl:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* .lp li.ctrl:hover a {
  color: #a9ff00;
}
*/
.lp li.ctrl:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* Bootstrap interfering with leaflet */
input {
  vertical-align: baseline;
}
label {
  font-weight: bold;
}
/* bootstrap mod */
.navbar .nav {
  margin: 0;
}
.navbar .nav > li > .dropdown-menu:before,
.bootstrap-timepicker-widget.dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.navbar .nav > li > .dropdown-menu:after,
.bootstrap-timepicker-widget.dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.playback-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.playback-control-wrapper {
  padding-right: 10px;
}
.playback-control {
  height: 40px;
  padding: 6px 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.playback-slider-wrapper {
  flex-grow: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
}
.playback-slider {
  flex-grow: 1;
  margin-right: 5px;
}
.playback-slider input[type="range"] {
  padding: 0;
  margin-left: 10px;
  height: 38px;
}
.playback-time {
  padding: 10px 15px;
}
.ng-scope.login-wrapper.ng-scope {
  text-align: center;
  padding-top: 12%;
}
button.btn.btn-primary.btn-lg {
  position: relative;
  left: 10px;
  bottom: 10px;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.angular-leaflet-map {
  position: absolute;
  left: 48px;
  right: 0;
  height: 100%;
  /* calc(100% - 81px);
  */
  margin: 0;
  padding: 0;
}
/**
* Google maps layers are invalidly placed because of sidebar. Fix it by moving them to the left.
*/
#_GMapContainer_66,
#_GMapContainer_71,
#_GMapContainer_72 {
  left: 0px;
}
/**
* Make bottom-left leaflet control box bigger for the slider to fit full screen
*/
.leaflet-bottom.leaflet-left {
  right: 20px;
}
.leaflet-bottom.leaflet-left > div:nth-child(2) {
  width: 100%;
}
@media print {
  #sidebar,
  .leaflet-control-container {
    display: none;
  }
  .sidebar-map {
    left: 0;
  }
}
.marker-picker {
  width: 100%;
}
.marker-picker__marker-box {
  float: left;
  padding: 4px;
  opacity: 0.75;
}
.marker-picker__marker-box--active {
  box-shadow: inset 0px 0px 1px 1px #ff7300;
  border-radius: 25px;
  opacity: 1;
}
#multishare-button {
  float: right;
}
.color-picker {
  width: 100%;
}
.color-picker__color-box {
  float: left;
  position: relative;
  width: 10%;
  padding-bottom: 10%;
}
.color-picker__color-box--inner {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 4px;
  overflow: hidden;
}
.nav-tabs-right {
  float: right;
  border-bottom: none;
  margin-bottom: -1px;
}
.nav-tabs-right > li > a {
  margin-right: 0;
  margin-left: 2px;
  border-bottom: none;
  border-radius: 4px;
}
.nav-tabs-right > li > a:hover {
  border-bottom: none;
}
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.right-corner-well {
  border-top-right-radius: 0;
  background-color: #fff;
}
.right-corner-well:empty {
  display: none;
}
.popover {
  max-width: 350px;
}
.share-icon {
  width: 15px;
  height: 15px;
}
.sidebar__logo {
  display: block;
  margin-bottom: 10px;
}
.sidebar__logo img {
  padding: 3px;
}
.sidebar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #516b48;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  transition: width 500ms;
}
.sidebar.collapsed {
  width: 48px;
}
.sidebar-tabs {
  width: 45px;
  margin: 0;
  padding: 0;
}
.sidebar-tabs > li {
  width: 100%;
  height: 45px;
  color: #fff;
  font-size: 12pt;
  overflow: hidden;
  transition: all 80ms;
}
.sidebar-tabs > li.active {
  color: #fff;
  background-color: #f08213;
}
.sidebar-tabs > li:hover {
  color: #eee;
  background-color: #f08213;
}
.sidebar-tabs > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: inherit;
  text-decoration: none;
  text-align: center;
}
.sidebar-content {
  position: absolute;
  left: 45px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.85);
  overflow-x: hidden;
  overflow-y: auto;
  border-left: 3px solid #f08213;
}
.sidebar-pane {
  display: none;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.sidebar-pane.active {
  display: block;
}
.sidebar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.sidebar.leaflet-touch {
  box-shadow: none;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .sidebar.collapsed ~ div .sidebar-map .leaflet-control-container .leaflet-left {
    left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-map .leaflet-control-container .leaflet-left {
    transition: left 500ms;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-map .leaflet-control-container .leaflet-left {
    left: 315px;
  }
  .sidebar-pane {
    width: 312px;
  }
  .sidebar {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-map .leaflet-control-container .leaflet-left {
    left: 400px;
  }
  .sidebar-pane {
    width: 397px;
  }
  .sidebar {
    width: 445px;
  }
}
@media (min-width: 1200px) {
  .sidebar-map .leaflet-control-container .leaflet-left {
    left: 470px;
  }
  .sidebar-pane {
    width: 467px;
  }
  .sidebar {
    width: 515px;
  }
}
table.simple-grid > tbody > tr > td > select {
  background-color: transparent;
}
table.simple-grid > tbody > tr > td > span {
  padding: 7px 6px;
  vertical-align: middle;
  height: 34px;
  display: block;
}
table.simple-grid > tbody > tr.not-editable > td > input,
table.simple-grid > tbody > tr.not-editable > td > span {
  margin: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
}
td.sg-multi-select-cell,
th.sg-multi-select-cell {
  width: 30px;
}
td.sg-img-cell,
th.sg-img-cell {
  width: 30px;
}
td.sg-actions-cell,
th.sg-actions-cell {
  width: 45px;
}
.table.simple-grid > tbody > tr.editable > td {
  /* padding-left: 0;
  padding-right: 0;
  */
}
table.simple-grid > tbody > tr > td > input[type="checkbox"] {
  box-shadow: none;
  /* vertical-align: middle;
  */
  width: auto;
}
table.simple-grid > tbody > tr > td > input.ng-invalid,
table.simple-grid > tbody > tr > td > input.ng-invalid:focus,
table.simple-grid > tbody > tr > td > select.ng-invalid,
table.simple-grid > tbody > tr > td > select.ng-invalid:focus {
  background-color: #fcc;
}
table.simple-grid > tbody > tr > td > input:focus,
table.simple-grid > tbody > tr > td > input:hover {
  border: 1px solid #ccc;
  /* padding-left: 6px;
  padding-right: 6px;
  */
  transition: none;
}
table.simple-grid > tbody > tr > td > select:focus,
table.simple-grid > tbody > tr > td > input:focus {
  background-color: white;
}
table.simple-grid > tbody > tr.deleted,
table.simple-grid > tbody > tr.deleted > td {
  background-color: #ddd !important;
}
table.simple-grid > tbody > tr.deleted > td,
table.simple-grid > tbody > tr.deleted > td input,
table.simple-grid > tbody > tr.deleted > td span,
table.simple-grid > tbody > tr.deleted > td select {
  color: #888;
  text-decoration: line-through;
}
table.simple-grid > tbody > tr > td.sg-actions-cell,
table.simple-grid > tbody > tr > td.sg-actions-cell .btn,
.table.simple-grid > tbody > tr > td.sg-actions-cell,
.table.simple-grid > tbody > tr > td.sg-actions-cell .btn {
  vertical-align: middle;
  text-decoration: none;
  color: white;
}
table.simple-grid > tbody > tr.added,
table.simple-grid > tbody > tr.added > td {
  background-color: #DFFFC0;
}
/* row selection */
table.simple-grid > tbody > tr.selected,
table.simple-grid > tbody > tr.selected.focused,
table.simple-grid > tbody > tr.selected > td,
table.simple-grid > tbody > tr.selected.focused > td {
  background-color: #506BDA;
  color: white;
}
table.simple-grid > tbody > tr.selected > td > input,
table.simple-grid > tbody > tr.selected.focused > td > input,
table.simple-grid > tbody > tr.selected > td > select,
table.simple-grid > tbody > tr.selected.focused > td > select {
  color: white;
}
table.simple-grid > tbody > tr.selected > td > input:focus,
table.simple-grid > tbody > tr.selected > td > select:focus {
  color: black;
}
/* focus */
table.simple-grid > tbody > tr.focused,
table.simple-grid > tbody > tr.focused > td {
  background-color: #b0cBfA;
}
.btn-group {
  white-space: nowrap;
}
.btn-group .btn {
  display: inline-block;
  float: none;
}
.btn-round-corners {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.dropdown-menu {
  z-index: 1001;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
.toast-message {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
.toast-message.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 9.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 9.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
