*, *:after, *:before {
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: #333333;
}

.main-page {
	max-width: 960px;
	margin: 0 auto;
	background: #fff;
}

/*.menu {
	width: 100%;
	background: #3facd6;
}*/

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

.menu ul li {
	float: left;
	border-right: 1px solid #bbb;
}

.menu ul li:last-child {
	border-right: none;
}

.menu ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	/*text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 30px;*/
}

.menu ul li a:hover:not(.active) {
	background-color: #111;
}

.active {
	background: #4CAF50;
}

/* Menu Controller */
.menu-controller ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

.menu-controller ul li {
	float: left;
	border-right: 1px solid #bbb;
}

.menu-controller ul li:last-child {
	border-right: none;
}

.menu-controller ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	/*text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 30px;*/
}

.menu-controller ul li a:hover:not(.active) {
	background-color: #111;
}

.wrap {
	padding: 30px;
}

.form-table {
	margin: 0 0 1.3em 0;
}

.form-table th,
.form-table td,
.list-table th,
.list-table td {
	padding: 5px;
}

.error, .form_error {
	font-size: 12px !important;
	color: red !important;
}

.alert {
	background: yellow;
	color: red;
	padding: 5px;
}

.success {
	font-size: 12px !important;
	color: green !important;
}

.clearfix:after {
	content: '.';
	width: 100%;
	height: 0;
	line-height: 0;
	overflow: hidden;
	display: block;
	clear: both;
	visibility: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.footer {
	background-color: #CCC;
}
