/*!

Custom Styles for page "Semantic Engine Services" by Digital Collections

Based on Bootstrap (http://twitter.github.com/bootstrap/index.html)

built by Christian Günther 2012
cg@tag-eins.de
www.tag-eins.de

 */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: #eee;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666666;
}
.wrapper {
	background-color: #eee;
}
.container {
	background-color: #fff;
  width: 940px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  zoom: 1;
  min-height: 770px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
}

.content_wrapper {
	clear: both;
	width: 100%;
}

/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px;
}
p small {
  font-size: 11px;
  color: #bfbfbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #404040;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
}
h1 {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 36px;
  color: #31afd8;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h2 {
  /*margin-bottom: 18px;*/
  font-size: 36px;
  line-height: 40px;
  color: #31afd8;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h3 {
	margin-top: 15px;
	margin-bottom: 10px;
  font-size: 21px;
	color: #31afd8;
}

textarea {
	width:95%
}

td.borderless {
	border: 0;
}

.blue {
  color: #31afd8;
}

p {
  margin: 0 0 9px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.hero-unit {
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	padding: 0;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
.hero-unit h1 {
	font-size: 52px;
	color: #31afd8;
}

.logo {
	float: left;
	margin-top: 10px;
}

.userinfos {
	float:right;
	padding:5px;
	font-size: 11px;
	border: 0px solid #31afd8;
	border-top:0;
	background-color: #eff5ff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e3f1f6), to(#a2dff4)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e3f1f6, #a2dff4); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e3f1f6, #a2dff4); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e3f1f6, #a2dff4); /* IE10 */
  background-image:      -o-linear-gradient(top, #e3f1f6, #a2dff4); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e3f1f6, #a2dff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3f1f6', EndColorStr='#a2dff4', GradientType="0"); /* IE6–IE9 */
  background-repeat: no-repeat;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.userinfos ul {
	list-style: none;
	margin-left: 0;
}
.userinfos ul li {
	float: left;
	padding-left:8px;
	padding-right:8px;
}

.socialnavi {
	float: right;
	padding-top: 12px;
	padding-right: 5px;
	font-size: 9px;
	text-align: right;
}

.socialnavi ul {
	list-style: none;
	margin-left: -5px;
	margin-top:  0px;
}
.socialnavi ul li{
	float: left;	
}

.breadcrumbs {	
	float: left;
	margin-left: -82px;
	padding-top:5px;
	font-size: 11px;
	text-transform: uppercase;
	width: 400px;
}

.pictoblocks_home {
	width: 700px;
	padding-left: 120px;
}

.listnavi {
	background-color: #d6f1fa;
	border: 1px solid #b0e6f8;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-list .active > a, .nav-list .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #31afd8;
}
.nav-list {
	background-color: #fff;
}
.nav-list ul li {
	border-bottom: 1px solid #d6f1fa;
	margin-left: -30px;
	margin-right: -30px;
	padding-left:30px;
	padding-right:30px;
}
.nav-list ul li a:hover{
	margin-left: -30px;
	margin-right: -30px;
	padding-left:30px;
	padding-right:30px;
  background-color: #d6f1fa;
}

.well {
	background-color: #fff;	
	border: 1px solid #d6f1fa;
}

.pictoblock {
	border-bottom: 1px solid #eeeeee;
	width: 220px;
	float:left;
	margin-left: 10px;
	z-index: 10;
    height: 305px;
}

.pictoblock h3, p {
	padding:5px;
	padding-left: 10px;
}

.pictoblock a:link {
	text-decoration: none;
}
.pictoblock h3 {
	margin-top: 15px;
	margin-bottom: 0px;
	height: 50px;
	width: 205px;
	background-color: #13649e;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Open Sans Semibold';
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.pictoblock img {
	margin-bottom:8px;
	padding-top:2px;
  -moz-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.2);
	box-shadow:0px 2px 5px 3px rgba(0,0,0,0.2);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* blue block with shadow for SE element */	

.highlight_block {
	padding: 5px;	
	margin-bottom: 15px;
	background-color: #eff5ff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e3f1f6), to(#a2dff4)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e3f1f6, #a2dff4); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e3f1f6, #a2dff4); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e3f1f6, #a2dff4); /* IE10 */
  background-image:      -o-linear-gradient(top, #e3f1f6, #a2dff4); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e3f1f6, #a2dff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3f1f6', EndColorStr='#a2dff4', GradientType="0"); /* IE6–IE9 */
  background-repeat: no-repeat;
  -moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
	min-height: 600px;
}

.highlight_block .nav-list {
	background-color: #eff5ff;
	padding-bottom: 5px;
}
.highlight_block .nav-list .nav-header {
	background-color: #31afd8;
	color: #ffffff;
	margin-bottom: 5px;
}

/* Results table of Semantic Engine */

.resultlist {
	width: 100%;
}

.resultlist th {
	color: #13649e;
	background-color: #fff;	
	border: 0;
	border-right: 1px solid #fff;
	padding-top:3px; 
	padding-bottom: 3px;
	font-weight: 400;
	text-transform: uppercase;
 }
 
.resultlist td {
	color: #000;
	border: 0;
	padding-top:3px; 
	padding-bottom: 3px;
}
.result_usertext {
	padding:5px;
	font-size: 12px;
	line-height: 14px;
	background-color: #ffffff;
	color: #13649e;
	border: 1px solid #74b9ef;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* numbers with round border (in SE demo page) */

.stepmarker {
	border: 3px solid #3ab6ec;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 6px;
	font-size: 16px;
	line-height:12px;
	font-weight: 700;
	color: #3ab6ec;
	background-color: #fff;
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
}

/* Navigation at the top of the Page */

#mainnavi {
	margin-top: 59px;
}

#nav {	
	list-style: none;
	margin-top:5px;
	padding-top: 15px; 
	padding-left:50px;
	padding-bottom: 30px;
	margin-bottom:0px; 
	background-color: #31afd8;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-top:80px;
	padding-top: 0px; 
	padding-bottom: 10px; 
	margin-left: 30px; 
	list-style: none;
}

#nav a {
	display: block;
	color: #ffffff;
	font-size: 18px;
	padding-bottom: 0px;
	border-bottom: 1px solid #31afd8;
}
#nav a:hover {
	padding-bottom: 0px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}
#nav a:active {
	background-color: #31afd8;
}

#nav a.forgotten-password {
	float: right; 
    font-size: 10px; 
    color: #666666;
    border:none;
}

#nav a.forgotten-password:hover {
    color: black;
}

