body {
	/*background-color: #0000FF;*/
	font-size: 10pt;
	overflow: hidden;
	/* no scrollbar 190219 CD*/
	font-family: Verdana, Geneva, sans-serif;
	font-variant: normal;
	background: #F2F2FF;
	/* background: #8e9eab;
	/* Old browsers */
	/* background: -moz-linear-gradient(left, #8e9eab 0%, #f2f2ff 50%, #8e9eab 100%); */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(left, #8e9eab 0%, #f2f2ff 50%, #8e9eab 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to right, #8e9eab 0%, #f2f2ff 50%, #8e9eab 100%); */ */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e9eab', endColorstr='#8e9eab', GradientType=1);
	/* IE6-9 */
	margin: 0;
}

/* Animation für den Lauftext bei Wartungen <-- DM 21/08/23 -->*/
.marquee {
	max-width: 100vw; /* iOS braucht das */
	white-space: nowrap;
	overflow: hidden;
	/* hier evtl. noch font-size, color usw. */
}

.marquee span {
	display: inline-block;
	padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
	animation: marquee 30s linear infinite;
}

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.marquee span:hover {
	animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
	0%   {transform: translate3d(0,0,0);}
	100% {transform: translate3d(-100%,0,0);}
}
/* @ Ende*/

/* MW Projekt Breacdcrumb */

.breadcrumbs {
    background-color: #D2B48C;
    padding: 5px;
    border: 1px solid #D2B48C;
    /* border-radius: 5px; */
    font-size: 13px;
	position: relative;
	z-index: 3;
}
.breadcrumbs a {
    color: #FFF;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #b9caec;
}
/* MW Projekt Breacdcrumb Ende */

select{
	width: 250px;
}

#gene_1_type, #gene_2_type, #gene_3_type, #gene_4_type, #gene_5_type {
	width: 75px;
}

select#all_experiment.input{
	margin-left: 48px !important;
}

/* Dropdown Button */
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
#dropdown {
	/*display: none;*/
	position: relative;
	display: inline-block;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 4;
	border: 1px none #666;
	visibility: visible;
}

/* Dropdown Content (Hidden by Default) */
#dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
#dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
#dropdown-content a:hover {
	background-color: #DDDDEE;
}

/* Show the dropdown menu on hover */
#dropdown:hover #dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
#dropdown:hover #dropbtn {
	background-color: #3e8e41;
}

#mainmenu {
	z-index: 1;
	height: 30px;
	width: 850px;
	border: 1px none #666;
	visibility: visible;
	display: inline;
}

@media screen and (max-width: 1024px) {

	body {
		font-size: 1.5vw;
	}

	#dropdown {
		position: relative;
		display: inline-block;
	}
}

#help {
	position: relative;
}

#help:hover #help_popup {
	/*If you hover over the help icon, show the help_popup span*/
	display: block;
}

#help_popup {
	/*Normally, hide this span*/
	display: none;
	position: absolute;
	width: 15em;
	padding: 10px;
	background: #CFF;
	color: #000;
	border: 3px solid;
	text-align: center;
	top: 4px;
	left: 10px;
	/*360px; is around the position I want*/
}

#main_nav {
	background-color: #94735b;
	border: groove;
	height: 55px;
}

#mainnav ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0;
}

#mainnav li {
	text-align: center;
	margin: 0 2px;
	margin-top: 0.45em;
}

#mainnav li a {
	text-decoration: none;
	padding: 16px 20px;
	color: #000;
	text-align: center;
	font-size: 16px;
}

#mainnav li a:hover {
	letter-spacing: 0.5px;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
	transition: all 0.4s ease 0s;
	/*color: #000;
	/*background-color: #fff;*/
	/*border: 2px dotted #5eb7ff;*/
	border-radius: 4px;
}

#main_nav a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	color: #000;
	font-size: 14px;
	/* height: 30px; */
	cursor: pointer;
}

#main_nav span {
	float: left;
	width: 50px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin-left: 1%;
	margin-top: 0.45em;
}

#main_nav ul {
	/* float: left; */
	/* -webkit-transition: .5s;
	transition: .5s; */
	list-style-type: none;
	margin-left: 0px;
	padding: 0;
}

#main_nav ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	visibility: hidden;
	/* opacity: 0; */
}

#main_nav ul ul ul {
	left: 100%;
	top: 0;
}

#main_nav ul ul ul ul {
	left: 100%;
	top: 0;
}

