
.decEncInfoCon
{
	width: 100%;
	height: 107px;
	margin: 0px;
	margin-top: 5px;
	padding: 10px;
	background-color: white;
	border: 1px solid #cccccc;
	border: 1px solid var(--medium-grey-color);
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
}




/*#globalInfoCon{
	display: flex;
	justify-content: space-between;
}
*/
/*#encGlobal{
	display: flex;
	justify-content: space-between;
}*/

/*#globalInfoCon > div{*/
/*#decGlobal > div, #encGlobal > div{
	width: 345px;
}*/

#decGlobal .decEncInfoCon:last-child,
#encGlobalLeft .decEncInfoCon:last-child,
#encGlobalRight .decEncInfoCon:last-child{
	margin-bottom: 0px;
}


.decEncInfoCon:not([source="none"]):hover{
	border-color: #585858;
	border-color: var(--dark-grey-color);
}
.decEncInfoCon.detailsActive
{
	border-color: #cccccc;
	border-color: var(--medium-grey-color);
	background-color: #efefef;
	background-color: var(--light-grey-color);
}


.decEncInfoCon.detailsActive  div[class^="valCon_"] .value, .decEncInfoCon.detailsActive .field_src .desc
{
	background-color: #efefef;
	background-color: var(--light-grey-color);
}


.decEncInfoCon:not([source="none"]):active{
	border-color: #23af8c; 
	border-color: var(--green-color);
}




.decEncInfoCon div{
	position: absolute;
}


.decEncInfoCon .field_src
{
	width: 195px;
	left: 15px;
}

.decEncInfoCon .lmCon
{
	height: 56px;
	width: 14px;
	top: 40px;
	left: 215px;
}

.decEncInfoCon .field_audio
{
	width: 98px;
	left: 233px;
}

.decEncInfoCon div[class^="field_"]
{
	height: 60px;
	top: 40px;
	overflow: hidden;
}

.decEncInfoCon div[class^="rowCon_"]{
	height: 30px;
	width: 100%;
	display: flex;

}

.decEncInfoCon div.rowCon_1{
	top: 0px;
}
.decEncInfoCon div.rowCon_2{
	top: 32px;
}

.decEncInfoCon div[class^="valCon_"]
{
	position: relative;
	float: left;
	margin: 0px 1px;
	overflow: hidden;
	box-sizing: border-box;

}

.decEncInfoCon div[class^="valCon_"]:last-child
{

	flex: 1;
	width: auto !important;
}

.decEncInfoCon div[class^="valCon_"] div
{
	float: left;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	color: #3c3c3c;
	color: var(--black-color);
	padding-left: 2px;
	width: 100%;
	box-sizing: border-box;
}

.decEncInfoCon div[class^="valCon_"] .label
{
	line-height: 6pt;
	height: 10px; 
	font-size: 10px;
	top: 0px;
}

.decEncInfoCon div[class^="valCon_"] .value
{
	height: 13px;
	font-size: 12px;
	top: 11px;
	background-color: white;
}



/* Spezielle Anzeige */
.decEncInfoCon[source="none"]
{
	background-color: white;
	cursor: default;
}

.decEncInfoCon[source="none"] .caption, .decEncInfoCon[enabled="false"] .caption
{
	background-color: white;
	color: #aaaaaa; 
	color: var(--disabled-grey-color);
	/*box-shadow: inset 0px 0px 3px 0px rgba(90, 90, 90, 0.7);*/
}

.decEncInfoCon[source="none"] .field_audio, .decEncInfoCon[enabled="false"] .field_audio,
.decEncInfoCon[source="none"] .lmCon, .decEncInfoCon[enabled="false"] .lmCon,
.decEncInfoCon[source="none"] .desc, .decEncInfoCon[enabled="false"] .desc
{   display: none; }

