@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900|Roboto:300,400,500,700,900&display=swap');

html {
  height: 100%;
  width: 100%;
  display: table;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: url(https://steem.com/wp-content/themes/steemit/dist/images/steemit_landing.png);
  background-size: cover;
  height: 100%;
  z-index: 0;
  display: inline-block;
  min-width: 100%;
}

label {
  color: #212529;
  font-family: "Raleway", sans-serif;
	font-weight: bold;
}

h3, legend.heading {
	color: #161fc8; 
	font-family: "Raleway", sans-serif;
  font-weight: bolder;
  font-size: 1.5rem;
}

legend.heading {
  padding-bottom: 0.5rem;
}

h4.heading {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}

#header {
  background-color: #212529;
}

#brand {
  height: 40px;
}

#token_emission_template,
.token-emission,
#ico,
#ico_tier_template,
.ico-tier {
  display: none;
}

#ico_tiers {
  display: block;
}

.form-page, .ui-dialog {
	border-style: outset;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 10px;
	margin: 1em 0 3em;
	padding: 1.5em;
  background-color: rgba(255,255,255,1.0);
  background-image: url(../assets/Steem_Wave_Grey.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px 1px rgba(33, 37, 41, 0.4);
  width: 100%;
  position: relative;
}

 /* Form clip art */
.coinstack-img {
  background-image: url(../assets/icon-coinstack-dark.png);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 175px;
}

.funnel-img {
  background-image: url(../assets/icon-funnel-dark.png);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 150px;
}

.token-emissions-img {
  background-image: url(../assets/icon-coinfall-dark.png);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 150px;
}

/* Progressbar */
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /* CSS counters to number the steps */
  counter-reset: step;
  padding: 0;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /* Connector not needed before the first step */
  content: none;
}

/* Marking active/completed steps */
/* The number of the step and the connector before it */
#progressbar li.active:before, #progressbar li.active:after {
  background: #212529;
  color: white;
}

#progressbar-container {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#smt_form {
  position: relative;
}

/* Hide all except first form page */
#smt_form div.form-page:not(:first-of-type) {
  display: none;
}

#wif-dialog {
  display: none;
}

.ui-widget-overlay {
  background: #212529;
  opacity: 0.5;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}