﻿/* -----------------------------------------------------------------	*/
/* Stylesheet für Versorgungsunterbrechungen Gas	*/
/* Stand: 05.03.2026, Holtmann, TFS18558				*/
/* -----------------------------------------------------------------	*/

/* TreeView */
.vugTreeView {
	vertical-align: top;
	width: 18%;
	min-width: 18%;
}

.vugTreeViewContentSpacer {
	width: 6px;
}

.vugTreeViewNaviSpacer {
	height: 5px;
}

/* äussere Tabelle im Master Content Placeholder */
table.vugTblMasterOuter {
	width: 100%;
	min-width: 100%;
}

/* Navigations-Buttons unterhalb des Content Placeholders */
table.vugTblMasterInner > tbody > tr > td {
	width: 100%;
	min-width: 100%;
	vertical-align: middle;
}

/* GridView */
.vugGridView {
	margin-top:0px;
	vertical-align:top;
}

/* GridView Command Field */
.vugGridViewCommandField {
	text-align: center;
	height: 20px;
	width: 170px
}

.vugGridViewCommandField :hover {
	font-weight:bolder;
}

/* GridView Kopf */
.vugGridViewHeader {
	background-color: #004874;
	font: bold;
	color: white !important;
}

.vugGridViewHeader a {
	background-color: #004874;
	font:bold;
	color: white !important;
}

/* GridView selektierte Zeile */
.vugGridViewSelectedRow {
	background-color:#E2DED6;
	font:bold;
	color:#333333;
}

/* GridView Standard Zeile nicht markiert */
.vugGridViewRow {
	background-color:#F7F6F3;
	color:#333333;
}

/* GridView Standard Zeile nicht markiert, alternierend */
.vugGridViewAlternatingRow {
	background-color:white;
	color:#004874;
}

/* GridView Zeile, editieren */
.vugGridViewEditRow {
	background-color:#999999;
}

/* GridView Pager */
.vugGridViewPager {
	font-weight: bold;
	background-color: #004874;
	font-stretch: extra-expanded;
	color: white;
	text-align: center;
}

.vugGridViewPager a {
	font-weight: bold;
	font-stretch: extra-expanded;
	color: white !important;
}

.vugGridViewPager a:hover {
	font-weight: bold;
	font-size: larger;
	font-stretch: extra-expanded;
	color: #EE7F00 !important;
}

/* GridView Item */
.vugGridViewItem {
	text-align:center;
	vertical-align:middle;
}

/* GridView Footer */
.vugGridViewFooter {
	background-color: #004874;
	font: bold;
	color: white;
	font-size: 32px;
}

.vugHash {
	border: double 1px solid navy;
}

/* Spacer für Tabellen */
.vugSpacer1 {
	height: 20px;
	min-height: 20px;
	background-color: #FEFEFE;
}

/* Spacer für Textboxen */
.vugSpacer2 {
	margin-left:100px;
}

/* Page 12-2 */
.vugBericht > tbody > tr > th {
	width: 100%;
	min-width: 100%;
	vertical-align: top;
	text-align: left;
}

.vugBericht > tbody > tr > td.td_links {
	width: 55%;
	min-width: 55%;
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}

.vugBericht > tbody > tr > td.td_rechts {
	width: 45%;
	min-width: 45%;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}

/* FOOTER */
.vugFooter {
	position:fixed;
	top:165px;
	left:8px;
	font-size:8px;
	color:#EAEAEA;
}

/* Sonstige */

/* RadioButtonList Auswahl der Netznummern */
.vugRdoBtnList input {
	width: 20px;
	display: block;
	float: left;
	margin-top: 6px;
}

.vugRdoBtnList input:checked + label {
	background-color: #EEEEEE;
}

.vugRdoBtnList label {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}

.vugRdoBtnList label:active {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}

.vugRdoBtnList label:hover {
	background-color: #DDDDDD;
	font-stretch: wider;
	font-kerning: auto;
	border: 1px solid black;
	border-radius: 3px;
	letter-spacing: 0.075em;
}

.vugSmaller {
	font-size: smaller;
}