#main_nav li {
	float: left;
	position: relative;
	/* width: auto; */
	list-style: none;
	/* -webkit-transition: .5s;
	transition: .5s; */
	text-align: center;
	font-size: 14px;
}

#main_nav li li {
	background-color: #83654e;
	width: 270px;
	list-style: none;
	/* -webkit-transition: .5s;
	transition: .5s; */
	text-align: left;
	z-index: 4;
}

#main_nav li li a {
	height: 35px;
	width: 225px;
	line-height: 32.5px;
}

#main_nav>ul>li>a {
	text-transform: uppercase;
	font-size: 14px;
}

/* Mainbutton */
#main_nav li:hover {
	/* background-color: #545454;
	color: #fff; */
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #6495ed, inset 0 5px 30px #6495ed;
}
/* 
#main_nav li:hover li {
	background-color: #545454;
	color: #fff;
} */

/* #main_nav li li:hover, #main_nav li li:hover li {
	background-color: #545454;
	box-shadow: inset 0 0 0 1px #6495ed, inset 0 5px 30px #6495ed;
	color: #fff;
} */


#main_nav li li li:hover {
	box-shadow: inset 0 0 0 1px #6495ed, inset 0 5px 30px #6495ed;
	border-radius: 4px;
}

/* #main_nav li li li li a:hover {
	background-color: #545454;
	color: #fff;
	box-shadow: inset 0 0 0 1px #ed64b8, inset 0 5px 30px #ed64b8;
	border-radius: 4px;
} */

/* #main_nav li li li li:hover {
	background-color: #545454;
	color: #fff;
	box-shadow: inset 0 0 0 1px #6495ed, inset 0 5px 30px #6495ed;
	border-radius: 4px;
} */

#main_nav li:hover>ul {
	visibility: visible;
	/* opacity: 1; */
	letter-spacing: 0.5px;
	/* text-shadow: 0px 0px 6px rgba(255, 255, 255, 1); */
	transition: all 0.4s ease 0s;
	border-radius: 4px;
}

#main_nav li a #mainmenuactive {
	box-shadow: inset 0 0 0 1px #6495ED, inset 0 5px 30px #6495ED;
	border-radius: 4px;
}

.subnav {
	float: left;
}

.subnav:hover .subnavbtn {
	background-color: #6495ED;
}

.subnav-content {
	display: none;
	position: absolute;
	background-color: #545454;
	z-index: 4;
	width: auto;
	top: 54px;
	-webkit-user-modify: read-only;
	cursor: pointer;
}

.subnav-content a {
	float: left;
	color: #fff;
	width: 190px;
}

.subnav-content a:hover {
	background-color: #333;
	color: #fff;
	box-shadow: inset 0 0 0 1px #6495ed, inset 0 5px 30px #6495ed
}

.subnav:hover .subnav-content {
	display: block;
}

/*****************************************/
/* #mainnav_logout {
	margin-left: 76vw;
	margin-top: -1vw;
	z-index: 2;
	top: 2%;
	border: 1px none #666;
	visibility: visible;
	position: absolute;
}

#mainnav_logout ul {
	list-style-type: none;
}

#mainnav_logout li {
	display: inline;
	text-align: center;
	margin: 0 2px;
	float: right;
}

#mainnav_logout li a {
	padding: 5px 35px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background: rgba(30, 144, 255, 0.6);
	border-radius: 2%;
	float: right;
} */

@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');

.wrapper {
	padding: 20px;
}

/* #mainnav_logout li a:hover {
	letter-spacing: 1px;
	float: right;
	color: #fff;
	text-align: center;
	background: rgba(30, 144, 255, 0.6);
	animation: shadow-pulse 1s infinite;
} */

/*****************************************/
DIV#main {
	/*position: relative;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-left: 0px;
	border: 1px none #333366;
	z-index: 0;
	visibility: visible;
}

/*******************************************/
DIV#wiki {
	position: absolute;
	margin-left: 0.1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	top: 11px;
	right: 0px;
	border: 1px none #000000;
	z-index: 3;
	text-align: right;
	visibility: visible;
}

DIV#wikitabs ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	right: -9px;
	border: 1px none #000000;
	position: relative;
}

DIV#wikitabs li {
	display: inline;
	text-align: center;
	margin: 0 0px;
}

DIV#wikitabs li a {
	padding: 0px 10px;
	color: #333366;
	background-color: #F2F2FF;
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
	border-top: 1px solid #333366;
	border-bottom: 1px solid #3333ff;
	text-decoration: none;
}

