/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker td span:hover {
  background: #eeeeee;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/**
* Color variables
*/
/*
 * Menu link colors 
 */
/**
* Buttons
*/
html {
  font-size: 62.5%;
  width: 100%;
}

/** 
* Main body and fonts
*/
body {
  background-color: #ececec;
  font-family: arial, verdana, sans-serif;
  color: #000;
  font-size: 1.4rem !important;
  height: 100%;
  margin: 0;
  line-height: 1.6rem;
  width: 100%;
}
body a:hover {
  cursor: pointer;
}
body h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.8rem;
}
body h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2.8rem;
}
body h3 {
  font-family: arial, verdana, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 10px;
}
body h4 {
  font-family: arial, verdana, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}
body h5 {
  font-size: 1.4rem;
  font-weight: 700;
}
body h6 {
  font-size: 1.4rem;
  font-weight: 400;
}

.tooltip-inner {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #666666;
  padding: 10px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000000;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #000000;
}

header {
  left: 0px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 70px;
  padding-top: 20px;
  min-width: 940px !important;
  right: 0px;
  top: 0px;
}
header .text-header {
  display: block;
  padding-right: 200px;
  width: 700px;
}
header .text-header h2 {
  display: block;
  min-width: 483px;
}
header h1, header h2 {
  float: left;
  margin-bottom: 0px;
  margin-top: 10px;
}
header h6 {
  clear: both;
  float: left;
  display: block;
  max-width: 860px;
  padding-right: 130px;
  padding-top: 10px;
  width: 100%;
}
header .logo {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 126px;
}
@media (max-width: 990px) {
  header .logo {
    left: 830px;
  }
}

#overlay, header {
  min-width: 1020px;
}

