/**
 * tdl.celt.ch
 *
 * Copyright 2013 Katholischer Mediendienst, Erich Schweizer-Ferrari
 */

/**
 * Farben
 * red: #BB0000;
 * green: #009900;
 */


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	margin: 0%;
	width: 100%;
}

a {
	color: #009900;
}

.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	width: 100%;
}

.navbar-toggle {
	color: #999999;
	cursor: pointer;
}

header {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
header {
	height: 50px;
}
.masthead {
	font-weight: 400;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 1);
}
.masthead a {
	color: #333333;
}
.masthead img {
	height: 50px;
}
.masthead h1 {
	display: none;
}

.dropzone {
	min-height: 590px;
}
.form-horizontal .control-group {
    margin-bottom: 11px;
}
form {
	margin: 0 0 0 0;
	padding: 0;
}
#classDateTestAddForm .form-group {
	vertical-align: top;
}
.form-inline .form-control.control-code {
	width: 144px;
}
.form-inline .form-control.date-time {
	width: 144px;
}
.form-inline .form-control.minutes {
	text-align: right;
	width: 121px;
}
h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 17px 0 11px 0;
	padding: 0;
	line-height: 1.5;
}
h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 23px 0 7px 0;
	padding: 0;
	line-height: 1.5;
}
html {
	overflow-y: scroll;
}
li.inline {
	display: block;
	float: left;
	margin: 0 23px 11px 0;
	padding: 0;
}
li.inline img {
	margin: 0 7px 0 0;
}
span.help-inline {
	min-width: 40px;
}
ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
.text ul li:before {
    display: inline-block;
    content: '\2013';
    width: 1em;
    margin-left: -1em;
}
footer {
	background-color: #E8E8E8;
	bottom: 0px;
	font-size: 12px;
	height: 27px;
	position: fixed;
	text-align: right;
	width: 100%;
}
footer div {
	margin: 5px 7px 0 0;
}
strong {
	font-weight: 600;
}
table.results td, th {
	border: 1px solid white;
	padding: 0px 3px 0px 3px;
	vertical-align: top;
}
.address-right {
	display: block;
	float: right;
	margin-top: 19px;
}
.alignright {
	text-align: right;
}
.background-green {
	background-color: #009900;
	color: #FFFFFF;
}
.background-red {
	background-color: #BB0000;
	color: #FFFFFF;
}
.background-yellow {
	background-color: #BB9900;
	color: #FFFFFF;
}
.footer {
	height: 37px;
}
.gray {
	color: #999999;
}
.green {
	color: #009900;
}
.green th, .red th, .yellow th {
	color: #333333;
}
.line-bottom {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 19px 0;
	padding: 19px 0 0 0;
}
.line-green {
	border-color: #009900;
}
.line-red {
	border-color: #BB0000;
}
.line-top {
	border-top: 1px solid #CCCCCC;
	margin: 19px 0 0 0;
	padding: 0 0 19px 0;
}
.margin-bottom {
	margin-bottom: 11px;
}
.margin-top {
	margin-top: 29px;
}
.rating {
	float: right;
	font-size: 24px;
	margin: -4px 0 23px 23px;
}
.red {
	color: #BB0000;
}
.strikethrough {
	text-decoration: line-through;
}
.ui-datepicker {
	font-size: 0.8em;
}
.yellow {
	color: #BB9900;
}

  /* ---------- */
 /* Responsive */
/* ---------- */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.padding {
		padding: 13px;
	}
	header {
		height: 80px;
	}
	.masthead img {
		height: 80px;
	}
	.masthead h1 {
		display: block;
		font-size: 16px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#examExplication, #reviewExplication {
		padding-left: 37px;
	}
	header {
		height: 180px;
	}
	.masthead img {
		height: 160px;
	}
	.masthead h1 {
		font-size: 36px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	header {
		height: 280px;
	}
	.masthead img {
		height: 160px;
	}
}

  /* ------------------- */
 /* bootstrap 3 helpers */
/* ------------------- */

.navbar-form input, .form-inline input {
	width:auto;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

#sidebar.affix-top {
    position: static;
}

#sidebar.affix {
    position: fixed;
    top: 80px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
