/* ######################################################## *
 *                         Allgemein                        *
 * ######################################################## */
@media print {
	table.sp {
		display: none;
	}
	span.printinfo {
		display: block !important;
	}
}
h1 a i.fa {
	color: #333;
}
h1 a:hover i.fa {
	color: #A88600;
}
body.sidebarhidden aside#left,
body.sidebarhidden aside#right {
	display: none !important;
}
body.sidebarhidden div#main {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
}
body.wide .container,
body.wide table.box-error,
body.wide table.box-warning,
body.wide #wrapper,
body.wide #footer .inside,
body.wide #header .inside,
body.wide #topbar-container .navbar-topbar,
body.wide .navbar-collapse .navbar-categories {
	width: 97% !important;
}
.clear {
	clear: both;
}
.sp-chosen.chosen-container .chosen-drop {
	left: -50px;
	border-top: 1px solid #aaa;
	padding: 10px;
	width: auto;
}
.sp-chosen-key.chosen-container {
	text-align: left;
}
.sp-admin-actiongroup {
	border: 2px dashed #337ab7;
	border-radius: 7px;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 10px;
}
.sp-prop-loader-parent {
	position: relative;
}
.sp-prop-loader-parent > .sp-prop-loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7) url("../img/loader-round-props.gif") 50% 50% no-repeat;
	z-index: 1;
}
.sp-prop-loader-parent > .sp-prop-loader.sp-loading {
	display: block;
}
.sp-pages .pagination > li > a.disabled {
	background-color: #eee;
	cursor: default;
}
.sp-pages .pagination,
.sp-pages .right {
	margin: auto;
	margin-bottom: 9px;
}
.sp-pages {
	min-height: 53px;
}
span.fileperms {
	min-width: 200px;
    display: inline-block;
    text-align: left;
    font-family: "Courier New";
    font-size: 18px !important;
}
/* ######################################################## *
 *                         Allgemein                        *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         Meldungen                        *
 * ######################################################## */
.btn.btn-admin {
	color: #383838;
	background-color: #ffee01;
	border: 1px solid #c1aa00;
}
.btn.btn-admin:hover {
	background-color: #fdc300;
}
.alert{
	padding: 10px 10px 10px 50px;
	border-radius: 2px;
	border: 1px solid transparent;
	background-position: 10px center;
	background-repeat: no-repeat;
	margin: 50px auto;
}
.alert i {
	display: none;
}
.alert.error {
	border-color: #cc2929;
	color: #cc2929;
	background-color: rgba(255,0,0,0.2);
	background-image: url("../img/alert.error.png");
}
.alert.info {
	border-color: #0099e6;
	color: #0099e6;
	background-color: rgba(0,170,255,0.2);
	background-image: url("../img/alert.info.png");
}
.alert.warn {
	border-color: #b98b00;/*#e5ac00;*/
	color: #6d5200;/*#e5ac00;*/
	background-color: rgba(255,191,0,0.2);
	background-image: url("../img/alert.warning.png");
}
.alert.success {
	border-color: #00BF00;
	color: #00BF00;
	background-color: rgba(0, 255, 0, 0.2);
	background-image: url("../img/alert.success.png");
}
.alert.globalfault {
	border-color: #992f0e;
	color: #992f0e;
	background-color: rgba(255,176,112,0.4);
	background-image: url("../img/msg.globalfault.png");
	min-height: 200px;
	padding: 20px 20px 20px 250px;
	display: table;
	width: 100%;
}
.alert.globalfault div {
	display: table-cell;
	vertical-align: middle;
}
.message_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1997;
	background-color: #FFF;
}
.message_content {
	width: 100%;
	box-shadow: 0 0 7px #CCC;
	margin: 0 auto;
}
/* ######################################################## *
 *                         Meldungen                        *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         SP-Container                     *
 * ######################################################## */
.sp-container { font-size: 14px; }
.sp-container .right,
.panel-heading .right { float: right; }