DIV#wikitabs li a:hover {
	color: #000;
	background-color: #F2F2FF;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

DIV#wikietabs {
	position: absolute;
	z-index: 3;
	visibility: visible;
	margin-right: -100px;
}

/*******************************************/
DIV#multi {
	position: absolute;
	margin-left: 0.1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	top: 11px;
	height: 20px;
	right: 108px;
	width: 100px;
	border: 1px none #000000;
	z-index: 3;
	text-align: right;
	visibility: visible;
}

DIV#m_view ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 0px;
	right: 0px;
	border: 1px none #000000;
	position: relative;
}

DIV#m_view li {
	display: inline;
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline;
	z-index: 3;
}

DIV#m_view li a {
	padding: 0px 10px;
	margin: 0px 0px;
	color: #333366;
	background-color: #F2F2FF;
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
	border-top: 1px solid #333366;
	border-bottom: 1px solid #3333ff;
	text-decoration: none;
}

DIV#m_view li a:hover {
	color: #000000;
	background-color: #F2F2FF;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	margin: 0px 0px;
}

DIV#m_view {
	margin: 0px 0px;
	position: absolute;
	z-index: 3;
	visibility: visible;
	margin-right: -100px;
}

/*******************************************/
DIV#toptabs ul {
	list-style-type: none;
	margin-top: auto;
	margin-left: 0px;
	padding: 1.5%;
	/*position: relative;*/
	z-index: 3;
}

DIV#toptabs li {
	display: inline;
	text-align: center;
	margin: 0 -1px;
	z-index: 2;
}

DIV#toptabs li a {
	padding: 0px 2%;
	color: #333366;
	background-color: #c4cfe7;
	border-left: 1px solid #8e9abf;
	border-right: 1px solid #8e9abf;
	border-top: 1px solid #8e9abf;
	border-bottom: 1px solid #8e9abf;
	text-decoration: none;
	z-index: 3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

DIV#toptabs li a:hover {
	color: #000;
	background-color: #F2F2FF;
	border-bottom: 1px none #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	z-index: 3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

DIV#toptabs li a#mainmenuactive {
	color: #000;
	background-color: white;
	border: 1px solid #F2F2FF;
	z-index: 3;
}

DIV#toptabs {
	position: absolute;
	/* margin-left: 10vw; */
	/* margin-top: -1.2em; */
	padding-left: 0.7em;
	padding-right: 0.5em;
	top: 11%;
	left: 0px;
	width: 950px;
	height: 30px;
	z-index: 2;
	visibility: visible;
}

/*
DIV#toptabs {
	position: relative;
	margin-left: 10vw;
	padding-left: 0.7em;
	padding-right: 0.5em;
	top: -0.7%;
	left: 0px;
	width: 950px;
	height: 30px;
	z-index: 3;
	visibility: visible;
}
*/
/*******************************************/
DIV#content {
	position: absolute;
	resize: none !important;		/* <-- DM 13/07/23--> */
	left: 0.5%;     	/* <-- DM 13/07/23--> */
	/* left: 9%; */
	right: 500%;		/* <-- DM 13/07/23--> */
	/* right: 11%; */
	/* top: 11.5%; */
	top: 14%;
	/* width: 80%; */
	width: 98.5%;		/* <-- DM 13/07/23--> */
	height: 78%;
	overflow: auto;
	padding: 0.3em;
	border: solid 1px #8e9abf;
	background-color: #FFF;
		/*#8e9abf*/
	;
	/*    background: -webkit-linear-gradient(to left, #eef2f3 , #F2F2FF); /* Chrome 10-25, Safari 5.1-6 */
	/*    background: linear-gradient(to left, #eef2f3 50% , #F2F2FF 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	z-index: 1;
	visibility: visible;
	border-radius: 1em;
	box-shadow: 0 0 15px #0084f0; /* <-- DM 13/07/23--> */
	resize: both;
	overflow: auto;
}

table.content {
	margin-left: 2px;
	margin-top: 10px;
	width: 1050px;
	height: 650px;
	padding: 5px;
}

table.groups {
	margin-left: 2px;
	margin-top: 10px;
	width: 98%;
	padding: 5px;
}

th.line {
	width: 1pt;
	height: 400px;
	padding: 2px;
}

