body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}

header {
	display: flex;
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 12px 8px 12px;
	background-color: #ffffff;
}

main {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 7% 5% 10% 5%;
	
}

.menu-dots {
	margin-top: 17.5px;
  margin-left: auto;
	display: inline-block;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
}

.menu-dots span {
	display: block;
	background-color: #757575;
	width: 100%;
	box-sizing: border-box;
	height: 4px;
	margin-bottom: 4px;
}

.sub-header {
	display: block;
	width: 100%;
	background-color: #4d4d4d;
	box-sizing: border-box;
	padding: 15px 0;
	text-align: center;
	font-family: 'Roboto-Regular';
	font-size: 19px;
	color: #fff;
}

.text-normal {
	display: block;
	font-family: 'Roboto-Regular', Arial !important;
	font-size: 17px;
	color: #4d4d4d;
	margin-top: 5px;
}

.text-bold {
	display: block;
	font-family: 'Roboto-Bold', Arial !important;
	font-size: 16px;
	color: rgb(77, 77, 77);
}

.margin-top-15 { margin-top: 15px; }

.input-text-element-icon {
	display: flex;
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	padding-left: 14px;
	border-radius: 4px;
	background-color: #ffffff;
	margin-top: 7.5px;
}

.input-text-element-icon input {
	width: 100%;
	outline: none;
	font-size: 17px;
	background-color: #ffffff;
	border: 0;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 10px;
}

.btn-submit {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	background-color: #79bf44;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	color: #fff;
	box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
	border: 0;
	padding: 10px 0px;
	margin-top: 20px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-submit:disabled {
	background-color: #d7d7d7;
	color: #fff;
}

.flex-element {
	display: flex;
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
}

.flex-sub-element {
	display: inline-block !important;
	width: 47.5%;
	box-sizing: border-box;
}

.input-text-element {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
	padding-left: 14px;
	border-radius: 4px;
	background-color: #ffffff;
	margin-top: 7.5px;
	display: block;
	border: 0;
	text-align: left;
}

select, option {
	font-family: Arial !important;
	font-size: 16px;
}

label {
	display: block;
	font-family: 'Roboto-Regular';
	font-size: 16px;
	color: #4d4d4d;
}

.form-element {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.flex-element span {
	font-family: 'Roboto-Regular';
	font-size: 17px;
	color: #4d4d4d;
	margin: 4px 0;
}

.bold { color: rgb(77, 77, 77) !important; }

.right-text {
	text-align: right !important;
}
 
.resume {
	width: 100%;
	box-sizing: border-box;
	margin: 20px auto 5px auto;
	border-radius: 8px;
	border: 1px solid #000;
	padding: 3% 5%;
	background-color: white;
}

#cde-input, #pin-input {
	text-align: center !important;
}

#cde-error {
	display: block;
	font-family: 'Roboto-Regular';
	font-size: 14px;
	color: red;
	margin-top: 7.5px;
}