
/* ################################################################# */
/* Bruges af Kundedatabasen */

body {
font-family:Tahoma, Geneva, sans-serif;

font-size:1em;

padding: 0;

margin:0;

height: 100%;
}

td {
font: normal 14px  Arial, Verdana, sans-serif;
}


input { 
font: normal 15px  Arial, Verdana, sans-serif;
text-align: left;
background-color :#20538D;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #20538D;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
FONT-WEIGHT: bold; 
padding: 5px; 
height: 34px;
cursor:pointer;
color: #fff;
-webkit-appearance: none;
}

textarea { 
font: normal 15px  Arial, Verdana, sans-serif;
text-align: left;
background-color :#20538D;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #20538D;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
FONT-WEIGHT: bold; 
padding: 5px; 
cursor:pointer;
color: #fff;
-webkit-appearance: none;
}


select { 
font: normal 15px  Arial, Verdana, sans-serif;
text-align: left;
background-color :#20538D;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #20538D;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
FONT-WEIGHT: bold; 
padding: 5px; 
height: 34px;
cursor:pointer;
color: #fff;
-webkit-appearance: none;
}

submit { 
font: normal 15px  Arial, Verdana, sans-serif;
text-align: left;
background-color :#20538D;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #20538D;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
FONT-WEIGHT: bold; 
padding: 5px; 
height: 34px;
cursor:pointer;
color: #fff;
-webkit-appearance: none; 
}


th { 
font: normal 15px  Arial, Verdana, sans-serif;
text-align: left;
background-color :#20538D;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #20538D;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
FONT-WEIGHT: bold; 
padding: 5px; 
height: 34px;
cursor:pointer;
color: #fff;
-webkit-appearance: none; 
}


input::placeholder {
color:  #fff;
}



/* Gør det umuligt at scrolle ved brug af keyboardet! */
html, body { overflow-y: auto }



