/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face{
  font-family:'OpenSans';
  src:url("fonts/OpenSans-Regular.ttf");
  font-weight:normal;
  font-style:normal
}
@font-face{
  font-family:'OpenSans';
  src:url("fonts/OpenSans-Italic.ttf");
  font-weight:normal;font-style:italic
}
@font-face{
  font-family:'OpenSans';
  src:url("fonts/OpenSans-Bold.ttf");
  font-weight:bold;font-style:normal
}@font-face{
  font-family:'MuseoSans';
  src:url("fonts/MuseoSans_700Web.eot")
}
@font-face{
  font-family:'MuseoSans';
  src:url("fonts/MuseoSans_700Web.woff") format("woff")
}
@font-face{
  font-family:'icons';
  src:url("fonts/icons.woff2?u2sbp6") format("woff2"),
    url("fonts/icons.ttf?u2sbp6") format("truetype"),
    url("fonts/icons.woff?u2sbp6") format("woff"),
    url("fonts/icons.svg?u2sbp6#icons") format("svg");
  font-weight:normal;font-style:normal
}
.icon,[class^='icon-'],[class*=' icon-']{
  font-family:'icons';
  speak:none;
  font-style:normal;
  font-weight:normal;font-variant:normal;
  text-transform:none;-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;font-size:20px
}

html,body{
  height: 100%;
  font-family: "OpenSans",sans-serif,Arial;
  font-size: 16px;
  line-height: 1;
  color:#606c71;
}
h1, h2, h3, h4{
  font-family:"OpenSans",sans-serif,Arial;
  font-size: 20px;
  color:#323232;
  margin: 20px 0;
  padding: 0;
  display: block;
}
h1{
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 1px solid #dde7f0;
  margin: 0 0 20px 0;
  padding: 40px 0;
}
h2{
  font-size: 22px;
}
p{
  font-family: "OpenSans",sans-serif,Arial;
  font-size: 16px;
  line-height: 1.8;
  margin: 10px 0;
}
b{
  font-weight: 400;
  color: #323232;
}
a {
  color: #6490f9;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.8;
}
a:hover{
  color: #5c85e5;
  text-decoration: underline;
}
ol, ul {
  list-style: none;
}
hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d8e0e7;
  padding: 0;
  margin: 20px 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea{
  padding: 6px 12px;
  border: 1px solid #d8e0e7;
  color: #8d969c;
  border-radius: 2px;
  font-size: 15px;
}
label{
  display: inline-block;
  padding-bottom: 5px;
  cursor: pointer;
  user-select: none;
}

input[type='checkbox']{
  display:none
}
input[type='checkbox'] + label span:first-child,input[type='radio'] + label span:first-child:before{
  position: relative;
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: -2px 8px -5px 0;
  cursor: pointer;
  border: 2px solid #afb6c1;
  border-radius: 2px;
  font-weight: normal;
}
input[type='checkbox']+label span:first-child{
  width: 16px;
  height: 16px;
}input[type='checkbox']:checked+label span:first-child:before{
  content: '';
  width: 4px;
  height: 12px;
  border-bottom: 2px solid #393939;
  border-right: 2px solid #393939;
  position: absolute;
  left: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(40deg)
}
input[type='radio']+label span:first-child:before{
  border-radius:50%;
}
input[type='radio']{
  display:none
}
input[type='radio']:checked+label span:first-child:before{
  background: #393939;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  -moz-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff
}

/* Layout */
.header{
  position: absolute;
  top: 0;
  left: 0; right: 0;
  height: 70px;
  background: #3a5567;
}

.title{
  width: 860px;
  margin: 0 auto;
  padding: 0;
  font-size: 24px;
  padding: 22px 15px;
  white-space: nowrap;
  color: #fff;
  font-family: "MuseoSans","OpenSans",sans-serif;
}

.title span{
  color: #aeb9c0;
}

.title sup {
  color: #aeb9c0;
  font-size:0.5em;
  vertical-align:super;
  padding-left:3px;
}

