html {
	font-size: 62.5%;
}

body {
	color: #222;
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
}

h1, h2, h3 {
	font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-weight: 400;
	line-height: 3rem;
	margin: 0 0 1rem;
}

h1 {
	font-size: 2.2rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.8rem;
}

div + h2 {
	margin-top: 2rem;
}

a {
	color: #2079d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input,
button,
textarea,
select {
	background-color: #fff;
	border: thin solid #ccc;
	border-radius: 0.2rem;
	box-sizing: border-box;
	color: #222;
	font-family: inherit;
	font-size: 1.3rem;
	max-width: 100%;
	padding: 0.5rem 1rem;
	vertical-align: top;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: rgb(255, 255, 255) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFZmZm////c0tZqAAAAAJ0Uk5T/wDltzBKAAAAHUlEQVR42mJgYIQABgZGCBNMM4AZUArKgRIAAQYAA6IAJVbyVCYAAAAASUVORK5CYII=") no-repeat scroll right 1rem center;
	box-sizing: border-box;
	height: 3.5rem;
	width: 100%;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #222;
}

select::-ms-expand {
	display: none;
}

optgroup {
	background-color: #eee;
	color: #999;
	font-style: normal;
}

input {
	height: 3.5rem;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #9cf;
	outline: 0;
}

button:hover {
	background-color: #e6e6e6;
}

button:focus {
	outline: thin dotted #333;
	outline-offset: -2px;
}

button {
	cursor: pointer;
	display: inline-block;
	height: 3.5rem;
	padding: 0.5rem 2rem;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label,
input[type="radio"] {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

input[type="radio"] {
	border: 0;
	height: auto;
	margin: 0;
	opacity: 0;
	padding: 0;
}

input[type="radio"] + label {
	margin-left: -2rem;
	padding: 0.4rem;
}

input[type="radio"] + label::before {
	background-image: url("/img/jquery/chkrad.png");
	background-position: -40px 0;
	content: "";
	display: inline-block;
	height: 20px;
	left: 0;
	margin-right: 0.4rem;
	vertical-align: bottom;
	width: 20px;
}

input[type="radio"] + label:hover::before {
	background-position: -60px 0;
}

input[type="radio"]:checked + label::before {
	background-position: -40px -20px;
}

input[type="radio"]:checked + label:hover::before {
	background-position: -60px -20px;
}

input[type="radio"]:checked + label,
input[type="radio"]:checked:focus + label {
	color: #000;
}

textarea {
	max-width: 69rem;
	min-height: 11rem;
	overflow-y: auto;
	width: 100%;
}

p {
	margin: 1rem 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table {
	background-color: transparent;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1rem;
	max-width: 100%;
	width: 100%;
}

table td,
table th {
	border: 1px solid #ccc;
	line-height: 1.5;
	padding: 1rem;
	vertical-align: top;
}

.bg_brd th {
	background-color: #fafafa;
	background-image: linear-gradient(#fafafa, #eaeaea)
}

.form-search {
	align-self: center;
	flex: 1 1 50%;
	margin: 1rem 0;
	position: relative;
}

.form-search > input {
	box-sizing: border-box;
	height: auto;
	padding: 1rem 4rem 1rem 1.2rem;
	width: 100%;
}

.form-search > button {
	background: none;
	border: 0;
	fill: #ccc;
	padding: 0.8rem 1.2rem;
	position: absolute;
	right: 0;
	top: 0;
}

.form-search > button:hover,
.form-search > button:focus {
	fill: #2079d2;
	outline: 0;
}

.alert {
	border: thin solid;
	border-radius: 0.2rem;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faf2cc;
	color: #8a6d3b;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d;
}

.alert-error {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442;
}

.alert > .close {
	display: none;
}

.gray {
	color: #aaa;
}


.red,
.inline_error_mark,
.inline_error_mark a,
.inline_error_mark_js,
.inline_error_mark_js a {
	color: #c00;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header {
	background-color: #fafafa;
	background-image: linear-gradient(#fafafa, #eaeaea);
	border-bottom: thin solid #ccc;
	margin-bottom: 2rem;
}

.logo:hover {
	opacity: 0.85;
}

.logo {
	flex: 1 1 100%;
	padding: 1rem 1rem 0.5rem 0;
}

.logo-inner {
	background-image: url("/img/img_intro/logo-biz.svg");
	background-size: 200px 40px;
	display: inline-block;
	height: 40px;
	text-indent: -9999px;
	width: 200px;
}

.logo-partner {
	background-image: url("/img/img_intro/logo-shm.svg");
}

.indent {
	margin: 0.5rem 0 2rem;
	padding-left: 1.5rem;
}

.listed {
	font-size: 1.3rem;
	margin-top: 2rem;
}

.container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 117.4rem;
	padding: 0 2rem;
}

.col {
	display: inline-block;
	vertical-align: top;
}

.menu,
.aside {
	font-size: 1.3rem;
	width: 20%;
}

.menu .active .menu-item {
	color: #333;
	font-weight: 600;
	pointer-events: none;
}

.menu .menu-item {
	display: inline-block;
	padding: 0.7rem 0;
}

.content {
	flex: 1 1 70%;
	padding: 0 2rem 2rem 0;
}

.menu + .content {
	max-width: 72rem;
	padding-left: 2rem;
}

.content > form {
	font-size: 1.3rem;
}

.bold {
	font-weight: 600;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: #04c;
}

.btn-primary {
	background-color: #006dcc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: 700;
	line-height: normal;
}

.crumbs {
	border-bottom: thin solid #ccc;
	margin: -2rem 0 2rem;
	padding: 1rem;
}

.crumbs a,
.footer a {
	color: #aaa;
}

.crumbs a:hover,
.footer a:hover {
	color: #2079d2;
	text-decoration: underline;
}

.crumbs a {
	color: #aaa;
	font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.crumbs a + a::before {
	color: #ddd;
	content: "\203a";
	font-size: 2.4rem;
	left: -3rem;
	line-height: 0.7;
	margin-left: 1rem;
	pointer-events: none;
	position: absolute;
	-webkit-transform: scale(1.2, 1);
	transform: scale(1.2, 1);
}

.crumbs a + a {
	margin-left: 3rem;
	position: relative;
}

.crumbs a:last-of-type {
	color: #ccc;
	pointer-events: none;
}

.crumbs > .container {
	display: block;
}

.footer {
	margin-top: 2rem;
}

.footer > .container {
	border-top: 1px solid #ccc;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.footer ul li {
	display: inline-block;
}

.footer ul a {
	display: inline-block;
	margin-right: 2rem;
	padding: 0.5rem 0;
	text-decoration: none;
}

.info-list {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0;
	padding: 1.2rem 0;
}

.half {
	display: inline-block;
	margin: 1rem 0;
	min-width: 33rem;
	vertical-align: top;
}

.half:nth-of-type(odd) {
	margin-right: 3rem;
}

.half label {
	margin-bottom: 0.5rem;
}

.half .inline_error_mark {
	max-width: 30rem;
}

@media (max-width: 800px) {
	.container.main {
		flex-flow: column;
	}
	
	.container .content {
		flex: none;
		order: -1;
		padding: 0 0 2rem;
	}
	
	.menu {
		margin-bottom: 2rem;
	}
	
	.menu ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
	
	.col {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.logo {
		flex: auto;
	}
}

@media (max-width: 400px) {
	header .container {
		flex-flow: column nowrap;
	}
	
	.form-search,
	.half,
	.btn-primary {
		width: 100%;
	}
	
	.half.half {
		min-width: 0;
		margin-right: 0;
	}
	
	.menu ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}