#map {
  position: relative;
  left: 30px;
  right: 30px;
  top: 0px;
  width: calc(100vw - 60px);
  /*
  header{
  	height: auto;
  	display: block;
  	position: relative;
  	padding-bottom: 0px;
  	overflow: visible;
  	padding-right: 150px;
  	padding-left: 0px;
  	h1, h2{
  		line-height: 1.1em;
  		margin-top: 0px;
  	}
  }*/
}
#map .map {
  margin-top: 100px;
  clear: both;
}
#map .map .link-overlay {
  left: calc((100vw / 100) * 4.5);
  position: absolute;
  /*
  background-color: red;
  
  z-index: 10;
  */
}
#map .map .link-overlay div {
  opacity: 1;
  position: absolute;
}
#map .map .link-overlay div button, #map .map .link-overlay div .foot {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  font-size: 1.1rem;
  font-size: 0.8vw;
  font-weight: 700;
  display: block;
  margin: 0px;
  height: calc((100vw / 100) * 7.64);
  line-height: 1.2em;
  width: 100%;
}
#map .map .link-overlay div button:focus {
  outline: none;
}
#map .map .link-overlay div button:nth-of-type(1) {
  height: calc((100vw / 100) * 3.4);
}
#map .map .link-overlay div button:nth-of-type(4) {
  height: calc((100vw / 100) * 7.4);
}
#map .map .link-overlay div button:nth-of-type(5) {
  height: calc((100vw / 100) * 7);
}
#map .map .link-overlay div .foot {
  color: #000000;
  font-size: 1.2vw;
  height: calc((100vw / 100) * 2.3);
  margin: 0px;
  margin-top: 0.7rem;
  margin-top: 0.5vw;
  position: relative;
  text-align: center;
}
#map .map .link-overlay div:nth-of-type(1) {
  left: calc((100vw / 100) * 0.5);
  top: calc((100vw / 100) * 9.5);
  width: calc((100vw / 100) * 14.2);
}
#map .map .link-overlay div:nth-of-type(1) button:nth-of-type(6) {
  height: calc((100vw / 100) * 6.5);
}
#map .map .link-overlay div:nth-of-type(2) {
  left: calc((100vw / 100) * 15.8);
  top: calc((100vw / 100) * 7.7);
  width: calc((100vw / 100) * 14.2);
}
#map .map .link-overlay div:nth-of-type(2) button:nth-of-type(6) {
  height: calc((100vw / 100) * 8.3);
}
#map .map .link-overlay div:nth-of-type(3) {
  left: calc((100vw / 100) * 31.3);
  top: calc((100vw / 100) * 5.8);
  width: calc((100vw / 100) * 14.2);
}
#map .map .link-overlay div:nth-of-type(3) button:nth-of-type(6) {
  height: calc((100vw / 100) * 10.2);
}
#map .map .link-overlay div:nth-of-type(4) {
  left: calc((100vw / 100) * 46.5);
  top: calc((100vw / 100) * 3.9);
  width: calc((100vw / 100) * 14.2);
}
#map .map .link-overlay div:nth-of-type(4) button:nth-of-type(6) {
  height: calc((100vw / 100) * 12.1);
}
#map .map .link-overlay div:nth-of-type(5) {
  left: calc((100vw / 100) * 62);
  top: calc((100vw / 100) * 1.95);
  width: calc((100vw / 100) * 14.1);
}
#map .map .link-overlay div:nth-of-type(5) button:nth-of-type(6) {
  height: calc((100vw / 100) * 14);
}
#map .map .link-overlay div:nth-of-type(6) {
  left: calc((100vw / 100) * 77.3);
  top: calc((100vw / 100) * 0.1);
  width: calc((100vw / 100) * 13.5);
}
#map .map .link-overlay div:nth-of-type(6) button:nth-of-type(6) {
  height: calc((100vw / 100) * 16);
}
#map .map .link-overlay div:nth-of-type(7) {
  left: calc(0px - ((100vw / 100) * 6));
  top: calc((100vw / 100) * 9);
  width: calc((100vw / 100) * 4.5);
  				/*
  				a{
  					background-color: red;
  					display: block;
  					margin-bottom: 10px;
  					opacity: 1;
  					span{
  						//margin-left: -50%;
  						display: block;
  						position: relative;
  						-webkit-transform: rotate(-90deg);
  					    -moz-transform: rotate(-90deg);
  					    -o-transform: rotate(-90deg);
  					    -ms-transform: rotate(-90deg);
  					    transform: rotate(-90deg);
  					}
  				}
  
  				a:nth-of-type(1) {
  					height: calc((100vw / 100) * 14);
  				}
  				a:nth-of-type(2) {
  					height: calc((100vw / 100) * 10.5);	
  				}
  				a:nth-of-type(3) {
  					height: calc((100vw / 100) * 7);	
  				}
  				a:nth-of-type(4) {
  					height: calc((100vw / 100) * 6);	
  				}
  
  				*/
}
#map .map .link-overlay div:nth-of-type(7) div.contain {
  clear: both;
  display: block;
  left: -0.5vw;
  opacity: 1;
  position: absolute;
}
#map .map .link-overlay div:nth-of-type(7) div.contain .spin {
  display: block;
  left: 0px;
  top: 0px;
  position: relative;
}
#map .map .link-overlay div:nth-of-type(7) div.contain .spin a {
  color: #000;
}
#map .map .link-overlay div:nth-of-type(7) div.contain .spin a:hover {
  color: #999;
}
#map .map .link-overlay div:nth-of-type(7) div.contain .spin .label-text {
  color: #000000;
  font-family: arial, verdana, sans-serif;
  font-size: 1.2rem;
  font-size: 0.8vw;
  font-weight: bold;
  margin-left: -50%;
  margin-left: 0vw;
  line-height: 1vw;
  text-align: center;
  position: absolute;
  width: 8.5vw;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#map .map .link-overlay div:nth-of-type(7) div.contain .spin .label-text .glyphicon {
  display: block;
  font-size: 14px;
  font-size: 0.8vw;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#map .map .link-overlay div:nth-of-type(7) div.contain:nth-of-type(1) {
  top: 6.6vw;
}
#map .map .link-overlay div:nth-of-type(7) div.contain:nth-of-type(2) {
  top: 18.6vw;
}
#map .map .link-overlay div:nth-of-type(7) div.contain:nth-of-type(3) {
  left: -1vw;
  top: 28.3vw;
}
#map .map .link-overlay div:nth-of-type(7) div.contain:nth-of-type(4) {
  top: 35.5vw;
  left: -1vw;
}
#map .map img {
  width: 100vw;
}
#map .map .credits {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 990px) {
  #map .map .credits {
    width: 950px;
  }
}
#map .map .credits .loggor {
  margin-left: 30px;
  margin-right: 10px;
  width: 120px;
}

