﻿@media (max-width: 767.98px) {
	.topnavbar .navbar-header .brand-logo {
		display: none;
	}
	.topnavbar .navbar-header .brand-logo-collapsed {
		display: block;
	}
	.only-md {
		display: none;
	}
	.csstransforms3d .wrapper .aside-container {
		transform: translate3d(-250px, 0, 0);
	}
}
@media (max-width: 991.98px) {
	.only-lg {
		display: none;
	}
}
@media (min-width: 992px) {
	.topnavbar .dropdown .dropdown-submenu .dropdown-menu {
		top: 0;
		left: 100%;
		margin-left: .1rem;
		margin-right: .1rem;
	}
	.only-sm {
		display: none;
	}
}
@media (min-width: 768px) {
	.topnavbar .navbar-form {
		margin-left: 10em;
		max-width: 30em;
	}
	/* Navigation breiter machen von 220px auf 240px */
	.wrapper .section-container, .wrapper .footer-container {
		margin-left: 240px;
	}
}
.wrapper .aside-container .aside-inner {
	width: 240px;
}
.wrapper .aside-container {
	width: 240px;
}
.topnavbar .navbar-form {
	padding: 8px;
	border-bottom: none;
}
.topnavbar .navbar-form .navbar-form-close {
	margin-right: 15px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}
.sidebar-nav > li > a.closenav {
	float: right;
	padding: 4px 8px;
	margin-top: -3px;
	pointer-events: all;
	cursor: pointer;
}
.cards .card:hover {
	cursor: pointer;
	background-color: rgba(80,80,80,0.1);
}
.card.active {
	background-color: rgba(0,123,0,0.1);
}
.card-header {
	font-weight: bold;
}
.card-header .edit {
	float:right;
}
.card-header .fav {
	float:right;
	margin-right: 10px;
}
.card-header .share {
	float:right;
	margin-right: 10px;
	display: none;
}
.card-header .pvopen {
	float:right;
	margin-right: 20px;
}
.cards .card-wrapper {
	min-height: 102px;
}
.card .card-body {
	padding: 0.5rem;
}
.tncnt {
	float:left;
	border-right: 1px solid #ccc;
	margin-right: 8px;
	min-height: 100px;
	min-width: 70px;
}
.srt>div {
	padding-left: 5px;
	border-left: 6px dotted #ccc;
}
.srt .fav {
	position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-left: -40px;
}
.bottom5 {
	position: absolute;
	bottom: 0.5rem;
}
.bottom35 {
	position: absolute;
	bottom: 3.5rem;
}
.text-white-80 {
	color: rgba(255, 255, 255, 0.8) !important;
}
.text-yellow-80 {
	color: rgba(255, 240, 30, 0.8) !important;
}
.right {
	float: right;
	text-align: right;
}
a.expand {
	float: right;
	color: rgba(0, 0, 0, 0.5);
}
a.expand em {
	font-weight: bold;
	font-size: 1rem;
	padding: 0 5px 0 10px;
}
a.expand:hover {
	color: #000;
}
nav.sidebar .badge {
	float: right;
}
div.edit, div.share, .fldhide, .hide {
	display: none;
}
fieldset {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul.sidebar-tag {
	list-style: none;
	padding: 25px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 15px;
}
.aside-collapsed ul.sidebar-tag {
	display: none;
}
ul.sidebar-tag li {
	padding: 5px 25px;
}
ul.sidebar-tag li a {
	max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-checkbox, .c-radio {
	margin-right: 20px;
}
.nonav .wrapper .section-container,
.nonav .wrapper .footer-container {
	margin-left: 0;
}
#preview {
	position: fixed;
	border: solid 1px #ccc;
	width: calc(50% - 160px);
	height: calc(100% - 200px);
}
button.ocr em {
	margin-left: -5px;
	margin-right: 5px;
}
.cropper-disabled {
	opacity: 0.2;
}
.pvclick {
	cursor: pointer;
}
.spinner {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/* Themed */
.bg-theme {
	color: #fff;
}
.theme-a .bg-theme {
	background-color: #23b7e5;
}
.theme-a .bg-theme1 {
	background-color: rgba(35,183,229,0.1);
}
.theme-a .border-theme {
	border-color: #23b7e5;
}
.theme-b .bg-theme {
	background-color: #37bc9b;
}
.theme-b .bg-theme1 {
	background-color: rgba(55,188,155,0.1);
}
.theme-b .border-theme {
	border-color: #37bc9b;
}
.theme-c .bg-theme {
	background-color: #7266ba;
}
.theme-c .bg-theme1 {
	background-color: rgba(114,102,186,0.1);
}
.theme-c .border-theme {
	border-color: #7266ba;
}
.theme-d .bg-theme {
	background-color: #f05050;
}
.theme-d .bg-theme1 {
	background-color: rgba(240,80,80,0.1);
}
.theme-d .border-theme {
	border-color: #f05050;
}
.theme-e .bg-theme {
	background-color: #1797be;
}
.theme-e .bg-theme1 {
	background-color: rgba(23,151,190,0.1);
}
.theme-e .border-theme {
	border-color: #1797be;
}
.theme-f .bg-theme {
	background-color: #2b957a;
}
.theme-f .bg-theme1 {
	background-color: rgba(43,149,122,0.1);
}
.theme-f .border-theme {
	border-color: #2b957a;
}
.theme-g .bg-theme {
	background-color: #564aa3;
}
.theme-g .bg-theme1 {
	background-color: rgba(86,74,163,0.1);
}
.theme-g .border-theme {
	border-color: #564aa3;
}
.theme-h .bg-theme {
	background-color: #ec2121;
}
.theme-h .bg-theme1 {
	background-color: rgba(236,33,33,0.1);
}
.theme-h .border-theme {
	border-color: #ec2121;
}
/* FremdCode */
.input-group.with-focus .form-control { transition: none; }
.input-group.with-focus .form-control:focus + .input-group-append > .input-group-text { border-color: #66afe9; }
.input-group.with-focus .form-control.is-invalid + .input-group-append > .input-group-text { border-color: #f05050; }
.input-group.with-focus .form-control.is-valid + .input-group-append > .input-group-text { border-color: #27c24c; }
/* Fields */
.prio-hoch {
	color: #ec2121;
	font-weight: bold;
}
#summary {
	position: fixed;
	bottom: 18px;
}
#summary span {
	margin-right: 30px;
}
.selsum .card-header {
	opacity: 0.5;
}
.wrapper .footer-container {
	height: 55px;
}
.time {
	display: inline-block;
	width: 80px;
}