/* Application Styles */

.applicationform {
	padding: 30px 0;
}

.buttons {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.applicationform input, .applicationform textarea, .applicationform select {
	width: calc(100% - 20px);
	padding: 5px 10px;
}

.application_links {
	width: 90%;
	margin: auto;
	border-width: 0px !important;
	border-style: solid;
	border-color: #ddd;
}

.application-content .btn {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.application_links .btn {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.application-content {
	border-width: 0px !important;
	border-style: solid;
	border-color: #e6a303;
	padding: 20px;
}

.application-content select{
	width: 100%;
	padding-left: 10px !important;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	min-height: 40px;
	padding: 10px;
	line-height: 20px;
	font-size: 13px;
	transition: all .3s ease-in-out;
}

.application-bold {
	font-weight: 800;
}

body.application {
	overflow-x: hidden;
}


.applicationform {
	margin-top: 30px;
}

.applicationform h3 {
	margin: 30px 0;
	line-height: 2.75rem;
}

.applicationform .heading {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 4rem;
	line-height: 4rem;
	margin-top: 30px;
	border-top: solid;
	padding-top: 30px;
}

.application-heading h4 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 4rem;
	line-height: 4rem;
}

.applicationform input, .applicationform select, .applicationform textarea {
	border: 1px solid #cecece;
	background-color: white;
	font-size: 2rem;
	transition: border-color 1s;
	padding: 10px;
}



.applicationform textarea {
	height: 50vh;
}

.applicationform select:hover, .applicationform option:hover {
	cursor: pointer;
}

.applicationform .buttons {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.applicationform .buttons .left {
	display: flex;
	align-items: center;
}

.applicationform .buttons .right {
	display: flex;
	align-items: center;
}


.applicationform .buttons a {
	font-size: 2rem;
}

.applicationform .buttons .left a {
	margin-right: 25px;
}

.applicationform .buttons .right a {
	margin-left: 25px;
}

.viewcontainer {
	display: flex;
}

.application-container {
	width: 100%;
	overflow: hidden;
	display: flex;
}

.preview {
	margin-left: 5%;
	margin-right: 5%;
}

.application-container .view {
	min-width: 100%;
}

.application-container .view .inside {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

.application-container .question-container {
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.question-container .question, .postcode-title, .other-question {
	font-weight: 700;
}

.question-container .warning, .qualifications-warning {
	color: #ea5543;
}

.review-table {
	margin-top: 50px;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}

.review-table tr {
	border-bottom: 1px solid #e5e5e5;
}

.review-table td {
	padding: 8px 0;
}

.review-table i {
	font-size: 2.5rem;
}

.review-question {
	width: 30%;
}

.review-answer {
	width: 65%;
	max-width: 65%;
	overflow-x: hidden;
}

.review-status {
	width: 5%;
}

.status_0 {
	color: #ebae34;
}

.status_1 {
	color: #2fb41f;
}

.status_2 {
	color: #ea5543;
}

.status_0 .success, .status_0 .warning {
	display: none;
}

.status_1 .info, .status_1 .warning {
	display: none;
}

.status_2 .success, .status_2 .info {
	display: none;
}

table .small-btn {
	width: 100%;
	display: block;
	text-align: center;
}

.applicationform hr {
	height: 2px;
	border-style: none;
	margin-top: 30px;
}

.hide_submit .btn {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: grey;
	opacity: 0.8;
	color: white;
}

.hide_submit .btn:hover {
	color: white;
}

.show_submit .btn {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #2fb41f;
	opacity: 0.8;
	color: white;
	transition: background-color 1s ease;
}

.show_submit .btn:hover {
	color: white;
	background-color: #237f18;
}

.applicationform .small-btn {
		border-width: 1px;
		border-style: solid;
	}

.applicationform table {
	font-weight: 800;
	font-size: 1.75rem;
}


@media only screen and (max-width:1023px) {
	
	.applicationform .buttons, .applicationform .buttons .left {
		flex-direction: column;
		width: 100%;
	}
	
	.applicationform .buttons .right {
		flex-direction: column-reverse;
		width: 100%;
	}
	
	.applicationform .small-btn {
    padding: 6px 10px !important;
	}
	
	.applicationform .buttons a {
		width: 100%;
    text-align: center;
		margin-bottom: 20px;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.view .buttons {
		flex-direction: column-reverse;
	}
	
	.applicationform .heading {
		font-size: 3rem;
		line-height: 3rem;
	}
	
	.review-table tr td:nth-child(2) {
		display: none;
	}
	
	.review-question {
		width: 80% !important;
		max-width: 80% !important;
	}
	
	.review-status {
		width: 20%;
		max-width: 20%;
	}
}