/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Form */
form { 
    width: 520px;
    padding-bottom: 0px;
    margin-top: 30px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Fieldset */
fieldset { 
    width:    720px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Label, Span */
label { 
    width: 178px; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Input */
input { 
    width: 100px;  
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* select */
select { 
    width: 105px;  
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Switch */
.switch {
    margin-left: -5px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ID-Spezifikation */
#idSimTimeLab{
    margin: 0px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Switch */
.switch {
    margin-left: -5px;
}
#idSimSensorLab1Up, #idSimSensorLab2Up, #idSimSensorLab3Up, #idSimSensorLab4Up, #idSimSensorLab5Up{
    font-size:7px;
    font-weight: bold;
    margin:2px;
    padding:0;
    width:  18px;
    height: 18px;
    cursor: pointer;
    border-radius: 3px;
    background: #dce2ef;
}
#idSimSensorLab1Dn, #idSimSensorLab2Dn, #idSimSensorLab3Dn, #idSimSensorLab4Dn, #idSimSensorLab5Dn{
    font-size:7px;
    font-weight: bold;
    margin:2px;
    padding:0;
    width:  18px;
    height: 18px;
    cursor: pointer;
    border-radius: 3px;
    background: #dce2ef;
}
#idSimSensorLab1Up:hover, #idSimSensorLab2Up:hover, #idSimSensorLab3Up:hover, #idSimSensorLab4Up:hover, #idSimSensorLab5Up:hover,
#idSimSensorLab1Dn:hover, #idSimSensorLab2Dn:hover, #idSimSensorLab3Dn:hover, #idSimSensorLab4Dn:hover, #idSimSensorLab5Dn:hover{
    background:#6791CC;
}
#idSimSensorLab1Up[disabled], #idSimSensorLab2Up[disabled], #idSimSensorLab3Up[disabled], #idSimSensorLab4Up[disabled], #idSimSensorLab5Up[disabled],
#idSimSensorLab1Dn[disabled], #idSimSensorLab2Dn[disabled], #idSimSensorLab3Dn[disabled], #idSimSensorLab4Dn[disabled], #idSimSensorLab5Dn[disabled]{
    cursor: default;
    background:#efefef;
    color: lightgrey;
}
#idSimSensorLab1Up{
    margin-left: 22px;
}
#idSimSensorLab4Up, #idSimSensorLab4Dn{
    margin-left: 15px;
}
#idSimSensorLab1Up, #idSimSensorLab1Dn{
    margin-left: 245px;
}
#idSimSensorLab{
    width: 140px;
    height: 30px;
    
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 8px;
    font-family: monospace;
}
#idSimSensorXT{
    width: 50px;
    height: 30px;
    margin-left: -70px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 8px;
    font-family: monospace;  
    text-align: center;
}
#idSimSensorLabMM{
    margin-top: 10px;
}
#idIdxTabSenHad0, #idIdxTabRelHad0{
	vertical-align: middle;
        text-align: center;
}
#idIdxTabSenHadx_x, #idIdxTabRelHadx_x{
	border-bottom: 0px solid #ddd;
}
#idIdxTabSenHad2_0, #idIdxTabSenHad2_1, #idIdxTabSenHad2_2, #idIdxTabSenHad2_3, #idIdxTabSenHad2_4, #idIdxTabSenHad2_5{
	background-color: white;
	font-weight: bold;
	text-align: center;
}
#idIdxTabRelHad2_0, #idIdxTabRelHad2_1, #idIdxTabRelHad2_2, #idIdxTabRelHad2_3, #idIdxTabRelHad2_4, #idIdxTabRelHad2_5, #idIdxTabRelHad2_6{
	background-color: white;
	font-weight: bold;
	text-align: center;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Table */
.rg-container {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.7em 0em;
	color: #222;
}
.rg-header {
	margin-bottom: 1em;
	text-align: left;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: normal;
}
table.rg-table {
	width: 100%;
        max-width: 800px;
	margin-bottom: 0.5em;
        margin-left: 0.85em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 3px solid #ddd;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
        padding-right: 2em;
	font-size: 0.85em;
}
table.rg-table td {
	padding:        0.3em;
        padding-top:    0.1em;
        padding-bottom: 0.1em;
	font-size: 0.8em;
}
table.rg-table .highlight td {
	font-weight: normal;
}
table.rg-table th.number, td.number {
	text-align: right;
}
tr.hide{
    display: none;
}
tr.trempty{
    height: 40px;
}
td.tdempty{
    visibility: hidden;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Switch */
.tab-switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 18px;
    padding: 3px;
    background-color: transparent;
    border-radius: 12px;
    cursor: pointer;
    margin: 0px;
    margin-left: 10px;
}
    
.tab-switch-input {
    position: absolute;
    width: 50px;
}
.tab-switch-input:focus ~ .tab-switch-handle {
    box-shadow: 0 0 4px 1px #469DF6, 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.tab-switch-group {
    display: inline-block;
    width: 100%;
}
.tab-switch.no-label  {
    width: 50px;
}
.tab-switch.no-label > .tab-switch-input:checked ~ .tab-switch-handle {
    left: 30px;
}
.tab-switch.no-label > .tab-switch-trough {
    font-size: 0;
}
.tab-switch-trough {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #dce2ef; /*#eceeef;*/
    border-radius: inherit;

    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.tab-switch-trough:before, .tab-switch-trough:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.tab-switch-trough:before {
    content: attr(data-off);
    right: 8px;
    color: #7999C6;
}
.tab-switch-trough:after {
    content: attr(data-on);
    left: 8px;
    color: white;
    opacity: 0;
}
.tab-switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.tab-switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.tab-switch-input:checked ~ .tab-switch-trough {
    background: #7999C6;
}
.tab-switch-input:checked ~ .tab-switch-trough:before {
    opacity: 0;
}
.tab-switch-input:checked ~ .tab-switch-trough:after {
    opacity: 1;
}
.tab-switch-input:checked ~ .tab-switch-handle {
    left: 35px;
}
.tab-switch-input:disabled ~ .tab-switch-trough{
    background: #f2f2f2;
    pointer-events: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ID-Spezifikation */
#idSimTimeLab{
    margin: 0px;
}
#idSimCloseBtn{
    width: 180px;
    margin: 2px;
    margin-top: 15px;
    margin-left: 20px;
    color: white;
    font-weight: normal;
}
#idSimHead{
    height: 140px;
}
#idSimLockAlarmRstBtn{
    width: 105px;
    margin: 2px;
    margin-left: 0px;
    color: white;
    font-weight: normal;
}
.cIdxTabSen0, #idSimStwMHad0{
    width: 75px;
    vertical-align: middle;
    text-align: center;
    height: 35px;
}
.cIdxTabRel0{
    width: 75px;
    vertical-align: middle;
    text-align: center;
    height: 35px;
}
.cSimTabSenBtn{
    font-weight: normal;
    font-size: 18px;
    width: 50px; 
    height:24px;
    vertical-align: middle;
    text-align: center;
    color: #6791CC;
    background: #dce2ef;
}
.cSimTabSenBtn:hover{
    color: white;
}
.cSimTabSenBtnX{
    font-weight: normal;
    font-size: 18px;
    width: 50px; 
    height:24px;
    vertical-align: middle;
    text-align: center;
    color: white;
    background: darkgreen;
}