.sp-container table.sp-admin-anlagenliste .right,
.sp-container table.sp-admin-anlagenliste .right a,
.sp-container table.sp-admin-anlagenliste .right .fa {
	font-size: 16px;
	color: #444;
}
.sp-container table.sp-admin-anlagenliste a:hover .fa { color: #888; }
input.warn {
	box-shadow: 0 0 8px #F00;
	border: 1px solid #F00;
}
h1 span.h-right {
	float: right;
	margin-top: -10px;
	display: inline-block;
}
h1 span.h-right span.sp-loader {
	display: inline-block;
}
.sp-container span.sp-loader {
	display: block;
	text-align: center;
}
.sp-container .btn,
a.btn.sp-btn,
h1 span.h-right .btn {
	font-size: 14px;
	text-transform: none;
}
h1 span.h-right span.gambio-admin a.btn,
a.btn.btn-spadmin {
	border: 1px solid #c1aa00;
}
a.btn.btn-spadmin {
	background-color: #ffee01 !important;
    color: #383838 !important;
	border: 1px solid #c1aa00;
}
h1 span.h-right a.btn i.fa {
	color: #FFF;
}
/*h1 span.h-right a.btn {
	background-color: #d500f9 !important;
	border: none;
}*/
/*h1 span.h-right a.btn:hover {
	background-color: #bc00e0 !important;
}*/
.sp-container input.borderless {
	border: none;
	background-color: transparent;
	width: 50%;
	outline: none;
}
.sp-container .panel-heading input.borderless {
	height: 37px;
	line-height: 37px;
	width: 100%;
}
.sp-container .panel-heading .controls {
	position: absolute;
	right: 28px;
}
.sp-container .panel-heading > span {
	display: block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
.sp-container .panel-heading > span.right {
	display: inline-block;
	height: auto;
	line-height: normal;
}
.sp-container ul.spacing li {
	margin: 5px 0;
}
.sp-container .panel-heading div.sp-controls {
	display: inline;
	float: right;
	margin-top: -4px;
}
.sp-container .panel-heading div.sp-controls a.btn {
	padding: 4px 12px;
}
#main .sp-container a {
	font-weight: normal;
}
/* ######################################################## *
 *                         SP-Container                     *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                       SP-TabControl                      *
 * ######################################################## */

.sp-tabs {
	margin-bottom: 18px;
	border: 1px solid #ddd;
	border-radius: 2px;
	overflow: hidden;
}
.sp-tabs .nav-tabs {
	background-color: #f5f5f5;
	box-shadow: inset 0 1px #FFF;
}
.sp-tabs .tab-content {
	background-color: #fff;
	padding: 0;
}
.sp-tabs .tab-content .tab-body {
	padding: 15px;
}
.sp-tabs ul.nav-tabs li a.btn {
	font-size: 16px;
	font-weight: 600;
}
.sp-tabs ul.nav-tabs li a.btn.btn-primary {
	color: #fff;
}
.sp-admin.sp-tabs .tab-content {
	padding: 20px;
}
.sp-tabs .sp-controls {
	display: inline;
	float: right;
}
.sp-tabs .sp-controls a.btn {
	/*border: 1px solid #adadad !important;
	font-size: 14px !important;*/
	padding: 6px 12px;
	/*height: auto !important;*/
	margin-top: 6px;
	margin-right: 12px;
}
.sp-tabs .sp-container .panel-heading div.sp-controls {
	margin-top: -10px;
}


/* ######################################################## *
 *                       SP-TabControl                      *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         Table: UX                        *
 * ######################################################## */
.sp-container table.ux,
.sp-container table.uxform {
	border-collapse: collapse;
	table-layout: fixed;
	background-color: #FFF;
}
.sp-container table.ux.full,
.sp-container table.uxform.full {
	width: 100%;
}
.sp-container table.ux thead tr,
.sp-container table.uxform thead tr {
	background-color: rgb(231, 240, 242);
}
.sp-container table.sp thead tr:nth-last-child(2) {
	background-color: #FFF;
}
.sp-container table.ux th.g,
.sp-container table.ux td.g {
	background-color: rgb(255, 255, 245);
}
.sp-container table.ux .drow th,
.sp-container table.ux .drow td {
	height: 15px;
}
.sp-container table.ux .drow.lai th,
.sp-container table.ux .drow.lai td {
	font-size: 10px;
	height: 10px;
}
.sp-container table.ux th,
.sp-container table.ux td,
.sp-container table.uxform th,
.sp-container table.uxform td {
	border: 1px solid #999;
	height: 30px;
}
.sp-container table.sp th,
.sp-container table.sp td {
	text-align: center;
	vertical-align: center;
	width: 30px;
	min-width: 30px;
}
.sp-container table.ux th,
.sp-container table.ux td,
.sp-container table.uxform th,
.sp-container table.uxform td {
	padding: 0 20px;
}
.sp-container table.sp th,
.sp-container table.sp td {
	padding: 0;
}
.sp-container table.ux th[colspan],
.sp-container table.ux td[colspan],
.sp-container table.uxform th[colspan],
.sp-container table.uxform td[colspan],
.sp-container table.uxform th.cn,
.sp-container table.uxform td.cn {
	text-align: center;
}
.sp-container table.uxform.zyl-exclude td.zyl-conditions p {
	margin: 3px 0;
	padding: 3px 0;
	border-bottom: 1px dashed #CCC;
}
.sp-container table.uxform.zyl-exclude td.zyl-conditions p:last-child {
	border-bottom: none;
}
.sp-container table.ux th.diag {
	/*background-color: rgb(255, 255, 245);*/
	background-image: url("../img/thead5.png");
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
}
.sp-container table.ux th.diag span {
	position: absolute;
	display: none;
	transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	font-size: 20px;
}
.sp-container table.ux th.diag span.right {
	right: 10px;
	top: 10px;
}
.sp-container table.ux th.diag span.left {
	left: 10px;
	bottom: 10px;
}
.sp-container table.ux td.groupheader {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	width: 1.5em;
	position: relative;
}
.sp-container table.ux td.groupheader input,
.sp-container table.ux .kbez input {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	margin-left: -300px;
	margin-right: -300px;
	height: 30px;
	min-width: 60px;
}
.sp-container table.ux .kbez input {
	min-width: 120px;
}
.sp-container table.ux th.kbez {
	height: 120px;
}
.sp-container table.ux td.groupheader span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.sp-container table.ux th.active,
.sp-container table.ux td.active {
	outline-color: #333;
	outline-style: solid;
	outline-width: 3px;
	outline-offset: -1px;
}
.sp-container table.ux td.checked {
	background: #000000;
	background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #000000 24%, #ffffff 36%, #ffffff 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #000000 0%,#000000 24%,#ffffff 36%,#ffffff 100%);
	background: radial-gradient(ellipse at center, #000000 0%,#000000 24%,#ffffff 36%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}
.sp-container table.ux td.g.checked {
	background: #000000;
	background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #000000 24%, rgb(255, 255, 245) 36%, rgb(255, 255, 245) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #000000 0%,#000000 24%,rgb(255, 255, 245) 36%,rgb(255, 255, 245) 100%);
	background: radial-gradient(ellipse at center, #000000 0%,#000000 24%,rgb(255, 255, 245) 36%,rgb(255, 255, 245) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}

.sp-container table.ux td input,
.sp-container table.ux th input {
	border: none;
	background-color: transparent;
	width: 100%;
	text-align: center;
	outline: none;
}
.sp-container table.uxform td input,
.sp-container table.uxform th input {
	width: 100%;
	padding: 0;
}
.sp-container table.uxform td input[type=number],
.sp-container table.uxform th input[type=number]
{
	text-align: center;
}
.sp-container table.ux td input[disabled],
.sp-container table.ux th input[disabled] {
	color: #EEE;
	font-style: italic;
}
.sp-container table.sp td a,
.sp-container table.sp th a,
.sp-container table.splans td:last-child a {
	color: #393939;
}
.sp-container table.ux a:hover .fa-plus { color: #090; }
.sp-container table.ux a:hover .fa-pencil,
.sp-container table.ux a:hover .fa-paint-brush,
.sp-container table.ux a:hover .fa-pencil-square-o,
.sp-container table.ux a:hover .fa-copy { color: #A88600; }
.sp-container table.ux a:hover .fa-trash { color: #900; }
.sp-container table.ux .fa { font-size: 20px; }
.sp-container table.ux td.groupheader .fa { font-size: 26px; }

.sp-container.aaar table.uxform tbody tr td:nth-child(1) > input {
	font-size: 15px;
}
/* ######################################################## *
 *                         Table: UX                        *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         Table: Edit                      *
 * ######################################################## */
.sp-container table.edit {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.sp-container table.edit td,
.sp-container table.edit th {
	vertical-align: top;
	border-bottom: 1px solid #CCC;
	padding: 10px 20px;
}
.sp-container table.edit.dashed td,
.sp-container table.edit.dashed th {
	border-bottom: 1px dashed #CCC;
}
.sp-container table.edit th,
.sp-container table.edit th label {
	font-weight: bold;
}
.sp-container table.edit td label {
	margin-bottom: 0;
	margin-top: 5px;
}
.sp-container table.edit td span {
	font-size: 13px;
}
.sp-container table.edit td input,
.sp-container table.edit td select,
.sp-container table.edit textarea {
	width: 100%;
}
.sp-container table.edit textarea {
	height: 100px;
}
.sp-container table.edit input[type=checkbox]
{
	width: auto;
}
.sp-container table.edit td input.currency {
	width: 95%;
}
.sp-container table.edit td select.px {
	width: 80%;
}
.sp-container table.edit tr:last-child th,
.sp-container table.edit tr:last-child td {
	border: none;
}
.sp-container table.edit th.zyl-exclude-copy {
	vertical-align: middle;
	width: 90px;
	font-size: 20px;
	border-right: 1px solid #CCC;
	text-align: center;
}
.sp-container table.edit.fileupload-buttonbar tr.fileupload-progress th,
.sp-container table.edit.fileupload-buttonbar tr.fileupload-progress td {
	padding: 0 20px;
}
.sp-container table.edit.fileupload-buttonbar tr.buttons th,
.sp-container table.edit.fileupload-buttonbar tr.buttons td {
	border-bottom: none;
}
.sp-container table.edit.fileupload-buttonbar tr.buttons th.fileupload-caption {
	padding-top: 19px;
}
.sp-container td.sysprice {
	text-align: right;
	position: relative;
}
.sp-container td.sysprice span,
.sp-container table.edit td.sysprice span {
	font-size: 40px;
	font-weight: bold;
}
.sp-container td.sysprice a {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.sp-container table.edit .chosen-container-single .chosen-single {
	border: 1px solid #e0e0e0;
	padding: 4px 8px;
}
.sp-container table.edit .chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaaaaa;
}
.sp-container.k_fallback .fileupload-buttonbar {
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
.sp-container.k_fallback table.edit th {
	width: 200px;
}
.sp-container.k_fallback .fileupload-buttonbar .col-lg-7 .fileupload-caption {
	font-weight: bold;
	display: inline-block;
	width: 202px;
}
.sp-container.k_fallback .fileupload-buttonbar .col-lg-7 .fileupload-process {
	display: inline-block;
	font-size: 13px;
	margin-top: 2px;
	margin-left: 205px;
}


/* ######################################################## *
 *                         Table: Edit                      *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         Table: system_overview           *
 * ######################################################## */
.sp-container table.system_overview tr td {
	border: none;
	padding: 15px;
	border-right: 1px solid #CCC;
}
.sp-container table.system_overview tr td:last-child {
	border-right: none;
}
.sp-container table.system_overview tr td a {
	display: block;
	min-height: 300px;
	height: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.sp-container table.system_overview tr td a span {
	font-size: 25px;
}
.sp-container table.system_overview tr td a div {
	height: 220px;
}
.sp-container table.system_overview tr td a div img {
	max-width: 100%;
	max-height: 200px;
}
/* ######################################################## *
 *                         Table: system_overview           *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         Table: zyltypen                  *
 * ######################################################## */
.sp-container ul.zyltypen {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.sp-container ul.zyltypen li {
	display: inline-block;
	border: none;
	margin: 0;
	padding: 15px;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: center;
	vertical-align: top;
	width: 49.5%;
	font-size: 14px;
}
.sp-container ul.zyltypen li img {
	max-width: 100%;
}
.sp-container ul.zyltypen li.lc-2 {
	border-right: none;
}
.sp-container ul.zyltypen li.fr-2 {
	border-top: none;
}
.sp-container ul.zyltypen li > span > span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.sp-container ul.zyltypen li > span {
	display: inline-block;
	height: 120px;
}
@media (max-width: 500px) {
	.sp-container a.btn {
		font-size: 12px;
		display: block;
	}
	.sp-core.sp-container .panel-heading {
		min-height: 150px;
	}
	#wait_modal > div.wait {
		height: 300px !important;
	}
}
@media (min-width: 600px) {
	.sp-container ul.zyltypen li > span > span {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.sp-container ul.zyltypen li > span > span {
		font-size: 25px;
	}
	.sp-container ul.zyltypen li {
		width: 33%;
	}
	.sp-container ul.zyltypen li.lc-2 {
		border-right: 1px solid #CCC;
	}
	.sp-container ul.zyltypen li.fr-2 {
		border-top: 1px solid #CCC;
	}
	.sp-container ul.zyltypen li.lc-3 {
		border-right: none;
	}
	.sp-container ul.zyltypen li.fr-3 {
		border-top: none;
	}
}
/* ######################################################## *
 *                         Table: zyltypen                  *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         SP-Tipp                          *
 * ######################################################## */
.sp-free-tip {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	z-index: 99999;
	background-color: rgba(255, 225, 134, 0.82);
	width: 600px;
	height: 0px;
}
.sp-free-tip.panel .panel-heading {
	background-color: rgba(0, 0, 0, 0.1);
}
.sp-free-tip.panel .panel-body {
	background-color: transparent;
}
.sp-free-tip-part {
	display: none;
}
.sp-free-tip-part.visible,
.sp-free-tip.visible {
	display: block;
}
.sp-free-tip-part img {
	height: 130px;
    display: block;
    float: left;
    margin-right: 20px;
}
.sp-free-tip span.symbfoto {
	position: absolute;
	left: 20px;
	top: 180px;
	font-size: 11px;
}
/* ######################################################## *
 *                         SP-Tipp                          *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         Admin                            *
 * ######################################################## */
.sp-admin a.sp-admin-btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid rgb(171, 186, 208);
	border-radius: 2px;

	color: #000;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	text-decoration: none;
	background: #eaf0f7;
	background: -moz-linear-gradient(top,  #eaf0f7 0%, #dae2ea 100%);
	background: -webkit-linear-gradient(top,  #eaf0f7 0%,#dae2ea 100%);
	background: linear-gradient(to bottom,  #eaf0f7 0%,#dae2ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf0f7', endColorstr='#dae2ea',GradientType=0 );
}
.sp-admin a.sp-admin-btn.pad {
	padding: 10px 25px;
}
.sp-admin a.sp-admin-btn:hover {
	border: 1px solid rgb(245, 198, 68);
	background: #ffedad;
	background: -moz-linear-gradient(top,  #ffedad 0%, #ffedad 3%, #fddf85 4%, #f9de75 50%, #ffdd82 50%, #ffedad 100%);
	background: -webkit-linear-gradient(top,  #ffedad 0%,#ffedad 3%,#fddf85 4%,#f9de75 50%,#ffdd82 50%,#ffedad 100%);
	background: linear-gradient(to bottom,  #ffedad 0%,#ffedad 3%,#fddf85 4%,#f9de75 50%,#ffdd82 50%,#ffedad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedad', endColorstr='#ffedad',GradientType=0 );
}
.sp-admin a.sp-admin-btn:active {
	border: 1px solid rgb(193, 137, 45);
	background: #ffdd76;
	background: -moz-linear-gradient(top,  #ffdd76 0%, #ffed79 100%);
	background: -webkit-linear-gradient(top,  #ffdd76 0%,#ffed79 100%);
	background: linear-gradient(to bottom,  #ffdd76 0%,#ffed79 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd76', endColorstr='#ffed79',GradientType=0 );
}


.sp-admin .ul-form {
	border: 2px dashed rgba(0, 153, 255, 0.23);
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px 0px;
}
.sp-admin .ul-form form {
	text-align: center;
	position: relative;
	top: -14px;
}
.sp-admin .ul-form span {
	font-size: 20px;
	position: relative;
	top: -20px;
	left: 17px;
	padding: 0px 3px;
	background-color: #FFF;
	display: inline-block;
}
.sp-admin table.ux tr.aev {
	background-color: rgba(255, 255, 0, 0.05);
}
.sp-admin table.ux tr.awh {
	background-color: rgba(0, 131, 255, 0.05);
}
.sp-admin table.ux tr.aev img,
.sp-admin table.ux tr.awh img {
	width: 16px;
}
.sp-admin-tc-badge {
	background-color: #c4ff8f;
	border: 1px solid #447434;
	border-radius: 8px;
	color: #447434;
	font-size: 14px;
	letter-spacing: normal;
	padding: 2px;
	display: inline-block;
	min-width: 34px;
}
.sp-admin-tc-badge.danger {
	background-color: #edcbcb;
	border: 1px solid #ff0000;
	border-radius: 8px;
	color: #ff0202;
	font-weight: bold;
}
a.sp-admin-statusbadge {
	border-width: 2px;
	border-style: solid;
	border-radius: 7px;
	padding: 4px 8px;
	font-weight: bold;
	color: #0C0;
	border-color: #0C0;
}
a.sp-admin-statusbadge.inactive {
	color: #C00;
	border-color: #C00;
}
a.sp-admin-statusbadge.disabled {
	color: #555;
	border-color: #555;
	background-color: #CCC;
}
a.sp-admin-statusbadge i.fa.fa-circle {
	font-size: 12px;
}
a.sp-admin-statusbadge i.fa.fa-circle::after {
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	content: " Ein";
	color: #444;
}
a.sp-admin-statusbadge.inactive i.fa.fa-circle::after {
	content: " Aus";
}
a.sp-admin-statusbadge.disabled i.fa.fa-circle::after {
	content: " ###";
}
/* ######################################################## *
 *                         Admin                            *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         WAIT-Modal                       *
 * ######################################################## */
#wait_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 99999;
}
#wait_modal > div {
	position: fixed;
	display: none;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 1);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#wait_modal > div.wait {
	width: 550px;
	height: 200px;
	padding-top: 11px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}
#wait_modal > div.exclusion {
	width: 800px;
	height: 500px;
}
#wait_modal div.exclusion div.caption {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding: 0 10px;
	border-bottom: 3px solid #CCC;
	font-weight: bold;
}
#wait_modal div.exclusion div.content {
	padding: 10px;
	height: 89%;
	overflow: auto;
}
#wait_modal span.right {
	float: right;
}
#wait_modal span.sysname {
	font-weight: bold;
}
#wait_modal a.btn {
	line-height: 9px;
	text-transform: none;
}
/* ######################################################## *
 *                         WAIT-Modal                       *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         KEYS                             *
 * ######################################################## */
p.slbild {
	text-align: center;
}
p.slbild img {
	width: 100%;
	max-width: 700px;
}
p.slbild span.slhover {
	display: none;
}
p.slbild:active:hover span.slnormal {
	display: none;
}
p.slbild:active:hover span.slhover {
	display: inline;
}
/*.keyform {
}*/
.keyform input {
	width: 100%;
}
.keyform a.btn {
	float: right;
}

.sp-container .k_orderform table.edit td,
.sp-container .k_orderform table.edit th {
	vertical-align: middle;
}
.sp-container .k_orderform table.edit:not(.bb) td:not(.bb),
.sp-container .k_orderform table.edit:not(.bb) th:not(.bb) {
	border-bottom: none;
}
.sp-container .k_orderform table.edit td.price {
	width: 300px;
}
.sp-container .k_orderform div.img {
	display: inline-block;
	text-align: center;
	float: left;
	margin-left: 30px;
	margin-bottom: 5px;
}
.sp-container .k_orderform div.img img {
	width: 200px;
	height: 200px;
	object-fit: contain;
}
.sp-container .k_orderform div.price span.k_price {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
}
.sp-container .k_orderform div.price > span {
	display: inline-block;
	margin-left: 50px;
}
.sp-container .k_orderform div.cap > span {
	display: inline-block;
	margin: 20px;
}
.sp-container .k_orderform .input-number {
	width: 200px;
	display: inline-table;
	float: right;
}
.sp-container .k_orderform .input-number input {
	height: 39px !important;
	padding-left: 16px !important;
}
.sp-container .k_orderform .input-number a.btn {
	padding: 0;
	width: 40px;
}
.sp-container .k_orderform div.buttons,
.sp-container .k_orderform div.upload {
	clear: both;
	padding: 10px 20px;
	padding-bottom: 0 !important;
	min-height: 50px;
	margin-top: 0;
	display: block;
	text-align: center;
	border-top: 1px solid #CCC;
}
.sp-container .k_orderform div.upload {
	padding: 10px 0;
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
.sp-container .k_orderform div.upload .filetypeinfo {
	color: #888;
	font-size: 12px;
}
.sp-container .k_orderform div.upload .fileupload-process {
	display: block;
	margin-top: 5px;
	text-align: left;
}
.sp-container .k_orderform div.upload table.table {
	text-align: left;
}
.sp-container .k_orderform div.upload table.table tr {
	background-color: transparent !important;
}
.sp-container .k_orderform div.upload table.table p.name {
	margin: 0 !important;
}
.sp-container .k_orderform div.upload table.table th,
.sp-container .k_orderform div.upload table.table td {
	border-top-color: #CCC !important;
	vertical-align: middle !important;
}
.sp-container .k_orderform div.upload table.table .preview a img,
.sp-container .k_orderform div.upload table.table .preview a canvas {
	width: 80px !important;
	height: 80px !important;
	object-fit: contain;
}
.sp-foreign-category-listing > h1 {
	display: none;
}
/* ######################################################## *
 *                         KEYS                             *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         DIVERSES                         *
 * ######################################################## */

ul.help.glossar > li {
	margin-bottom: 10px;
}

a.asys {
	text-transform: uppercase;
	color: #FFF;
	float: right;
	margin-top: 20px;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 12px;
}
a.asys:hover {
	color: #FFF;
	text-decoration: none;
}
a.asys.active {
	background-color: rgba(0, 90, 0, 0.8);
}
a.asys.active:hover {
	box-shadow: 0 0 6px rgb(0, 90, 0);
}
a.asys.inactive {
	background-color: rgba(153, 0, 0, 0.8);
}
a.asys.inactive:hover {
	box-shadow: 0 0 6px rgb(153, 0, 0);
}

/*.of_uploader {
	position: relative;
	min-height: 20px;
}
.of_uploader .fileupload-buttonbar {
	position: absolute;
	top: -39px;
	left: 0;
	right: 0;
}
.of_uploader form {
	padding-top: 94px;
}*/


@media (min-height: 900px) {
	.mfp-wrap.iframe_layer .modal-dialog .modal-body {
		height: 800px;
	}
}

/* ######################################################## *
 *                         DIVERSES                         *
 * ######################################################## */
/* ------------------------------------------------------------------------- */
/* ######################################################## *
 *                         JSON TreeView                    *
 * ######################################################## */
/*
 * JSON Tree Viewer
 * http://github.com/summerstyle/jsonTreeViewer
 *
 * Copyright 2017 Vera Lobacheva (http://iamvera.com)
 * Released under the MIT license (LICENSE.txt)
 */

/* Background for the tree. May use for <body> element */
.jsontree_bg {
    background: #FFF;
}

/* Styles for the container of the tree (e.g. fonts, margins etc.) */
.jsontree_tree {
    margin-left: 30px;
    font-family: 'PT Mono', monospace;
    font-size: 14px;
	list-style: none;
}

/* Styles for a list of child nodes */
.jsontree_child-nodes {
    display: none;
    margin-left: 35px; 
    margin-bottom: 5px;
    line-height: 2;
	list-style: none;
}
.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_child-nodes {
    display: block;
}

/* Styles for labels */
.jsontree_label-wrapper {
    float: left;
    margin-right: 8px;
}
.jsontree_label {
    font-weight: normal;
    vertical-align: top;
    color: #000;
    position: relative;
    padding: 1px;
    border-radius: 4px;
    cursor: default;
}
.jsontree_node_marked > .jsontree_label-wrapper > .jsontree_label {
    background: #fff2aa;
}

/* Styles for values */
.jsontree_value-wrapper {
    display: block;
    overflow: hidden;
}
.jsontree_node_complex > .jsontree_value-wrapper {
    overflow: inherit;
}
.jsontree_value { 
    vertical-align: top;
    display: inline;
}
.jsontree_value_null {
    color: #777;
    font-weight: bold;
}
.jsontree_value_string {
    color: #025900;
    font-weight: bold;
}
.jsontree_value_number {
    color: #000E59;
    font-weight: bold;
}
.jsontree_value_boolean {
    color: #600100;
    font-weight: bold;
}

/* Styles for active elements */
.jsontree_expand-button {
    position: absolute;
    top: 3px;
    left: -15px;
    display: block;
    width: 11px;
    height: 11px;
    background-image: url('icons.svg');
}
.jsontree_node_expanded > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button {
    background-position: 0 -11px;
}
.jsontree_show-more {
    cursor: pointer;
}
.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
    display: none;
}
.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button,
.jsontree_node_empty > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
    display: none !important;
}
.jsontree_node_complex > .jsontree_label-wrapper > .jsontree_label {
    cursor: pointer;
}
.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label {
    cursor: default !important;
}
