@import url("materialio.css");

@import url("hr.css");

@import url("main-menu.css");

@font-face {
	font-family: 'Alegreya';
	src: url('../fonts/Alegreya/Alegreya-Regular.ttf') format('truetype');
}

body {
	background-color: white;
	font-size: 14pt;
	font-family: 'Alegreya';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

a:hover {
	color: #5d2c3f;
}

* {
	box-sizing: border-box;
}

.center {
	text-align: center;
}

img.live {
	width: 50px;
	vertical-align: middle;
	margin-right: 5px;
}

.top-header {
	background: url(../gfx/header.png);
	height: 300px;
	background-color: black;
	background-repeat: no-repeat;
	position: relative;
}

.page {
	border: 5px solid #943457;
	padding: 20px;
	border-radius: 5px;
	margin-top: 1px;
}

.name {
	color: white;
	display: block;
	text-align: right;
	position: absolute;
	-ms-transform: translate(-50%, -50%);
	transform: translate(0, -50%);
	top: 50%;
	font-size: 1.8em;
	width: 95%;
}

.header {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #913256;
	font-variant: all-petite-caps;
	letter-spacing: 3px;
}

form {
	width: 80%;
	margin: 0 auto;
}

.form-pair {
	margin-bottom: 10px;
	padding: 10px;
}

.form-pair:nth-child(odd) {
	background: #ffe7e7;
}

.form-pair:nth-child(even) {
	background: #f7f1f1;
}

label {
	white-space: pre-wrap;
	display: block;
	color: #953458;
	font-weight: bold;
}

.required>label:after {
	content: "*";
	padding-left: 5px;
	vertical-align: middle;
}

input, textarea {
	width: 100%;
	border: 1px solid rgb(148, 52, 87);
	border-radius: 5px;
	font-size: 1.4em;
}

.sm-clean {
	border-radius: 0 !important;
	background: linear-gradient(306deg, rgba(138, 47, 81, 1) 25%,
		rgba(155, 55, 92, 1) 48%, rgba(155, 55, 92, 1) 50%,
		rgba(138, 47, 81, 1) 75%);
}

.sm-clean a {
	color: white;
}

.sm-clean a .sub-arrow {
	border-color: #fff transparent transparent transparent;
}

table.messages {
	margin: 0 auto;
	border: 1px solid rgb(200, 200, 200);
	padding: 10px;
	border-collapse: collapse;
	width: 95%;
}

table.messages td {
	padding: 10px 10px 0 10px;
}

td.message-content {
	padding-top: 0 !important;
}

thead {
	background: black;
	color: white;
}

.message.offset0 {
	background: #af4c71;
	color: white;
}

.message.offset1 {
	background: #783d53;
	color: white;
}

.page>.message {
	margin: 20px;
	border: 1px solid #9b375c;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0px #99365b;
}

.message-created {
	font-weight: bold;
}

.quote-from {
	text-align: center;
}

.quote-from .quote {
	font-weight: bold;
	color: #750931;
}

.quote-from .from {
	color: #000;
	font-weight: bold;
}

.quote-from .from:before {
	content: " - ";
}

.quote-from .quote:before {
	content: "\275D";
}

.quote-from .quote:after {
	content: "\275E";
}

.message-name {
	color: #b6403b;
	font-weight: bold;
}

.message-subject {
	font-weight: bold;
	font-variant: all-petite-caps;
	padding-top: 5px;
}

.text-message {
	margin-left: 10px;
	color: #6d552f;
	font-weight: bold;
}

.title {
	font-weight: bold;
	font-size: 1.4em;
	font-variant: all-small-caps;
	padding-bottom: 5px;
	display: inline-block;
}

.datetime {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: all-petite-caps;
	color: #62092a;
}

.datetime:after {
	content: " :: ";
}

.loading {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 110;
	display: none;
}

.sub-header {
	text-align: center;
	font-weight: bold;
	color: #812e2b;
	font-variant: all-petite-caps;
	font-size: 1.1em;
}

.description, .location {
	padding-left: 10px;
	font-weight: bold;
}

.special li {
	padding: 0;
	list-style: none;
	margin: 0;
	margin-left: -20px;
}

.special li:before {
	content: "\2759";
	list-style: none;
	padding-right: 10px;
}

.highlight {
	background: linear-gradient(180deg, rgba(138, 47, 81, 1) 25%,
		rgba(155, 55, 92, 1) 48%, rgba(155, 55, 92, 1) 50%,
		rgba(138, 47, 81, 1) 75%);
	color: white;
	border: 4px solid #973559;
	padding: 10px;
	margin: 10px;
	box-shadow: 1px 1px 9px #8e3154;
}

.title {
	font-weight: bold;
}

.itemized {
	padding-left: 20px;
	padding-bottom: 10px;
}

.itemized>.time {
	display: inline-block;
	font-family: monospace;
	font-weight: bold;
	font-size: 0.9em;
}

.itemized>.time:after {
	content: " :: ";
	font-weight: bold;
}

.itemized>.item {
	display: inline-block;
	color: #8a2f51;
	font-weight: bold;
}

ul.image-list {
	text-align: center;
	background: black;
	padding: 10px 0;
	border-radius: 10px;
	overflow: hidden;
}

li.image {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

.address {
	text-align: center;
	font-variant: all-petite-caps;
	border: 2px solid rgb(146, 51, 86);
	padding: 20px;
	margin: 20px;
	border-radius: 10px;
}

address {
	font-style: normal;
}

.place {
	font-size: 1.2em;
	font-weight: bold;
}

@media ( max-width :768px) {
	.top-header {
		height: 200px;
	}
	.name {
		font-size: 1.2em;
		text-align: left;
		bottom: 100%;
	}
}