* {
	margin: 0;
	padding: 0;
}
p {
	padding-bottom: 1em;
}
h2 {
	padding-top: 1em;
}
body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	background-color: white;
}
table.reporting {
	border-spacing: 0;
    border-collapse: collapse;
}
table.reporting tr td {
	border: 1px solid #aaaaaa;
	padding: 2px;
	-webkit-print-color-adjust: exact;
}
table.reporting tr th {
	font-weight: bold;
	border: 1px solid #aaaaaa;
	background-color: #C1D72E !important;
	padding: 2px;
	-webkit-print-color-adjust: exact;
}
table.reporting tr th.nobold {
	font-weight: normal;
}
table tr:hover {
	background-color: #eeeeee !important;
}

input[type="text"],
	input[type="number"],
	input[type="password"],
	textarea {
	padding: 4px 0.5%;
	border: 1px solid #cccccc;
	border-radius: 5px;
	min-width: 100px;
	width: 95%;
}
hr.sep {
	background-color: transparent;
	border: none;
	height: 25px;
}

a.button,
	input[type="submit"] {
	border: none;
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	font-family: Arial;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	cursor: pointer;
}

a.button:hover,
	input[type="submit"]:hover {
	background: rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

ul.ticks {
   padding-left: 30px;
   text-indent: 2px;
   list-style: none;
   list-style-position: outside;
}
ul.ticks li:before {
    content: '✔';
    margin-left: -1em;
    margin-right: .3em;
    color: green;
}

.inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}

.col2 {
	width: 50%;
	float: left;
}

div.error {
	color: red;
}
div.errorbox {
	background-color: rgba(100, 20, 20, 0.4);
	border: 1px solid rgba(100, 20, 20, 0.6);
	padding: 5px;
}
div.blockerror {
	background-color: rgba(250, 20, 20, 0.4);
	border: 1px solid rgba(250, 20, 20, 0.6);
	padding: 5px;
}
div.blocksuccess {
	background-color: rgba(20, 250, 20, 0.4);
	border; 1px solid rgba(20, 250, 20, 0.7);
	padding: 5px;
}
div.blockerror p, div.blocksuccess p {
	padding: 0;
	margin: 0;
}

.form {
	max-width: 550px;
	padding: 10px;
	margin: 1em auto;
	box-shadow: 0 0 2px 0 black;
}
.form label {
	width: 100%;
	display: block;
	padding: 5px;
	border-radius: 5px;
}
.form label:hover {
	background-color: rgba(100, 100, 255, 0.1);
}
.form label span {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
}
.form label input, .form label select, .form label textarea {
	width: 61%;
	display: inline-block;
	vertical-align: middle;
}
.form label textarea {
	height: 150px;
}
.small {
	font-size: 0.8em;
}

#page {

}

#top_wrap {
	background-image: url('/images/bg-eg-top2.jpg');
	background-size: cover;
	background-position: center center;
	min-width: 980px;
}

div.nice-links {
}
div.nice-links a {
	display: block;
	padding: 4px;
	margin: 4px;
	margin-bottom: 12px;
	border-radius: 4px;
	background-color: rgb(177, 211, 217);
	box-shadow: 0 0 5px 1px rgb(147, 171, 177);
	text-decoration: none;
	color: black;
}
div.nice-links a:hover {
	background-color: rgb(197, 231, 237);
}

#header {
	width: 100%;
	min-width: 980px;
	position: relative;
	z-index: 10;
	height: 149px;
}
#header .logo {
	width: 260px;
	height: 149px;
	line-height: 161px;
	text-align: center;
	float: right;
}
#header .logo img {
	max-width: 260px;
	max-height: 149px;
}

#content {
	width: 968px;
	padding: 15px 6px;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	background-color: white;
	overflow-x: hidden;
}

#footer {
	padding: 25px 0;
	background-color: #aaafa7;
	text-align: center;
	width: 100%;
	min-width: 980px;
}
#footer a {
	color: black;
}

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	display: none;
}

#image_box {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -400px;
	margin-bottom: 50px;
	width: 800px;
	min-height: 500px;
	padding: 2px;
	background-color: white;
	box-shadow: 0 0 15px 0 #000000;
	z-index: 1500;
	display: none;
	text-align: right;
}
#image_box #inner {
	text-align: center;
	padding: 5px;
}
.desc {
	overflow: hidden;
    white-space: nowrap;
}
.please_wait {
	height: 250px;
	text-align: center;
	padding-top: 150px;
}


.image_select, .image_box {
	width: 165px;
	margin: 2px;
	height: 115px;
	border: 1px solid #000000;
	cursor: pointer;
	text-align: center;
	float: left;

	/* CSS3 Transition for all supporting browsers */
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.image_select:hover, .image_box:hover {
	background-color: #dddddd;

	/* CSS3 Transition for all supporting browsers */
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.image_select img, .image_box img {
	max-width: 165px;
	max-height: 90px;
}


.category_offer {
	width: 29%;
	padding: 1%;
	margin: .5%;
	text-align: center;
	background-color: #aaafa7;
	height: 320px;
	display: inline-block;
	vertical-align: top;
}
.category_offer .title {
	font-size: 1.2em;
	font-weight: bold;
}
.category_offer .inside {
}
.category_offer .inside img {
	max-width: 95%;
	height: auto;
	max-height: 200px;
}

.progress {
	float: left;
	width: 165px;
	height: 24px;
	line-height: 24px;
	background-color: #aaafa7;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
}
.progress a {
	display: block;
	color: black;
	text-decoration: none;
}
.progress_arrow {
	float: left;
	width: 0;
	height: 0;
	margin-top: 5px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #aaafa7;
	margin-right: 5px;
}
.progress.progress_active {
	background-color: #559580;
}
.progress_arrow.progress_active {
	border-left: 12px solid #559580;
}

.box-link {
	display: block;
	float: left;
	width: 49%;
	margin-top: 1%;
	margin-right: 1%;
	height: 50px;
	background-color: #559580;
	text-align: center;
	line-height: 50px;
	color: black;
}
.box-link2 {
	margin-left: 1%;
	margin-right: 0;
	float: right;
}

.admin_table, .admin_table tr {
	border-spacing: 0;
    border-collapse: collapse;
}
.admin_table tr td, .admin_table tr th {
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 3px;
	border-spacing: 0;
    border-collapse: collapse;
}

.printable_page {
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 210mm;
	min-height: 275mm;
	border-bottom: 1px dashed grey;
}
.printable_page .footer {
	position: absolute;
	bottom: 0;
	width: 210mm;
	background-color: white;
}
.printable_page p {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
	text-align: justify;
}
.printable_page h1 {
	font-size: 1.6em;
}
.printable_page h2, .printable_page h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
}

.printable_page td.highlight {
	font-weight: 600;
	background-color: rgba(193, 215, 46, 0.4);
}

@page {
	size: A4;
	margin: 0;
}
@media print {
	html, body {
		width: 210mm;
		height: 275mm;
	}
	.printable_page {
		border: none;
		border-radius: none;
		width: 210mm;
		min-height: 275mm;
	/*	page-break-after: always; */
	}
	.no_print {
		display: none;
	}
	.printable_page tr,
		.printable_page td {
		page-break-inside: avoid;
		page-break-before: auto;
		-webkit-region-break-inside: avoid;
	}
}