body {
	font-size: 80%;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

.sum-table th, .sum-table td {
	text-align: center;
}

.sum-table td {
	white-space: nowrap;
}

.row-dummy-table {
	border-bottom: 2px solid black;
}

.column-dummy-table {
	border-right: 2px solid black;
}

.my-table-responsive {
	margin: auto;
	overflow-x: scroll;
	overflow-y: scroll;
	position: relative;
}

.dummy-table tr th, .dummy-table tr td {
	color: #000;
	background-color: #eee;
}

.row-dummy-table {
	z-index: 2;
}

.column-dummy-table {
	z-index: 1;
}

.view-table-context-menu {
	padding: 10px 5px;
	border: 2px solid black;
	font-weight: bold;
	color: black;
	background-color: white;
}

pre {
	tab-size: 4;
	white-space: pre-wrap;
}

#overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: gray;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	text-align: center;
}

#overlay > div {
	display: block;
	background-color: #fff;
	border: 2px solid black;
	z-index: 1000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.calculation_var_name_description {
	font-weight: bold;
}

.calculation_var_name_wrapper {
	display: inline-block;
	margin-bottom: 0.75em;
}
