

 .modal .modal-backdrop {
	z-index: 800;
}

.loading-spinner {
	z-index: 600;
}

#site-navigation {
	z-index: 1050;
}

/* .popover{ */
/* 	z-index: 1000; */
/* } */

#tblTerminal thead {
	z-index: 1;
}
 

input[type="button"]:not([disabled]).clbuttonsave, input[type="submit"]:not([disabled]).clbuttonsave {
background-color:#bcffa2;
}
input[type="button"]:not([disabled]):hover.clbuttonsave, input[type="submit"]:not([disabled]):hover.clbuttonsave {
background-color:#2add00;
}
input[type="button"]:not([disabled]).clbuttondel, input[type="submit"]:not([disabled]).clbuttondel {
background-color:#f48181;
}
input[type="button"]:not([disabled]):hover.clbuttondel, input[type="submit"]:not([disabled]):hover.clbuttondel {
background-color:#ff2424;
}


 button[disabled], html input[disabled] {
    color: gray;
    cursor: default;
 }
 buttontest {
	width: 80px;
	height: 25px;
	background-color: green;
	float: right;
}

#site-header {
/* 	background-color: #286090; */
/* 	color:#fff; */
	  height:200px;
/* 	display: flex; */
	flex-direction: column;
	justify-content: center;
}
 
#site-header {
/*     background-image: url("iStock_header.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
}
 
.navbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	margin-bottom: 0;
	border-radius: 0;
}
/* #table_add_logo_choosefile thead{ */
/* 	top:0px; */
/* } */
.container.main,
.container-fluid.main {
	 padding-top: 2em;
}

.form-group.row input {
/* 	margin-bottom: 10px; */
/* 	margin-right: 5px; */
}

textarea {
	resize: none;
}

table {
	font-size: 14px;
}

.cell {
	display: table-cell;
}