.decEncInfoCon[source="none"] .mode, .decEncInfoCon[enabled="false"] .mode
{	  color: #aaaaaa !important; color: var(--disabled-grey-color) !important;  }

.decEncInfoCon[source="none"] .icon, .decEncInfoCon[enabled="false"] .icon
{	  color: #aaaaaa; color: var(--disabled-grey-color);  }

.decEncInfoCon[source="none"] .title, .decEncInfoCon[enabled="false"] .title
{	  color: #aaaaaa; color: var(--disabled-grey-color);  }

[id^="encGlobal"] .decEncInfoCon[source="none"] .title{	  
	color: #aaaaaa;
	color: var(--disabled-grey-color);  
	font-size: 15px;
	font-weight: normal;
	left: 5px;
}

[id^="encGlobal"] .decEncInfoCon[source="none"] .icon{	  
	display: none;
}




.decEncInfoCon .field_src .mode{
	left: 28px;
	top: 5px;
	width: 120px;
	height: 20px;
	font-size: 15px;
	font-style: normal;
	line-height: 5px;
	color: #3c3c3c;
	color: var(--black-color);
}

.decEncInfoCon .field_src .title{
	left: 28px;
	top: 15px;
	font-weight: bold;
	font-size: 14px;
	width: 170px;
	overflow: hidden;
}


.decEncInfoCon[source="none"] .icon
{
	display: none;
}

.decEncInfoCon[source="none"] .title
{
	left: 5px;
}

.decEncInfoCon[source="none"] .mode
{
	left: 5px;
}


/*.decEncInfoCon .caption{
	position: relative;
	font-size: 9px;
	text-align: center;
	height: 10px;
	line-height: 9px;
	background-color: #C6D6F6;
	color: black;
	width: calc(100% - 7px);
	left: 7px;
	top: 0px;
	font-weight: bold;
	box-shadow: inset 0px 0px 3px 0px rgba(0, 94, 168, 0.7);
}*/
.decEncInfoCon.detailsActive .caption{
	background-color: #efefef;
	background-color: var(--light-grey-color);
}

#encGlobalLeft .field_src .title,
#encGlobalRight .field_src .title{
	top:-3px;
	display: flex;
	align-items: center;
	height: 34px;
}

.decEncInfoCon .field_src .desc{
	left: 2px;
	top: 35px;
	font-size: 10px;
	width: 197px;
	height: 28px;
	padding-left: 2px;
	background-color: white;
	overflow: hidden;
}



.decEncInfoCon .field_1 div.label.row_1, .decEncInfoCon .field_2 div.label.row_1 { top:   3px; }
.decEncInfoCon .field_1 div.label.row_1, .decEncInfoCon .field_2 div.label.row_1 { top:   3px; }

.decEncInfoCon .field_1 div:not(.label).row_1, .decEncInfoCon .field_2 div:not(.label).row_1 { top:   13px; }

.decEncInfoCon .field_1 div.label.row_2, .decEncInfoCon .field_2 div.label.row_2 { top:   28px; }
.decEncInfoCon .field_1 div.label.row_2, .decEncInfoCon .field_2 div.label.row_2 { top:   28px; }

.decEncInfoCon .field_1 div:not(.label).row_2, .decEncInfoCon .field_2 div:not(.label).row_2 { top:   38px; }

.decEncInfoCon .statusCon{
	width: 9px;
	height: 100%;
	top: 0%;
	left: 0;
	background-color: #aaaaaa;
	background-color: var(--disabled-grey-color);
}
.decEncInfoCon[status="unknown"] 		.statusCon{	background-color: #aaaaaa; background-color: var(--disabled-grey-color); }
.decEncInfoCon[status="good"] 		    .statusCon{	background-color: #23af8c; background-color: var(--green-color); }
.decEncInfoCon[status="bad"]		 	.statusCon{	background-color: #e61f38; background-color: var(--red-color); }
.decEncInfoCon[status="notice"] 		.statusCon{	background-color: #f3943e; background-color: var(--orange-color); }


.decEncInfoCon .field_2 .title{
	font-size: 12px;
  line-height: 6pt;
	height: 9px;
	width: 100%;
	font-weight: bold;
	left: 0px;
	top: 2px;
}

/*
.decEncGlobal:not([class^="detailSrc_"]) #decEncDetailCon{
	display: none;
}
*/

#decEncDetailCon {
/*	border-top: 2px solid #005ea8;
	border-bottom: 2px solid #005ea8;*/
	/*padding: 10px 0px 0px 0px;*/
	/*! box-shadow: inset 0px 17px 5px -20px rgba(0,94,168,1), inset 0px -21px 10px -20px rgba(0,94,168,1); */
	/* border-radius: 10px; */
	min-height: 26px;
	/*! background-color: #C6D6F6; */
}


#decoderDetails, #encoderDetails{
	height: auto;
	display: flex;
	flex-direction: column;
}
 
#muxDetailsInfoText {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-style:  italic;
	color: #585858;
	color: var(--dark-grey-color);
}

#decEncDetailCon{
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

#muxDetails .infoView > div,
#muxDetails .plDetails {
	margin-top: 10px;
}

/* OLD
.empty_log
{
	margin-top: 12px;
	margin-bottom: 8px;
	font-style: italic;
}

.log_table,
.file_table
{
	border-spacing: 0px;
	text-align: left;
	background-color: #FFFFFF !important;
	border: none !important;
}

.log_table th,
.file_table th
{
	border-bottom: 2px solid #999999;
	padding: 10px 4px 6px 4px;
	margin-top: 12px;
}

.log_table td,
.file_table td
{
	padding: 2px 4px;
	vertical-align: center;
}

.log_table td:nth-child(1)
{
	width:18%;
}

.log_table td:nth-child(2)
{
	width:12%;
}

.log_table tr:nth-child(even),
.file_table tr:nth-child(even)
{
	background: #E0E8F7;
}
*/

/* ######################################################## DTE SITE  ########################################################*/
.dte_data
{
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-weight: normal;
	height:131px;
	padding: 4px 4px 4px 5px;
	position: absolute;
	white-space:pre;
	width: 455px;
	left: 2px;
	z-index: 1000;
	line-height: 16px;
}

#mainRawDteDiv, #mainRawDteTitleDiv
{
    background: white none repeat scroll 0 0;
	border: 1px solid #bbb;
	height:135px;
	position: relative;
}

#mainRawDteTitleDiv
{
	height:16px;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 2px 0px 6px;
	border-bottom-style: dotted;
}

#mainRawDteDiv
{
	border-top-style: none;
}

#rightRawDteDiv, #rightRawDteTitleDiv
{
    background: #fcfcfc none repeat scroll 0 center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 127px;
	border-left: 1px dotted #bbb;
}

#rightRawDteTitleDiv
{
	height:16px;
    width: 121px;
	padding: 4px 0px 0px 6px;
}

/* Audio Channel Config*/ 
.audioChannelDesc{
	background-color: var(--light-grey-color);
	z-index: 10;
	padding-right: 10px;
}

.audioChannelLine, .audioChannelDescLine{
	position:absolute;
	height: 1px;
	background-color: #aaaaaa;
	width: 14px;
	left: 28px;
}
.audioChannelDescLine{
	width: calc(100% - 10px);
	left: 0px;

}