﻿/* ------------------------------------------------ */
/* Stylesheet für Versorgungsunterbrechungen Strom	*/
/* Stand: 14.07.2025, Holtmann, TFS18138						*/
/* ------------------------------------------------ */

/* äusssere Tabelle im Master Content Placeholder */
table.TblVSUIIMasterOuter {
	width: 100%;
	min-width: 100%;
}

table.vusTblMasterInner > tbody > tr > td {
	/* Navigations-Buttons unterhalb des Content Placeholders */
	width: 100%;
	min-width: 100%;
	vertical-align: middle;
}

.navigationCell {
	/* Zelle für das TreeView Element */
	width: 12%;
	vertical-align: top;
	padding-top: 5px;
}

.verticalSpacerCell {
	/* vertikal trennende Zelle zwischen TreeView und Content */
	width: 2%;
	min-width: 2%;
}

/* TreeView Komponenten */
.treeViewStrom {
	font-size: 10pt;
}

.tvStandard {
	font-size: 10pt;
}

.tvNavigation {
	font-size: 10pt;
	margin-bottom: 15px;
}

.tvSelectedNode {
	background-color: #ECECEC;
	border: 1px solid #888888;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	font-weight: 600;
}

hr.VSUIITreeView {
	/* Trennlinie zwischen 1. und 2. TreeView */
	border: solid 1px #dee0ec;
	width: 90%;
	text-align: left;
}

/* RadioButtonList Auswahl der Netznummern */
table.rdoBtnList input {
	width: 20px;
	display: block;
	float: left;
	margin-top: 6px;
}

table.rdoBtnList label {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}
