/*
|----------------------------------------------------------------------------
	Clean Form - PHP Working Contact Quote Booking JobApply Reservation Multi-purpose Form Main CSS
	Version: 1.7
|----------------------------------------------------------------------------
*/
.jobapply-form-section {
	max-width: 1170px;
	margin: 0 auto;
}
.intro-text {
    font-size: 18px;
    font-weight: bold;
    margin: 0 20% 30px;
    padding: 30px;
}

.text-center {
    text-align: center;
}
.clearfix {
    clear: both;
}
.formrow {
	padding-right: 15px;
	padding-left: 15px;
}
.formrow::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
}
.col-3 {width: 25%;}
.col-3 {
	width: calc(25% - 30px);
}
.col-4 {
	width: calc(33.33% - 30px);
}
.col-6 {
	width: calc(50% - 30px);
}
.col-8 {
	width: calc(66.66% - 30px);
}
.col-9 {
	width: calc(75% - 30px);
}
.col-12 {width: 100%;}
.col-3, .col-4, .col-6, .col-8, .col-9 {
	padding-right: 15px;
	padding-left: 15px;
}
.col-offset-2 {
    margin-left: 16.66666667%;
}

/*
|----------------------------------------------------------------------------
| TITLE
|----------------------------------------------------------------------------
*/
.contact-form-title-wrap {
    overflow: hidden;
	margin: 0 0 30px;
    text-align: center;
}
.title-text {
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.title-text > span {
    padding: 0 8px;
}
.title-text strong {
    font-weight: bold;
}
/*-- Title bottom line --*/
.contact-form-title-wrap .title-line {
	clear: both;
    position: relative;
	line-height: 0;
}
.contact-form-title-wrap .title-line .long-line {
    background-color: #fb9902;	/*-- border line color --*/
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 90px;		/*-- border right long line width before aniumation. --*/
}
.contact-form-title-wrap .title-line .short-line {
    background-color: #fb9902;
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    margin-right: 5px;	/*-- space between left & right line --*/
    position: relative;
    width: 20px;	/*-- border left short line width before aniumation --*/
}


/*title-box*/
.title-box::before {
    background-color: #fb9902;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}
.title-box {
    border-bottom: 1px solid #b5b5b5;
    margin: 0 0 30px;
    position: relative;
}
.title-box > h3 {
	margin: 0;
    text-transform: uppercase;
}

/*
|----------------------------------------------------------------------------
| Job Application FORM STYLE
|----------------------------------------------------------------------------
*/
#jobapply-form-section {
	padding: 80px 0 30px;
}

/*CONTACT INFO*/
.imageBox img {
    margin: 0 0 30px;
	max-width: 100%;
}
.contact-info ul {
    margin-bottom: 30px;
}
.contact-info .list-unstyled > li {
    padding-bottom: 5px;
	list-style: none;
}
.contact-info .list-unstyled > li:last-child {
    padding-bottom: 0;
}
.contact-info i {
    text-align: left;
}

a.contact-info:link {color: #fb9902; text-decoration: none; }
a.contact-info:visited {color: #fb9902; text-decoration: none; }
a.contact-info:active {color: #fb9902;text-decoration: none; }
a.contact-info:hover {color: #922A08; font-weight:bold;text-decoration: none; }

/*CONTACT FORM*/
#jobapplyForm {
    margin-top: 80px;
}
#jobapplyForm #msgSubmit {
    margin: 0 0 30px;
}
#jobapplyForm .form-group {
	display: table;
	margin-bottom: 40px;
    position: relative;
	width: 100%;
}
#jobapplyForm .input-group-icon {
    position: absolute;
	top: 0;
}
#jobapplyForm .form-group .input-group-icon {
    background-color: #fb9902;
    border: none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: table-cell;
    font-size: 14px;
    /*
    padding: 13.5px 5px;
    */
    line-height: 40px;
    height: 100%;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 30px;
}
#jobapplyForm .form-control:focus + .input-group-icon{
    background-color: #fb9902;
}
#jobapplyForm .form-control {	
    background-color: transparent;
    border: 1px solid #fb9902;
    border-radius: 5px;
    padding-left: 50px;
	width: calc(100% - 52px);
    max-width: 340px;
    height: 40px;
}
#jobapplyForm select.form-control {
    height: 44px;
	width: 100%;
	max-width: 393px;
}
#jobapplyForm textarea.form-control {
    height: 120px;
    padding: 10px 10px 10px 50px;
	width: calc(100% - 62px);
    max-width: 100%;
}