#myModal .modal-dialog {
  margin-top: 20vh;
}
#myModal .modal-dialog .modal-header {
  border-bottom: 0px;
}
#myModal .modal-dialog .modal-body {
  padding-top: 0px;
}

#overlay {
  display: none;
}

.toolbar-close:hover {
  cursor: pointer;
}

/**
* Main - row 2
*/
.ht-left {
  bottom: 0px;
  overflow-y: none;
  min-height: 400px;
  position: absolute;
  top: 110px;
  width: 220px;
  z-index: 8;
}
.ht-left .nav-buttons-group-label {
  height: inherit;
  position: relative;
  width: 70px;
  vertical-align: middle;
}
.ht-left .nav-buttons-group-label .spin {
  display: table-cell;
  margin-top: -25px;
  position: absolute;
}
.ht-left .nav-buttons-group-label .spin a {
  color: #000;
}
.ht-left .nav-buttons-group-label .spin a:hover {
  color: #999;
}
.ht-left .nav-buttons-group-label .spin .label-text {
  font-family: arial, verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: -50%;
  text-align: center;
  position: absolute;
  width: 74px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ht-left .nav-buttons-group-label .spin .label-text .glyphicon {
  font-size: 14px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ht-left table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  min-height: 444px;
  top: 120px;
  width: 100%;
}
.ht-left table tr td {
  height: 16.6%;
  vertical-align: top;
  border: 0px;
}
.ht-left table tr:nth-of-type(1) td:nth-of-type(2) button {
  border-radius: 10px 0px 0px 0px;
}
.ht-left table tr:nth-of-type(6) td:nth-of-type(2) button {
  border-radius: 0px 0px 0px 10px;
}
.ht-left button {
  background-color: #b0aba1;
  border: 0px;
  color: #333333;
  font-family: arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.05em;
  padding: 0px 10px 0px 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 150px;
}
.ht-left button .glyph-item {
  font-size: 20px;
  margin-right: 14px;
}
.ht-left button .text {
  display: inline-block;
  position: relative;
  top: -3px;
}
.ht-left button:focus {
  outline: 0;
}
.ht-left button .glyphicon {
  display: none;
}
.ht-left button.active .glyphicon {
  display: block;
  font-size: 2.6rem;
  left: 144px;
  margin-top: -1.3rem;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.ht-left tr:nth-of-type(1) button.active .glyphicon {
  color: #d37540;
}
.ht-left tr:nth-of-type(2) button.active .glyphicon {
  color: #e4ad82;
}
.ht-left tr:nth-of-type(3) button.active .glyphicon {
  color: #ead73d;
}
.ht-left tr:nth-of-type(4) button.active .glyphicon {
  color: #f4eba6;
}
.ht-left tr:nth-of-type(5) button.active .glyphicon {
  color: #f4f4f4;
}
.ht-left tr:nth-of-type(6) button.active .glyphicon {
  color: #abd377;
}
.ht-left tr:nth-of-type(1) button {
  background-color: #d37540;
}
.ht-left tr:nth-of-type(2) button {
  background-color: #e4ad82;
}
.ht-left tr:nth-of-type(3) button {
  background-color: #ead73d;
}
.ht-left tr:nth-of-type(4) button {
  background-color: #f4eba6;
}
.ht-left tr:nth-of-type(5) button {
  background-color: #f4f4f4;
}
.ht-left tr:nth-of-type(6) button {
  background-color: #abd377;
}
.ht-left tr:nth-of-type(1) button:hover {
  background-color: #a15225;
}
.ht-left tr:nth-of-type(1) button:hover .glyphicon {
  color: #a15225;
}
.ht-left tr:nth-of-type(2) button:hover {
  background-color: #d68443;
}
.ht-left tr:nth-of-type(2) button:hover .glyphicon {
  color: #d68443;
}
.ht-left tr:nth-of-type(3) button:hover {
  background-color: #c5b215;
}
.ht-left tr:nth-of-type(3) button:hover .glyphicon {
  color: #c5b215;
}
.ht-left tr:nth-of-type(4) button:hover {
  background-color: #ecdc62;
}
.ht-left tr:nth-of-type(4) button:hover .glyphicon {
  color: #ecdc62;
}
.ht-left tr:nth-of-type(5) button:hover {
  background-color: #cecece;
}
.ht-left tr:nth-of-type(5) button:hover .glyphicon {
  color: #cecece;
}
.ht-left tr:nth-of-type(6) button:hover {
  background-color: #87c03e;
}
.ht-left tr:nth-of-type(6) button:hover .glyphicon {
  color: #87c03e;
}
.ht-left button:hover {
  background-color: #80796b;
  color: #ffffff;
  text-decoration: none;
}

.main-content {
  bottom: 140px;
  top: 110px;
  left: 220px;
  right: 30px;
  position: absolute;
}
@media (max-width: 990px) {
  .main-content {
    width: 780px;
  }
}
.main-content .toolbar-close {
  bottom: 16px;
  font-family: arial;
  font-size: 1.2rem;
  font-weight: 700;
  height: 40px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  right: 20px;
  top: 14px;
  text-align: right;
  z-index: 10;
}
.main-content .toolbar-close a {
  color: #333333;
  display: inline-block;
}
.main-content .toolbar-close a .icon-text {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -6px;
}
.main-content .toolbar-close a .glyph-item {
  display: inline-block;
  font-size: 20px;
}

.ht-content {
  background-color: #fdfdfd;
  border-bottom: 8px #b3b3b3 solid;
  border-radius: 0px 10px 0px 0px;
  height: 100%;
  overflow-y: auto;
  min-height: 444px;
  padding: 10px 20px 20px 40px;
  padding-right: calc((100vw - 290px) / 2);
  z-index: 9;
}
.ht-content h3 {
  margin-right: 50px;
}
.ht-content img {
  float: left;
  margin-top: 40px;
  max-width: 50%;
}
.ht-content img.static {
  position: absolute;
  right: 80px;
  top: 20px;
  height: auto !important;
  min-height: 320px;
  max-height: calc(100vh - 430px);
  min-width: 220px;
  max-width: calc((100vw - 430px) / 2);
  z-index: 3;
}
.ht-content ul li {
  margin-left: -20px;
}

.bottom-nav {
  left: 0px;
  width: 100%;
  height: 140px;
  padding: 0px 0px 0px 0px;
  position: relative;
  margin-top: -14px;
  margin-bottom: 20px;
}
.bottom-nav ul {
  list-style: none;
}
.bottom-nav ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.bottom-nav ul li button {
  background-color: transparent;
  border: 0px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0px;
  padding-top: 0px;
  min-width: 80px;
  width: calc((100vw - 380px) / 6);
}
.bottom-nav ul li button .arrow {
  height: 24px;
}
.bottom-nav ul li button .arrow .glyphicon {
  display: block;
  visibility: hidden;
}
.bottom-nav ul li button img {
  opacity: 0.7;
  margin-bottom: 4px;
}
.bottom-nav ul li button.active .arrow .glyphicon {
  display: block;
  color: #b2b2b2;
  font-size: 16px;
  -webkit-transform: rotate(90deg) scale(1, 1.5);
  -moz-transform: rotate(90deg) scale(1, 1.5);
  -o-transform: rotate(90deg) scale(1, 1.5);
  -ms-transform: rotate(90deg) scale(1, 1.5);
  transform: rotate(90deg) scale(1, 1.5);
  visibility: visible;
}
.bottom-nav ul li button.active img {
  opacity: 1;
}
.bottom-nav ul li button:focus {
  outline: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ht-content img.static {
    max-height: 220px !important;
    max-width: auto !important;
    height: 220px !important;
    width: auto !important;
    right: 40px !important;
  }
}

/*# sourceMappingURL=stylemain.css.map */
