html,
body,
input,
select,
textarea,
legend,
legend.left,
label,
label.left{
	font-size:1rem !important;	
}
.fancybox-bg{
	opacity:0.6 !important;	
}
div[data-group="file"] fieldset div:after {
  	content: attr(data-text);
  	font-size: 18px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	background: #fff;
  	padding: 10px 15px;
  	display: block;
  	width: calc(100% - 40px);
  	pointer-events: none;
  	z-index: 20;
  	height: 45px;
  	line-height: 24px;
  	color: #999;
  	border-radius: 5px 10px 10px 5px;
  	font-weight: 300;
	border: inset;
    border-width: 1px;
    border-color: rgba(00,00,00,0.2);
}
div[data-group="file"] fieldset div:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 45px;
    background: #4daf7c;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 47px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
div[data-group="file"] fieldset div:hover:before {
  background: #3d8c63;
}
div[data-group="file"] fieldset div input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 45px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
/***********************************
    Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"]{
    opacity:0;
    position: absolute;
}
[type="radio"] + label,
[type="checkbox"] + label{
    position:relative;
    padding-left:30px;
    cursor:pointer;
    display:inline-block;
    color:#666;
    line-height:25px;
}

[type="radio"] + label:before,
[type="checkbox"] + label:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:20px;
    height:20px;
    border-radius: 100%;
    border:2px solid rgba(00,83,109,0.5);
    background:#fff;
}
[type="checkbox"] + label:before{
    border-radius: 0px;
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after{
    content:"";
    position:absolute;
    left:3px;
    top:7px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:rgba(41, 128, 185,1.0);
    transform:scale(1);
    opacity:1;
    transition:all .3s ease;
}
[type="checkbox"]:checked + label:after{
    border-radius:0;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before{
    border-color:rgba(00,83,109,1.0);
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
    content:"";
    position:absolute;
    left: 3px;
    top: 7px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:#fff;
    transform:scale(0);
    opacity:0;
}
[type="checkbox"]:not(:checked) + label:after{
    border-radius: 0;
}
label.full:after{
    content:"Full" !important;
    font-size: 14px;
    color: orangered;
}
#paymentForm input[type="radio"] {
    opacity: 1 !important;
    float: none;
    position: relative;
}
div[data-group="wide"] div.text-editable{
	width:100% !important;	
}
fieldset legend.left{
	float: left;
    width: 23%;
    border: none;
    font-weight: normal;	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
    width: 90%;
    float: left;
    padding-left: 6%;
    padding-top: 3px;
}
div[data-group="yesno"] fieldset legend{
	border: none;
    float: left;
    width: 75%;
}
div[data-group="yesno"] fieldset div.de_fieldset{
	width: 23%;
    float: left;
    padding-left: 0px;
    margin-left: 0px;
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1{
	width: 44%;
    float: left;
    display: inline-block;
    clear: none;	
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1 label{
	padding-left: 35% !important;	
}