

textarea {
  background-color:#fafafa !important;
}

.createProposal {

}

i.fa {
  font-size: 1.5em;
  color: #999;
}

.header_title {
  color: #1d71b8;
  font-weight: 600;
  margin: 0;
}

.header_description {
  margin: 1% 0% 5% 0%;
  font-weight: 300;
  line-height:1.5em;
}

.input-spacing {
  margin: 5%;
}

.progress {
  margin-top: 10px;
}

.tab-content {
  margin-top:20px;
  /*margin-bottom: 80px;*/
}

.proposalBlock {
  padding: 2% 2% 1% 2%;
  /*padding: 5% 5% 2% 5%;
  background-color: #ffffff;
  box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16);*/
}

.removeMargin {
  margin: 0;
}

.validationError {
  background-color:#ffe6e6;
}

.walletCommands {

}

#dash_logo {
  width: 150px;
  height: auto;
}

#header {
  margin-top:2em;
}

/*#createProposalHeader {
   padding-bottom: 15px;
}*/

#createProposalForm {
   margin-top:1em;
}

#lang_box {
  width: 82px;
  position: relative;
  top: -4px;
}

#payment_amount {
  display: inline-block;
  width: 20%;
}

#side-header {
  margin-top: 40%;
}

#side_header_description {
  margin: 20% 0% 20% 0%;
}

#proposal_link {
  font-weight: 600;
}

@media (max-width: 992px) {
  #side-header {
    margin-top: 4%;
  }

  .proposalBlock {
    margin-top: 0%;
  }

  .header_description {
    margin: 1% 0% 1% 0%;
  }

  #side_header_description {
    margin: 1% 0% 1% 0%;
  }
}

#walletCommandsHeader {
  margin-top:2em;
}

#walletCommandsPrepare {
  margin-top:2em;
}

#walletCommandsTx {
  margin-top:2em;
}

#walletCommandsProgress {
  margin-top:2em;
}

#walletCommandsSubmit {
  margin-top:2em;
}
.nav>li.active>a {
  border-radius: 2px;
  border: 0px solid;
  padding: 5px 15px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  min-height: 30px;
  display: inline-block;
  font-weight: 300;
  font-size: 1.0em;
  background-color: #535C5E;
  color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08), 0px 4px 6px 0px rgba(49,49,93,0.13);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.nav>li.active>a:hover{
  background-color: #646D70;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50,50,93,0.1), 0 3px 6px rgba(0,0,0,0.08);
}