th.info {
	width: 50%;
	height: 1%;
	padding: 0.1px;
	background-color: #b9caec;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

div#select {
	height: 250px;
	padding: 2px;
	overflow: auto;
}

div#content_task {
	height: 350px;
	padding: 2px;
	overflow: auto;
}

/*******************************************/
DIV#bottomtabs {
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #94735b;
	border: groove;
	height: 55px;
	/*margin-top: -1vw;+*/
	position: absolute;
	/* left: -5px; */
	top: 93.5%;
	width: 99.7%;
	/* width: 100%; */
	/*bottom: 10%;*/
	/* height: 30px;
	border: none 1px #3333ff;*/
	z-index: 2;
}

DIV#bottomtabs ul {
	list-style-type: none;
	/* margin-top: 0px; */

	margin-left: 0px;
	/* position: relative; */
	z-index: 2;
}

DIV#bottomtabs li {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	margin: 5px;
	font-size: 14px;
}

DIV#bottomtabs li a {
	/*padding: 1px 10px;
	color: #333366;
	background-color: #D0E3FF;
	/*border: 1px solid #333366;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
	border-right: 2px solid #666;
	border-top: 1px solid #666;
	text-decoration: none;
	border-radius: 10px;*/
	border-radius: 3px;
	display: inline-block;
	border: none;
	padding: 1px 2px;
	color: #000 !important;
	background-color: transparent;
	text-decoration: none;
	z-index: 2;
}

DIV#bottomtabs li a:hover {
	letter-spacing: 0.2px;
	/* text-shadow: 0px 0px 6px rgba(255, 255, 255, 1); */
	box-shadow: inset 0 0 0 1px #6495ed, inset 0 5px 30px #6495ed;
	transition: all 0.4s ease 0s;
	border-radius: 4px;
	z-index: 2;
	/*color: #fff;
	background-color: #788bb4;
	border-bottom: 1px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #666;
	border-top: 2px solid #666;*/
}

/* DIV#bottomtabs li a#mainmenuactive { */

	/* box-shadow: inset 0 0 0 1px #6495ED, inset 0 5px 30px #6495ED;
	border-radius: 4px; */
	/* box-shadow: inset 0 0 0 1px #32f300, inset 0 5px 30px #32f300;
	z-index: 2; */
	/*color: #000;
	background-color: white;
	border-bottom: 1px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #666;
	border-top: 2px solid #666;*/
/* } */

/*******************************************/
DIV#buttons ul {
	list-style-type: none;
	margin-top: -5vw;
	margin-left: 0px;
	padding: 0%;
	position: absolute;
	z-index: 2;
	top: -7.3vw;
}

DIV#buttons li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

DIV#buttons li a {
	text-transform: uppercase;
	padding: 5px 35px;
	text-decoration: none;
	font-weight: bold;
	float: right;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background: rgba(30, 144, 255, 0.6);
	border: 2px solid #000000;
	border-radius: 4%;
}

@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');

.wrapper {
	padding: 20px;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}

	50% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

@keyframes shrink {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(0.1);
	}
}

@keyframes fade {
	from {
		opacity: 1;
	}

	to {
		opacity: 0.25;
	}
}

@keyframes scrollBanner {
	from {
		transform: translateX(0)
	}

	17% {
		transform: translateX(0%)
	}

	20% {
		transform: translateX(-20%)
	}

	37% {
		transform: translateX(-20%)
	}

	40% {
		transform: translateX(-40%)
	}

	57% {
		transform: translateX(-40%)
	}

	60% {
		transform: translateX(-60%)
	}

	77% {
		transform: translateX(-60%)
	}

	80% {
		transform: translateX(-80%)
	}

	97% {
		transform: translateX(-80%)
	}

	98% {
		transform: translateY(-6em)
	}

	99% {
		transform: translateY(0em)
	}

	to {
		transform: translateX(0%)
	}

}

@keyframes insertBanner {
	from {
		transform: translateY(-6em)
	}

	/* slide down from off-screen */
	to {
		transform: translateY(0em)
	}
}

@keyframes fastSlide {
	0% {
		transform: translate(120%) skewX(-30deg);
	}

	70% {
		transform: translate(0%) skewX(-30deg);
	}

	80% {
		transform: translate(0%) skewX(20deg);
	}

	95% {
		transform: translate(0%) skewX(-10deg);
	}

	100% {
		transform: translate(0%) skewX(0deg);
	}
}