#nav li {
	float: left;
	margin-left: 60px;
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top: 0;
	margin-top:0;
	margin-left: 0px; 
	background-color: #13649e;
	border: 0px solid #aaaaaa;
}

#nav li ul li a {
	color: #ffffff;
	background-color: #13649e;
	padding: 5px;
	padding-left:8px;
	margin-left: -60px;
	border-bottom: 1px solid #ffffff;
	border-top: 0px solid #aaaaaa;
	width: 14em;
	font-size: 13px;
	text-decoration: none;
}

#nav li ul li a:hover {
	color: #ffffff;
	background-color: #31afd8;
	padding: 5px;
	padding-left:8px;
	margin-left: -60px;
	border-bottom: 1px solid #ffffff;
	border-top: 0px solid #aaaaaa;
	width: 14em;
	font-size: 13px;
	text-decoration: none;
}

#nav li ul li.header a:hover,
#nav li ul li.header a{
    text-transform: uppercase;
    background-color: #13649E;
}
	
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.nav .nav-header {
	color: #13649e;
}	

/* All styles concerning the page footer */

.admin_footer {
	background-color: #fff;
	margin: 0 auto;
	width:940px;
	border-top: 1px solid #eee;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #000;	
	text-transform:uppercase;	
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.footer_copyright{
	float: right;
	text-align: center;
	clear: both;
}

.footer_partner {
	width:100%;
	height: 120px;
	clear: both;
	border-bottom: 1px solid #67ace5;
	margin-bottom: 25px;
}

.partnerlogos {
	background-color: #ffffff;
	float: right;
	margin-right:10px;
	padding-left:5px;
	padding-right: 5px;
	width: 815px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.partnerlogo {
	float: right;
	margin-left: 1px;
}

.partnerhead {
	font-size: 18px;
	padding-top:35px;
	padding-left:10px;
	float: left;
	font-weight: 300;
}

footer {
  background-color: #13649e;	
  margin:0 auto;
  padding: 10px;
  border-top: 1px solid #eee;
  width: 940px;
  min-height: 300px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(80, 80, 80, 0.1);
}
.footer_content {
	width: 940px;
	margin: 0 auto;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 9px;
	text-transform: uppercase;
}
.footer_content p {
	color: #fff;
	font-size: 9px;
}
.footer_content a {
	color: #fff;
	font-size: 9px;
}
#footer_nav {
	float: left;
}
	
#footer_nav ul {
	padding: 0;
	margin: 0;
	margin-top:80px;
	padding-top: 30px; 
	margin-left: 0px; 
	list-style: none;
}

