input[type="text"].big{
	font-size: 13pt;
	font-weight: bold;
	height: 26px;
	padding: 1px 4px;
}
input[type="text"].big.propFont{
	font-size: 14pt;
}



#rdsEncGlobalCon div.B2:not([loaded="true"]){
	min-height: 580px;
}

div.rdsEncTabCon .ui-tabs ul.scrollTabs li.sortableElement a{
	height: 100%;
	width: 100%;
	padding-right: 18px;
	box-sizing: border-box;
}

div.rdsEncTabCon ul.scrollTabs li.sortableElement div.btnDelete{
	position: absolute;
	right: 4px;
	top: 9px;
	width: 7px;
	height: 8px;
	background-position: -85px -133px;
	background-image: url(/cwi/css/ui/images/ui-icons_aaaaaa_256x240.png);
}

div.rdsEncTabCon ul.scrollTabs li.sortableElement div.btnDelete:hover{
	background-image:url(/cwi/css/ui/images/ui-icons_e61f38_256x240.png);
	cursor: pointer;
}


div#rdsEncDsnTabCon li.activeDsn div.rdsEncDsnIconCon div{
	color: #23af8c;
	font-weight: bold;
} 

div.rtSort:hover{
	cursor: n-resize;
}


.vm-showChanges .ui-tabs .ui-tabs-nav li.changedElements a,
.vm-showChanges.ui-tabs .ui-tabs-nav li.changedElements a,
.vm-showChanges div.changedElements{
	color: #1e9476;
}
.ui-tabs .ui-tabs-nav li.invalidElements a{
	color: #e61f38 !important;
}

div.rdsEncDsnIconCon{
	float: left;
	width: 20px;
	font-size: 11px;
	position: relative;
	top: 4px;
	padding-right: 5px;
	color:#585858;
}

div.rdsEncDsnIconCon div.dsn{
	height: 9px;
	line-height: 10px;
	text-align: center;
	letter-spacing: -0.05em;
	font-size: 11px;
}

div.rdsEncDsnIconCon div.number{
	height: 10px;
	line-height: 10px;
	text-align: center;
	font-size: 10px;
}



div#deviceNameCon table [id*='messageLine']{
	font-size:12px;
	color:#f3943e;
	height: 15px;
	float: left;
	width: 100%;
	color:var(--orange-color);
}
div#deviceNameCon table #messageLine1
{
	margin-top: 6px;
}

/* #content input[type="checkbox"]{

	opacity: 100 !important;
} */


/* ######################################################## DTE SITE  ########################################################*/
.dte_data
{
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 9pt;
	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: 9pt;
	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;
}



/* ######################################################## UELP LOG ########################################################*/
.uecpLogSubTable th{
	font-size: 8pt;
	/* font-weight: normal; */
	/* font-style: italic; */
}
.uecpLogSubTable th{
	line-height: 9px !important;
	height: 15px;
	
}
.uecpLogSubTable tr{
	height: 15px !important;
}
.uecpLogSubTable td{
	line-height: 9px !important;
	height: 15px;
}
.uecpLogSubTable th, .uecpLogSubTable td{
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px dotted #bbb;
}
.uecpLogSubTable td{
	/* padding-left: 2px; */
}
.uecpLogSubTable th:last-child{
	width: auto !important;
}

#uecpLogTabulator .tabulator-row .tabulator-cell{
	line-height: 26px; /*Sorgt für die Zentrierung der Texte innerhalb der Zelle*/
}

.readOnly{
	background: white;
	padding: 2px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	min-height: 20px;
}



.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
  }
  /* input {
	border: 1px solid transparent;
	background-color: #f1f1f1;
	padding: 10px;
	font-size: 16px;
  }
  input[type=text] {
	background-color: #f1f1f1;
	width: 100%;
  }
  input[type=submit] {
	background-color: DodgerBlue;
	color: #fff;
  } */
  .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	font-weight: normal;
	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: 5px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
  }
  .autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
  }
  .autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
  }