@charset "UTF-8";
/* CSS Document */


.btn-sq-inner > .fa-2x{
    font-size: 2em !important; 
}

label.mt-10{
margin-top:10px;
}

label.light{
font-weight:300;
margin-top:10px;
line-height:1.2;
color: #fff !important;    
}


p.white-text{
    color: #fff !important;
}

.ck_btn, .ck_btn_footer{
margin-top:0;
}

.check-options, .check-options-footer{
display:none;
}

span.btn-sq-inner{
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.4;
}

.form-control{
    border-radius: 0 !important;
}

button.ck_btn{
    min-height: 130px;
}

.btn-white { 
  color: #000000 !important; 
  background-color: #ffffff !important;  
  border-color: #ffffff !important; 
  border-radius:0px !important;
  border:0 !important;
}    

.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white { 
  color: #000000 !important; 
  background-color: #fdb913 !important; 
  border-color: #FDB913 !important; 
} 



.btn-merl { 
  color: #000000; 
  background-color: #FDB913; 
  border-color: #FDB913; 
} 

.btn-merl:hover, 
.btn-merl:focus, 
.btn-merl:active, 
.btn-merl.active, 
.open .dropdown-toggle.btn-merl { 
  color: #000000; 
  background-color: #fdb913; 
  border-color: #FDB913; 
} 

.btn-merl:active, 
.btn-merl.active, 
.open .dropdown-toggle.btn-merl { 
  background-image: none; 
} 

.btn-merl.disabled, 
.btn-merl[disabled], 
fieldset[disabled] .btn-merl, 
.btn-merl.disabled:hover, 
.btn-merl[disabled]:hover, 
fieldset[disabled] .btn-merl:hover, 
.btn-merl.disabled:focus, 
.btn-merl[disabled]:focus, 
fieldset[disabled] .btn-merl:focus, 
.btn-merl.disabled:active, 
.btn-merl[disabled]:active, 
fieldset[disabled] .btn-merl:active, 
.btn-merl.disabled.active, 
.btn-merl[disabled].active, 
fieldset[disabled] .btn-merl.active { 
  background-color: #FDB913; 
  border-color: #FDB913; 
} 

.btn-merl .badge { 
  color: #FDB913; 
  background-color: #000000; 
}