.title:before {
  content: 'o';
  font-family: 'icons';
  font-size: 40px;
  position: absolute;
  margin-left: -50px;
  vertical-align: middle;
  margin-top: -7px;
}

#location_bar_wrap{
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  height: 69px;
  border-bottom: 2px solid #dde7f0;
  background: #f3f5f7;
}
#location_bar {
  width: 960px;
  margin: 0 auto;
  display:block;
  color: #afb6c1;
}
#location_bar li, #location_bar span{
  display: inline-block;
  padding: 24px 2px;
  text-align: center;
  color: #afb6c1;
}
#location_bar li{
  width: 120px;
}

body.step_intro .b_intro,
body.step_region .b_region,
body.step_style .b_style,
body.step_settings .b_settings,
body.step_publish .b_publish {
  border-bottom: 2px solid #6490f9;
  color: #323232 !important;
}

.warning-box {
  position:absolute;
  top: 140px;
  min-height: 110px;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #f55;
  padding-left: calc(50% - 480px);
  color:#fff;
}
.warning-box * {
  color:#fff !important;
}
.warning-box h3{
  margin: 10px 0 0 0;
}
#steps {
  position:absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #fff;
}
#steps.lower {top:270px;}
#steps > div {
  position:absolute;top:0;
  bottom: 0;
  width: 960px;
  margin-left: calc(50% - 480px);
  opacity: 0;
  transition: all .5s ease;
  overflow: auto;
  padding-bottom: 72px;
}
#steps > div.hidden-left {left:-100%;}
#steps > div.hidden-right {left:100%;}
#steps > div.shown {position:absolute;left:0;opacity:1;}
img {max-width:60%;max-height:80%;}

.footer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: #f3f5f7;
  z-index: 10;
}

#steps .nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background: transparent;
  display: block;
  z-index: 20;
  text-align: right;
}

.col-left{
  width: 60%;
  float: left;
}

.col-right{
  width: 40%;
  float: left;
}

.width-100{
  width: 100%;
}

.center{
  text-align: center;
}

.warning {color:#f96;}

.btn, button{
  text-align: center;
  margin: 0;
  position: relative;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: initial;
  color: #fff;
  background: #6490f9;
  border: none;
  height: 42px;
  font-size: 14px;
  padding: 12px 24px;
  border-width: 0;
  border-style: solid;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover, button:hover{
  background: #5c85e5;
  color: #fff;
}

.btn.small, button.small{
  font-size: 12px;
  padding: 8px 16px;
  line-height: 12px;
  height: 34px;
}

.settings-basic{
  padding-top: 20px;
}

.settings-basic label b, .settings-basic label i{
  display: inline-block;
  margin-left: 100px;
  line-height: 1.8;
}

.settings-basic label b{
  margin-left: 72px;
}

.settings-basic label b:before{
  content: '1';
  font-family: 'icons';
  display: inline-block;
  position: absolute;
  font-size: 42px;
  width: 60px;
  height: 60px;
  margin-left: -60px;
  line-height: 60px;
  vertical-align: middle;
}

.settings-vector, .settings-raster, .settings-services,
.settings-static{
  border-bottom: 1px solid #e0e6ec;
  padding: 10px 15px;
  width: 400px;
}
.settings-static{
  border-bottom: none;
}
.settings-vector span, .settings-raster span, .settings-services span,
.settings-static span{
  top: 14px;
}

.settings-vector label b:before{
  content: '1';
}

.settings-raster label b:before{
  content: '2';
}
.settings-services label b:before{
  content: '3';
}
.settings-static label b:before{
  content: '4';
}

.advanced-btn {
  position: absolute;
  top: 40px;
  right: 0;
}

#region-free-note {
  position:absolute;
  top:65px;
  font-size:12px;
}
#region-filter {
  position: absolute;
  width: 440px;
  height: 25px;
  top: 134px;
  left: 0;
}
#region-list {
  position: absolute;
  width: 465px;
  top: 195px;
  bottom: 60px;
  overflow: auto;
  left: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
