@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700);

body {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 16px;
}
.navbar {
  background-color: #1F6B75;
  color: white;
  border: 0;
  border-radius: 0;
}
.navbar-brand {
  color: white;
  font-weight: bold;
  font-size: 160%;
  padding: 8px 0;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #aae1e9;
}
.navbar-brand img {
  height: 35px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active {
  background-color: #268591;
}
.navbar-nav>li>a {
  color: white;
}
.display-table {
  display: table;
}
.version-form, .navbar-form {
  display: table-cell;
  vertical-align: middle;
}
.version-form {
  color: #333;
}

#title {
  margin-top: 0;
}

#docs {
  margin-top: 1em;
}

ul.inline,
ol.inline {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

ul.inline>li,
ol.inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.map {
  height: 400px;
  width: 100%;
  background: url(map-background.jpg) repeat;
  margin-bottom: 10px;
}
.ol-attribution.ol-logo-only,
.ol-attribution.ol-uncollapsible {
  max-width: calc(100% - 3em);
  height: 1.5em;
}
.ol-attribution ul {
  font-size: 1rem;
}
.ol-control button, .ol-attribution, .ol-scale-line-inner {
  font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
}
.iframe-info iframe {
  width: 100%;
}

pre[class*="language-"] {
  margin-top: 20px;
  background: #FFFFFF;
}

#source-controls {
  position: absolute;
  margin-top: 20px;
  right: 40px;
}

#source-controls a {
  margin-left: 15px;
}

#copy-button {
  text-decoration: none;
  cursor: pointer;
}

#codepen-button {
  text-decoration: none;
  cursor: pointer;
}

pre {
  border: 1px solid #eee;
  border-radius: 0;
}

#tags, #shortdesc, .hidden {
  display: none;
}
#api-links ul {
  display: inline;
}
#latest-check {
  margin-top: -10px;
  margin-bottom: 10px;
}

.topo-layout
{
position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(0,0,0,0.9);
visibility:hidden;
opacity:0;
-moz-transform:scale(0);
-webkit-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
}
.topo-layout.open
{
visibility:visible;
opacity:1;
-moz-transform:scale(1);
-webkit-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
}
.topo-layout .topo-dialog{position:relative;width:700px;max-width:90%;margin:30px auto 60px;}

.topo-layout .topo-content{background:#fff;border-radius:4px;box-shadow:rgba(255,255,255,0.8)}
.topo-layout .topo-dialog .topo-header{border-bottom:1px solid #ddd;padding-right:40px;}
.topo-layout .topo-dialog .topo-title{color:#333;font-size:20px;line-height:1}
.topo-layout .topo-dialog .topo-header,.topo-layout .topo-dialog .topo-body{position:relative;padding:20px;}
.topo-layout .topo-dialog .close{position:absolute;top:-10px;right:-10px;opacity:1;height:35px;width:35px;background:#fff;line-height:30px;border-radius:50%;border:2px solid #ddd;text-align:center;}
.topo-layout .topo-dialog .close:hover{background:#ddd;color:#777}

.topo-layout .topo-dialog .topo-body{
  padding:0
}
.topo-layout .topo-dialog .topo-body .svg-hexa-svg{position: absolute;top:-60px;left:0;height:600px;width:100%;fill: #fff;}
.topo-layout .topo-dialog .topo-body .map{padding:0px;height:480px;background-image:url('../img/wooden-pattern.jpg');background-repeat: no-repeat;background-size:cover;background-position: center;}
.topo-layout .topo-dialog .topo-body .map .ol-viewport{opacity: 0.4 }
.topo-layout .topo-dialog .topo-body .map .ol-attribution{display:none !important;}

.single_add_to_cart_button +.topomap_main{float:left;}
.topomap_main{position:relative;margin:10px auto;width:100%}
.topomap_main:after,.topomap_main:before{content:"";clear:both;display:table}
.topomap_popup{cursor:pointer;text-decoration:underline;}

.btn-topo-map
{
	display:inline-block;line-height:1;padding:10px 20px;border:1px solid #000;cursor:pointer;
	border-radius:4px;font-size:15px;position:relative;margin:10px 15px 15px;
}

.btn-topo-map:hover{color:#db4b39}

.btn-topo-map .topo-loader
{
	position:absolute;left:calc(100% + 10px);max-width:20px;top:50%;
	-moz-tranform:translatey(-50%) !important;
	-webkit-transform:translatey(-50%) !important;
	-ms-tranform:translatey(-50%) !important;
	-o-tranform:translatey(-50%) !important;
}
