html, body {
	font-family: 'Open Sans',arial,sans-serif;
	font-size: 12px;
	height: calc(100% - 2.5em);
	margin: 0;
}

header .k-toolbar {
	border-width: 0;
	margin-bottom: .5em;
	padding: 0.22em 0;
}

header .toggle-button {
	background-color: #efd856;
	border-width: 0;
	color: #00b1b1;
	float: left;
	height: 1.2em;
	margin-left: .5em;
	margin-right: .5em;
	padding: .2rem .5rem;
}

header .toolbar-info {
	color: #999;
	font-size: 1.1em;
	margin: 0.25em;
}

header .k-overflow-anchor {
	background-color: #f5f5f5;
}

/*
 * Login
 */

.login-form {
	font-size: 1.25rem;
}

.login-form .logo {
	display: block;
	margin: 0 auto 1em;
	width: 80px;
}

.login-form .k-edit-label {
	width: 100px;
}

.login-form .login-button {
	width: 150px;
}

/*
 * Hauptmenü
 */

 :root {
	--mm-max-size: 250px;
 }

.mm-page {
	background-color: #fff;
	padding: 5px;
}

.ui .mm-menu {
	background-color: #f5f5f5;
	--mm-color-background: #f5f5f5;
	--mm-listitem-size: 44px;
	--mm-navbar-size: 44px;
}

.mm-wrapper__blocker {
	background-color: unset;
	cursor: unset;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.k-rpanel-animate .panel_main,
	.k-rpanel-expanded .panel_main {
		font-size: 1.5rem;
		width: 300px;
	}
}

/*
 * Font Awesome Icons
 */

.fa, .fab, .fal, .far, .fas {
	margin-right: 3px;
	margin-right: .3em;
}

.fa-icon {
	margin-right: 0;
}

/*
 * Iframes
 */

.readonly .k-editor iframe {
	pointer-events: none;
}

.iframeviewer .page,
.pdfviewer .page,
.iframeviewer .mm-page,
.pdfviewer .mm-page,
.iframe-container {
	height: 100%;
	position: relative;
}

.iframe-container>iframe {
	border-width: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pdfview .iframe-container {
	width: 100%;
}

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
  display: none;
}

/*
 * Grid
 */

.k-grid td {
	padding: 0.2em 0.4em;
}

.k-grid .k-grid-toolbar .grid-columns {
	border-color: transparent;
	background-color: transparent;
	float: right;
	padding: 2px;
}

.columns-toggle-list {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-inline-start: 0;
	width: 400px;
}

.columns-toggle-list li {
	float: left;
	width: 50%;
}

/*
 * Scheduler
 */

.k-scheduler .k-event .k-event-template {
	line-height: 1.35em;
}

/*
 * PDF Export
 */

.k-pdf-export .k-scheduler-toolbar {
	display: none;
}

/*
 * Formulare in Window, Popup Editor
 */

input.k-invalid {
	background-color: #fcc;
}

.k-edit-form-container {
	width: 100%;
}

.form_edit .hide,
.k-edit-form-container .hide {
	display: none;
}

.form_edit ._close {
	margin: 0.5em;
	float: right;
}

.k-edit-form-container .k-map {
	height: 200px;
}

.k-edit-form-container .k-map .k-marker {
	background-image: none;
	height: 26px;
	margin: -24px 0 0 -12px;
	position: absolute;
	width: 24px;
}

.k-edit-form-container .k-map .k-i-marker-pin-target {
	color: blue;
	font-size: 24px;
}

.col-1 {
	float: left;
	width: 100%;
}

.col-2 {
	float: left;
	width: 50%;
}

.col-23 {
	float: left;
	width: 66%;
}

.col-3 {
	float: left;
	width: 33%;
}

.col-34 {
	float: left;
	width: 75%;
}

.col-4 {
	float: left;
	width: 25%;
}

.clear,
.first {
	clear: both;
}

.k-edit-label {
	width: 150px;
	margin-left: 5px;
	padding: .45em 0 1em;
}

.k-edit-field {
	float: left;
	width: 66%;
	margin-left: 5px;
}

.k-edit-field .template_field {
	margin: .45em 0 0;
}

.col-1 .k-edit-field {
	width: calc(100% - 180px);
}

.tab .col-1 .k-edit-field {
	width: calc(100% - 180px);
}

.col-2 .k-edit-field {
	width: calc(100% - 180px);
}

.tab .col-23 .k-edit-field {
	width: calc(66% - 12px);
}

.col-3 .k-edit-field {
	width: calc(100% - 158px);
}

.tab .col-34 .k-edit-field {
	width: calc(75% - 48px);
}

.col-4 .k-edit-field {
	width: 9%;
}

fieldset {
	width: calc(100% - 25px);
	border-color: #ccc;
	border-style: solid;
	border-radius: 4px;
	border-width: 1px;
	margin-bottom: 0.6em;
}

