/*
Theme Name: e5it
Theme URI: https://www.it-werker.at
Author: Georg Pichler
Author URI: https://www.georg-pichler.at
Description: Custom Wordpress Theme
Version: 1.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, modern
Text Domain: e5it
*/

html {
	margin-top: 0 !important;
}

body {
	font-size: 18px;
	background: rgb(255,255,255);
}

a, a:hover {
	color: #3B5160;
	text-decoration: none;
}

#login .logo img {
	width: 80px;
}

.btn-primary {
	position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 45px;
    border: none;
    font-size: 18px;
    background: #3B5160;
    color: white;
    font-family: 'Playfair Display';
    letter-spacing: .3px;
}
.btn-primary:hover {
	background: #3B5160;
	color: white;
}

#sidebar {
	background: #f0f3f4;
	width: 300px;
	float: left;
	min-height: 100vh;
	height: 100vh;
	overflow: scroll;
}

#sidebar .logo img {
	max-width: 60px;
	height: auto;
}

#sidebar ul {
	margin: 30px 0 30px 0;
	list-style: none;
	padding: 0;
}

#sidebar li {
	border-top: 1px solid rgba(255,255,255,.2);
	font-size: 15px;
}
#sidebar li:last-of-type {
	border-bottom: 1px solid rgba(255,255,255,.2);
}

#sidebar ul li a {
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3b5160;
	padding: 10px;
}
#sidebar ul li a:hover, #sidebar ul li.current-menu-item a {
    text-decoration: none;
    background: rgba(255,255,255,.8);
}
#sidebar ul li a:before {
    font: var(--fa-font-solid);
    margin-right: 15px;
}
#sidebar ul li.dashboard a:before {
	font: var(--fa-font-solid);
	content: "\f0db";
}
#sidebar ul li.deceased a:before {
	font: var(--fa-font-solid);
	content: "\f508";
}
#sidebar ul li.user a:before {
	font: var(--fa-font-solid);
	content: "\f007";
}
#sidebar ul li.undertaker a:before {
	font: var(--fa-font-solid);
	content: "\f1ad";
}
#sidebar ul li.checklist a:before {
	font: var(--fa-font-solid);
	content: "\f0ae";
}
#sidebar ul li.import a:before {
	font: var(--fa-font-solid);
	content: "\f56f";
}
#sidebar ul li.partner a:before {
	font: var(--fa-font-solid);
	content: "\f2b5";
}
#sidebar ul li.news a:before {
	font: var(--fa-font-solid);
	content: "\f1ea";
}
#sidebar ul li.statistics a:before {
	font: var(--fa-font-solid);
	content: "\f625";
}
#sidebar ul li.logout a:before {
	font: var(--fa-font-solid);
	content: "\f011";
}
#sidebar p, #sidebar p a {
	color: #3b5160 !important;
}
.header-bar {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
	padding: 15px;
	background: white;
	font-size: 14px;
	margin-bottom: 30px;
}

#content {
	width: calc(100% - 300px);
	float: right;
}
.dropzone {
	border: 1px solid #ced4da;
	border-radius: 3px;
}
.dropdown .dropdown-toggle {
	border: 1px solid #ced4da;
	background: white;
}
#map {
	height: 450px;
	width: 100%;
}
.dz-image {
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
}
.dz-image img {
	max-width: 100%;
	height: auto;
}
.searcher {
	padding-right: 60px;
	position: relative;
}
.searcher .after {
	content: 'Suche';
	width: 50px;
	position: absolute;
	right: 0;
	font-size: 14px;
	top: 0;
	background: green;
	height: 33px;
	line-height: 33px;
	color: white;
	text-align: center;
	cursor: pointer;
}
.collapsable {
	border: 1px solid #ced4da;
	border-radius: 3px;
}
.collapsable .info {
	border-top: 1px solid #ced4da;
	display: none;
	padding: 20px 10px;
}
.collapsable .trigger {
	cursor: pointer;
	padding: 10px;
	position: relative;
}
.collapsable .trigger:after {
	content: 'anzeigen +';
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 14px;
}
.collapsable h4 {
	margin-bottom: 0;
}
.sticky-bottom {
	position: fixed;
	bottom: 0;
	z-index: 999;
	background: white;
	left: 300px;
	right: 0;
	border-top: 2px solid #ced4da;
	padding: 20px 40px 20px 75px;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: gray;
    border-color: gray;
    opacity: .5;
}
#qrcode img {
	background: white;
	width: 140px;
}