@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic|Ubuntu:400,500&subset=latin,latin-ext);

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);
}

.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%; 
	height: 100px; 
	border-bottom: 1px dashed black;
}

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

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

#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;
}

@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;
  }
}
