@import 'rotis.css';

* {
	font-family: RotisSansSerif;
}

html {
  overflow-y: scroll;			/* alway show scrollbars */
}


a, a:visited {
    color: black;
}
a:hover {
    color: red;
}

input {
	box-sizing: border-box;
}


/*
 *  table settings
 */

.gtable {
	border-spacing: 0px 0px;
	margin: 10pt 0 10pt 0;
	width : 100%;
	border: 1px solid Grey;
	border-collapse: collapse;}

thead th, thead td {
	padding: 5px;
	text-align: left;
	background-color: LightGrey;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */

}

.gtable thead td, .gtable thead th {
	border-color: Grey;
	border-style: solid;
	border-width: 1px 1px;
}

.gtable thead {
	border-color: Grey;
	border-style: solid;
	border-width: 0px 0px 1px;
}

.gtable thead th[data-sort]:hover {
	background-color: Grey;
	cursor: pointer;
}

.gtable tbody tr:nth-child(even) {
	background-color: #EEE;
}


.gtable tbody tr.selectable:hover {
	background-color: LightGrey;
	cursor: pointer;
}

.gtable td {
	font-size: 90%;
	padding : 5pt;
}

.gtable input {
	width: 100%;
	border: 0px solid transparent;
	margin: 1px;
	min-width: 20px;
}

.gtable .container {
	display: table;
}

.gtable .container > * {
	display: table-cell;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

.gtable .container > .arrow {
	visibility: hidden;
}

.gtable .container > .active {
	visibility: visible !important;
}

.gtable .container > .permanent {
	visibility: visible !important;
}

/*
 * general buttons and links
 */

a.button {
	background-color: LightGrey;
	min-width: 100pt;
	padding: 5pt 0pt;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a.button:hover {
	background-color: Grey;
}

button {
	border: 0px;
	cursor: pointer;
	background-color: lightgrey;
	min-width: 100pt;
	padding: 5pt;
	display: inline-block;
	font-size: inherit;
}

button:hover {
	background-color: Grey;
}

.error {
	color: red;
	border: 1px solid red;
	padding: 20pt 0pt;
	margin: 20pt 0pt;
	text-align: center;
}

.error:empty {
	display: none;
}

/*
 * page header buttons and elements
 */

div.header {
	width: 100%;
	display: table;
	margin: 0pt 0pt 20pt 0pt;
	border-bottom: 1px solid lightgrey;
}

div.header .logo img {
	vertical-align: bottom;
	padding: 10pt 20pt 10pt 20pt;
	width: 300px;
}

div.header .logo span {
	display: inline-block;
	vertical-align: bottom;
	margin: 0pt 0pt 10pt 0pt;
}

div.header .navigation {
	display: table-cell;
	vertical-align: bottom;
}

a.button.header {
	float:right;
	background-color: transparent;
	line-height: 30pt;
	font-weight: bold;
	border-bottom: 3pt solid white;
}

a.button.header:hover {
	background-color: lightgrey;
	border-bottom: 3pt solid lightgrey;
}

a.button.header.active {
	border-bottom: 3pt solid black;
}

div.content {
	padding: 10pt 10pt 50pt 10pt;
}

div.footer {
	text-align: center;
	border-top: 1px solid lightgrey;
	padding: 5pt 0pt;
	position:absolute;
    bottom: 0;
    width: 100%;
}

div.footer a.link {
	margin: 0pt 10pt;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	position:relative;
	margin: 0 auto;
}

/*
 * formular tables
 */

table.formular {
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}



table.formular input,
table.formular button,
table.formular a {
	width: 100%;
}

div.cookies {
	text-align: center;
	padding: 10pt;
	background: #004289;
	color: white;
}

div.cookies  a {
	color: white;
}

div.cookies  button {
	margin: 0px 20px;
	background: white;
	color: #004289;
}