.Navigation_Menue_breit {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	display: block;
	color: white;
	background-color: #464646;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	height: 28px;	
	line-height: 28px;
	cursor: pointer;
	border-radius: 2px;
	font-weight: bold;
	background-image: -moz-linear-gradient(top, #464646 0%, #686868 100%);
	background-image: -webkit-linear-gradient(top, #464646 0%, #686868 100%);
	background-image: -o-linear-gradient(top, #464646 0%, #686868 100%);	
	background-image: -ms-linear-gradient(top, #464646 0%, #686868 100%);	
}

.nav_span {
	width: 150px;
	background-color: #7e7e7e;
}

.reftable {
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.table_addtemplate {
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: 1px solid black;
}

.organsendung_table {
	border: 1px solid black;
	border-collapse: collapse;
}


.editcat_table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 500px;
	background-color: #FFFFFF;
}

.startseite_table {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.suche_table {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 1000px
}

.infotable {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.infotable_tr {
	height: 20px;
	padding: 3px
}

.tdtable {
	height: 20px;
	padding: 3px
}

.code {
	background-color: #FFFFE0;
	vertical-align: top;
}


.formclass {
	color: black;
	text-decoration: underline;
}

.Navi_kopf {
	background-color: #dcdcdc;
	background-image: -moz-linear-gradient(top, #efefef 60%, #999 100%);
	background-image: -webkit-linear-gradient(top, #efefef 0%, #999 100%);
	background-image: -o-linear-gradient(top, #efefef 0%, #999 100%);	
	background-image: -ms-linear-gradient(top, #efefef 0%, #999 100%);					
	height: 63px;
	margin: 0px 0px;
	top: 0px;
	width: 200%;
/* 	-moz-box-shadow: inset 0px -4px 5px #666; */
	-webkit-box-shadow: inset 0px -4px 5px #666;
	box-shadow: inset 0px -5px 8px #666;	
	position: fixed;
	z-index:100;
}
#___navi {
	height: 25px;
	margin: 0px 0px;
	top: 20px;
	width: 400px;
	position: fixed;
	z-index: 101;
}

#logo {
	top: -19px;
	left: 5px;
	position: absolute;
}

#logo_startseite {
	top: -58px;
	position: relative;
}

#inhalt {
	top: 300px;
/* 	width: 1000px; */
	height: 400px;
	margin: 25px 5px;
}

label:hover {
/* 	text-decoration: underline; */
/* 	background-color: #98a2c9; */
}

.catedit_submit {
	width: 80px;
}

#saving_info {
	position: fixed;
	top: 410px;
	left: 320px;
	height: 50px;
	width: 300px;
	color: navy;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	z-index: 6;
}

#suche_sendung {
	position: absolute;
	height: auto;
	max-height: 400px;
	width: 600px;
	left: 100px;
	top: 200px;
	border: 1px solid black;
	background-color: #aeb9e6;
	overflow-x: hidden;
	overflow-y: auto;
}

#ergebnis {
	position: absolute;
	height: auto;
	max-height: 400px;
	width: 600px;
	left: 100px;
	top: 200px;
	border: 5px solid #6c6c6c;
	background-color: #aeb9e6;
	overflow-x: hidden;
	overflow-y: auto;
}

.transparent {
	overflow: hidden;
/* 	top: 0px; */
	position: absolute;
/* 	left: 0px; */
	height: 100%;
	width: 100%;
	background-color: #ffffff;	
	opacity: .7;
	z-index: 3000;
	
}
#transparent {
	overflow: hidden;
	top: 0px;
	position: fixed;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	width: 100%;
	opacity: .7;
	z-index: 3000;
}
.orgasendung_description {
	width: 150px;
	height: 20px;
	padding: 3px
}

.organsendung_input {
	width: 220px;
}

.organsendung_button {
	width: 100px;
}

/* #datum { */
/* 	position: absolute; */
/* 	z-index: 6; */
/* } */

.cvdmodulenav b:nth-child(2) {
	font-size: 15px;
	padding-right:5px;
}
 
.datumabfrage {
	z-index: 6;
	background-color: red;
}

.td_datumabfrage {
	border: 2px solid black;
	height: 20px;
	padding: 3px;
	font-size: 15px;
}

.td_suche {
	border: 1px solid black;
	height: 20px;
	padding: 3px;
	font-size: 15px;
	width: 60px;
}

.td_login {
	border: 2px solid black;
	height: 20px;
	padding: 3px;
	font-size: 15px;
	width: 60px;
}

.popup_sendungen {
	position: absolute;
	border: 2px solid black;
	padding: 3px;
	font-size: 15px;
	width: auto;
	min-width: 200px;
	min-height: 30px;;
	background-color: #c0ccff;
}

.popup_userstatus {
	position: absolute;
	border: 2px solid black;
	padding: 3px;
	font-size: 15px;
	width: auto;
	min-width: 200px;
	min-height: 30px;;
	background-color: #c0ccff;
}

.popup_sendungsstatus {
	position: fixed;
	border: 1px solid black;
	padding: 5px;
	font-size: 8px;
	color: red;
	overflow: hidden;
	width: 1091px;
	height: 130px;;
	left: 1px;
	top: 62px;
	background-color: #c0ccff;
	z-index: 3;
}

.table_popup_sendungsstatus {
	font-size: 12px;
	color: black;
	overflow: hidden;
	width: 1091px;
	left: 1px;
	top: 62px;
}

.start_td {
	height: 20px;
	padding: 3px
}

/* .sendung_ueberschriften { */
/* 	background-color: #aeb9e6; */
/* 	height: 30px; */
/* } */

.sendung_description {
	width: 150px;
	border: 0px solid #C0C0C0;
}

.sendung_input {
	height: 35px;
	border: 0px solid #C0C0C0;
}

/* .sendung_tableinhalt { */
/* 	height: 200px; */
/* 	width: 450px; */
/* 	overflow: scroll; */
/* 	border: 1px solid black; */
/* 	border-collapse: collapse; */
/* 	margin: 10px; */
/* 	background-color: #e3e7f8; */
/* } */

.suchengine {
	top: 48px;
	left: 3px;
	position: fixed;
}

.einstellungen_ueberschriften {
	height: 20px;
	font-weight: bold;
}

.einstellungen_resetbutton {
	font-size: 12px;
	height: 22px;
}

.einstellungen_description {
	
	border: 0px solid #C0C0C0;
	font-size: 10pt;
}

.einstellungen_input {
	height: 35px;
	border: 0px solid #C0C0C0;
	width: 1000px;
	font-size: 10pt;
}

.einstellungen_trs {
/* 	border: 1px solid black; */
}

.einstellungen_tableinhalt {
	height: 200px;
	width: 1100px;
	overflow: scroll;
	border: 1px solid black;
	border-collapse: collapse;
	margin: 10px;	
}

#mail {
	position: absolute;
	height: 100px;
	width: 400px;
	left: 100px;
	top: 150px;
	border: 5px solid #6c6c6c;
	background-color: #aeb9e6;
	overflow-x: hidden;
	overflow-y: auto;
}

#add_logo_choosefile {
	z-index: 2503;
/* 	position: fixed; */
/* 	top: 70px; */
/* 	left: 300px; */
/* /* 	width: 600px; */ */
/* 	background-color: white; */
/* 	font-size: 14px; */

/* 	border: 1px solid black; */
}
#addlogo_uploader{
		z-index: 2504;
}
/* #table_add_logo_choosefile { */
/* 	border: 1px solid black; */
/* 	width: 580px; */
/* 	border-collapse: inherit; */
/* } */



