﻿html { height:100%; }
body { height:100%; border:0px none; }
form { height:100%; }

td { border:0px none; }

table { table-layout:fixed; border-collapse:collapse; }

iframe { border: 0px none; }

BODY
{
	xfont-size: 10pt;
	margin: 0px;
	border: none;
	font-family: Arial;
}

TEXTAREA
{
	font-size: 10pt;
	font-family: Arial;
}

IFRAME { border:none 0px }

INPUT
{
	font-size: 10pt;
	font-family: Arial;
}

BUTTON
{
	margin:0px;
	padding:0px;
	font-size: 9pt;
	font-family: Arial;
}

INPUT.Button { width:75px; height:23px; }

A, A:visited
{
	color: #0000FF;
}

BUTTON.Toolbar { WIDTH: 22px; HEIGHT: 22px }

TD, LI
{
	font-size: 10pt;
	font-family: Arial;
	font-weight:normal;
}

LI.plus	  { list-style-image:url(Graphics/Plus.gif) }
LI.minus  { list-style-image:url(Graphics/Minus.gif) }
LI.dok	  { list-style-image:url(Graphics/Dokument.gif) }

LI { margin-left:0px }
UL { margin-top:0px; margin-bottom:0px }
OL { margin-top:0px; margin-bottom:0px }

td.setupmargin { padding-left:10px; }
td.setupoverskrift { font-size:14pt; height:30px; }


/* IE11 Kompatibilitet. Bruger sorte rammer om input felter.*/
input[type=text], input[type=password], textarea, select { border:solid 1px #E3E9EF; border-top:solid 1px #ABADB3; }
input[type=button] { border:solid 1px #808080; }

.btn { border-radius: 0px !important; }
input[type=text]  { border-radius: 0px !important; }
.input-group-addon { border-radius: 0px !important; }

.btn-80 { width: 80px !important; }

.list {
    background-color: #f8f8f8;
}

#divToast{
    background-color: gray;
    color: white;
    padding: 20px;
    border-radius: 3px;

    position:fixed;
    top:300px;
    left:500px;
    width:300px;
    z-index:1000;
}


.btn:active, .btn.active {
    box-shadow: none; background-color:#286090; color:white; border:1px solid #286090;
}



/*
.btn:disabled { color: #B0B0B0; background-color:#ededed; }
.btn-danger:disabled { border-color: #ccc; }
*/