DIV#buttons li a:hover {
	/*
	color: #fff;
	background-color: #788bb4;
	border-bottom: 1px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #666;
	border-top: 2px solid #666;
	border-radius: 5px;
	font-weight: bold;*/
	float: right;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background: rgba(30, 144, 255, 0.6);
	animation: shadow-pulse 1s infinite;
}

DIV#buttons {
	position: absolute;
	right: 12%;
	/*top: 695px;*/
	bottom: -9.9vw;
}

DIV.button {
	position: absolute;
	float: right;
	width: 100px;
	height: 18px;
	border: solid 1px #3333ff;
	text-align: center;
}

/*******************************************/
DIV#error {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	position: absolute;
	left: 300px;
	z-index: 4;
}

DIV.error {
	margin: 1em;
	padding: 1em;
	width: 30em;
	top: 20px;
	left: 200px;
	text-align: center;
	border: solid 1px #3333ff;
	font-weight: bold;
}

DIV.error3 {
	border: solid 2px #333366;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 15px #333366;
}

DIV.error2 {
	background-color: #fff;
	border: solid 2px red;
	border-radius: 15px;
	box-shadow: 0 0 15px red;
}

DIV.error1 {
	background-color: yellow;
	border: solid 2px red;
	border-radius: 15px;
	box-shadow: 0 0 15px red;
}

DIV.message {
	background-color: #fff;
	border: solid 2px green;
	border-radius: 15px;
	box-shadow: 0 0 15px green;
}

LABEL {
	min-width: 20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 0px;
	vertical-align: top;
}

.list_view {
	/*    width: expression('450px'); */
	min-width: 200px;
	width: 400px;
	height: 100px;
	margin-left: 15px;
	margin-top: 2px;
	padding: 5px;
	border: solid 1px #3333ff;
}

DIV#loginScreen{
	margin-top: 0px;
	/* position: absolute; */
	width: -webkit-fill-available;
	
}

DIV#login {
	position: absolute;
	left: 275px;
	top: 150px;
	padding: 5px;
	border: none;
}

DIV#logincontent {
	/* position: absolute; */
	/*left: 275px;
	top: 150px;*/
	padding: 5px;
	border: none;
}

button.button {
	padding: 0px 10px;
	color: #333366;
	background-color: #D0E3FF;
	margin-left: 5px;
	/*border: 1px solid #333366;*/
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
	border-right: 2px solid #666;
	border-top: 1px solid #666;
	text-decoration: none;
}

/* NEW Colors changeable for options in genes Tabs CD 2019-04-16 16.04.2019 */
option.wild {
	color: black;
}

option.tg\/tg {
	color: orangered;
}

option.tg\/wt {
	color: green;
}

option.fl\/fl {
	color: orangered;
}

option.fl\/\+ {
	color: green;
}

option.fl\/- {
	color: green;
}

input.button {
	padding: 5px 35px;
	color: #333366;
	/*background-color: #D0E3FF;*/
	margin-left: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	/*border: 1px solid #333366;*/
	color: #fff;
	text-align: center;
	background: rgba(30, 144, 255, 0.6);
	border-radius: 2%;
	text-decoration: none;

}

input.button:hover {
	/*
	color: #fff;
	background-color: #788bb4;
	border-bottom: 1px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #666;
	border-top: 2px solid #666;
	border-radius: 5px;
	font-weight: bold;*/

	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	background: rgba(30, 144, 255, 0.6);
	animation: shadow-pulse 1s infinite;
}

input.button:active {
	color: #fff;
	background-color: #788bb4;
	border-bottom: 1px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #666;
	border-top: 2px solid #666;
	box-shadow: 0 0 5px #0084f0;
}

textarea.input {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	height: 60px;
	vertical-align: middle;
	cursor: text;
	border-color: #0084f0;
	box-shadow: 0 0 5px #0084f0;
}

textarea.input_lessheight {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	height: 80px;
	vertical-align: middle;
	cursor: text;
	border-color: #0084f0;
	box-shadow: 0 0 5px #0084f0;
}

textarea.input_red {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	height: 60px;
	vertical-align: middle;
	cursor: text;
	background-color: #FF0000;
}

textarea.input_lessheight_red {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	height: 40px;
	vertical-align: middle;
	cursor: text;
	background-color: #FF0000;
}

select.input_medium {
	margin-left: 5px;
	margin-top: 2px;
	width: 200px;
	vertical-align: middle;
}

select.input_notsosmall {
	margin-left: 5px;
	margin-top: 2px;
	width: 80px;
	vertical-align: middle;
}