.fullwidth {
	/* Box ?ber die gesamte Breite - f?r jeweilige "Module" */
	width: 100%;
	margin-bottom: 2px;
	margin-right: 2px;

	/* background-color: grey; */
	}

 .infofield {
 float: left;
/*  height: 4em; */
 }
 .infofield.right{
 
    float: right;
}
 .sendunginhalt{
 width: 950px;
 background-color:white;
  padding:5px;
 }
 .divinhalt{
   height:400px;
  padding:5px;
  margin:0px 0px 0px 120px;
  
}
 .beitrag_inhalt{
 /*
  width: 600px;
  min-height: 320px; 
  padding:5px;
  float: left;
  margin: 4px 0px 0px 4px;1
  background-color: #FFF;
 */
}

.mainbutton {
/*	
	height: 2em;
	margin: 2px;
	background-color:white;
	text-align:center;
	width: 100%;*/
}
 
.fieldname {
	/* Schriftfeld f?r den obersten Teil der einzelnen Boxen -> Beschriftung */
	font-size: 0.8em;
	padding-left: 0.2em;
	padding-right: 1em;
	width: 150px;
	/*background-color: orange;*/
} 
.fieldcontent {
	/* "Box" f?r dne Inhalt des Feldes / keine zeilenumbr?che / ... wenn zu lang*/
	top: 0px;
	bottom: 0px;
	height: auto;
	/*background-color: white;*/
	margin: 2px;
	font-size:2em;
/* 	background-color: #e3e7f8; */
}

 .fieldcontent.dotdotdot {
 	white-space:pre;
	overflow:hidden;
	text-overflow:ellipsis;
 }

 .fieldcontent.center {
 	text-align:center;
 	
 }
 .fieldcontentinput {
 	font-size:30px;
 	font-family: Arial, Helvetica, sans-serif;
 	width: 100%;
 }
 .fieldcontentinputreadonly {
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	 
	 background-color: transparent;
    border: 0px solid;
    width: 100%;
}
 .menu {
	font-weight: bold;
	background-color: #e3e7f8;
    border-radius: 2px;
	text-align: center;
	margin-bottom: 5px;	
}
 .menu:HOVER {
	background-color: #e5e5e5;
	cursor: pointer;
}

#idfield {
 	/* Box f?r ID in der Hauptinfo - feste Breite */
 	/* width: 150px; */
 	/*background-color:red;*/
}
 #titlefield {
 	/* Box f?r Titel in der Hauptinfo - automatische Breite 
	background-color:lightblue;*/
/* 	height: 4em; */
/*	margin: 0px 180px 0px 250px;*/
	
}

#timefield {
	/* Box f?r Laufzeit in der Hauptinfo - feste Breite
	background-color: blue;
	width: 180px;
	clear:right;
*/
}
  
#content {
	/* wrap f?r die Inhalts-Box */
/*	top: 100px;
	bottom: 0em;
	position: absolute;
	overflow: auto;
	background-color:orange;*/
	
/* 	display: flex; */
/* 	flex-wrap: wrap; */
}

#content div {
	flex-direction: column;
}

#menu_left {
	margin-bottom: 15px;
}
#inputs {
	/* Hauptinhaltsfeld innerhalb der Inhalts-Box - floatend */
	min-width: 644px;
/* 	width: 100%; */
	margin-right: 0px;
}
#vidvideofile {
	max-width: 100%;
}
#divvideopreview {
	/* box f?r alle videovorschauelemente */
	min-width: 292px;
	height: auto;
}
#preview_text {
	/* ?berschrift "VORSCHAU */
	height: 2em;
	
	/* background-color: lightgray; */
}


