body {
	background-color: white;
	color: black;
	margin-top: 0px;
}
#topnav-mitjaeger img
{
	width:30px;

	.-webkit-filter: contrast(0%) brightness(1.25);
	filter: contrast(0%) brightness(1.25);

}
#topnav-mitjaeger img:hover
{
	.-webkit-filter: contrast(0%) brightness(2);
	filter: contrast(0%) brightness(2);
}
#searchclear {
	bottom: 0;
	color: #555;
	cursor: pointer;
	font-size: 14px;
	height: 14px;
	margin: auto;
	position: absolute;
	right: 5px;
	top: 0;
}
.center
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.center *
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#notify_option td, #notify_option th{
	border: 1px solid #dddddd;
}
.navbar-inverse {
	background-color: #005a41;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #002118;
	color: #fff;
}

a {
	color: #005a41;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #005a41;
	border-color: #002118;
}

/*
.reed_open {
	background-color: green !important;
	color: white !important;
}
.reed_closed {
	background-color: red !important;
	color: white !important;
}
*/
.reed_closed {
	color: red !important;
	font-weight: bold;
}
/*
#maintab_config
{
	display:block;
}
@media (max-width: 990px) {
	#maintab_config
	{
		display:none;
	}
}
*/
@media (min-width:768px){
	.navbar-toggle{
		display:block;
		float:right;
	}
	.navbar-collapse.collapse{display:none !important;}
	.container > .navbar-header{
		width:100%;
	}
	.container{
		max-width:985px;
	}

}
@media (min-width:993px){
	.navbar-toggle{display:none}
	.navbar-collapse.collapse{display:block !important;}
	.container > .navbar-collapse {
		max-width:1045px;
	}
	.container > .navbar-header
	{
		width:auto;
	}
}
@media (min-width:1200px){
	.container{
		max-width:1170px;
	}
}


.time_active_l
{
	border-left: 1px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
}
.time_active_r
{
	border-right: 1px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
}
.time_inactive
{
	color:silver;
}
@media (max-width:768px){
	.bodycontainer {
		margin-left: 10px;
		margin-right: 10px;
	}

	.timeconf {
		margin-top: 10px;
	}
}
li#maintab_faq a *,
li#maintab_mitjaeger a *
{
	float:left;
}
li#maintab_faq i,
li#maintab_mitjaeger img{
	margin-right:10px;
}
li#maintab_faq i{
	font-size: 16px;
}
li#maintab_faq a,
li#maintab_mitjaeger a
{
	min-height:40px;
}
.navbar-collapse
{
	max-height: none !important;
}
.numberValidationError {
	color: red;
	background: #FFECEC;
	padding: 5px 5px 5px 15px;
	position: absolute;
	margin-top: -30px;
	width: 100%;
}

.aktion_schuss td {
	background-color: red !important;
	color: white;
}
.aktion_angesessen td {
	background-color: yellow !important;
	color: black;
}

.aktion_beschickt td {
	background-color: #00cc00 !important;
}
.aktion_bewegung td {
	background-color: #00b0f0 !important;
}
/*
######################################################################################################################
##																													##
##												SLIDER																##
##																													##
######################################################################################################################
*/
input[type=range] {
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	background: #3071a9;
	border-radius: 1.3px;
	border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #367ebd;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	background: #3071a9;
	border-radius: 1.3px;
	border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #2a6495;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
	background: #3071a9;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
	background: #367ebd;
}
/*
######################################################################################################################
##																													##
##												Graphicons															##
##																													##
######################################################################################################################
*/
.graphicon
{
	margin-left:5px;
	display:inline-block;
	float:left;
	width:20px;
	height:15px;
}
.graphicon.controlmsg{
	background-color:#f8f8f8;
	border:1px solid #a5a5a5;
	border-radius: 360px;
	height:20px;
	margin-bottom:5px;
}
.graphicon.action{
	background-color:#00b0f0;
	border:1px solid #a5a5a5;
	border-radius: 360px;
	height:20px;
}
.graphicon.feeding
{
	margin-top:0px;
	margin-bottom:5px;
	width: 15px;
	height: 15px;
	border-bottom: solid 11px rgb(3,143,63);
	border-left: solid 11px transparent;
	border-right: solid 11px transparent;
}
.graphicon.shooting{
	color: #ff0000;
	height: 22px;
	font-size: 22px;
	padding-left: 1px;
	margin-bottom: 8px;
	margin-top: -4px;
}
.graphicon.description
{
	display: block;
	vertical-align: middle;
	width:auto;
}
.graphicon.angesessen{
	background-color:#ffff00;
	height:10px;
	margin-top:5px;
	margin-bottom:5px;
}
.projectlogo.mini
{
	width:42px;
	height:auto;
	float:left;
}

