.fluxform .row {
	clear:both;
	padding-bottom:5px;
}
.fluxform label {
	float:left;
	/*width:150px;*/
}

.fluxform .fluxform_label_checkboxfield_after {
	float:none;
}
.fluxform .fluxform_numberfield, 
.fluxform .fluxform_textfield, 
.fluxform .fluxform_textareafield,
.fluxform .fluxform_urlfield,
.fluxform .fluxform_phonefield,
.fluxform .fluxform_selectfield,
.fluxform .fluxform_checkboxfield,
.fluxform .fluxform_datefield,
.fluxform .fluxform_countrylistfield {
	display:inline;
}

.fluxform .fluxform_ul_multiselectfield {
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0;
}

.fluxform li label {
	float:none;
}
.fluxform .rowelement .col {
	/*width:33.3%;*/
	float:left;
}

.fluxform .rowelement .fluxform_datefield {
	max-width:110px;
}

@media only screen and (max-width: 414px) {
	.fluxform .rowelement .col {
		width:100%;
	}

	.fluxform .rowelement .fluxform_datefield {
		max-width:100%;		
		margin-bottom: 5px;
	}
}

@media only screen and (min-width: 415px) {
	.fluxform .rowelement .col {
		width:50%;
	}
}

@media only screen and (min-width: 768px) {
	.fluxform .rowelement .col {
		width:33.3%;
	}
}

.fluxform li label .jcf-checkbox {
	margin-right: 5px;
}

/*.fluxform li label .checkbox {
	margin-right: 10px;
	display: inline-block;
	position:relative;
	top:-2px;
}*/

.fluxform .jcf-select {
	background-color:#454545;
	border-color:#454545;
	height:34px;
	width:100%;
}

.fluxform .jcf-select-text {
	font-size:15px;
	line-height: 30px;
	margin:0 35px 0 10px;
}

.fluxform .jcf-select-opener {
	width:33px;
	background:#323232;
}

.fluxform .jcf-select-opener:after {
    position: absolute;
    right: 11px;
    top: 6px;
    content: "";
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}

.fluxform .jcf-select-opener:before {
    position: absolute;
    right: 11px;
    bottom: 6px;
    content: "";
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}