#jobapplyForm .form-label {
    top: 0;
    color: #a8a8a8;
    cursor: text;
    font-size: 14px;
    font-weight: 400;
    left: 50px;
    line-height: 40px;
	/*
	padding: 12px 0;
	 */
    pointer-events: none;
    transition: top 0.25s ease-out 0s;
    position: absolute;
}
#jobapplyForm .form-control:valid ~ .form-label,
#jobapplyForm .form-control:focus ~ .form-label {
    top: -28px;
    left: 3px;
	background-color: rgba(62, 62, 62, 0.99);
	color: #fff;
	padding: 0 10px;
    line-height: 24px;
	text-transform: capitalize;
    transition: top 0.25s ease-in 0s;
}

#jobapplyForm .form-control:focus {
	border-color: #fb9902;
	box-shadow: 0 1px 1px rgba(251, 153, 2, 0.075) inset, 0 0 8px rgba(251, 153, 2, 0.6);
}
#jobapplyForm .form-control:focus + .input-group-icon{
    background-color: #fb9902;
    color: #fff;
}
#jobapplyForm .btn.dropdown-toggle.btn-default {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    padding: 4px 0;
    text-shadow: none;
}
#jobapplyForm span.sub-text {
    margin-top: -50px;
    color: #5E5D5D;
    font-size: 14px;
    position: absolute;
}
#jobapplyForm .help-block {
    color: #ce0606;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: -36px;
}
#jobapplyForm .help-block.with-errors.checkbox-errors {
    margin-top: -6px;
}
#jobapplyForm .help-block ul.list-unstyled li::before {
    content: "\f071";
    font-family: FontAwesome;
    position: relative;
    padding-right: 5px;
    top: 0;
    left: 0;
}
#jobapplyForm .help-block ul li {
	font-size: 13px;
    background-color: #ce0606;
    color: rgba(255, 255, 255, 0.99);
	padding: 1px 5px;
    border-radius: 2px;
    top: -2px;
	position: relative;
	margin-left: 5px;
	max-height: 20px;
}
#jobapplyForm .help-block ul li::after {
	content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 50%;
    top: 18px;
    border: 5px solid transparent;
    border-top: 5px solid #ce0606;
}
#jobapplyForm .help-block ul.list-unstyled {
    list-style: none;
	padding-left: 10px;
}
#jobapplyForm .has-error .form-control {
    border-color: #ce0606;
}
#jobapplyForm .has-error .input-group-icon {
    background-color: #ce0606;
    color: #fff;
}
#jobapplyForm .has-error .form-control:focus {
	border-color: #fb9902;
	box-shadow: 0 1px 1px rgba(251, 153, 2, 0.075) inset, 0 0 8px rgba(251, 153, 2, 0.6);
}
#jobapplyForm .has-error .form-control:focus + .input-group-icon {
    background-color: #fb9902;
    color: #fff;
}
#msgContactSubmit.h3 {
    margin: 0 0 30px;
	font-size: 24px;
}
#jobapplyForm .text-success, #msgContactSubmit .text-success, .text-success {
    color: #37a000;
}
#jobapplyForm .text-danger {
    color: #ce0606;
	margin: 0 0 30px;
}
#jobapplyForm .btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
#jobapplyForm .input-group-btn ~ .form-control {
    border-radius: 0 4px 4px 0;
	cursor: not-allowed;
	padding-left: 10px;
}
#jobapplyForm .input-group-btn > .btn {
    background-color: #fb9902;
    border: 1px solid #fb9902;
    border-radius: 4px 0 0 4px;
	color: #fff;
    padding: 11.5px 14px;
	height: 34px;
}
#jobapplyForm .input-group-btn > .btn > input[type="file"] {
    display: none;
}