#preview_buttons {
	/* Box f?r die Buttons */
	height: 5em;
	/* background-color: darkgray; */
}


.ladebalkentext {
	color: navy;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	z-index: 6;
}
#saving_info {
	color: navy;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	z-index: 6;
}

.sendungstartclipende{
	position:absolute;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: hsla(0,50%, 50%, 0.5) transparent transparent transparent;
	top: 0px;
	right: 0px;
	transform: rotate(90deg);
}
.sendungstartblockende{
	position:absolute;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: rgba(244, 164, 96, 0.5) transparent transparent transparent;
	top: 0px;
	right: 0px;
	transform: rotate(90deg);
}
 .dotdotdot {
 	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 300px;
 }
  .menudotdotdot {
 	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:80px;
	display:block;
	margin: auto;
	overflow:visible;
/* 	padding-left: 5px; */
/* 	padding-right: 5px; */
 }

/*	TERMINAL TABLE */ 
#tblTerminal {
	width: auto;
}
 .table thead{
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
/* 	background-color: #286090; */
/* 	color: white; */
	border-bottom: none;
	z-index:1;	
}
#tblUserlist thead{
	z-index: 1
}
#result_table thead{
	top: 0px;
}
#tblSendungsSuche thead{
/* 	top: 0px; */
}
#tblProfillist2 th{
	-moz-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
padding-bottom: 20px;
}
#tblUserKategorie thead{
	top: 0px;
}
.terminal_row {
	table-layout: fixed;
	min-width: 160px;
	background: none;
}

.terminal_beitrag {
 	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	padding: 4px;
}
.terminal_beitrag label{
	font-size: 100%;
	margin-right: 0.25em;
}
.imgpreviewpic {
	display:block;
	height: 60px;
}
 
 #imgpreviewpic {
	max-width: 100%;
	max-height:	71px;
}
 
.terminal_img {
	position: relative;
	width: 46px;

}

.terminal_img img,
.terminal_img span {
	width: 100%;
	height: 27px;
	margin-bottom: 4px;
}

.terminal_img span {
	display: block;
	background-color: rgba(0,0,0,0.1);
}

.terminal_img img {
	position: absolute;
	top: 0;
}

.terminal_icon {
	width: 20px;
}

.terminal_titel,
.terminal_content {
	min-width: 120px;
	max-width: 320px;
}

 .terminal_titel.unused {
	background-color: transparent;
/*     background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(0, 0, 0, 0.5) 15px, rgba(255, 255, 255, 0.1) 30px); */
     background-image: repeating-linear-gradient(45deg, rgba(255,255,255, 0.1), rgba(255,255,255, 0.1) 15px, rgba(0, 0, 0, 0.1) 15px, rgba(0, 0, 0, 0.1) 30px);
}

tr.Highlight > td:first-of-type,
table.Highlight,.imgselected {
	box-shadow: -1px -1px 0 #aeb9e6 inset, 1px 1px 0 #aeb9e6 inset, -2px -2px 8px #aeb9e6, 2px 2px 8px #aeb9e6;
	border: 1px #aeb9e6 solid;
}
.markieren, .markiererow {
/* 	box-shadow: -1px -1px 0 #aeb9e6 inset, 1px 1px 0 #aeb9e6 inset, -2px -2px 8px #aeb9e6, 2px 2px 8px #aeb9e6; */
/*  	border: 1px #aeb9e6 solid;  */
}
.markiererow{
	border: 1px solid;
}
#tblProfillist2 tr > td:first-of-type{
	position:fixed;
	width: 150px;
	background: inherit;
}
#tblProfillist2 > th:first-of-type{
	
	min-width: 150px;
}
#tblBeitragslisteStyle td[draggable=true]{
	padding: 0px;
	border-spacing: 0px;
}
 #tblTerminal td[draggable=true]{
	padding: 0px;
	border-spacing: 0px;
}
 #tblTerminal td[button=red]{
	padding: 0px;
	border-spacing: 0px;
	background-color: red;	
}
 #tblTerminal td[button=green]{
	padding: 0px;
	border-spacing: 0px;
	background-color: green;	
}
 #tblTerminal td[button=blue]{
	padding: 0px;
	border-spacing: 0px;
	background-color: blue;	
}
 #tblTerminal td[button=yellow]{
	padding: 0px;
	border-spacing: 0px;
	background-color: yellow;	
}
.terminal_titel p {
	margin: 5px;
 }
 .terminal_titel table {
	width: 100%;
/*	display: block;*/
 }
 .spanforterminallevel {
 	width: 10px;
 	display: inline-block;
 }
 .cldisabled {
 	background-Color: #efefef;
 }
