div[class^="formfield-"]::after{
	display:block;
	content:"";
	clear:both;
}
div[class^="formfield-"]{
	padding:5px 0;
}
div[class^="formfield-"] label{
	width:200px;
	line-height:42px;
}
div[class^="formfield-"] input{
	width:100%;
}
div[class^="formfield-"]>div{
	outline:none;
	width:400px;
	position:relative;
}
div[class^="formfield-"]>div,
div[class^="formfield-"]>.suburblist,
div[class^="formfield-"]>label{
	float:right;
}
div[class^="formfield-"][class*="-address"] input,
div[class^="formfield-"][class*="-text"] input,
div[class^="formfield-"][class*="-email"] input{
	line-height:40px;
	font-size:13px;
	padding:0 10px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:4px;
}
div[class^="formfield-"][class*="-aligncenter"]{
	text-align:center;
}
div[class^="formfield-"][class*="-button"]{
	margin:20px 0 0 -30px;
	width:calc(100% + 60px);
	padding:20px 0 30px;
	border-top:1px solid #EFEFEF;
	background:rgba(0,0,0,0.02);
}
div[class^="formfield-"][class*="-button"] button{
	display:inline-block;
	border-radius:50vh;
	padding:10px 25px;
	font-size:16px;
	font-family:'Chivo',sans-serif;
	background:#FFF100;
	border:0;
	transition:all 180ms;
	cursor:pointer;
}
div[class^="formfield-"][class*="-button"] button:disabled{
	background:#EFEFEF;
	color:#CCC;
	cursor:initial;
}
div[class^="formfield-"][class*="-button"] button:not(:disabled):hover{
	background:#FFE000;
}
div[class^="formfield-"][class*="-button"] button>i{
	margin-right:6px;
}
div[class^="formfield-"][class*="-full"]{
	width:600px;
	margin:0 auto;
}
div[class^="formfield-"][class*="-dropdown"] select{
	border-radius: 4px;
    padding: 8px;
    border: 1px solid rgba(0,0,0,0.2);
    height: 42px;
    font-size: 13px;
}
div[class^="formfield-"][class*="-toggle"]{
	border-bottom:1px dashed #EFEFEF;
	width:600px;
	margin:0 auto;
	padding:20px 0;
}
div[class^="formfield-"][class*="-toggle"]:last-child{
	border-bottom:0;
}
div[class^="formfield-"][class*="-toggle"] .text{
	font-size:12px;
}
div[class^="formfield-"][class*="-toggle"] input{
	display:none;
}
div[class^="formfield-"][class*="-toggle"] input+label{
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    float: right;
    margin-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div[class^="formfield-"][class*="-toggle"] input+label::after{
    Content: "No";
    border-radius: 50vh;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    display: block;
    height: 100%;
    width: 65%;
    line-height: 28px;
    text-align: center;
    font-weight: 900;
    font-size: 10px;
    text-transform: uppercase;
}
div[class^="formfield-"][class*="-toggle"] input:checked+label{
	background:#FFF100;
}
div[class^="formfield-"][class*="-toggle"] input:checked+label::after{
    left: 35%;
	content: "Yes";
}
div[class^="formfield-"][class*="-toggle"]>div{
	display:inline-block;
	vertical-align:top;
}
div[class^="formfield-"][class*="-toggle"]>div.wrap{
	width:76px;
	margin-top:5px;
}
div[class^="formfield-"][class*="-toggle"]>div.text{
	width:calc(100% - 80px);
}
div[class^="formfield-"][class*="-upload"]{
	text-align:center;
}
div[class^="formfield-"][class*="-upload"]>input{
	display:none;
}
div[class^="formfield-"][class*="-upload"]>label{
	float:none;
	display:inline-block;
	background:#EFEFEF;
	padding:20px 15px;
	border-radius:50vh;
	text-align:center;
	margin-bottom:20px;
	cursor:pointer;
	transition:180ms all;
}
div[class^="formfield-"][class*="-upload"]>label:hover{
	background:#EAEAEA;
}
div[class^="formfield-"][class*="-upload"]>label>i{
	margin-right:10px;
}
div[class^="formfield-"][class*="-upload"] h3{
	text-transform:uppercase;
	color:#CCC;
	font-size:13px;
	letter-spacing:-0.5px;
}
div[class^="formfield-"][class*="-upload"] .filelist{
	list-style:none;
	padding:0;
	margin:0;
}
div[class^="formfield-"][class*="-upload"] .filelist>li{
	display:inline-block;
	width:60%;
	border-bottom:1px dashed #EFEFEF;
	overflow:hidden;
	font-size:12px;
	padding:5px 0;
}
div[class^="formfield-"][class*="-upload"] .filelist>li:last-child{
	border-bottom:0;
}
div[class^="formfield-"][class*="-upload"] .filelist>li:before{
	
}
div[class^="formfield-"][class*="-upload"] .filelist>li>i{
	margin-right:5px;
}

div[class^="formfield-"][class*="-address"] .field-row{
	margin-bottom:10px;
}
div[class^="formfield-"][class*="-address"] .field-row::after{
	content:"";
	display:block;
	clear:both;
}
div[class^="formfield-"] div[class^="width-"]{
	float:left;
	position:relative;
}
div[class^="formfield-"] div[class^="width-"]>input,
div[class^="formfield-"] div[class^="width-"]>select{
	width:100%;
	border:1px solid #CCC;
	border-radius:0;
	border-left:0;
	border-right:0;
}
div[class^="formfield-"] div[class^="width-"]>select{
	height:42px;
    padding: 8px;
}
div[class^="formfield-"] div[class^="width-"]:first-child>input{
	border-radius:5px 0 0 5px;
	border:1px solid #CCC;
}
div[class^="formfield-"] div[class^="width-"]:last-child>input{
	border-radius:0 5px 5px 0;
	border:1px solid #CCC;
}
div[class^="formfield-"] div.width-70{
	width:70%;
}
div[class^="formfield-"] div.width-50{
	width:50%;
}
div[class^="formfield-"] div.width-30{
	width:30%;
}
div[class^="formfield-"] div.width-20{
	width:20%;
}



div[class^="formfield-"] div.invalid>input{
	background:rgba(255,0,0,0.05);
}
div[class^="formfield-"] div.invalid::after{
	content:"\f071";
	font-family:FontAwesome;
	color:red;
	right:10px;
	top:9px;
	position:absolute;
	font-size:16px;
}
div[class^="formfield-"] div.valid{
}
div[class^="formfield-"] div.valid::after{
	content:"\f00c";
	font-family:FontAwesome;
	color:#FFF100;
	right:10px;
	top:9px;
	position:absolute;
	font-size:16px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
	div[class^="formfield-"][class*="-full"]{
		width:100%;
	}
	div[class^="formfield-"]>div{
		width:100%;
	}
	div[class^="formfield-"] label{
		width:100%;
		line-height: 1;
		padding: 4px 0 10px 10px;
		display:none;
	}
	div[class^="formfield-"] div[class^="width-"]{
		width:100%;
	}
	div[class^="formfield-"] div[class^="width-"] input,
	div[class^="formfield-"] div[class^="width-"] select{
		border:1px solid #CCC;
		border-top:0;
		border-bottom:0;
		border-radius:0;
	}
	div[class^="formfield-"] div[class^="width-"]:first-child input{
		border:1px solid #CCC;
		border-radius:5px 5px 0 0;
	}
	div[class^="formfield-"] div[class^="width-"]:last-child input{
		border:1px solid #CCC;
		border-radius:0 0 5px 5px;
	}
	div[class^="formfield-"][class*="-toggle"]{
		width:100%;
		padding:10px 0;
	}
	div[class^="formfield-"]>div, div[class^="formfield-"]>.suburblist, div[class^="formfield-"]>label{
		float:left;
	}
}