html,
body{
	background: #ffffff !important;
}
html,
body,
label,
fieldset legend,
fieldset legend.left{
	font-size:1rem !important;	
}
.col-sm-9 ul{
	list-style: disc;
    margin: 0px 30px;
}
.col-sm-9 ul li{
	list-style: disc;
    margin: 10px 0px;
}
h3{
	color: rgba(00,174,239,1.0);	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
    width: 100%;
    float: left;
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css");
input.expired{
	position:relative;
	pointer-events: none;
	opacity:1.0 !important;
    visibility: hidden;
}
input.expired:before{
	display: block;
    position: absolute;
    left: -11px;
    top: -4px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(238, 82, 83,0.8);
    content: "Full";
    opacity: 1;
    visibility: visible;
}
div.field {
    height: 100%;
    overflow: hidden;
    clear: both;
    margin: 10px 0px;
    width: 97%;
}
.fancybox-bg{
	opacity:0.6 !important;	
}
.modalPopUp{
	width:70% !important;	
}
div[data-group="file"] .form-group fieldset div {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 15px;
}
div[data-group="file"] .form-group 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: 2;
    height: 47px;
    line-height: 27px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    border: 1px solid rgba(00,00,00,0.1);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}
div[data-group="file"] .form-group fieldset div:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 47px;
    background: #4daf7c;
    color: #fff;
    font-weight: normal;
    z-index: 3;
    font-size: 1rem;
    line-height: 40px;
    padding: 4px 10px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
div[data-group="file"] .form-group fieldset div:hover:before {
  background: #3d8c63;
}
div[data-group="file"] .form-group fieldset div input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 47px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
div[data-group="file"] fieldset legend{
	border:none;
	width:24%;
	float:left;
}
div[data-group="file"] div.form-group fieldset{
    margin-right: 0px;
    margin-bottom: 5px;	
}
div[data-group="file"] div.form-group fieldset div{
	width:76% !important;
	margin:0px;
	padding:0px;
}
div[data-group="file"] div.form-group fieldset legend{
	font-weight:400 !important;
	padding-top: 10px;
}
div[data-group="file"] p{
	display:none;	
}
div[data-group="file"] p.foot{
	display: block;
    width: 74%;
    float: right;
    margin-top: 0px;
    padding: 5px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
    margin-right: 0;
}
input[type="checkbox"],
input[type="radio"]{
	opacity:0 !important;	
}
#paymentForm input[type="checkbox"],
#paymentForm input[type="radio"]{
	opacity:1 !important;
	position:relative !important;
}
/***********************************
    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:2px;
    width:20px;
    height:20px;
    border-radius: 100%;
    border:2px solid rgba(00,174,239,0.6);
    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:5px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:rgba(00,174,239, 1);
    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,174,239, 0.6);
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
    content:"";
    position:absolute;
    left: 3px;
    top: 5px;
    width:14px;
    height:14px;
    border-radius:100%;
    background:#fff;
    transform:scale(0);
    opacity:0;
}
[type="checkbox"]:not(:checked) + label:after{
    border-radius: 0;
}
input[type="checkbox"], input[type="radio"]{
	position: absolute;
    top: 0px;	
}
form[name="regForm"] .form-group [type="checkbox"] + label, form[name="regForm"] .form-group [type="radio"] + label{
	padding-left:30px;
	color: #333333;
	font-weight: 600;
}

div.field span.valueSpan label > span{
	line-height: 25px;	
}
div[data-group="wide-select"] label,
.colleagueForm #field-100044 div.form-group label{
	max-width: 90% !important;
    width: 64% !important;
}
div[data-group="wide-select"] div div{
	width: 24% !important;	
}
div[data-group="wide"] .text-editable,
.colleagueForm .text-editable{
	width:100% !important;
}
p {
    margin: 15px 0 !important;
}
div[data-group="accessibilitytxtarea"] div div,
div[data-group="mpiTerms"] div fieldset div{
	width:72% !important;	
}
div[data-group="accessibilitytxtarea"] div div textarea{
	width:100% !important;
	max-width:100% !important;
	min-height:150px !important;
}
.colleagueFieldHeading span{
	font-weight:normal !important;	
}
#field-100712 .well{
	padding:0px;
	background:transparent;
	box-shadow:none;
	border:none;
}
.remainingColleagues{
	display:none;	
}
div.colleagueFieldHeading{
	width: 26% !important;
}
div.colleagueBag ul li{
    border: 2px solid rgba(00,174,239,0.8) !important;
    font-weight: bold !important;
    text-shadow: none !important;
}
form.colleagueForm label{
	width:24% !important;	
}
form.colleagueForm legend.left{
	width:25% !important;	
}
form.colleagueForm .field div.de_fieldset span.de_cols_1 label{
	padding-left:25px;	
}
#field-100034 p.information{
	display:none;	
}
#field-100034 h3{
	margin-top:0px;	
}
div.colleagueBag a.addAnotherColleague{
	text-transform: none !important;
	padding: 7px 14px !important;
    font-size: 1rem !important;
    line-height: normal !important;
	border-radius:4px !important;
}
section#content div.field {
    padding: 5px 15px !important;
	margin:0px;
}
.colleagueForm #fieldContainer #field-100044 label{
	max-width: 90% !important;
    width: 60% !important;
}
section#content input[type=checkbox], section#content input[type=radio]{
	z-index:-999;	
}