@font-face {
	font-family: 'pt mono';
	src: url('../font/PTMono-Regular.ttf');
}

@font-face {
	font-family: 'Atkinson-Hyperlegible';
	src: url('../font/Atkinson-Hyperlegible-Regular-102.ttf');
}

@font-face {
	font-family: 'NeueHaasDisplay';
	src: url('../font/NeueHaasDisplayMediu.ttf');
}

html, body {
	background-color: #eee;
	min-width: 1000px;
	background-image: url('../images/watermark6.png');
	background-size: 200px auto;
	color: #004678;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Atkinson-Hyperlegible';
}

input {
	font-family: 'Atkinson-Hyperlegible';
}

.textbox {
	width: 80%;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #115789;
	color: white;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 0 1px 0px #004678;
	box-sizing: border-box;
	transition: box-shadow 0.1s, border 0.1s;
}

.ro_textbox {
	width: 80%;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #EEE;
	color: #000000;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 0 1px 0px #000;
	box-sizing: border-box;
	transition: box-shadow 0.1s, border 0.1s;
	cursor: not-allowed;
}

.textbox:focus {
	box-shadow: 0 0 5px 1px #004678;
	background-color: #517fa9;
}

.bad_textbox {
	width: 80%;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #833c3b;
	color: white;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 0 1px 0px #7b3535;
	box-sizing: border-box;
	transition: box-shadow 0.1s, border 0.1s;
}

.bad_textbox:focus {
	box-shadow: 0 0 5px 1px #7b3535;
	background-color: #d98984;
}


.checkbox {
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	transform: scale(2);
	background-color: #115789;
	color: white;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 0 1px 0px #004678;
	box-sizing: border-box;
	transition: box-shadow 0.1s, border 0.1s;
}

.ro_checkbox {
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	transform: scale(2);
	background-color: #EEE;
	color: #000000;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 0 1px 0px #000;
	box-sizing: border-box;
	transition: box-shadow 0.1s, border 0.1s;
	cursor: not-allowed;
}

.checkbox:focus {
	box-shadow: 0 0 5px 1px #004678;
	background-color: #517fa9;
}

.hidden_default_button {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#btnSubmit {

	margin-top: 5px;
	padding: 10px;
}

#btnBack {
	margin-top: 5px;
	padding: 10px;
}

.logo {
	background-color:#1E1E3E;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
	margin-bottom: 10px;
}

