@font-face {
    font-family: 'LithosPro-Black';
	src: url('/fonts/LithosPro-Black.eot');
	src: local('â˜º'), url('/fonts/LithosPro-Black.woff') format('woff'), url('/fonts/LithosPro-Black.ttf') format('truetype'), url('/fonts/LithosPro-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museo';
	src: url('/fonts/Museo700-Regular-webfont.eot');
	src: url('/fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Museo700-Regular-webfont.woff2') format('woff2'), url('/fonts/Museo700-Regular-webfont.woff') format('woff'), url('/fonts/Museo700-Regular-webfont.ttf') format('truetype'), url('/fonts/Museo700-Regular-webfont.svg#museo700') format('svg');
	font-weight: bold;
	font-style: normal;
}

*, html {
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	font: inherit;
	list-style-type: none;
	line-height: 140%;
}
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	/*font-family: "Museo", sans-serif;*/
	font-family: "Arial", sans-serif;
	font-size: 16px;
	background: white;
}
sup, sub { font-size: 75%; }
p { margin-bottom: 12px; line-height: 140%; }
b { font-weight: bold; }
i { font-style: italic; }

ol {
	padding-left: 24px;
	margin-top: 24px;
}
ol li {
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin-bottom: 24px;
	padding-left: 24px;
	display: list-item;
}

.grid {
	background: url(grid.png);
	/* background-size: 30px 30px;
	background-image:
	    linear-gradient(to right, #e0e0ff 1px, transparent 1px),
		linear-gradient(to bottom, #e0e0ff 1px, transparent 1px); */
}

.row, .col { overflow: hidden; position: absolute; }
.row { left: 0; right: 0; }
.col { top: 0; bottom: 0; }
.scroll { overflow: auto; -webkit-overflow-scrolling: touch; }
.scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.scroll-y { overflow-y: auto; -webkit-overflow-scrolling: touch; }

.header.row {
	top: 0;
	background-size: 1px 60px;
	background-image:
		linear-gradient(to bottom, #f0b800 58px, black 2px);
	height: 59.99px;
	line-height: 60px;
	white-space: nowrap;
}
.teacher .header.row {
	background-image:
		linear-gradient(to bottom, #3EA47B 58px, black 2px);
}
.center.row { top: 60px; bottom: 50px; }
.footer.row {
	bottom: 0;
	background-size: 1px 50px;
	background-image:
		linear-gradient(to top, #f0b800 48px, black 2px);
	height: 49.99px;
	line-height: 50px;
	white-space: nowrap;
}
.teacher .footer.row {
	background-image:
		linear-gradient(to top, #3EA47B 48px, black 2px);
}

.header.row .center.col { left: 0; right: 0; }

.center.row .left.col { width: 33.33%; }
.center.row .right.col { width: 66.66%; right: 0; }
@media only screen and (min-width: 1260px) {
	.center.row .left.col { width: 420px; }
	.center.row .right.col { width: auto; left: 420px; }
}
@media only screen and (max-width: 900px) {
	.center.row .left.col { width: 300px; }
	.center.row .right.col { width: auto; left: 300px; }
}

.footer.row .left.col { left: 0; line-height: 48px; padding-top: 2px}
.footer.row .center.col { left: 200px; right: 200px; }
.footer.row .right.col { right: 0; line-height: 48px; padding-top: 2px}

.name {
	position: absolute; top: 6px; left: 8px;
	font-family: "Museo", sans-serif;
}
.logo { float: right; }
.prev, .next, .finalize {
	background: #f0b800;
	margin: 0 12px;
	padding: 2px 4px;
	color: black;
	font-family: 'LithosPro-Black';
	font-size: 20px;
	text-align: right;
	vertical-align: center;
	white-space: nowrap;
	border: 1px outset #f0b800;
}
.teacher .prev, .teacher .next, .teacher .finalize {
	background: #3EA47B;
	border: 1px outset #3EA47B;
}
.prev:hover, .next:hover, .finalize:hover {
	text-decoration: underline;
}
.title {
	line-height: 60px;
	padding: 0 12px;
	color: black;
	font-family: 'LithosPro-Black';
	font-size: 28px;
	text-align: right;
	vertical-align: center;
	white-space: nowrap;
}
.teacher .title:after {
	content: " - Docent";
}
h1 {
	font-family: 'LithosPro-Black';
	font-size: 28px;
	color: #005596;
	white-space: nowrap;
}
.time {
	margin: 13px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding-left: 8px;
	background-image: linear-gradient(to left, #f8c400 0%, #d8a800 0%);
	font-family: "Museo", sans-serif;
}

.padding {
	padding: 8px;
	position: absolute;
	left: 0; top: 0px; right: 0; bottom: 0;
	overflow-y: auto;
}
svg {
	border: 1px solid #808080;
	box-shadow: 4px 4px 4px #c0c0c0;
	background: url(svg_grid.png);
	width: 319px; height: 239px;
}
@media only screen and (max-width: 1000px) {
	svg {
		background-size: 18px 18px;
		width: 287px; height: 215px;
	}
}
@media only screen and (min-width: 1260px) {
	svg {
		background-size: 25px 25px;
		width: 399px; height: 299px;
	}
}
/*.center.row .left.col { border-right: 1px solid #c0c0c0; }*/

.tabarray {
	margin-left: 8px;
	height: 58px;
	line-height: 60px;
}
.tab {
	display: inline-block;
	min-width: 20px;
	padding: 3px 10px 1px 10px;
	margin: 0 1px;
	border-width: 0;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	border-radius: 12px 12px 0 0;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
	background: white;
	line-height: normal;
	font-family: "Museo", sans-serif;
}
.tabdots::before {
	content: "\25B8\25B8";
}
.tabdots {
	display: inline-block;
	padding: 3px 1px 1px 1px;
	margin: 0 1px;
	text-align: center;
	vertical-align: bottom;
}
.tab.selected {
	padding: 3px 16px;
	font-size: 20px;
	font-weight: bold;
	border-width: 2px 2px 0 2px;
}
.message {
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 284px;
	height: 184px;
	padding: 8px;
	margin-left: -150px;
	margin-top: -97px;
	border: 2px solid red;
	display: none;
	font-family: "Museo", sans-serif;
}

.score {
	display: block;
	text-align: right;
	margin: 6px 0 4px 0;
	height: 40px;
	line-height: 24px;
	/*width: 258px;*/
	/*border: 1px solid gray;*/
}
.score {
	margin: 4px 0 2px 0;
	text-align: right;
	color: black;
	font-family: 'LithosPro-Black';
	font-size: 20px;
	line-height: 40px;
}
.score input {
	width: 60px;
	background: white;
	padding: 0 2px;
	margin: 0 4px;
	border: 1px inset;
	text-align: right;
}
.score input:disabled {
	background: none;
	border: 1px solid transparent;
	color: black;
}
.points {
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid gray;
	font: bold 14px sans-serif;
}

.overlay {
	position:absolute;
	z-index:9999;
	background: rgba(0,0,0,0.5);
	border:0;
	pading:0;
	margin:0;
	top:0;
	bottom:0;
	left:0;
	right:0;
	cursor:wait;
}