fieldset.col-1 {
	width: calc(100% - 60px);
	margin-left: 20px;
}

fieldset .k-edit-label {
	width: 137px;
}

fieldset .col-1 .k-edit-field,
.tab fieldset .col-1 .k-edit-field {
	width: calc(100% - 166px);
}

fieldset .col-2 .k-edit-field {
	width: calc(100% - 166px);
}

.k-input,
input.k-textbox {
	padding: 0;
}

textarea.k-input,
textarea.k-textbox {
	overflow: auto;
	padding: 0;
}

.k-multiselect-wrap {
	min-height: 2em;
}

.k-multiselect-wrap ul {
	padding-top: 0.1em;
}

.k-edit-field>input[type=checkbox],
.k-edit-field>input[type=radio] {
	margin-top: 0.5em;
}

.k-edit-field .k-textbox {
	width: 100%;
	height: 2em;
}

.k-edit-field .k-autocomplete,
.k-edit-field .k-datepicker,
.k-edit-field .k-datetimepicker,
.k-edit-field .k-combobox,
.k-edit-field .k-dropdown,
.k-edit-field .k-numerictextbox,
.k-edit-field .k-maskedtextbox {
	width: 100%;
}

.k-input.tooltip {
	width: calc(100% - 20px);
}

.k-tabstrip .k-content {
	padding-top: 15px;
}

.buttons button {
	margin-right: 5px;
}

.k-button .fa {
	vertical-align: baseline;
	display: inline;
}

.k-edit-field .filedb-delete {
	margin-bottom: 2px;
}

.mobile-one-column .k-edit-field {
	width: 95%;
}

.mobile-one-column .k-edit-field.readonly span,
.mobile-one-column .k-edit-field.readonly input {
	background-color: #e2e2e2;
}

.mobile-one-column .fieldset {
	width: 93%;
}

.mobile-one-column .k-edit-label {
	text-align: left;
	width: 100%;
}

.toggle-password {
	background: #fff;
	font-size: 1em;
	left: 5px;
	margin-left: -28px;
	position: relative;
	width: 22px;
}

.password-security {
	-webkit-text-security: disc;
}

/*
 * Camera
 */

.camera .video-container {
	height: 250px;	
	width: 250px;
	margin-bottom: 0.6em;
}

.camera video {
	height: 250px;
	object-fit: cover; 
	position: absolute;
	width: 250px; 
	z-index: 0; 
}

.camera canvas {
	display: none;
	height: 250px;
	object-fit: cover; 
	position: absolute;
	width: 250px; 
	z-index: 1; 
}

.camera .viewfinder {
	height: 250px;
	position: absolute;
	width: 250px;
	z-index: 10;
}

.camera .hide-on-portrait {
	height: 250px;
	position: absolute;
	width: 250px;
	z-index: 11;
}

@media (orientation:portrait) {

	.camera .hide-on-portrait {
		display: none;
	}
	
}

/*
 * ui/dashboard
 */

.dashboard .page,
.dashboard .mm-page {
	height: 100%;
	position: relative;
}

.dashboard .splitter {
	height: 100%;
}

.dashboard .pane-content {
	margin: 0.2em;
}

.dashboard .k-widget {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dashboard .interview-detail {
	background-color: #f5f5f5;
	margin-bottom: 0.2em;
}

.dashboard .interview-detail dl {
	margin: 0.4em 0.4em;
}

.dashboard .interview-detail dt {
	width: 7em;
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: 0.5em;
}

.dashboard .interview-detail dd {
	margin-left: 0;
}

.mail-form .k-edit-label,
.sms-form .k-edit-label {
	width: 100px;
}

.mail-form textarea.k-input,
.sms-form textarea.k-input {
	height: 16em;
}

.mail-form .send-button,
.sms-form .send-button {
	width: 150px;
}

.form-buttons {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.pass-form .print-button,
.pdf-form .print-button {
	width: 150px;
}

/*
 * Signature Pad
 */

.m-signature-pad {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	width: 600px;
	height: 300px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
}

.f-signature-pad {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
	height: 200px;
	margin-left: 0;
	position: relative;
	width: calc(100% - 2px)
}

.f-signature-pad img {
	margin: 10px;
}

.m-signature-pad--body {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 60px;
	border: 1px solid #f4f4f4;
}

.m-signature-pad--body canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.m-signature-pad--footer {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: 50px;
}

.m-signature-pad--footer .description {
	color: #c3c3c3;
	text-align: center;
	font-size: 1.2em;
	margin-top: 1em;
}

.m-signature-pad--footer .left, .right {
	position: absolute;
	bottom: 0;
}

.m-signature-pad--footer .left {
	left: 0;
}

.m-signature-pad--footer .right {
	right: 0;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.m-signature-pad {
		height: 300px;
	}
}