.pagetitle_div {
	position: relative;
	top: -85px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

.heading_div {
	padding-top: 100px;
	text-align: center;
	font-size: 60px;
}

.bottom_nav {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 80px;
	margin-bottom: 20px;
}

.bottomnav_spacing {
	width: 50%;
	display: inline-block;
}

.save_button {
	margin-top: 10px;
	padding: 30px;
	background-color:#1E1E3E;
	color: #ffffff;
	font-size: 20px;
}

.status_info {
	display: none;
}

.status_input {
	display: none;
}

.label_div {
	padding-top: 100px;
	font-size: 40px;
	padding-bottom: 50px;
}

.heading_p {
	font-size: 30px;
}

.breadcrumbs {
	font-size: 13px;
	padding-right: 8px;
}

.breadcrumb_heading_complete {
	color: #000000;
	height: 36px;
	width: 36px;
	border-radius: 36px;
	border: solid 3px #1E6E1E;
	margin-left: 10px;
	padding: 1px;
}

.breadcrumb_complete {
	color: #000000;
	height: 30px;
	width: 30px;
	padding: 1px;
	border: none;
	border-bottom: solid 4px #1E6E1E;
}


.breadcrumb_heading_new {
	color: #9E9E9E;
	border: solid 2px #BDBDBD;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 1px;
	top: -1px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.breadcrumb_new {
	color: #9E9E9E;
	border-bottom: solid 2px #BDBDBD;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	line-height: 24px;
	padding-bottom: 3px;
	top: 1px;
	position: relative;
	display: inline-block;
}

.breadcrumb_heading_current {
	color: #000000;
	border: solid 3px #cece1e;
	height: 28px;
	width: 28px;
	border-radius: 28px;
	line-height: 28px;
	vertical-align: middle;
	padding: 1px;
	top: -1px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.breadcrumb_current {
	color: #000000;
	border-bottom: solid 4px #cece1e;
	height: 24px;
	width: 28px;
	line-height: 24px;
	vertical-align: middle;
	padding: 1px;
	top: 1px;
	position: relative;
	display: inline-block;
}

.error_message {
	text-align: center;	
	font-size: 24px;
}

.locked_form {
	text-align: center;	
}

.locked_form_heading {
	padding-top: 100px;
	font-size: 50px;
}

.gender_div {
    width: fit-content;
    margin: auto;
    text-align: right;
    font-size: 20px;
    padding-right: 50px;
}

.gender_input {
    margin-bottom: 20px;
    scale: 1.5;
}

.signature_js {
	display: none;
}

.signature_file {
	display: inline-block;
}

.signature_tab_button {
	display: inline-block;
	padding: 30px;
	background-color:#1E1E3E;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Atkinson-Hyperlegible';
}

.signature_tab_spacer {
	display: inline-block;
	width: 75px;
	/*
	width: 30px;
	margin-bottom: 50px; */
}

/* .signature_js_button { 
	border-radius: 8px;
	display: inline-block;
	padding: 10px 30px;
	background-color:#1E1E3E;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Atkinson-Hyperlegible';
	cursor: pointer;
	z-index: 100;
    position: relative;
 } */

.signature_button_spacer {
	display: inline-block;
	width: 30px;
	margin-bottom: 100px;
}


@media screen and (max-width: 1000px) {
	.pagetitle_div {
		margin-left: 80px;
	}
	
	.bottomnav_spacing {
		width: 30%;
	}

}

@media screen and (max-width: 500px) {
	.bottom_nav {
		position: inherit;
		display: inline-block;
		text-align: center;
		width: 100%;
		padding-top: 50px;
	}
}

@media screen and (max-height: 850px) {
	
	.bottom_nav {
		position: inherit;
		display: inline-block;
		text-align: center;
		width: 100%;
		padding-top: 100px;
	}
	
}


/* https://codeconvey.com/convert-checkbox-to-toggle-button-css/ */
/* Toggle Button */
.signature_checkDU {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin: 10px;
}


/* To create surface of toggle button */
.signature_checkDU:after {
	content: '';
	width: 150px;
	height: 28px;
	display: inline-block;
	background: rgba(196, 195, 195, 0.55);
	border-radius: 18px;
	clear: both;
}


/* Contents before checkbox to create toggle handle */
.signature_checkDU:before {
	content: '';
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}


/* Shift the handle to left on check event */
.signature_checkDU:checked:before {
	left: 120px;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* Background color when toggle button will be active */
.signature_checkDU:checked:after {
	/* background: #16a085; */
}

/* Transition for smoothness */
.signature_checkDU,
.signature_checkDU:before,
.signature_checkDU:after,
.signature_checkDU:checked:before,
.signature_checkDU:checked:after {
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
}

.signature_DU_label {
	vertical-align: super;
}

.signature_file {
	/* text-align: center; */
	position: relative;
	top: 80px;
}

input[type="submit"]{
	cursor: pointer;
}

input::file-selector-button{
	border: 0;
	border-radius: 8px;
	background: #2e2e4e;
	color: #fff;
	padding: 20px 30px;
	margin: 20px;
	font-size: 14px;
	text-shadow: 0 1px 1px #333;
	transition: all 0.3s;
	cursor: pointer;
}

input::file-selector-button:hover {
	background: #1e1e3e;
	padding: 22px 35px;
}

#sigDraw {
	cursor: crosshair;
	/* background-color: #F0F0FF; */
	background-color: #FFF;
    border: 2px solid;
}

#signature_clear {
	height: 304px;
	/* vertical-align: middle; */
	/* margin-bottom: 100px; */
	cursor: pointer;
	z-index: 100;
    position: relative;
	margin-left: 10px;
	padding: 0px 15px;
	background-color: #FFC0C0;
}