.melderlogo.left
{
	width:42px;
	height:auto;
}

.melderlogo.mini
{
	height:18px;
	margin-right: 10px;
	float:left;
}

.catchlist .content .element:nth-child(even)
{
	background-color: #f9f9f9;

}
.catchlist .head > div
{
	font-size:11px;
	font-weight: bold;
	color:#707070;
	border-bottom: 1px solid #c2c2c2;
	background: #BEDFCB;
	padding-bottom:5px;
	padding-top:5px;
}
.catchlist .content >div
{
	margin:15px 0;
}
.catchlist .content .element
{
	margin-bottom:0;
	margin-top:0;
}
.catchlist .content .element .tablecontent
{
	padding:15px 0;
	 border-top: 1px solid #c2c2c2;
	margin:0;
}
.catchlist .content .element:first-child
{
	 border-top: 0;
	margin-top:0;
}
.catchlist .additional-info.hidden
{
	display: none;
}

.dynitems>div
{
	padding-top:10px;
}

@media (max-width: 400px) {
	.maincontent {
		padding:0 20px 0 20px;
	}
}



.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #999;
}

#topnav-mitjaeger img:hover
{
	width:30px;

	.-webkit-filter: contrast(0%) brightness(1.25);
	filter: contrast(0%) brightness(1.25);

}
#topnav-mitjaeger img
{
	.-webkit-filter: contrast(0%) brightness(2);
	filter: contrast(0%) brightness(2);
}

.gefangen td {
		background-color: #4eaf31 !important;
	}
	
@media (max-width: 400px) {
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}	
}


.tableheader
{
	background-color: #bbe0e3;
}
.cell
{
	height:100px;
	padding: 0px 10px 0px 10px;
}
.row1
{
	background-color: #e7f3f4;
}
.row2
{
	background-color: #f3f9fa;
}
.selection_active
{
	background-color: #005a41;
	text-align:center;
}
.selection_inactive
{
	background-color:white;
	text-align:center;
}
.noSelection
{
	background-color:grey;
	text-align:center;
}
.noSelection a
{
	color : white;
}
.centered
{
	text-align: center;
}

.temptable td {
	padding: 0 !important;
}
.temptable td.temp {
	padding-left: 20px !important;
	text-align:right;
}

.tooltip-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tooltip-icon {
	font-weight: bold;
	color: #007BFF;
	/*margin-left: 2px;*/
}

.tooltip-text {
	visibility: hidden;
	width: 220px;
	background-color: #333;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 8px;
	position: absolute;
	z-index: 10;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.tooltip-container.active .tooltip-text {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.switch {
	flex-shrink: 0;
	position: relative;
	display: inline-block;
	align-self: center;
	width: 60px;
	height: 25px;
}


.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 45px;
	height: 20px;
	background-color: indianred;
	transition: 0.4s;
	border-radius: 20px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 15px; width: 15px;
	left: 3px; bottom: 3px;
	background-color: white;
	transition: 0.1s;
	border-radius: 50%;
}

/*input:checked + .slider {*/
/*	background-color: #4CAF50;*/
/*}*/

/*input:checked + .slider:before {*/
/*	transform: translateX(30px);*/
/*}*/

.slider.active {
	background-color: #4CAF50;
}
.slider.active:before {
	transform: translateX(23px);
}
/*#dataTable thead {*/
/*	position: sticky;*/
/*	top: 53px;*/
/*	z-index: 1000;*/
/*}*/
/*#dataTable thead th {*/
/*	background-color: white;*/
/*}*/

/* EINSTELLUNGEN: FLEX-CONTAINER*/
.db-flex-container{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 768px) {
	.db-flex-container{
		flex-direction: row;
		gap: 150px;
	}

}

.db-flex-column{
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0.8rem;
	background-color: #F5F5F5;
	border-radius: 12px;
}

.db-flex-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
}

.db-flex-block{
	display: flex;
	flex-direction: column;
}

.db-flex-row#dbi-fang-config{
	align-self: flex-end;
}

.db-hidden {
	display: none;
}

.db-flex {
	display: flex;

}

/*#inputaufwachzeit2.form-control {*/
/*	width: auto;*/
/*}*/


