body { 
	padding-top: 70px;
	padding-bottom: 70px; 
}

.has-error .form-control {
	border: 2px solid rgba(169,68,66,1);
	background-color: rgba(169,68,66,.2);
}

.has-warning .form-control {
	border: 2px solid rgba(138,109,59,.5);
	background-color: rgba(138,109,59,.1);
}

.autosave.editing {
	background-color: lightyellow;
}

.autosave.ok {
	background-color: lightgreen;
}

.autosave.failure {
	background-color: red;
}

iframe.chart {
	width: 100%;
	height: 300px; 
	border: none;
	overflow-y: hidden;
}

.font-weight-bold {
	font-weight: bold;
}

.todo-list i.fas {
	display: inline-block;
}

.todo-item {
	margin-bottom: .1em;
	display: inline-block;
}

.todo-item:before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.todo-item.done {
	text-decoration: line-through;
	color: rgba(0,0,0,.3);
}

.form-control-sm {
	padding-left: 0px;
	padding-right: 0px;
}

.einheit {
	font-size: 66%;
}

.tagesliste .btn.active {
	border: 4px solid rgb(134, 190, 255) !important;
}

.searchbar {
	margin-bottom: auto;
	margin-top: auto;
	height: 40px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 3px;
	padding-left: 10px;
}

.searchbar:hover {
	border: 2px solid #afca0b;
	background-color: #e7f2a5;
}

.searchbar:focus-within {
	border: 2px solid #afca0b;
	background-color: #e7f2a5;
}

.search_input {
	color: #000;
	border: 0;
	outline: 0;
	background: none;
	width: 85%;
	line-height: 30px;
}

.search_input:focus + .search_icon {
	color: #000;
}

.search_icon {
	height: 30px;
	width: 30px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px;
	color:#999;
	text-decoration:none;
	background: transparent;
}

.dash_object {
	float: left; 
	margin: 5px; 
	border: 2px solid #CCC; 
	border-radius: 15px; 
	padding: 10px;
	color: #000;
	text-decoration: none;
}

.dash_object:hover {
	border: 2px solid #afca0b;
	background-color: #e7f2a5;
}

.btn {
	margin: 4px;
}

.navbar {
	-webkit-box-shadow: 0px 5px 4px -5px rgba(0,0,0,0.59); 
	box-shadow: 0px 5px 4px -5px rgba(0,0,0,0.59);
}

.nav-item {
	margin-right: 20px;
}

.nav-link {
	border-bottom: 3px solid #f8f9fa;
}

.nav-link.active {
	border-bottom: 3px solid #afca0b;
}

.nav-link.inactive {
	border-bottom: 3px solid #f8f9fa;
}

.nav-link:hover {
	border-bottom: 3px solid #afca0b;
}

/*.nav-link.dropdown-toggle {
	border-bottom: 3px solid #f8f9fa;
}

.nav-link.dropdown-toggle.active {
	border-bottom: 3px solid #afca0b;
}

.nav-link.dropdown-toggle.inactive {
	border-bottom: 3px solid #f8f9fa;
}

.nav-link.dropdown-toggle:hover {
	border-bottom: 3px solid #afca0b;
}*/

td {
	vertical-align: middle;
}

.dropdown-item {
	padding: 10px;
}

.dropdown-menu {
    /*width: 300px !important;*/
	max-height: calc(100vh - 150px) !important;
	overflow: hidden;
	overflow-y: auto;
}

.zfcard-a {
	/*-webkit-box-shadow: 5px 5px 4px -4px rgba(0,0,0,0.59); 
	box-shadow: 5px 5px 4px -4px rgba(0,0,0,0.59);*/
	/*margin: 5px;*/
	margin-top: 10px;
}

.zfcard-b {
	-webkit-box-shadow: 5px 5px 4px -4px rgba(0,0,0,0.59); 
	box-shadow: 5px 5px 4px -4px rgba(0,0,0,0.59);	
	margin-bottom: 20px;
}

.report_input {
	width: 100% !important;
	height: 35px !important;
	border: 1px solid #000;
	border-radius: 5px; 
}

.map {
	border: 1px solid #ccc !important;
}

img.marker_red { filter: hue-rotate(140deg) !important;}
img.marker_orange { filter: hue-rotate(170deg) !important;}
img.marker_green { filter: hue-rotate(300deg) !important;}
img.marker_blue { filter: hue-rotate(350deg) !important;}

@media only screen and (max-width: 500px) {

    .btn-help-pdf {
        display: none;
    }
    
}

