@import url(/css/google-fonts.css);

html {
  overflow-y: scroll;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  qpadding-top: 20px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 150%;
  qbackground: url(../img/light_noise_diagonal.png);
  background-color: #eee;
  color: #333;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 150px, #ffffff 450px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(150px,#f4f4f4), color-stop(450px,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 150px,#ffffff 450px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 150px,#ffffff 450px); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 150px,#ffffff 450px); /* IE10+ */
background: linear-gradient(to bottom,  #f4f4f4 150px,#ffffff 450px); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

pre { 
	word-break: normal; 
}

li {
  line-height: 150%;
}

.lead {
  font-size: 22px;
  line-height: 31px;

}

.row-fluid-distance-top{
	margin-top:40px;
}
.span12-distance{
	margin-bottom:-4px;
	margin-top:11px;
}
.submit-distance{
	margin-top:40px;
}
.danger-red-color{
	color:#b94a48;
}

#front-page .row-fluid {
  border: 1px solid #ececec;
  qpadding: 30px;
  border-radius: 6px;
  margin-bottom: 20px;

background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 70%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 70%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 70%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 70%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 70%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */


}

#front-page .row-fluid .span4,
#front-page .row-fluid .span5,
#front-page .row-fluid .span6,
#front-page .row-fluid .span7,
#front-page .row-fluid .span8 {
  padding: 30px 30px;
  qvertical-align: middle;
}

#front-page .row-fluid .span5 {
  qtext-align: center;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  q-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); 
  q-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); 
  qbox-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  padding: 20px; 
  qbackground: #fff;
  padding-top: 5px;
}
.container > hr {
  margin: 40px 0;
}
.nav {
  margin-top: 15px;
}

b, strong, th, .table th {
  font-weight: 600;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  color: rgb(2,60,98);
  font-family: 'Ubuntu', sans-serif;
  margin: 20px 0px 10px 0px;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: 500;
}
.btn {
  white-space: nowrap;
  font-size: 18px;
   -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 7px 14px;
  text-shadow: rgba(255,255,255,0.5) 1px 1px 2px;
}
.btn-warning,
.btn-info {
  font-weight: 600;
  color: #000;
}