.terminal_verlauf {
	background-color: #dcdcdc;
	/* background-image: -moz-linear-gradient(top, #efefef 60%, #999 100%);
	background-image: -webkit-linear-gradient(top, #efefef 0%, #999 100%);
	background-image: -o-linear-gradient(top, #efefef 0%, #999 100%);	
	background-image: -ms-linear-gradient(top, #efefef 0%, #999 100%);					
	-moz-box-shadow: inset 0px -4px 5px #666;
	-webkit-box-shadow: inset 0px -4px 5px #666;
	box-shadow: inset 0px -5px 8px #666;*/
	margin: 0px 0px;
	
/* 	//border-bottom: 1px solid black; */
}
.terminal_level_0 td, 
.terminal_level_0 a {
/* 	background-color: #696969; */
/* 	filter: saturate(0.84); */
/* 	color: white; */
	margin: 0px 0px;
}
.terminal_level_0 .terminal_beitrag.invalid,
.terminal_level_0 .terminal_beitrag.invalid a{
	color: lightgray;
}
.terminal_level_1 td, 
.terminal_level_1 a {
/* 	background-color: #808080; */
/* 	color: white; */
/* 	filter: saturate(0.68); */
	margin: 0px 0px;
}
.terminal_level_1 .terminal_beitrag.invalid,
.terminal_level_1 .terminal_beitrag.invalid a{
	color: lightgray;
}
.terminal_level_2 td, 
.terminal_level_2 a {
/* 	background-color: #a9a9a9; */
/* 	color: white; */
/*     filter: saturate(0.52); */

	margin: 0px 0px;
}
.terminal_level_3 td, 
.terminal_level_3 a {
/* 	filter: saturate(0.36); */
/* 	background-color: #c0c0c0; */
/* 	color: black; */
	margin: 0px 0px;
}
.terminal_level_4 td, 
.terminal_level_4 a {
/* 	background-color: #d3d3d3; */
/* 	color: black; */
/*  filter: saturate(0.20); */
	margin: 0px 0px;
}
.terminal_level_5 td, 
.terminal_level_5 a {
/* 	background-color: #dcdcdc; */
/* 	color: black; */
/*  filter: saturate(0.04); */
	margin: 0px 0px;
}
.terminal_level_6 td, 
.terminal_level_6 a {
/* 	background-color: #EAEAEA; */
/* 	color: black; */
/*  filter: saturate(0); */
	margin: 0px 0px;
}

.secondrow{

}

.terminal_beitrag.invalid,
.terminal_beitrag.invalid a{
	color: gray;
}
.buttonsfloatend {
	float:left;
	margin: 5px;
}

.terminal_level_0 .flaticon::before,
.terminal_level_1 .flaticon::before,
.terminal_level_2 .flaticon::before {
	color: #EEE;	
}

textarea  
{  
   font-family: sans-serif;  
   font-size: 12px;   
}
.glyphicon-star-empty{ 
	position:relative; 
/* 	margin-top:-20px;  */
	 -webkit-filter: drop-shadow(0 0 4px #2def21);
     filter: drop-shadow(0 0 4px #2def21);
	
}
.td-thumbnail {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center; 
}
ul,li{
	list-style: none;
}
#divTerminals ul{
	position: relative;
}
#divTerminals .glyphicon-triangle-top,#divTerminals .glyphicon-triangle-bottom{
	position: absolute;
	transform: translate(-100%,20%);
}
li input{
	margin-right: "5px";
}
.text-primary::before { 
	color: #111; 
}
.flaticon-xxl::before{
	font-size: 25px;
}
.fa-2x::before{
	font-size: 20px;
}
.splitter { cursor: e-resize; width: 3px; height: 100%; }
#divButtonsEdit{
/* 	display: none;  */
/* 	position: fixed;  */
/* 	overflow:auto;  */
/* 	top:65px;   */
/* 	z-index:6;  */
/* 	padding:5px */
}
#suche {
/*
	display: none; 
	position: fixed; 
	overflow:auto;
	background-color: white; 
	top:0px; 
	height:90%; 
	z-index:10006; 
	width:99%;
*/
}
.nichtdraggable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
#rowTerminalTemplate {
	height: 40px;
	
}
#divTErminalTemplate {
/* 	border-color: gray; */
/* 	border-width: 1px; */
/* 	border-style: solid; */
	