select.input_small {
	margin-left: 5px;
	margin-top: 2px;
	width: 60px;
	vertical-align: middle;
}


select.input_small_red {
	margin-left: 5px;
	margin-top: 2px;
	width: 60px;
	vertical-align: middle;
	background-color: #FF0000;
}

select.input_smaller {
	margin-left: 5px;
	margin-top: 2px;
	width: 45px;
	vertical-align: middle;
}

#tab3{
	width: 1340px !important;
}

select{
	margin-left: 5px;
	width: 258px;
}

select.naked {
	margin-left: 5px;
	margin-top: 2px;
	vertical-align: middle;
}

select.input {
	margin-left: 5px;
	margin-top: 2px;
	width: 258px;
	vertical-align: middle;
}

input.input {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	vertical-align: middle;
	cursor: text;
}

input.input_small {
	margin-left: 5px;
	margin-top: 2px;
	width: 180px;
	vertical-align: middle;
	cursor: text;
}

input.input_short {
	margin-left: 5px;
	margin-top: 2px;
	width: 80px;
	vertical-align: middle;
	cursor: text;
}

a.find:hover {
	padding: 0px 5px;
	margin-left: 5px;
	color: #fff;
	background-color: #90aee0;
	border-bottom: 1px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #666;
	border-top: 2px solid #666;
	border-radius: 10px;
	text-decoration: none;
	vertical-align: middle;
}

a.execute {
	padding: 0px 5px;
	margin-left: 5px;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

a.find {
	padding: 0px 5px;
	margin-left: 5px;
	color: #333366;
	background-color: #D0E3FF;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
	border-right: 2px solid #666;
	border-top: 1px solid #666;
	border-radius: 10px;
	text-decoration: none;
	vertical-align: middle;
}

input.radio {
	/*    width: expression('10px'); */
	min-width: 10px;
	margin-left: 5px;
	margin-top: 2px;
}

.radio_red {
	/*    width: expression('10px');  */
	min-width: 10px;
	margin-left: 5px;
	margin-top: 2px;
	background-color: #FF0000;
}

input.view {
	margin-left: 5px;
	margin-top: 2px;
	width: 30px;
	vertical-align: middle;
}

.input_red {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	vertical-align: middle;
	border: solid 1px #3333ff;
	background-color: #EE7777;
}

.input_short_red {
	margin-left: 5px;
	margin-top: 2px;
	width: 80px;
	vertical-align: middle;
	border: solid 1px #3333ff;
	background-color: #EE7777;
}

.input_reddate {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	vertical-align: middle;
	border: solid 1px #3333ff;
	background-color: #FF6666;
}

.input_short_reddate {
	margin-left: 5px;
	margin-top: 2px;
	width: 80px;
	vertical-align: middle;
	border: solid 1px #3333ff;
	background-color: #FF6666;
}

.input_small_red {
	margin-left: 5px;
	margin-top: 2px;
	width: 200px;
	vertical-align: middle;
	border: solid 1px #3333ff;
	background-color: #EE7777;
}

#chiefname {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	vertical-align: middle;
	cursor: text;
}

#deputyname {
	margin-left: 5px;
	margin-top: 2px;
	width: 250px;
	vertical-align: middle;
	cursor: text;
}

td.background {
	background-color: #b9caec;
	height: 30px;
}

.tab_td {
	text-align: left;
	vertical-align: middle;
}

a img {
	border: 0;
}

table.sortable tr.odd td {
	background-color: #f0f8ff;
}

td.wild {
	color: black;
}

td.tg\/tg {
	color: orangered;
}

td.tg\/wt {
	color: green;
}

td.fl\/fl {
	color: orangered;
}

td.fl\/\+ {
	color: green;
}

td.fl\/- {
	color: green;
}


table.sortable tr.even td {
	background-color: #d3d3d3;
}


.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltipanimal {
	visibility: hidden;
	width: 180px;
	background-color: #b9caec;
	color: black;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -60px;
	page-break-after: always;

	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 0.5s;
}

.tooltip:hover .tooltipanimal {
	visibility: visible;
	opacity: 1;
}

/* The Overlay (background) */
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 5;
	left: 0;
	top: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}

/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
}

.overlay-content li {
	list-style-type: none;
}

/* The navigation links inside the overlay */
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 28px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #6495ED;
}

@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 16px
	}
}

/* The Overlay (background) END */