@CHARSET "UTF-8";

.frame-bottom { 
	height: 75px; /*8.7vh;*/
	width: 100%; 
	background-color: #9d9d9d; /*bakgrundsfärg botten*/
	color: #fff;
	font-size: 1em;
}

table {
	border-collapse: collapse;
}

.slide
{
	position: absolute;
	width: 316px;
	top: 42px;
	right: -300px;
	cursor: pointer;
	max-height: 700px;
	overflow: auto;
	background-color: #0f0;
}

.menu
{
	display: table-cell;
	table-layout: fixed;
	height: 100%; 
	width: 12vw; 
	background-color: #9d9d9d; /*bakgrundsfärg vänstra menyn*/
	padding-right: 10px;
}

.warning
{
	position: absolute; 
	right: 0;
	z-index: 10px;
	top: 100px;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

.top
{
	width: 100%; 
	height: 40px; /*4.5vh;*/ 
	background-color: #9d9d9d; /*bakgrundsfärg toppmenyn*/
}

.content
{
	width: 100%; 
	height: 86.2vh; 
	overflow: auto; 
	background-color: #cdcdcd; /* backgrundsfärg innehåll*/
	border: solid 1px #767676;
	border-right: none;
}

.info-layer-cover
{
	position:fixed;
	padding:0;
	margin:0;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.5);
	z-index: 999;
	display: none;
}

.info-layer-field
{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 650px;
	height: 450px;
	margin: -225px 0 0 -325px;
	background: #9d9d9d;
	border: solid 1px #9c0000;
	z-index: 1000;
	display: none;
}