.disable-current
{
    pointer-events: none;
    opacity: 0.4;
}
label#proposal_type\[\]-error
 {
    position: absolute;
    bottom: 0px;
 }
 label#epc-error, #building_ownership-error{
     position: absolute;
    padding-top: 20px;
}
.elect_consu label.error {
    position: absolute;
    margin-top: 50px;
    z-index: 0;
    margin-right: 98px;
}
.error {
    color: #b33;
}
.font_size
{
  font-size: 13px; 
} 
input.invalid {
    background-color: #ffdddd
}

.tab {
    display: none
}

.step {
    opacity: 0.5;
    border-bottom: 2px solid #5541D7;
}

.step.active {
    opacity: 1
}

.thanks-message {
    display: none
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.loader{
  position: absolute;
  height: 99%;
  width: 99%;
  background-color: #f1f1f1c9;
  z-index: 9;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 30%;
  left: 40%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}