#footer_nav a {
	display: block;
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 2px;
	font-weight: 300;
}
#footer_nav a:hover {
	padding-bottom: 2px;
	text-decoration: underline;
}

#footer_nav li {
	float: left;
	margin-right: 70px;
	list-style: none;
}
#footer_nav li ul {
	position: absolute;
	width: 150px;
	padding-top: 0;
	margin-top:0;
	margin-left: -15px; 
}

#footer_nav li ul li a {
	color: #ffffff;
	padding: 5px;
	padding-left:0px;
	margin-left: 15px;
	width: 150px;
	font-size: 10px;
	text-decoration: none;
}

#footer_nav li ul li a:hover {
	color: #ffffff;
	padding: 5px;
	padding-left:0px;
	margin-left: 15px;
	width: 150px;
	font-size: 10px;
	text-decoration: underline;
}
	
#footer_nav li:hover ul {
	left: auto;
}
#footer_nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* All styles concerning the page footer END */

/* Elements appearing at rollover on start page */

.tooltips {
	position: relative;
	display:none;
	z-index:100;
	font-size:12px;
	height:150px;
	width:620px;
	padding:30px;
	color:#000;	
	background-color: #eff5ff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e3f1f6), to(#a2dff4)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e3f1f6, #a2dff4); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e3f1f6, #a2dff4); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e3f1f6, #a2dff4); /* IE10 */
  background-image:      -o-linear-gradient(top, #e3f1f6, #a2dff4); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e3f1f6, #a2dff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3f1f6', EndColorStr='#a2dff4', GradientType="0"); /* IE6–IE9 */
  background-repeat: no-repeat;
	-moz-box-shadow:    0px 0px 3px 1px rgba(68,68,68,0.5);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(68,68,68,0.5);
  box-shadow:         0px 0px 3px 1px rgba(68,68,68,0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tooltip_home1 {
	margin-top:15px;
	margin-left:230px;
}

.connector {
	position:absolute;
	left:8px;
	top:-15px;
	width:202px;
	height:15px;
	background-color: #e3f1f6;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.tooltip_home1 .connector {
	left:8px;
}
.tooltip_home2 .connector {
	left:238px;
}
.tooltip_home3 .connector {
	left:468px;
}

.tooltip_home2 {
	margin-top:15px;
}

.tooltip_home3 {
	margin-top:15px;
	margin-left:-230px;
}

.tooltip_button {
	text-align: right;
	width: 100%;
}

/* Popup for Login form in top navi */

.login-popup {
	display:none;
	position:relative;
	height:106px;
	width:210px;
	padding:15px;
	margin-top:65px;
	margin-left:-50px;
}	
.login-popup-inner {
	position: absolute;
	left:0;
	top:24px;
	font-size:10px;
	/* We removed the remember checkbox, so we need less height here... */
	height:66px;
	width:210px;
	padding:15px;
	color:#000;	
	background-color: #eff5ff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e3f1f6), to(#a2dff4)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e3f1f6, #a2dff4); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e3f1f6, #a2dff4); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e3f1f6, #a2dff4); /* IE10 */
  background-image:      -o-linear-gradient(top, #e3f1f6, #a2dff4); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e3f1f6, #a2dff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3f1f6', EndColorStr='#a2dff4', GradientType="0"); /* IE6–IE9 */
  background-repeat: no-repeat;
	-moz-box-shadow:    0px 0px 3px 1px rgba(68,68,68,0.5);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(68,68,68,0.5);
  box-shadow:         0px 0px 3px 1px rgba(68,68,68,0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

/* Tooltip poups in forms etc. for further explanation */

.formtip {
	border: 0px;
	padding: 0px;
	margin-left:5px;
	padding-left:5px; padding-right: 5px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background-color: #d6f1fa;
	-moz-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.formtip a{	
	color: #13649e;
}
.formtips {
	display: none;
	position: absolute;
	left:0;
	top:24px;
	font-size:10px;
    max-width: 300px;
	padding:15px;
	color:#000;	
	background-color: #eff5ff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e3f1f6), to(#a2dff4)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e3f1f6, #a2dff4); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e3f1f6, #a2dff4); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e3f1f6, #a2dff4); /* IE10 */
  background-image:      -o-linear-gradient(top, #e3f1f6, #a2dff4); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e3f1f6, #a2dff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3f1f6', EndColorStr='#a2dff4', GradientType="0"); /* IE6–IE9 */
  background-repeat: no-repeat;
	-moz-box-shadow:    0px 0px 3px 1px rgba(68,68,68,0.5);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(68,68,68,0.5);
  box-shadow:         0px 0px 3px 1px rgba(68,68,68,0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* this element: deprecated ? */

.rollover {
	font-size:14px;
	padding:25px;
	margin-left: -20px;
	color:#000;	
	background-color: #eff5ff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e3f1f6), to(#a2dff4)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e3f1f6, #a2dff4); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e3f1f6, #a2dff4); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e3f1f6, #a2dff4); /* IE10 */
  background-image:      -o-linear-gradient(top, #e3f1f6, #a2dff4); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e3f1f6, #a2dff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3f1f6', EndColorStr='#a2dff4', GradientType="0"); /* IE6–IE9 */
  background-repeat: no-repeat;
	-moz-box-shadow:    0px 0px 3px 1px rgba(68,68,68,0.5);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(68,68,68,0.5);
  box-shadow:         0px 0px 3px 1px rgba(68,68,68,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #fff;
}

.rollover h3 {
	line-height: 5px;
  text-transform: uppercase;
}

/* modifications for table layouts, primarily used for all the lists */

table {
  width: 100%;
  margin-bottom: 0px !important;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 5px 10px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #666;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}

.table tr th {
	background-color: #d6f1fa;
}

.table-striped tbody tr:nth-child(odd) td, 
.table-striped tbody tr:nth-child(odd) th,
.table-striped thead tr:nth-child(odd) td {
  background-color: #eefbff;
}
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #d1f1fc;
}

.table th {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #30abd5;
  color: #30abd5;
}

.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #b1e1f0;
}

.table-bordered {
  border: 1px solid #b1e1f0;
 }
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #b1e1f0;
}

 .table-plain {
  border: 0px solid #ddd;
  border-collapse: collapsed;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
 .table-plain tbody td{
  border: 0px solid #ddd;
  padding: 2px;
  padding-left: 10px;
}

TH.buttoncolumn {
 	width: 10px;
}
 	
/* design for linked table cells */ 	
 	
.linked {
  text-decoration: underline;
  font-weight: 600;
  cursor:pointer;
} 
 
.not-linked {
  font-style: italic;
}
/* Popover-Styles */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #eff5ff;  
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e3f1f6), to(#a2dff4)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e3f1f6, #a2dff4); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e3f1f6, #a2dff4); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e3f1f6, #a2dff4); /* IE10 */
  background-image:      -o-linear-gradient(top, #e3f1f6, #a2dff4); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e3f1f6, #a2dff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3f1f6', EndColorStr='#a2dff4', GradientType="0"); /* IE6–IE9 */
  background-repeat: no-repeat;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
	display:none;
  padding: 9px 15px;
  line-height: 1;
  background: #eff5ff;  
  border-bottom: 0px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  color: #000000;
  background: #eff5ff;  
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e3f1f6), to(#a2dff4)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e3f1f6, #a2dff4); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #e3f1f6, #a2dff4); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #e3f1f6, #a2dff4); /* IE10 */
  background-image:      -o-linear-gradient(top, #e3f1f6, #a2dff4); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #e3f1f6, #a2dff4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e3f1f6', EndColorStr='#a2dff4', GradientType="0"); /* IE6–IE9 */
  background-repeat: no-repeat;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}

/* Dropdown Menu in Top Navi */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 0px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
  bottom: 100%;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0);
}
.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu .header a:link{
	color: #13649e;
	font-style: oblique;
    cursor: default;
}

/* important to let lightbox elements not appear when page loads but only when triggered */

.modal {
	display:none;	
}

/* Modification of standard button colors from bootstrap */

.btn {
	text-transform: uppercase;
	font-size:10px;
}
.btn-large {
	text-transform: uppercase;
	font-size:12px;
}

.btn-primary {
  background-color: #34afd8;
  background-image: -moz-linear-gradient(top, #34afd8, #2d9dcb);
  background-image: -ms-linear-gradient(top, #34afd8, #2d9dcb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#34afd8), to(#2d9dcb));
  background-image: -webkit-linear-gradient(top, #34afd8, #2d9dcb);
  background-image: -o-linear-gradient(top, #34afd8, #2d9dcb);
  background-image: linear-gradient(top, #34afd8, #2d9dcb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34afd8', endColorstr='#2d9dcb', GradientType=0);
  border-color: #34afd8 #34afd8 #2d9dcb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #2d9dcb;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}

.btn-home {
	float:right;
}

/* modification of form elements */

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
	background-color: #ffffff;
	border-top: 1px solid #b0e6f8;
}

.form-horizontal {
	border: 1px solid #b0e6f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-bottom-radius: 5px;
}

legend {
	padding-left:25px;
	border: 0;
}

.centered {
	text-align: center;
}

/* Styles for the Navigation bar when logged in */

.navbar-inner {
	color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #13649e;
  background-image: -moz-linear-gradient(top, #13649e, #2590dd);
  background-image: -ms-linear-gradient(top, #13649e, #2590dd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#13649e), to(#2590dd));
  background-image: -webkit-linear-gradient(top, #13649e, #2590dd);
  background-image: -o-linear-gradient(top, #13649e, #2590dd);
  background-image: linear-gradient(top, #13649e, #2590dd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13649e', endColorstr='#2590dd', GradientType=0);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2590dd;
  background-image: -moz-linear-gradient(top, #2590dd, #13649e);
  background-image: -ms-linear-gradient(top, #2590dd, #13649e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2590dd), to(#13649e));
  background-image: -webkit-linear-gradient(top, #2590dd, #13649e);
  background-image: -o-linear-gradient(top, #2590dd, #222222);
  background-image: linear-gradient(top, #2590dd, #13649e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2590dd', endColorstr='#13649e', GradientType=0);
  border-color: #2590dd #2590dd #13649e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #2590dd;  
}
.btn-navbar:active, .btn-navbar.active {
  background-color: #2590dd \9;
}

.btn-navbar .icon-bar {
  display: block;
	color: #ffffff;
  width: 18px;
  height: 2px;
  background-color: #13649e;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar-inner .nav li a:link {
	color: #ffffff;
}

.navbar-inner .nav li a:visited {
	color: #ffffff;
}
.navbar-inner .nav li a:active {
	color: #ffffff;
}
.navbar-inner .nav li a:hover {
	color: #31afd8;
}
.navbar-text {
	color: #ffffff;
	overflow:hidden;
	line-height: 10px;
}

.navbar-text p {
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 12px;
}

.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #2590dd;
  border-right: 1px solid #13649e;
}

/*Demo page styles*/
SPAN.recognized_entity{
    font-weight: bold;
    color: #31AFD8;
    background-color: lightGoldenrodYellow;
}

SPAN.highlight_entity{
    background-color: lightgreen;
}

TR.keyword.hidden {
    display: none;
}

TD#timing-spacer {
    width: 81%; 
}

TD#timing-info {
    width: 19%; 
}

TD.ner-result {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;  
  color:grey;
  width: 40%; 
}

/*Footer helper class*/

.hide {
    display: none;
}


/* FORM stuff */
TD.buttons {
    width: 75px;
}

/* DnD Styles */
.drop_zone {
    display: inline-block;
    
    border: 2px dashed #CCC;

    padding: 3px 10px;
    cursor: copy;
    margin: 0;
    /*height: 20px; /*needed for the th case*/
    
    text-align: center;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 11px;
    vertical-align: middle;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: darkgrey;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 6px 
    rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px 
    rgba(0, 0, 0, 0.2);
}

/*Pagination styles*/
.pagination{
    background-color: white;
    line-height: 20px;
    height: 20px;
}

.pagination.pagination-top{
    margin: 0px;
}

.pagination a {
    line-height: 20px;
}

/*Styles for the upload stuff*/
TD DIV.alert{
    font-size: 10px;
    margin: 0;
    height: 14px;
    padding-top: 4px;
    padding-right: 5px;
}

TD DIV.alert.se-close{
    padding-right: 27px;
}

TD DIV.alert a.link{
    text-decoration: underline;
    padding-left: 5px;
    color: #666;
    text-wrap: none;
}

TD DIV.alert.alert-status-info{
    height: 18px;
    padding-top: 0px;
    font-size: 9px;
}

.alert-status-info .progress,
.alert-status-info .progress .bar{
    height: 5px;
    margin-bottom: 0;
}

SPAN.info-text{
    padding-right: 5px;
    font-size: 10px;
}

DIV.se-list-count{
    float: right;
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
    display: inline;
}

/* begin suggestion edit tool style*/
TD.RED{
    background: #FFE4E4 !important;
}

TD.GREEN{
    background: #E4FFE4 !important;
}

.pagination .alphabetic-pagination-list A{
    padding-right: 11px;
}

SELECT.number {
    width:55px;
}

BUTTON.selector{
    margin-top: -10px;
}

SELECT.actionselector {
    width:235px;
}

LABEL {
    color:#666666; 
}
/* end suggestion edit tool style*/
.headline.active {
    color: darkgreen;
}

.headline.notactive {
    color: darkgrey;
}
.headline.error {
    color: darkred;
}

.headline a {
    font-size: 12px;
}

#admin_dialog.modal.fullscreen {
    width: 99%;
    height: auto;
    margin: 0px;
    padding: 0px;
    
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
       
}

#admin_dialog.modal.fullscreen .modal-body {
    max-height: none;
}

.extract TD {
    width: 30%;
}

.error {
    color: red;
}

TABLE.configuration-table TD  {
    border-top: none;
}

TABLE.configuration-table TBODY TH {
     border-top: 3px solid #666666;;
}

TABLE.configuration-table LABEL {
    color:#666666; 
    font-weight:bold;
}

TABLE.configuration-table TD.nerlistname {
    width:30%;
}

TABLE.configuration-table TD.nerlistselect {
    width:70%;
}

TABLE.configuration-table TD.nerlistselect select{
    width:93%;
}

INPUT.RED{
    background: #FFE4E4 !important;
}