/* 	background-color: white; */
	cursor: pointer;
	height:40px;
/* 	width: 900px; */
	overflow:hidden;
}
#divTerminalTemplateDetail{
	max-height:40px;
	overflow: hidden;
}
 /* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab span {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab span:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab span.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
/*     border: 1px solid #ccc; */
    border-top: none;
} 
.imgTerminalTemplate{
	width: 60px;
	display: none;
	position: absolute;
	z-index: 1000;
}
#___spannavprogramm{
	white-space: nowrap;display:block;overflow: hidden;min-width:80px;padding-left:5px;padding-right:5px;
}
.box_titel{
font-size: 0.6em;
	white-space: nowrap;
	background-color: #aeb9e6;
	font-weight:bold;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.loading-spinner {
	position: fixed;
    border: 0.5vmin solid rgba(128,128,128,0.5);
    border-top: 0.5vmin solid transparent;
    border-radius: 50%;
    width: 20vmin;
    height: 20vmin;
	top:  calc(50% - 10vmin);
	left: calc(50% - 10vmin);
    animation: spin 2s linear infinite;
}
.loading-spinner-small {
  position: absolute;
  border: 0.5vmin solid rgba(128,128,128,0.5);
    border-top-width: 0.5vmin;
    border-top-style: solid;
    border-top-color: rgba(128, 128, 128, 0.5);
  border-top: 0.5vmin solid transparent;
  border-radius: 50%;
  width: 10vmin;
  height: 10vmin;
  top: calc(50% - 5vmin);
  left: calc(50% - 5vmin);
  animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ladebalkentext {
	display: none;
}

.terminal_content{
}
#divContextmenu{
	z-index: 2501;
}
#divContextmenu p{
	overflow: hidden;
text-overflow: ellipsis;
}
a {
	cursor: pointer;
}
.alert{
	z-index: 2051;
}
.alertsub{
	z-index: 2050;
}
.mceToolbar td {
     float: left;
     height: 22px;
}
@font-face { font-family: 'dejavusans';
             src: url('DejaVuSans.ttf') format('truetype'); }
#contexttable{
	background-color: white;
	border-style: solid;
}
#pMenue{
	cursor: pointer;
}
#pMenue:hover ~ label-success{
	
/*  	background-color: .label-success.background-color;  */
}
.sendungselected {
/* 	border: 2px dashed black; */
box-shadow: -1px -1px 0 gray inset, 1px 1px 0 gray inset, -2px -2px 8px gray, 2px 2px 8px gray;
border: 1px gray solid;
}
.own_time_control {
	width: 65px;
	float:left;
}
.nav-pills>li{
	width: inherit;
}
#tblExport th{
	padding: 5px;
}
#tblLogos td{
	padding:5px;
	
}
.service_inhalt{
	padding-left: 0px;
} 

#tblTerminalTemplate td{
	padding: 5px;
}

#colTemplate{
	position: relative;
}
#divTerminalTemplate{
	position: absolute;
}
.systemdesignimg{
	width:100px; 
	padding: 5px;
	margin:5px;
}
.tblDateTimeValid td {
     float: left;
    
}
div.plupload_filelist_footer{
	height: auto;
}
div.plupload_header_content{
	display: none;
}
.plupload_filelist{
	color: black;
	overflow-y: auto;
}
.maxwidth {
	max-width:350px;
}
.terminalschlagwort {
	float:left;
}
.menubutton{
	border-style: solid;
}
.arrowleft_up{
	-moz-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
transform: rotate(-60deg);
top: -5px;
}
.arrowright_up{
	-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
top: 5px;
}
.arrowright_down{
	-moz-transform: rotate(120deg);
-ms-transform: rotate(120deg);
-o-transform: rotate(120deg);
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
top: 5px;
}
.arrowleft_down{
	-moz-transform: rotate(240deg);
-ms-transform: rotate(240deg);
-o-transform: rotate(240deg);
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
top: -5px;
}
.divCalendar{
	font-size: 8pt;
	overflow: hidden;
	position: absolute;
	border-style: outset;
}
.divCalendarSub{
	margin: 3px;
	padding: 3px;
	height:100%;
}
.imgCalendar{
	float: left;	
	height: 3em;

}
.btn-collection input,  .btn-collection select, .btn-collection .btn, .btn-collection label, .btn-collection button, .input-group.date{
    margin: 0 0.5em 0.5em 0; 
}

