.formidable {}

.formidable .processing {}

.formidable .hide {
    display: none;
}

.formidable [type="submit"] i {
    display: none;
}

.formidable .processing [type="submit"] i {
    display: inline-block;
}

.formidable .valid-feedback,
.formidable .invalid-feedback {
    display: block;
}

.formidable div[data-formidable-message] p {
    margin-bottom: 0;
}

.formidable div[data-formidable-message] p + p {
    margin-top: 10px;
}

.formidable div[data-formidable-countable] {
    position: relative;
}

.formidable div[data-formidable-countable] div[data-range] {
    position: absolute;
    font-size: 13px;
    color: #ccc;
    top: 9px;
    right: 9px;
}

.formidable div[data-formidable-countable] select[multiple="true"]+div[data-range] {
    right: 25px;
}

.formidable div[data-formidable-countable] select.is-invalid,
.formidable div[data-formidable-countable] select.is-valid {
    background-position: right calc(0.375em + 2.1875rem) top calc(9px);
}

.formidable div[data-formidable-countable] select[multiple="true"].is-invalid,
.formidable div[data-formidable-countable] select[multiple="true"].is-valid {
    background-position: right calc(0.375em + 2.7875rem) top calc(9px);
}



.formidable div[data-formidable-countable] select:not([multiple="true"])+div[data-range],
.formidable div[data-formidable-type="file"] div[data-formidable-countable] div[data-range] {
    display: none;
}

.formidable div[data-formidable-countable] .is-invalid,
.formidable div[data-formidable-countable] .is-valid {
    background-position: right calc(.375em + 2.5875rem) center;
    padding-right: calc(1.5em + 2.75rem);
}

.formidable div[data-formidable-type="address"] .col.address1,
.formidable div[data-formidable-type="address"] .col.address2 {

}

.formidable div[data-formidable-type="address"] .col.number,
.formidable div[data-formidable-type="address"] .col.number_suffix {
    flex: 0 0 auto;
    width: 20%;
}

.formidable div[data-formidable-type="address"] .break {
    margin-bottom: 15px;
}

.formidable div[data-formidable-type="date"] [type="date"].is-invalid,
.formidable div[data-formidable-type="date"] [type="date"].is-valid {
    background-position: right calc(.375em + 2.1875rem) center;
}
.formidable div[data-formidable-type="date"] [type="date"]:before {
    background-color: white !important;
}


.formidable div[data-formidable-type="file"] div[data-formidable-countable] .is-invalid,
.formidable div[data-formidable-type="file"] div[data-formidable-countable] .is-valid {
    background-position: right calc(0.375em + .1875rem) center;
}

.formidable div[data-formidable-type="file"] .add-file {
    float: right
}

.formidable div[data-formidable-type="range"] div.range {
    display:flex;
    flex-direction: row;
}
.formidable div[data-formidable-type="range"] div.range span[data-range-value] {
    padding: 6px 10px;
    height: 1.5rem;
    position: relative;
    margin-left: 10px;
}
.formidable div[data-formidable-type="range"] div.range span[data-range-value]:after {
    position: absolute;
    top: 5px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #373a3b;
    border-bottom: 7px solid transparent;
    content: '';
}

.formidable div[data-formidable-type="captcha"] .captcha-verified {
    /* display: none; */
}

.formidable .option-other {
    display: none;
}
.formidable .option-other.enabled {
    display: block;
}

.formidable .signature-holder {
    position: relative;
}
.formidable .signature-holder .signature {
    width: 100%;
    margin-bottom: 10px;
}
.formidable .signature-holder[disabled="disabled"] .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index:2;
}
.formidable .signature-holder[disabled="disabled"] a {
    display: none;
}


.formidable .formidable-dropzone .dropzone-box,
.formidable .formidable-dropzone .dropzone-box * {
    box-sizing: border-box
}

.formidable .formidable-dropzone .dropzone-box {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px 20px;
}

.formidable .formidable-dropzone .dropzone-box.dz-clickable {
    cursor: pointer
}

.formidable .formidable-dropzone .dropzone-box.dz-clickable * {
    cursor: default
}

.formidable .formidable-dropzone .dropzone-box.dz-clickable .dz-message,
.formidable .formidable-dropzone .dropzone-box.dz-clickable .dz-message * {
    cursor: pointer
}

.formidable .formidable-dropzone .dropzone-box.dz-started .dz-message {
    display: none
}

.formidable .formidable-dropzone .dropzone-box.dz-drag-hover {
    border-style: solid
}

.formidable .formidable-dropzone .dropzone-box.dz-drag-hover .dz-message {
    opacity: .5
}

.formidable .formidable-dropzone .dropzone-box .dz-message {
    text-align: center;
    margin: 2em 0
}

