/*	z-indices:

	spin.js:		900
	modaldbox.css:	800
	tooltip:		700
	header:			600
	footer:			400
*/


*
	{
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 1px;
	box-sizing: border-box;
	cursor: default;
	}

/*
::-ms-clear, ::-ms-reveal
	{
	display: none;
	width: 0;
	height: 0;
	}
*/

html
	{
/*	font-size: 115%; */
	-webkit-user-select: none;
	}

pre
	{
	color: #840084;
	white-space: pre-wrap;
	font-family: fixedsys,monospace,courier;
	margin-left: 1em;
	margin-top: 1em;
	}

body
	{
	min-width: 19rem;
	background-color: #f0f0f0;
	font-family: Agenda-Light, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	overscroll-behavior-y: contain;
	}

[medit], [mcheck], [mcheck] *,
.sitename > div > img, .button, .node div, #go_up img
	{
	cursor: pointer;
	}

.edit
	{
	width: 100%;
	font-size: 100%;
	}

.node
	{
	position: relative;
	display: inline-table;
	margin: 0.4em;
	width: 19em;
	color: #444;
	border: 1px ridge #1e5799;
	border-radius: 0px 0px 0.4em 0.4em;
	background: linear-gradient(45deg,  rgba(30,87,153,0.4) 0%,rgba(125,185,232,0) 100%);
	}

.node .namnrad
	{
	font-size: 80%;
	width: 100%;
	white-space: pre;
	overflow: hidden;
	background: #1e5799;
	color: #fff;
	}

.node.folder .namnrad
	{
	font-size: 100%;
/*	background: #79573e;
*/	background: #009b4f;
	}

.node .namnrad .namn
	{
	padding-left: 0.3rem;
	width: 18.5rem;
	white-space: pre;
	overflow: hidden;
	margin-right: 0.2rem;
	}


a:link, a:visited, a:hover, a:active
	{
	text-decoration: none;
	}

.button
	{
	font-size: 100%;
	background: #3e9cbf;
	padding: 0.1em 0.3em 0.1em;
	border: 1px solid #3e9cbf;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
	box-shadow: inset 0px 1px 0px #3e9cbf, 0px 0.1em 0px 0px #205c73, 0px 0.1em 0.05em #999;
	border-radius: 0.2em;
	}

.button:hover, .button:focus
	{
	color: #dfe7ea;
	box-shadow: inset 0px 1px 0px #3e9cbf, 0px 0.2em 1px 0px #205c73, 0px 1px 0.2em #999;
	}

.button[disabled]
	{
	padding: 0px 6px 0px 6px;
	border: 2px outset ButtonFace;
	color: GrayText;
	background: #6eacdf;
	}

.header
	{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 600;
	height: 2.8rem;
	background-color: #1e5799;
	box-shadow: 0px 0.4em 0.4em 0px rgba(50, 50, 50, 0.6);
	font-size: 80%;
	}

.sitename
	{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-right: 1em;
	height: 2.8rem;	/* Om bilden img nedan skulle vara för stor. */
	}

.sitename > div > img
	{
	z-index: 30;
	position: relative;
	height: 100%;
	}

#go_up
	{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding-right: 0.7em;
	opacity: 0.4;
	}

#path_cont
	{
	position: relative;
	display: table-cell;
	padding-top: 15px;
	vertical-align: middle;
	width: 15em;
	}

#path
	{
	white-space: nowrap;
	color: white;
	font-size: 150%;
	font-weight: bold;
	}

#filtertext
	{
	cursor: auto;
	z-index: 25;
	position: relative;
	width: 10em;
	font-size: 90%;
	background-color: #faebd7;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border: 1px solid #DCA;
	border-radius: 4px;
	}

#filter_qmark
	{
	z-index: 30;
	position: absolute;
	top: 1.3em;
	right: 1em;
	border: 0;
	}

#antal
	{
	display: none;
	white-space: pre;
	color: #afd7da;
	font-size: 83%;
	position: absolute;
	bottom: 0.1rem;
	}

#status
	{
	white-space: pre;
	color: peru;
	font-size: 90%;
	position: absolute;
	bottom: 0;
	right: 0.25em;
	}

#inloggad
	{
	white-space: pre;
	color: #afb7ba;
	font-size: 90%;
	position: absolute;
	top: 0;
	right: 0.25em;
	}

.footer
	{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 400;
	height: 0.5rem;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #ae9887;
	box-shadow: 0px -0.4rem 0.4rem 0px rgba(240, 240, 240, 1.0);
	}

.slide
	{
	transition: transform 0.3s ease-in-out;
	}

.content
	{
	position: absolute;
	padding-top: 0.3rem;
	top: 2.8rem;	/* header height */
	bottom: 0.5rem;	/* footer height */
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	}

#filter_tip
	{
	display: none;
	top: 0;
	left: 1rem;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	border-top: 2.8rem solid transparent;
	max-height: 100%;
	background-color: transparent;
	}

#filter_tip > div
	{
	min-height: 5rem;
	width: 17rem;
	padding: 0.5rem 1rem;
	line-height: 1rem;
	color: #111;
	border: 1px solid #DCA;
	background:#fffAF0;
	border-radius: 8px;
	}

#filter_tip > div img
	{
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	}

#filter_tip > div table
	{
	border-spacing: 1em;
	}

#filter_tip > div table td:first-child
	{
	white-space: pre;
	}

#sitename_tip
	{
	display: none;
	position: absolute;
	left: 0;
	top: 2.8rem;
	color: #111;
	border: 1px solid #DCA;
	background:#fffAF0;
	border-radius: 4px;
	padding: 0.3rem;
	}

#sitename_tip > *
	{
	margin: 0.5em;
	display: block;
	}


.menu
	{
	position: static;
	display: table-cell;
	vertical-align: middle;
	}

.menu > *
	{
	display: table-cell;
	vertical-align: middle;
	padding-right: 1em;
	color: white;
	}
