.tree-loader {
	display:none;
    width: 5%;
}
.tree-loader img {
    width: 100%;
}
.success-status {
	display:none;
    color: white;
    background-color: #50c192;
    border-color: #c3e6cb;
    font-size: 18px;
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
}
.three-options .options-left {
width: 100% !important;
} 
.options-right {
   width: 200px;
   float: right;
}
.option-container {
   display: inline-block;
   width: 100%;
   margin-bottom: 15px;
}
.options-left span {
   color: #1c4331;
   font-weight: 700;
}
.three-options {
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
}
.option-container-three {
   max-width: 33.3333%;
   box-sizing: border-box;
   flex: 0 0 33.3333%;
}
.selectize-control {
   position: relative;
   padding-right: 10px;
}
.selectize-input {
   border: 0px solid #ccc;
   border-radius: 0 !IMPORTANT;
}
.select-options-right .options-right {
   width: 200px;
   display: inline-block;
   float: left;
}
.select-options-right .options-left {
   width: 30%;
   float: left;
}
.three-options span {
   font-weight: 700 !important;
   font-size: 15px;
}
h3.main-header {
   font-size: 35px;
   color: #1c4331;
   margin: 0;
   padding: 0 15px;
}
.select-options {
   margin-top: 30px;
}
.mian-container-boomgegevens {
   padding: 35px 40px;
   margin-top: -20px;
   background-image: url(/swp-content/themes/DiviChild/calculator_js/loader/backimg.png);
   background-size: 43%;
   background-repeat: no-repeat;
   background-position: right bottom;
}
.radio-btn input {
  display: none;
}
.radio-btn label {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  width: 11%;
}

.radio-btn label span {
  position: relative;
  line-height: 22px;
}

.radio-btn label span:before,
.radio-btn label span:after {
  content: '';
}

.radio-btn label span:before {
    border: none;
    width: 23px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
}

.radio-btn label span:after {
    background: #51b988;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 4px;
    transition: 300ms;
    opacity: 0;
}
.radio-btn label input:checked+span:after {
  opacity: 1;
}
.step-main-header {
    z-index: 9999;
}
.radio-btn p {
    color: #1c4331;
    font-weight: 700;
}
.submit-report {
    padding: 13px 30px;
    border-radius: 35px;
    border: 0;
    background-color: #f59c00;
    font-weight: bold;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
.logo-img {
    width: 17%;
} 

.tree-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.tree-loader img {
    width: 165px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
