
.cfgen-form-container{
/*
	padding:30px;
	border:1px solid #EEE;
	background-color:#FFF;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
*/
}
.ui-datepicker{
	font-size:9pt !important;
}
#cfgen-form-21 .cfgen-clear{
	clear:both;
}
#cfgen-form-21 .cfgen-e-c{
	clear:both;
	margin-bottom:16px;
}
#cfgen-form-21 .cfgen-icon-c + .cfgen-input-c{
	display:table-cell;
	width:100%;
	vertical-align:top;
}
#cfgen-form-21 .cfgen-option-set::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#cfgen-form-21 .cfgen-label{
	display:block;
	padding-right:10px;
	max-width:100%;
}
#cfgen-form-21 .cfgen-terms input{
	vertical-align:middle;
	margin-top:0;
}
#cfgen-form-21 .cfgen-paragraph{
	margin-bottom:1px;
}
#cfgen-form-21 .cfgen-captcha-c{
	margin-top:2px;
	background-color: transparent;
	border-top: none;
    border-right: none;
	position: relative;
}
#cfgen-form-21 .cfgen-captcha-c::after {
	position: absolute;
	content: '';
	right: 22%;
    top: 0%;
    bottom: 0%;
    width: 1px;
    background-color: #CCC;
}
#cfgen-form-21 .cfgen-captcha-img{
	border:1px solid #dcdcdc;
	border-radius:4px;
	margin-bottom:1px;
}
#cfgen-form-21 .cfgen-captcha-refresh{
	margin-bottom:2px;
	margin-left:2px;
	cursor:pointer;
	padding-left: 30px;
}
#cfgen-form-21 .cfgen-submit{
	cursor:pointer;
	height:auto;
	-webkit-appearance:none;
}
#cfgen-form-21 .cfgen-required{
	color:#990000;
}
#cfgen-form-21 .cfgen-uploadsuccess-c{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#cfgen-form-21 .cfgen-deleteupload{
	color:#ff0033;
	margin-left:10px;
	cursor:pointer;
}
#cfgen-form-21 .cfgen-deleteupload:hover{
	text-decoration:underline;
}





.required-icon {
    background-color: transparent;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 10;
	line-height: 45px;
    margin: 0em;
    width: 25px;
    height: 100%;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
    display: inline-block;
    vertical-align: middle;
    border-color: #efefef;
    color: #B80000;
    font-size: 26px;
}

.required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.cfgen-input-c {
	position:relative;
}



#cfgen-form-21 .cfgen-loading{
	display:none;
    background-color: rgba(189, 189, 189, 0.23);
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
}


#cfgen-form-21 .cfgen-loading span {
	position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
    background: url(../img/loading.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#cfgen-form-21 .cfgen-loading p {
	font-family: roboto;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 55%;
    font-size: 19px;
}

.cfgen-form-content {
	position: relative;
}