.formidable .formidable-dropzone .dropzone-box .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}
.formidable .formidable-dropzone .dz-image-preview img {
    max-width: 50px;
}
.formidable .formidable-dropzone .dz-image-preview .dz-title span {
    font-size: 13px;
    margin-bottom: 5px;
}
.formidable .formidable-dropzone .dz-image-preview .dz-title span b,
.formidable .formidable-dropzone .dz-image-preview .dz-title span strong {
    font-weight: normal;
}
.formidable .formidable-dropzone .dz-progress .progress-bar {
    height: 10px;
}
.formidable .formidable-dropzone [data-dz-remove]:hover,
.formidable .formidable-dropzone [data-dz-remove]:hover i {
    cursor: pointer;
}

/* STEPS */
.formidable .has-steps .steps .current-info {
    position: absolute;
    left: -999em;
}
.formidable .has-steps .steps ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}
.formidable .has-steps .steps ul > li {
    padding: 0 10px;
}
.formidable .has-steps .steps ul > li.first {
    padding-left: 0;
}
.formidable .has-steps .steps ul > li.last {
    padding-right: 0;
}

.formidable .has-steps .content > .title {
    position: absolute;
    left: -999em;
}
.formidable .has-steps .content {
    background: #eee;
    display: block;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    width: auto;
}
.formidable .has-steps .content > .body {
    width: 100%;
    padding: 15px;
}
/* hide "back"-button on first step */
.formidable .has-steps .content > .body.first > .step-navigation [data-formidable-step-previous] {
    display:none
}

.formidable .has-steps .step-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.formidable .has-steps .step-navigation > *:last-child {
    margin-left: auto;
}

// Form Questionare 
.CSQuestions {
border: 1px solid #e6e5e5;
padding:0px;
background-color:transparent;
border-radius:2px;
box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.CSQuestions .width-6 {max-width:6%;width:6%!important; display:inline-block;float:none!important;vertical-align:top;}
.CSQuestions .width-6.last{max-width:93%;width:94%!important;}
.CSQuestions .last:after {content:'';display:block;clear:both;}
.CSQuestions .element{overflow:hidden!important; }
.CSQuestions .radio { position: inherit;}
.CSQuestions .submit {margin: 0 auto;}
.CSQuestions label {font-size:1.1em;padding:0 8px;width:auto;display:inline-block;vertical-align:top;line-height: 1.4em  }
.CSQuestions .input {font-size:1.1em;padding:0px;width:100%;display:inline-block;vertical-align:top; }
.CSQuestions .input label {width:auto;padding:0px;margin:0 5px;line-height: 1.4em;}
.CSQuestions .input textarea {height:140px;transition: 0.25s ease-in;margin:15px 0;}
.CSQuestions .input textarea[disabled] {height:25px;}
		
			.CSQuestions input[type=radio] { padding: 0.4em;  -webkit-appearance: none; outline: 0.1em solid black; outline-offset: 0.1em;position: relative;margin:0;}
			.CSQuestions input[type=radio]:checked { display: inline-block;  background-color: #e1352c;box-shadow: 0.02em 0.02em 0.02em 0.01em #f3f3f3, 0.0em 0.05em 0.01em 0.01em currentColor;  
						background-image:none; background-position:center; background-size: 18px 18px;}
			.CSQuestions input[type=radio]:hover {cursor: pointer;}
	
.CSQuestions .tooltip{	position: absolute!important;}
.CSQuestions .tooltip-inner {width:150px; height: auto; font-size:16px;font-weight:400; background-color:rgba(0,0,0,0.6);}
.CSQuestions .tooltip-inner:before{  font-family: "FontAwesome";
   content: "\f165";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 300;
   font-size:30px;}
.CSQuestions .tooltip-inner:after {  font-family: "FontAwesome";
   content: "\f164";
   display: inline-block;
   padding-left: 8px;
   vertical-align: middle;
   font-weight: 300;
   font-size:30px;}

.CSQuestions .CSQ-ID {text-align:center;border-bottom: 0px solid #f3f3f3;}
.CSQuestions .CSQ-ID p{padding:  15px 5px 0px 5px;}
.CSQuestions .CSQ-Question {padding:0;position:relative; overflow:visible!important;}
.CSQuestions .CSQ-Question {border-bottom: 1px solid #f3f3f3;box-shadow: 1px 1px 2px rgba(0,0,0,0.05); }

.CSQuestions .CSQ-Section {background-color:#f3f3f3;padding:5px;text-align:left;font-weight:bold;font-size:1em;margin:0;box-shadow: 1px 1px 2px rgba(0,0,0,0.15); }
.CSQuestions .CSQ-Section  h2{margin:0;}
.CSQuestions .CSQ-Section-ID {background-color:#f3f3f3;padding:5px;text-align:center;font-weight:bold;font-size:1em;margin:0;box-shadow: 1px 1px 2px rgba(0,0,0,0.15);}
.CSQuestions .CSQ-Section-ID h2{margin:0;}
.CSQuestions .custom-radio {margin: 0px 5px 0 0;padding: 15px 0px 15px 5px!important;width:auto;float:left;}
.CSQuestions .ClearMe {clear:both;padding: 0; margin: 0;}
label.d-inline {padding:15px 5px;}
.form-group {margin:0;}