.btn-warning {
  background-image: -moz-linear-gradient(top,#ffd800,#ffa000);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffd800),to(#ffa000));
  background-image: -webkit-linear-gradient(top,#ffd800,#ffa000);
  background-image: -o-linear-gradient(top,#ffd800,#ffa000);
  background-image: linear-gradient(to bottom,#ffd800,#ffa000);
}

.btn-purple {
  color: #fff;
  background-image: -moz-linear-gradient(top,purple,#900090);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(purple),to(#900090));
  background-image: -webkit-linear-gradient(top,purple,#900090);
  background-image: -o-linear-gradient(top,purple,#900090);
  background-image: linear-gradient(to bottom,purple,#900090);
  background-color: purple;
}

.btn-purple:hover{
  color: #fff;
  background-image: -moz-linear-gradient(top,purple,#900090);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(purple),to(#900090));
  background-image: -webkit-linear-gradient(top,purple,#900090);
  background-image: -o-linear-gradient(top,purple,#900090);
  background-image: linear-gradient(to bottom,purple,#900090);
  background-color: purple;
}

.btn-session {
  color: #fff;
  background-image: -moz-linear-gradient(top,#8e7cc3,#8673bf);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#8e7cc3),to(#8673bf));
  background-image: -webkit-linear-gradient(top,#8e7cc3,#8673bf);
  background-image: -o-linear-gradient(top,#8e7cc3,#8673bf);
  background-image: linear-gradient(to bottom,#8e7cc3,#8673bf);
  background-color: #8e7cc3;
}

.btn-session:hover{
  color: #fff;
  background-image: -moz-linear-gradient(top,#8e7cc3,#8673bf);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#8e7cc3),to(#8673bf));
  background-image: -webkit-linear-gradient(top,#8e7cc3,#8673bf);
  background-image: -o-linear-gradient(top,#8e7cc3,#8673bf);
  background-image: linear-gradient(to bottom,#8e7cc3,#8673bf);
  background-color: #8e7cc3;
}

.btn-repeat {
  color: #fff;
  background-image: -moz-linear-gradient(top,#c97e5e,#db624d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#c97e5e),to(#db624d));
  background-image: -webkit-linear-gradient(top,#c97e5e,#db624d);
  background-image: -o-linear-gradient(top,#c97e5e,#db624d);
  background-image: linear-gradient(to bottom,#c97e5e,#db624d);
  background-color: #c97e5e;
}

.btn-repeat:hover{
  color: #fff;
  background-image: -moz-linear-gradient(top,#c97e5e,#db624d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#c97e5e),to(#db624d));
  background-image: -webkit-linear-gradient(top,#c97e5e,#db624d);
  background-image: -o-linear-gradient(top,#c97e5e,#db624d);
  background-image: linear-gradient(to bottom,#c97e5e,#db624d);
  background-color: #c97e5e;
}


.nav-pills>li>a {
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  padding: 10px 15px;  
  font-size: 16px;
  color: #222;
}

.nav-pills>.active>a{
  background-color: #08c;
  background: linear-gradient(to bottom,  #2af 40%,#08c 100%); /* W3C */
}
.nav {
  background: #eee;
  margin: 0px;
  margin-top: 4px;
  padding: 1px 2px 1px 3px;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 0px;

background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 60%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 60%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 60%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 60%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 40%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

}

.nobreak {
	white-space: nowrap;
}

.table-centered td, .table-centered th{
	text-align: center;
}

.table-report .wrong{
	color: red;
}

.table-report .ok{
	color: green;
}

.table-report .other {
	color: orange;
}

.table-report td:first-child{
	border-right: 1px solid black;
}

.table-report td {
	border-right: 1px solid #ddd;
}

.table-report tr.header-row td{
	border-bottom: 1px solid black;
}

.table-week-report {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.table-week-report td, .table-week-report th {
	border: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}


.table-choose-weeks td{
	vertical-align: top;
	border-width: 0px;
	padding-left: 10px;
	
}
.table-choose-weeks {
	margin: auto;

}
.table-choose-weeks table{
	border: 1px solid;

}
.table-choose-weeks table td{
	vertical-align: middle;
}
.table-choose-weeks .table-choose-single-week th {
	border: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}


.table-choose-weeks .table-choose-single-week td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.pdf_portrait_page {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 900px;
	height: 1100px;
	margin: 0 auto;	
	padding: 0;
	border: none;
	clear: both;
	line-height: 150%;
}

.pdf_row {
	width: 100%; 
	border-bottom: 1px dashed black;
}

.pdf_row_de {
	height: 118px;
}

.pdf_row_other {
	height: 100px;
}

.pdf_child_part {
	width: 417px;
	float:left;
	padding:6px;
	border-right: 1px solid #555;
}

.pdf_child_part_de {
	height: 106px;
}

.pdf_child_part_other {
	height: 88px;
}

.pdf_parent_part {
	width: 438px; 
	float: right; 
	padding:6px;
	padding-right:20px
}

.pdf_parent_part_de {
	height: 106px;
}

.pdf_parent_part_other {
	height: 88px;
}

#footer {
  margin-top: 2cm;
}

.fmt_fc_wrapper{
	white-space: nowrap;
}

.fmt_fc_div .info_wrapper{
	position:absolute;
	left:0px;
	display:none;
	border:solid green 2px;
	background-color:white;
	z-index:1;
	text-align: left;
}

.fmt_fc_div .up{
	bottom: 18px;
}

.fmt_fc_div .down{
	top: 18px;
}

.fmt_fc_div .list_wrapper{
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.fmt_fc_div .list_wrapper .list_elem{
	white-space: nowrap;
	padding-right: 20px;
}

.back-btn {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: auto;
	padding: 0 25px;
}

@media print {
  .noprint {
    display: none;
  }
  body {
    background: #ffffff;
  }
}
@media (max-width: 1200px) and (min-width: 980px) {
	.nav-pills > li > a {
		padding: 10px 12px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
  .nav {
    background: none;
    box-shadow: none;
  }
  #header-logo > span {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  img {
      max-width: 320px;
  }
  #euFlag {
  	display: none;
  }
  .container {
      margin: 0px !important;
    padding: 10px;
  }
  body {
    padding: 0px;
  }
  .nav {
    background: none;
    box-shadow: none;
  }
  #front-page .row-fluid {
    qborder: none;
    qpadding: 10px 0px;
  }
  #front-page .row-fluid .span5,
  #front-page .row-fluid .span7,
  #front-header .span6 {
    text-align: center;
    padding: 15px;
  }
  #header-logo {
    text-align: center;
  }
}

.valign {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
@font-face {
	font-family: "OS";
	src: url("../teacher2/assets/OS.ttf") format("truetype");
}

/* jQuery UI */
.il_dialog .ui-dialog-titlebar-close {
  display: none;
}
.il_dialog form {
  margin-bottom: 0;
}

.textbook-select {
  display: inline-block;
  width: 70%; 
  font-size: 20px; 
  height: 2em; 
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

.page-input {
  display:inline-block !important;
  font-size:20px !important;
  height:1.5em !important;
  width:25%;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.blink_me {
  animation: blinker 2.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}

.number-index {
  top: -10px;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  background:red;
  color: white;
  font-size : 65%;
  font-weight: bold;
  padding-right: 3px;
  padding-left: 3px;
}

.homework_long_input {
  width: 100%;
}

.youtube-film{
	width:100%;
	height:auto;
	aspect-ratio:16/9;
}

.statistics {
	display: flex;
	justify-content: central;
	align-items: center;
	flex-direction: column
}

.statistics_header {
	margin-bottom: 7px;
	font-size: 20px;
}

.statistics_table {
	width: 80%;
}

