/* .statistic_container */

.statistic_container_table_header_row {
	background-color: saddlebrown;
	padding-left: 10px;
}
.statistic_container_table_header_row:hover {
	background-color: saddlebrown;
	padding-left: 10px;
}

.statistic_container_div_table {
	width: 50px;
}

.statistic_container_menubutton {
	position: absolute;
	width: 45px;
	color: black;
	box-shadow: none;
	font-weight: 900;
	margin-top: -4px;
    margin-left: -4px;
}

.statistic_checkbox_outside_temp {
	height: 24px;
    width: 51px;
    margin: 0;
    padding: 0;
    min-width: 19px;
}

.statistic_label_outside_temp {
    font-weight: bold;
    font-size: 21px;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    padding: 6px;
    border-radius: 8px;
}

.statistic_meassure_options {
	background: rgba(255,255,255,0.7);
    padding: 16px 3px 14px 4px;
	margin-top: 10px;
}

.statistic_delta_container {
    padding: 5px;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.7);
}

.statistic_delta_label {
	display: flex;
	margin-bottom: 5px;
}

.statistic_delta_number {
	font-weight: bold;
    right: 40px;
    position: absolute;
}
.statistic_delta_warning {
	color: red;
}

.statistic_edit_popup_delete {
	background: rgba(255,0,0,0.5);
    margin: 10px;
    border-radius: 10px;
}
.statistic_edit_popup_content {
	display: inline-grid;
    overflow: scroll;
    position: relative;
    height: 77%;
    border: solid 1px black;
	width: 100%;
	overflow-x: hidden;
}