/*select box*/
#jobapplyForm select {
	background-color: white;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #fb9902 50%),
		linear-gradient(135deg, #fb9902 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
#jobapplyForm select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #fb9902 50%),
		linear-gradient(135deg, #fb9902 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
}

/*
|----------------------------------------------------------------------------
| Math Captcha
|----------------------------------------------------------------------------
*/
#humanCheckCaptchaBox, #humanCheckCaptchaInput, #firstDigit, #secondDigit,  #mathfirstnum, #mathsecondnum {
    display: inline;
}
#humanCheckCaptchaInput.form-control {
    height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 45px;
}
#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
	border: none;
	box-shadow: none;
    width: 30px;
    height: 30px;
	padding: 0;
    pointer-events: none;
    text-align: center;
}

/*
|----------------------------------------------------------------------------
| Button
|----------------------------------------------------------------------------
*/
#submitButtonHolder .btn {
	border: 1px solid #fb9902;
	border-radius: 5px;
	font-size: 16px;
	overflow: hidden;
	padding: 6px 20px;
	text-transform: uppercase;
	cursor: pointer;
}
#submitButtonHolder .btn-custom {
    background-color: #fb9902;
    color: #fff;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
	border-radius: 8px;
	border: 1px solid #fb9902;
}
#submitButtonHolder .btn-custom::before {
    background-color: #fff;
	border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -o-transform:scaleX(0);
    -ms-transform:scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
    z-index: -1;
}
#submitButtonHolder .btn-custom:hover, #submitButtonHolder .btn-custom:focus, #submitButtonHolder .btn-custom:active {
    border-color: #fb9902;
	border-radius: 5px;
    color: #222;
}
#submitButtonHolder .btn-custom:hover::before, #submitButtonHolder .btn-custom:focus::before, #submitButtonHolder .btn-custom:active::before {
    -moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#submitButtonHolder .btn {
    transition: all 0.5s ease 0s;
    width: 150px;
}
#submitButtonHolder .btn::after {
    content: "\f0a9";
    font-family: fontawesome;
    font-size: 22px;
    opacity: 0;
    position: absolute;
    top: 2px;
    right: 50px;
    transition: all 0.3s ease 0s;
}
#submitButtonHolder .btn:hover::after {
    opacity: 1;
    right: 10px;
	top: 5px;
}

/************ sweet-alert **************/
.sweet-alert button {
    background-color: #0379ca;
}
.sweet-alert {
	padding: 20px;
}
.sweet-alert .sa-icon {
    margin: 0 auto 20px;
}
.sweet-alert h2 {
    margin: 20px 0;
}
.sweet-alert button {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 5px 0;
    padding: 6px 30px;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #ce0606;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    background-color: #ce0606;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid rgba(60, 118, 61, 0.4);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #3c763d;
}

@media screen and (max-width: 767px) {
	.intro-text {
		margin: 0 0 30px;
	}
	
	.col-3 {
		width: calc(50% - 30px);
	}
	.col-8, .col-9 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.col-12 {width: 100%;}
	.col-offset-2 {
		margin-left: 0;
	}

}
@media screen and (max-width: 667px) {
	.col-3, .col-4, .col-6 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 420px) {	
	#jobapplyForm .g-recaptcha {
		-webkit-transform:scale(0.85);
		transform:scale(0.85);
		-webkit-transform-origin:0 0;
		transform-origin:0 0;
	}
}
@media screen and (max-width: 320px) {
	#firstDigit #mathfirstnum, #secondDigit #mathsecondnum {
		width: 20px;
	}
}


/* Textarea spez. */
#jobapplyForm .form-group.form-textarea textarea { height: 100px; }
#jobapplyForm .form-group.form-textarea .input-group-icon { height: 100px; margin-top: 1px; }
