/* CSS for the MPI-INF Bootstrap 3 based website */

/* --- Top level links --- */
#mpiitoplinks > nav {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border-color: transparent;
	background-color: transparent;
}
#mpiitoplinks ul {
	margin: 4px;
	margin: 0;
	padding: 0;
}
#mpiitoplinks ul li {
	line-height: 1.5em;
}
#mpiitoplinks ul li a {
	background-color: #657c9d;
	color: #fff;
	display: block;
	font-size: 0.8em;
	margin-top: 1px;
	margin-left: 1px;
	padding: 1px 10px 2px;
	text-decoration: none;
	white-space: nowrap;
}

/* --- the main horizonal menu --- */

#mpiimainmenu {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	background: none repeat scroll 0 0 rgba(0, 51, 93, 0.9);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border-radius: 0;
	background-color: #00335d;
	background-repeat: no-repeat;
	min-height: 18px;
	border: 0;
}
#mpiimainmenu ul {
	padding: 0;
}
#mpiimainmenu ul li a {
	background: none repeat scroll 0 0 rgba(0, 51, 93, 0.9);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	color: white;
	padding: 5px 20px 5px;
	font-weight: bold;
	font-size: 85%;
}
#mpiimainmenu .dropdown-menu {
	background-color: #ccc;
	border-radius: 0;
}
#mpiimainmenu .dropdown-menu li {
	/* border-top: 1px solid #fff; */
	border-bottom: 1px solid #fff;
}
#mpiimainmenu .dropdown-menu li:first-child {
	border-top: 1px solid #fff;
}
#mpiimainmenu .dropdown-menu li a {
	background-color: #ccc;
	border-bottom: 1px;
	border-width: thin;
	border-color: #fff;
	border-bottom:thin;
	color: #666;
	font-weight: normal;
}
#mpiimainmenu .dropdown-menu li a:hover {
	background-color: #545454;
	color: #fff;
}
#mpiibody {
	background-color: #eee;
}
#mpiideco {
	background-color: #00335D;
	background-image: url("//www.mpi-inf.mpg.de/fileadmin/inf/user/medien/headerimages/header_20.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100% 125px;
	height: 125px;
	/* position: relative; */
	width: 100%;
	z-index: -1;
}
#department_symbol {
	font-family:Computer Modern Sans, Arial, Helvetica, sans-serif;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	height: 86px;
	line-height: 86px;
	width: 86px;
	text-align: center;
	margin-top: 20px;
	margin-left: 10px;
}
#department_name {
	color: #fff;
	display: inline-block;
	font-family: Computer Modern Sans, Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	vertical-align: middle;
	height: 86px;
	padding-top: 10px;
	margin-top: 20px;
}
@media(max-width : 992px) {
#mpiideco {
	height: 65px;
}
#department_symbol {
	font-size: 18px;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	width: 43px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
#department_name {
	font-size: 14pt;
	padding: 0;
	margin: 10px 0 0 0;
}
}

/* --- breadcrumb path --- */
#mpiibreadcrumb {
 	color: #424242;
 	font-size: 90%;
 	/* height: auto !important; */
 	/* min-height: 16px; */
 	padding: 0;
 	border-radius: 0;
 	margin-bottom: 0;
}

#mpiibreadcrumb ul {
	background-color: #a9a9a9;
 	border-radius: 0;
	margin-bottom:0;
}
.breadcrumb > li + li:before {
	color: #424242;
	/*	content: "\25b8 "; */
	content: "\25b6 ";
	padding: 0 5px;
}
#mpiibreakcrumb li:before {
    color: #424242;
	/*	content: "\25b8 "; */
	content: "\25b6 ";
	padding: 0 5px;
}
#mpiibreadcrumb a {
	text-decoration: none;
	color: #424242;
}
#mpiibreadcrumb .active {
	color: #424242;
}
/* --- left navigation pane --- */ 
#mpiinavleft {
	margin-bottom: 20px;
	position: relative;
	background-color: #eee;
}
#mpiinavleft > ul {
	border-bottom: 1px solid #a2a29e;
	margin: 0;
	padding: 0;
}
#mpiinavleft ul li a {
	background: none repeat scroll 0 0 #d1d1d1;
	border-top: 1px solid #a2a29e;
	color: #585858;
	display: block;
	padding: 4px 20px;
	text-decoration: none;
	/* font-weight: normal; */
	border-radius: 0;
}
#mpiinavleft ul li ul li {
	padding-left: 15px;
	border-radius: 0;
}
#mpiinavleft ul li a:hover, #mpiinavleft ul li a.act:hover, #mpiinavleft ul li a.cur {
	background-color: rgba(0, 51, 93, 1);
	color: #fff;
}
/* all links */
#mpiinavleft .nav > li > a {
	padding: 4px 20px;
	font-size: 13px;
	font-weight: 400;
	font-weight: bold;
}
/* nested links */
#mpiinavleft .nav .nav > li > a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-size: 12px;
}
#mpiinavleft .nav-stacked > li + li {
	margin-left: 0;
	margin-top: 0;
}
#mpiinavleft .nav ul li ul li a {
	line-height: 1.32em;
	font-weight: normal;
}
/* --- right content pane --- */
#mpiicontent {
	background-color: #eee;
	padding-right: 10px;
}
#mpiicontent .panel-default {
	border-radius: 0;
}
#mpiicontent .panel-heading {
	border-radius: 0;
	background: #00335d;
	color: #fff;
	padding: 8px 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mpiicontent .panel-title {
	border-radius: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mpiicontent .panel-body {
	border-radius: 0;
}
#mpiicontent .panel-primary {
    border-color:transparent;
}