#region-list li {background:#fff;text-align:left;position:relative;display:none;}
#region-list li .region-name {
  padding-right: 40px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  outline:1px solid #ccc;
}
#region-list li[data-id=planet] .region-name {
  border-bottom:1px solid #323232;
}
#region-list li[data-id=planet] + li > .region-name {outline:none;}
#region-list li .region-size {opacity:0.7;}
#region-list li .warning {color:#f66;}
#region-list li .region-lock {color:#777;font-size:1.3em;position:absolute;top:12px;right:36px;font-family:'icons';cursor:pointer;}
#region-list li .region-lock:before {content:'r';}
#region-list li .region-toggle {color:#666;font-size:1.8em;position:absolute;top:8px;right:10px;font-family:'icons';cursor:pointer;}
#region-list li .region-toggle:before {content:'>';}
#region-list li.opened > .region-toggle:before {content:'w';}
#region-list li .region-toggle:hover {color:#333;}
#region-list li.active > .region-name {background:#6490f9;color:#fff;}
#region-list li.active > .region-toggle {color:#fff;}
#region-list li.active > .region-lock {color:#eee;}
#region-list li.matched-parent,
#region-list li.matched,
#region-list li.matched li {display:block;}
#region-list li ul {display:none;font-size:0.95em;}
#region-list li.opened > ul {display:block;}
#region-preview {
  float: right;
  margin: 9px 0;
}

.region-name {padding-left:10px !important;}
.indent- .region-name {padding-left:30px !important;background:#fafafa;}
.indent-- .region-name {padding-left:50px !important;background:#f0f0f0;}
.indent--- .region-name {padding-left:70px !important;background:#eaeaea;}
.indent---- .region-name {padding-left:90px !important;background:#e0e0e0;}

#region-selected {
  position:absolute;
  top: 565px;
  left: 530px;
}

#region-outdated {
  position:absolute;
  top: 610px;
  left: 530px;
  color: #f96;
}

#region-toolarge {
  position:absolute;
  bottom: 9px;
  left: 250px;
  color: #f66;
}

.style-list {
  width: 400px;
  text-align: left;
  position: absolute;
  top: 104px;
  bottom: 60px;
  overflow-y: auto;
  overflow-x: hidden;
}
.style-row {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-top: 15px;
}
.style-row .preview {float:right;line-height:84px;text-decoration:underline;cursor:pointer;}
.style-row .preview:after {content:'';width:20px;margin-right:3px;display:inline-block;line-height:25px;font-size:25px;vertical-align:middle;}
.style-row.active {
  background: #f3f5f7;
}
.style-row.active .preview:after {content:'>';font-family:'icons';}
.style-row img {
  width: 77px;
  height: 77px;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.style-row.style-custom img:after {content:'abc';}
.style-row label{
  padding-bottom: 0;
}
.style-row label span{
  margin-right: 15px !important;
}
.style-filename {font-size:.8em;opacity:0.7;position:absolute;left:98px;top:0;bottom:0;height:84px;line-height:84px;padding-top:16px;}
#custom-style-list:not(:empty):before {content:'Custom styles';display:block;margin:10px;font-weight:bold;}
#style-preview {
  display:inline-block;
  width: 512px;
  height: 460px;
  position: absolute;
  right:0;
  top: 105px;
  text-align:left;
  margin: 0;
}
.style-lang {
  position:absolute;
  top: 585px;
  right: 0px;
}
.style-error{
  padding: 10px;
}
span.nowebgl{position:absolute;top:45%;font-size:.8em;width:100%;text-align:center;}

div.nowebgl .needswebgl {display:none;}

.step-advanced {
  display:none;
  position:absolute;
  background: #fff;
  top: 105px;
  left: 0;
  right: 0;
  bottom: 60px;
  padding: 0;
  z-index: 10;
}
.step-advanced.shown {display:block;}
