@font-face {
	font-family: 'font_static_regular';
	src: url('/resource/HireGlobal/Fonts_dot_HireSpace-Regular/ttf/font') format('truetype');
}

@font-face {
	font-family: 'font_static_bold';
	src: url('/resource/HireGlobal/Fonts_dot_HireSpace-Bold/ttf/font') format('truetype');
}

.app_template_view * {
	font-family: font_static_regular;
	font-size: 20px !important;
	color: #333333;
	--checkbox21-color: #333333 !important;
	border-color: #333333;
	background-color: transparent;
	filter: unset;
}

.app_template_view .interact_popup {
	background-color: #EEEEEE;
}

.app_template_view hr {
	background: #333333 !important;
}

.app_template_view input[type="text"] {
	font-family: font_static_regular;
	font-size: 20px !important;
	color: #333333 !important;
	border-color: #333333;
}

.app_template_view input[type="checkbox"] {
	width: 24px;
	min-width: 24px;
	height: 24px;
}

	.app_template_view input[type="checkbox"]::before {
		width: 14px;
		min-width: 14px;
		height: 14px;
	}

	.app_template_view input[type="checkbox"]:focus {
		border-width: 3px;
		filter: unset;
	}

	.app_template_view input[type="checkbox"]:hover {
		filter: unset;
	}

.app_template_view .checkbox21:hover {
	filter: unset;
}

.app_template_view input[type="radio"]::before {
	background-color: #333333 !important;
	width: 24px;
	min-width: 24px;
	height: 24px;
}

.app_template_view input[type="radio"] {
	width: 24px;
	min-width: 24px;
	height: 24px;
	border-color: #333333 !important;
}

.app_template_view button {
	display: block;
	text-align: center;
	font-family: font_static_bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #4A90E2;
	border: 1px solid #4A90E2;
	border-radius: 2rem;
	box-shadow: rgba(255,255,255,0.3) 0px 1px 0px 0px inset,rgba(255,255,255,0.2) 0px 16px 0px 0px inset,rgba(255,255,255,0.25) 0px 10px 20px 0px inset,rgba(0,0,0,0.3) 0px -15px 30px 0px inset;
	padding: 8px 16px;
	width: 300px;
	min-width: 100px;
	max-width: 300px;
	margin: 0;
	cursor: pointer;
	pointer-events: all;
}

	.app_template_view button.mini {
		font-size: 16px;
		padding: 0.1rem 0.5rem;
		width: unset;
		min-width: unset;
		max-width: unset;
	}

	.app_template_view button:focus {
		filter: unset;
	}

	.app_template_view button:hover {
		filter: unset;
	}

	.app_template_view button:focus > span {
		filter: unset;
	}

	.app_template_view button:hover > span {
		filter: unset;
	}

	.app_template_view button:hover > .select_list_subtext {
		filter: unset;
	}

	.app_template_view button.image {
		box-shadow: unset;
		border: none;
		background-color: transparent;
		border-radius: 0;
	}

		.app_template_view button.image.huge {
			border: none;
			background-position: right;
			background-color: transparent;
			box-shadow: unset;
		}

		.app_template_view button.image.right {
			background-position: right center;
		}

	.app_template_view button.save {
		background-color: #00A000;
		border-color: #00A000;
	}

	.app_template_view button.select_list {
		background-image: url(/image/arrow-down-2/333333) !important;
		background-size: 18px;
		border: none;
		max-width: unset;
		width: 100%;
		text-align: left;
		font-variant: normal;
		padding: 0;
		min-height: unset;
		box-shadow: unset;
		border: none;
		background-color: white;
	}

.app_template_view .select_list_item button {
	box-shadow: unset;
	border: none;
	background-color: white;
	max-width: unset;
	width: 100%;
	text-align: left;
	font-variant: normal;
	padding: 0;
}

.app_template_view button.select_list:focus {
	background-image: url(/image/arrow-down-3/333333) !important;
}

.app_template_view .select_list_closer button {
	border: none;
	max-width: unset;
	width: 100%;
}

.app_template_view button.text.normal {
	color: #333333;
}

	.app_template_view button.text.normal:focus {
		text-decoration: underline;
	}

.app_template_view .div.label {
	color: #333333;
}

	.app_template_view .div.label.header {
		font-family: font_static_bold;
	}

	.app_template_view .div.label.large {
		border: none;
		background-color: unset;
		padding: 0;
	}

.app_template_view .div.select_wrapper {
	position: relative;
	border: 1px solid #333333;
	border-radius: 4px;
	padding: 6px;
}

.app_template_view .div_edit {
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 6px;
	min-height: 64px;
}

.app_template_view .select_list_popup {
	box-shadow: 0 0 12px #333333;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 0 0.75rem 0.75rem;
	background-color: #FFFFFF;
	width: 100%;
	z-index: 1000001;
}

.app_template_view .subtext {
	font-size: 16px !important;
}