#cfgen-form-21 .cfgen-errormessage, 
#cfgen-form-21 .cfgen-validationmessage{
	padding:8px 8px;
	line-height:normal;
	border-radius:4px;
}
#cfgen-form-21 .cfgen-validationmessage{
	margin:0 0 10px 0;
}
#cfgen-form-21 .cfgen-errormessage{
	display:none;
	margin:4px 0;
}
#cfgen-form-21 .cfgen-option-content{
	max-width:100%;
}
#cfgen-form-21 .cfgen-option-radio{
	margin-bottom:4px;
}
#cfgen-form-21 .cfgen-option-checkbox{
	margin-bottom:2px;
}
#cfgen-form-21 .cfgen-option-content input[type=radio], 
#cfgen-form-21 .cfgen-option-content input[type=checkbox]{
	margin-right:2px;
	margin-left:1px;
	vertical-align:middle;
}
#cfgen-form-21 .cfgen-option-content input[type=checkbox]{
	margin-top:0;
}
#cfgen-form-21 .cfgen-option-content input[type=radio]{
	margin-top:-2px;
}
#cfgen-form-21 .cfgen-icon-c{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	padding:4px;
}
#cfgen-form-21 .cfgen-rating-c .fa{
	cursor:pointer;
}
#cfgen-form-21 .cfgen-input-c input[type="text"], 
#cfgen-form-21 .cfgen-input-c select, 
#cfgen-form-21 .cfgen-input-c input[type="submit"], 
#cfgen-form-21 .cfgen-input-c textarea{
	outline-style:none;
}
#cfgen-form-21 .cfgen-input-c input[type="text"], 
#cfgen-form-21 .cfgen-input-c textarea, 
#cfgen-form-21 .cfgen-input-c input[type="submit"]{
	width:100%;
}
#cfgen-form-21 .cfgen-input-c input[type="text"], 
#cfgen-form-21 .cfgen-input-c select, 
#cfgen-form-21 .cfgen-input-c input[type="submit"], 
#cfgen-form-21 .cfgen-input-c textarea, 
#cfgen-form-21 .cfgen-icon-c, 
#cfgen-form-21 .cfgen-label, 
#cfgen-form-21 .cfgen-paragraph, 
#cfgen-form-21 .cfgen-errormessage, 
#cfgen-form-21 .cfgen-validationmessage{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#cfgen-form-21 .cfgen-label, 
#cfgen-form-21 .cfgen-paragraph, 
#cfgen-form-21 .cfgen-errormessage, 
#cfgen-form-21 .cfgen-validationmessage{
	max-width:100%;
}
@media only screen and (min-width: 320px), only screen and (max-width: 320px){
.cfgen-form-container{}

}
@media only screen and (min-width: 480px){
.cfgen-form-container{}

}
@media only screen and (min-width: 600px){
.cfgen-form-container{}

}
@media only screen and (min-width: 768px){
.cfgen-form-container{}

}
#cfgen-form-21 .cfgen-label{
	font-family:Arial;
	font-weight:700;
	font-style:normal;
	font-size:16px;
	color:#4DBCE9;
	margin-bottom:2px;
	display: none;
}
#cfgen-form-21 .cfgen-input-group textarea,
#cfgen-form-21 .cfgen-input-group input[type="text"],
#cfgen-form-21 .cfgen-input-group select,
#cfgen-form-21 .cfgen-option-content{float: none}

#cfgen-form-21 .cfgen-input-group input[type="text"],
#cfgen-form-21 .cfgen-input-group textarea,
#cfgen-form-21 .cfgen-input-group select{}

#cfgen-form-21 .cfgen-input-group input[type="text"],
#cfgen-form-21 .cfgen-input-group textarea,
#cfgen-form-21 .cfgen-input-group select:not([multiple]){}

#cfgen-form-21 .cfgen-input-group input[type="text"]:focus,
#cfgen-form-21 .cfgen-input-group textarea:focus,
#cfgen-form-21 .cfgen-input-group select:focus{}
#cfgen-form-21 #cfgen-element-21-1{
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	font-size:34px;
	color:#26ADE4;
}
#cfgen-element-21-2-paragraph{
	font-family:Arial;
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:#000000;
	width:300px;
}
#cfgen-form-21 #cfgen-element-21-2{
	font-family:Arial;
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:#000000;
	width:300px;
}
#cfgen-element-21-6-set-c{}
#cfgen-element-21-6-inputgroup-c{}
#cfgen-element-21-3-set-c{}
#cfgen-element-21-3-inputgroup-c{}
#cfgen-element-21-7-set-c{}
#cfgen-element-21-7-inputgroup-c{}
#cfgen-element-21-4-set-c{}
#cfgen-element-21-4-inputgroup-c{}
#cfgen-form-21 #cfgen-element-21-4{}
#cfgen-element-21-8-set-c{}
#cfgen-element-21-8-inputgroup-c{}
#cfgen-element-21-5-set-c{}
#cfgen-element-21-5-inputgroup-c{}
#cfgen-form-21 #cfgen-element-21-5{
	background-image:url(../img/send-button.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0px;
    width: 172px;
    height: 72px;
    background-color: transparent;
    text-indent: -220px;
    overflow: hidden;
	border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (min-width: 600px){
#cfgen-element-21-5{
	margin-left:0px;
}

}
#cfgen-form-21 .cfgen-validationmessage{
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    background-color: #57cbf5;
	border: 1px solid #45b5de;
    width: 100%;
    padding: 40px 10px;
    line-height: 25px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
#cfgen-form-21 .cfgen-errormessage{
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    background-color: #FFF;
    border: 1px solid #e8e6e6;
    padding: 5px 10px;
    margin: 0;
    color: #ff0000;
    position: absolute;
    right: 45px;
    top: -15px;
    z-index: 99;
}
.cfgen-e-set {
	position: relative;
}