#mpiibottommenu {
	background: #eee none no-repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 12px;
    padding-bottom: 0;
    padding-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#mpiibottommenu nav {
	height: 12px;
}

#mpiifooter {
	color: #333333;
	background-color: #c7c7c7;
	font-size: 90%;
}
#mpiifooter a {
	color: #333333;
	text-decoration: underline;
}
#mpiifooter h4 {
	background: rgba(153,153,153,1);
	color: #fff;
	padding: 5px 120px 5px 15px;
	margin-top: 0;
	width: 250px;
	white-space: nowrap;
}

/* --- global overwrites --- */
/* @media(min-width : 444px) { */
@media(min-width : 992px) {
body {
	background-image: linear-gradient(top, #00335D, #00335D);
	background-image: -webkit-linear-gradient(top, #00335D, #00335D);
	background-image: -moz-linear-gradient(top, #00335D, #00335D);
	background-image: -o-linear-gradient(top, #00335D, #00335D);
	background-image: -ms-linear-gradient(top, #00335D, #00335D);
	background-size: auto 25px;
	background-repeat: repeat-x;
}
}
body {	/* overflow-y: scroll; */
	font-family: Arial, Helvetica, sans-serif;
}
.navbar-text {
	margin: 0 0 0 3px;
}
/* nice arrows in drop downs pointing to the top level */
@media(min-width : 440px) {
#mpiimainmenu .dropdown-menu:before {
	position: absolute;
	top: -10px;
	left: 39px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	border-left: 10px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
#mpiimainmenu .dropdown-menu:after {
	position: absolute;
	top: -9px;
	left: 40px;
	display: inline-block;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #ffffff;
	border-left: 9px solid transparent;
	content: '';
}
}
.navbar .navbar-right > li > .dropdown-menu:before, 
.navbar .nav > li > .dropdown-menu.navbar-right:before {
	right: 12px;
	left: auto;
}
.navbar .navbar-right > li > .dropdown-menu:after, 
.navbar .nav > li > .dropdown-menu.navbar-right:after {
	right: 13px;
	left: auto;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* avoid floating to the end of the datatable */
table.dataTable {
	clear:none;
}

@font-face {
	font-family: 'Computer Modern Sans';
	src: url('/fonts/cmunss.eot');
	src: url('/fonts/cmunss.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/cmunss.woff') format('woff'),
		 url('/fonts/cmunss.ttf') format('truetype'),
		 url('/fonts/cmunss.svg#cmunss') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Computer Modern Sans';
	src: url('/fonts/cmunsx.eot');
	src: url('/fonts/cmunsx.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/cmunsx.woff') format('woff'),
		 url('/fonts/cmunsx.ttf') format('truetype'),
		 url('/fonts/cmunsx.svg#cmunsx') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Computer Modern Sans';
	src: url('/fonts/cmunsi.eot');
	src: url('/fonts/cmunsi.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/cmunsi.woff') format('woff'),
		 url('/fonts/cmunsi.ttf') format('truetype'),
		 url('/fonts/cmunsi.svg#cmunsi') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Computer Modern Sans';
	src: url('/fonts/cmunso.eot');
	src: url('/fonts/cmunso.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/cmunso.woff') format('woff'),
		 url('/fonts/cmunso.ttf') format('truetype'),
		 url('/fonts/cmunso.svg#cmunso') format('svg');
	font-weight: bold;
	font-style: italic;
}

/* SVG line width and fill styles */

.st0{fill:#FFFFFF;stroke:#00335D;stroke-width:4;stroke-miterlimit:10;}
.st1{fill:none;stroke-width:8;stroke-miterlimit:10;}
.st2{fill:#FFFFFF;stroke:#00335D;stroke-width:8;stroke-miterlimit:10;}
.st3{fill:none;stroke:#00335D;stroke-width:4;stroke-miterlimit:10;}
.st4{fill:#FFFFFF;stroke:#00335D;stroke-width:8;stroke-miterlimit:10;}
.st5{fill:#FFFFFF;}
.st6{fill:none;stroke:#00335D;stroke-width:2;stroke-miterlimit:10;}
.st7{fill:#FFFFFF;stroke:#00335D;stroke-width:8;stroke-miterlimit:10;}

.fs {font-family:Computer Modern Sans; font-size:28px; stroke:#00335D; fill:#00335D;}
.fn {font-family:Computer Modern Sans; font-size: 64px; stroke: #bbb;fill: #bbb;}
.f11 {font-family:Computer Modern Sans; font-size: 11px;}
.f14 {font-family:Computer Modern Sans; font-size: 14px;}
.f14b {font-family:Computer Modern Sans; font-size: 14px; stroke:#000000; fill: #000000; }
.f16 {font-family:Computer Modern Sans; font-size: 16px;}
.f18 {font-family:Computer Modern Sans; font-size: 18px;}
.f20 {font-family:Computer Modern Sans; font-size: 20px;}
.f22 {font-family:Computer Modern Sans; font-size: 22px;}
.f22b {font-family:Computer Modern Sans; font-size: 22px; stroke:#000000; fill: #000000; }
.f24 {font-family:Computer Modern Sans; font-size: 24px;}
.f48 {font-family:Computer Modern Sans; font-size: 48px;}
.f36 {font-family:Computer Modern Sans; font-size: 36px;}
.f64 {font-family:Computer Modern Sans; font-size: 64px;}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