h3 {
	
overflow: hidden;
text-overflow: ellipsis;
}
#divCalendarSearch2 .entries .btn {
    display: block;
    position: relative;
    overflow: hidden;
	text-overflow: ellipsis;
}
.StatusBeitragTerminalTabelle{
width: 10px;
height: 10px;
position: absolute;
bottom: 5px;
left: 0;
margin: 0;
}
#thTerminalList{
z-index: 1;
}
/* .input-group.date{ */
/* 	z-index: 1600; */
/* } */
/* .form-group.date{ */
/* 	z-index: 1600; */
/* } */
#divTerminalsInBeitrag input[type="checkbox"]{
	margin-left: 0px; 
}
#tblKategorie thead{
	z-index: 1;
}
#tblFormat thead{
	z-index: 1;
}.bootstrap-datetimepicker-widget{
	z-index:2001;
}
#addfile_uploader{
	z-index: 2001;
}
#tbTerminalList .progress{
	margin-bottom: 0;
}
#tbTerminalList td{	
	white-space :nowrap;
}
#divTerminals .dropdown-menu{
	position: absolute;
}
		#login_container {
			display: flex;
			justify-content: center;
			flex-direction: column;
			height: inherit;
		}
		#login_container .well,
		#login_container .alert {
			box-shadow: 0 0 2em #000;
		}
.verknuepfenfirst {
	cursor: default; left: -12px;transform: rotate(135deg);
}
.verknuepftdazwischen  {
	cursor: default;transform: rotate(90deg);left: -13px;
}
.verknuepftlast {
	cursor: default; left: -12px;transform: rotate(46deg);
}
li.verknuepft {
    position: relative;
}
li.verknuepft::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.5em;
    left: -0.5em;
    border-left: 2px solid;
}
li.verknuepft.start::before {
    top: 40%;
    height: 60%;
    border-top: 2px solid;
}
li.verknuepft.mitte::before {
    height: 100%;
}
li.verknuepft.ende::before {
    height: 60%;
    border-bottom: 2px solid;
}
input[type="time"][step] {
    line-height: initial;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
#divListeTabelle table{
/* 	table-layout: fixed; */
   width: 100%;
}
#divListeTabelle td:last-child{
	text-overflow:elipsis;
	overflow: hidden;
}
.terminal[ebene="1"] .dropdown {
    margin-left: 1em;
}
.terminal[ebene="2"] .dropdown {
    margin-left: 2em;
}
.terminal[ebene="3"] .dropdown {
    margin-left: 3em;
}
.terminal[ebene="4"] .dropdown {
    margin-left: 4em;
}
.terminal[ebene="5"] .dropdown {
    margin-left: 5em;
}
.terminal[ebene="6"] .dropdown {
    margin-left: 6em;
}
.terminal[ebene="7"] .dropdown {
    margin-left: 7em;
}
.terminal[ebene="8"] .dropdown {
    margin-left: 8em;
}
.terminal[ebene="1"] .terminalgruppe {
    margin-left: 1em;
}
.terminal[ebene="2"] .terminalgruppe {
    margin-left: 2em;
}
.terminal[ebene="3"] .terminalgruppe {
    margin-left: 3em;
}
.terminal[ebene="4"] .terminalgruppe {
    margin-left: 4em;
}
.terminal[ebene="5"] .terminalgruppe {
    margin-left: 5em;
}
.terminal[ebene="6"] .terminalgruppe {
    margin-left: 6em;
}
.terminal[ebene="7"] .terminalgruppe {
    margin-left: 7em;
}
.terminal .glyphicon-triangle-bottom{
	float: right;
	margin: 5px;
}
.terminal .glyphicon-triangle-top{
	float: right;
	margin: 5px;
}
.glyphicon-text-color:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 141.421356%;
    top: -20.710678%;
    display: block;
    background: red;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}
input[type=time]::-webkit-datetime-edit-ampm-field {
display: none;
}
.bootstrap-select.btn-group .dropdown-menu{
	z-index: 10000;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.mynode{
padding-top: 10px;
/*   margin-top: -14px; */

  border-width: 1;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
/*   border-style: dotted; */
}
.pagination{
	margin-top: 10px;
	margin-bottom: 10px;
}