/*
body {
	margin: 0;
}

#app:not(#content), input, textarea, select, button, #cover_error, #cover_success {
    font-size: 14pt;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    color: #222;
    margin: 0;
    box-sizing: border-box;
	font-kerning: normal;
}

#apptitle {
	font-size: 2em;
    padding: 0 0.7em;
}

#apptitle::after {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

::placeholder {
	color: grey;
}

#app {
	z-index: 1;
}

#content_wrapper a {
    color:#f90!important;
    font-family: "Times New Roman", Times, serif;
    font-size: 14pt;
    font-style: normal!important;
    text-decoration:none;   
    
}

#content_wrapper i {
    font-style: normal!important;       
    
}

#content_wrapper a:hover {
    color:#c60!important;
    text-decoration:underline;   
    
}

#main {
    display: block;
}

#topmenu {
	background-color: #f90;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: flex;
	height: 3.2em;
    align-items: center;
    justify-content: space-between;
    padding: auto 1em auto 0;
}

#user {
	line-height: 2em;
    background-color: #f7f7f7;
    padding: .2em;
    text-align: right;
    border: 1px solid #ddd;
}

#useractions {
	display: none;
    color: black;
    position: absolute;
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 20;
}

#useractions>a {
	color: black;
    text-decoration: none;
    display: block;
    background-color: #f7f7f7;
    padding: .3em;
    line-height: 2em;
    white-space: nowrap
}

#useractions>a:hover {
    background-color: #eee;
    text-decoration: underline;
}

button {
	padding: .5em;
}
*/
body {
	overflow: hidden;
}

header {
	background-color: #FC861D;
}

footer a {
	color: #FC861D !important;
}

#main {
    overflow-y: scroll;
	overflow-x: auto;
}

#useractions {
	display: none;
}

#usercontext {
    display: block;
}

#usercontext:hover #useractions {
    display: table;
}

#cover_error {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}

#cover_success {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}

#error {
	position: absolute;
	right: 0;
	text-align: center;
	padding: .9em;
	background-color: lightpink;
	width: fit-content;
}

#errortext {
	line-height: 1.5em;
	color: darkred;
}

#success {
	position: absolute;
	right: 0;
	text-align: center;
	padding: .9em;
	background-color: palegreen;
	width: fit-content;
}

#successtext {
	line-height: 1.5em;
	color: darkgreen;
}

.ui-tooltip {
	box-shadow: none !important;
}
