html {
    background: linear-gradient( 45deg , #eee, white);
	min-height: 100% ;
}

input {
	border-width: 1px;
}

input:disabled {
	background-color: #aaa;
}

.PlaceHolder {
	position: relative;
}

table {
    border-collapse: collapse;
}

td, th {
    /* border: solid #cccccc 1px; */
    padding: .25em;
    vertical-align: top;
    text-align: left;
}
td.ContainsTable {
    padding: 0;
}

.ContainsTable > table{
    width: 100%;
}

.ContainsTable > table * tr{
}

.ContainsTable > table * tr td:first-child{
    border-left: none;
}
.ContainsTable > table * tr:first-child td{
    border-top: none;
}

.ContainsTable > table * tr td:last-child{
    border-right: none;
}
.ContainsTable > table * tr:last-child td{
    border-bottom: none;
}

.Flexbreak {
    flex-basis: 100%;
}

#hdrContainer {
    position: fixed;
    background-color: rgba(255,255,255, 0.8);
    width: 100%;
	z-index: 1;
}

#hdrTopImageContainer {
    position: relative;
    height: 60px;
    max-width: 33%;
    display: inline-block;
}

#hdrTopImage {
    height: 60px;
    max-width: 100%;
}

#hdrTopTitleContainer {
    padding-left: .5rem;
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    color: #640A00;
    font-size: 24px;
}

#hdrSpace {
    height: 120px	;
}

#dialog {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0, 0.7);
    height: 100%;
    display: none;
}

#dialogBox {
    position:relative;
    top: 50%;
    left: 50%;
    width: 50%;
    margin-left: -50%;
    margin-top:-50%;
    background-color: rgba(0,0,0, 0.7);
    height: 50%;
}

#_body {
    xpadding: .5em;
	position: relative;
}

#_info {
    padding: .5em;
}

.Explain {
    position: relative;
}

#explainBox {
    position: absolute;
    left: 1.5em;
    bottom: 1.5em;
    padding: .5em;
    border: solid grey 1px;
    background-color: rgba(100,10,10, 0.8);
    color: white;
    white-space: nowrap;
    font-size: 90%;
    display: none;
}

#pageExplain {
    padding: .5em;
    border: solid black 1px;
    background-color: rgba(100,10,1,.33);
    margin-bottom: 1em;
}

/* --------------------------------------------------------------------------------------- Common */

.Left {
    text-align: left;
}
.Center {
    text-align: center;
}
.Right {
    text-align: right
}

.Middle {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.W100 {
    width: 100%;
}

.Nowrap{
    white-space: nowrap;
}

.Toggle {
    display: none;
}

.Noborder {
    border: none;
}

.ActionIcon {
    width: 1.25rem;
    height: 1.25rem;
	border: solid black 1px;
	border-radius: .25em;
	padding: calc(.125em - 1px);
	background-color: #eee;
}

.ActionButton {
	background-color: #fff;
	border-radius: .25rem;
	border: solid black 1px;
	padding: .25rem;
	vertical-align: middle;
    height: calc(1.5rem - 2px);
    width: calc(1.5rem - 2px);
}

.Ita, .Ger {
    margin: 10px 0;
}
.Ita.Disabled > button {
    background-color: #cccccc;
    color: #888888;
}

.Ita.Selected > button {
    background-color: #ff8888;
    color: black;
}

.CenteredChild {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Popup {
	font-family: monospace;
	font-size: .875rem;
	left: 50%;
	text-align: left;
    background-color: #444444;
    border-radius: 5px;
    top: calc(100% - 5px);
    color:white;
    display: none;
    padding: 3px;
    position: absolute;
    white-space: nowrap;
    z-index: 99999;
}

.Popup.ToLeft {
	left: auto;
	right: 25%;
	background-color: #440;
}

.Popup.ToBottom {
	bottom: auto;
    top: calc(100% - 2px);
}

.PopupItaGer {
	position: relative;
}

.Popup  table {
	color: white;
	font-size: .75rem;
}

.PopupGerTop {
	color: #ccffcc;
	border-bottom: dotted #cccccc 1px;
}

.PopupTopItaType {
	color: ffc;
}

.PopupGerTable {
	font-weight: bold;
	color: #ffffaa;
	white-space: nowrap;
}

.PopupGerActions {
	border-top: solid #cccccc 1px;
	font-weight: bold;
	margin-top: 3px;
	padding-top: 3px;
	white-space: nowrap;
}


.Popup td {
	border: none;
	padding: 2px 2px 2px 0px;
}

.Popup a {
	color: #eeffee;
	font-size: 125%;
}

.PopupContext {
	background-color: gold;
	color:black;
	border-radius:.5em;
	display:inline;
	padding:3px;
}
.PopupContext::after {
	content: ' ';
}

.PopupItaGer table {
	margin: 3px;
}
.PopupItaGer td {
	padding: 1px 3px;
}

.Stressed {
	font-weight: bolder;
	text-decoration: underline;
	color:red;
}

italic {
	font-weight: bolder;
	text-decoration: underline;
	/* color: yellow; */
}

.FloatContainer {
	padding: 0;
	display: flex;
}

.FloatElement {
	float: left;
	padding: 3px;
	min-width: 250px;
}

button.Selected {
	background-color: #ccffcc;
}

.Grid2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.Grid3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;

}

@media only screen and (max-width: 1200px) {
	.Grid3 {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 600px) {
	.Grid2 {
		grid-template-columns: 1fr;
	}
	.Grid3 {
		grid-template-columns: 1fr;
	}
}

.Grid31 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;

}

@media only screen and (max-width: 800px) {
	.Grid31 {
		grid-template-columns: 1fr;
	}
}

.Icon24 {
	width: 24px;
	height: 24px;
}
.Icon16 {
	width: 16px;
	height: 16px;
}

.Action {
	padding: 2px;
	background-color: white;
	border: solid black 1px;
	margin: 1px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative
}
/*
.Action:first-child:before {
	content: '';
}
*/

.Stamp {
    align-items: center;
	background-color: grey;
    background-size: contain;
    border-radius: 50%;
    border: 0px;
    display: inline-grid;
    font-weight: bold;
    justify-content: center;
}

.StampContent {
}

.WindowBottomRight {
    position: fixed;
    right: 0;
    bottom: 0px;
    background-color: #ddd;
	font-size: 115%;
	padding: 3px;
	border: solid black 1px;
}

.Block {
	background-color : rgba(0,0,0,.20);
	border : solid #eee 1px;
	color: white;
}

.BlockHeader {
    text-align: center;
    padding: .5em;
    background-color: black;
    font-weight: bold;
	border-bottom: solid #eee 1px;
}

.BlockText {
    padding: .5em;
}

.BlockContainer {
	border-bottom: solid #eee 1px;
    padding: 5px;
	position: relative;
}

.Block4Charts {
	padding: 0 !important;
}

.Middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.DizAnchor {
	color: white;
}

stress {
	color: red;
	text-decoration: underline;
}

.Overlay {
	background-color: rgba(64,64,64,.8);
	display: flex;
	justify-content:center;
	align-items:center;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.OverlayInner{
	background-color: white;
	border: solid black 2px;
}
.OverlayTitle {
	font-weight: bold;
	border-bottom: solid black 1px;
	background-color: orange;
	padding: 5px;
	width: 100%;
}

.OverlayClose {
	background-color: black;
	padding:5px;
	border:solid black 1px;
	color:white;
	font-weight:bold;
}

.OverlayContent{
	padding: 5px;
	column-span: 2
}