.first_hidden {
    display: none;
}

body {
    margin: 0px;
    background-color: #EEE;
    width: 100%;
}

.header {
    color: white;
    background-color: black;
    font-weight: bold;
}

table.mytable {
    border: 2px solid black;
    border-collapse: collapse;
    border-spacing: 0px;
    /*	border-radius: 5px;*/
    text-align: center;
    margin: 2px;
}

.mytable td {
    border: 1px solid gray;
}

.datarow_a {
    background-color: #ececff;
}

.datarow_b {
    background-color: #ecffec;
}

.datarow_disabled {
    background-color: #808080;
}

.datarow_noreply {
    background-color: #fff39d;
}


.graph_legend {
    width: 100%;
}

.graph_legend table {
    /*	width: 100%;*/
    border: none;
}

.legend_field {
    margin-right: 1em;
    white-space: nowrap;
}

.legend_marker {
    width: 1em;
    display: inline-block;
    border: 1px solid black;
    border-radius: 10px;
    margin-right: 0.2em;
}

.graph_place {
    background-color: white;
    border: 1px solid black;
}

.graph_place.giant {
    height: 950px;
}


.graph_place.big {
    height: 550px;
}

.graph_place.middle {
    height: 300px;
}

.graph_place.small {
    height: 180px;
}

#box_new_data {
    height: 1em;
    width: 1em;
    display: inline-block;
    vertical-align: text-bottom;
}

#sel_unit {
    min-width: 20em;
}

#sel_unit .olddata {
    color: red;
}

#menubar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    background-color: beige;
    border: 1px solid black;
    margin: 2px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.menublock {
    white-space: nowrap;
}

#txt_state {
    min-width: 13em;
    display: inline-block;
    text-align: center;
}

.legendtxt {
    font-size: smaller;
    color: black;
    font-weight: bold;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.exp_setsel_btn {
    display: block;
    width: 100%;
    margin: 2px;
}


.tr_user.selected {
    background: lightgreen;
}

#pass_text {
    text-align: left;
}

#modal_dialogs {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: white;
}

.dialog_box {
    border: 2px solid black;
    border-radius: 10px;
    padding: 4px;
    max-width: 40em;
    text-align: center;
    position: fixed;
}

.dialog_box div {
    margin: 8px;
}

.dialogbtn {
    min-height: 3em;
    /*	border-radius: 10px;*/
    font-weight: bold;
    border: 1px solid black;
}

.dialogbtn.positive {
    background-color: blue;
    color: #fbff00;
}

.dialogbtn.wide {
    width: calc(100% - 16px);
    margin: 8px;
}

#dia_cookies_next {
    font-weight: bold;
}

.ur_field {
    border: 1px solid gray;
    margin: 1px;
    font-size: small;
}

.ur_field.active {
    background: green;
}

.ur_field:not(.active) {
    background: red;
    text-decoration: line-through;
}

.user_unit {
    /*border: 1px solid green;*/
    margin-right: 5px;
    display: inline-block;
    min-width: 5em;
}

.user_unit_setall {
    min-width: 80px;
}

.user_unit_list_el {
    margin-right: 5px;
    display: inline-block;
}

#experimental_activate {
    float: right;
}

#experimental_block {
    background-color: red;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 6;
}

#experimental_activate {
	float: right;
}

#experimental_block {
	background-color: red;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 6;
}
#experimental_block.blink {
	background-color: #ff9b00;
}

.experimental {
	display: none;
}

#graph_tooltip {
	border: 1px solid black;
	border-radius: 3px;
	background: lavender;
	/*display: inline-block;*/
	padding: 2px;
	position: absolute;
	opacity: 0.85;
	display: none;
	z-index: 1000;
	font-size: small;
}
#graph_tooltip_value {
	font-weight: bold;
}

#graph_tooltip .value {
	/*font-size: large;*/
/*	font-weight: bold;*/
}

#graph_tooltip .label {
  /*min-width: 70px;*/
  display: inline-block;
}

#graph_tooltip_title {
    /*min-width: 250px;*/
    display: inline-block;
}