﻿input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden; /* prevent horizontal scrollbar */
    width: 500px;
}

.tcell  
{
    border-style:solid;
    border-color:#ffffff;
    border-width:2px;
    padding:2px;
}

.tcellLeft  
{
    border-top:2px solid #ffffff;
    border-left:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    padding:2px;
}

.tcellTopBottom  
{
    border-top:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    padding:2px;
}

.tcellRight  
{
    border-top:2px solid #ffffff;
    border-right:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    padding:2px;
}

/* Apply padding to td elements that are direct children of the tr element. */
tr.spaceUnder > td {
    padding-bottom: 0.5em;
}
tr.spaceUnder1em > td
{
  padding-bottom: 1em;
}

tr.spaceOver > td
{
  padding-top: 0.5em;
}

.EjendomYderligereOplysninger
{
   background: none !important; 
   background-color: white !important;
}

.rammerapportwrap {
    width: 500px;
}

.ingenpadding .ui-dialog-content {
    padding: 0 0 0 0 !important;
}

.ventdialognotitle .ui-dialog-titlebar {
  display: none;
}

#tabs .ui-tabs-nav LI A 
{
    font-weight: bold;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
}

table a 
{
    color: #000000;
}

.tableheadingmanual {
    font-weight: bold;
    text-align: center;
}

.tablecollapse {
    border-collapse: collapse;
}

a img{
  border: none;
  text-decoration: none;
}

/* overskrift til søgeresultat */
#xmenu {
    background-color: #ffffff;
    font-size: 1.1em;
    font-family: Arial, Helvetica, Sans-serif;
    color: #000000;
    border: none 0px;
    margin-top: 2px;
    margin-bottom: 1px;
    height: 1.7em;
}

/* START Generelle styles */ 
* 
{
    font-family: Arial, Helvetica, Sans-serif;
}

p 
{
    font-size: 10pt;
}

a 
{ 
    font-size: 10pt;
    text-decoration: none; 
}

body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color: #000000;
}

.normalfont {
    font-size: 10pt;
}

.ButtonAsText {
   background-color: transparent;
   border: none;
   padding: 3px 12px;
}

/* grønne knapper */
.button
{
    font-size: 10pt !important;
    font-family: Arial, Helvetica, Sans-Serif !important;
    background-color: #67945d;
    color: white !important;
    border: 1px solid #666666;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    width: 120px;
}

/* Disabled knapper */
.buttonDisabled
{
    font-size: 10pt !important;
    background-color:lightgray;
    color: white !important;
    border: 1px solid #666666;
    font-weight: bold;
    text-align:center;
    cursor:pointer;
    width: 120px;
}

.buttonCalender
{
    font-size: 10pt !important;
    background-color: #67945d;
    color: white;
    border: 1px solid #666666;
    font-weight: bold;
    text-align:center;
    cursor:pointer;
    width: 20px;
}

input[type=submit] {
    cursor:pointer;
}

input[type=button] {
    cursor:pointer;
}

.overflowwrap {
    overflow-wrap: break-word;
}

.ButtonAsLink {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    float: right;
    padding: 0px;
}

.knapper
{
    text-align:right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.mainNoFloat
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#333333'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#333333)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #333333); /* for firefox 3.6+ */   
}

.main 
{
    width:100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#333333'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#333333)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffffff,  #333333); /* for firefox 3.6+ */   
    float: left;
}

.print { display: none; }
.noprint { display: block; }
.noprint2 { display: inline; }
.page-break { display: none; }

.margintop {
    margin-top: 2px !important;
}

/* SLUT Generelle styles */ 

.projektheader
{
    background-color:#ffffff;
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    font-size: 9pt;
    margin-bottom: 4px;
    margin-left: 2px;
}

.Banner 
{
    vertical-align: top; 
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    border-bottom-color: #67945d;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 5px;
}

.BannerOverskrift 
{
    font-weight:800;
    font-size: xx-large;
    /*font-size:30px;*/
    color: #67945d;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.TabelOverskrift 
{
    font-weight:bold;
}

.BannerBruger
{
    font-size: 1em;
}

.BannerVersion
{
    font-size: 1em;
}

.BannerSystemmeddelelse
{
    text-decoration: underline;
    color: #8b0000;
    font-weight: bold;
}

#SystemmeddelelseTabel
{
    background-color: #ffffff;
    color: #1188ff;
    padding:5px;
    border: solid 1px #333399;
}

#SystemmeddelelseTabel .heading
{
    font-size: larger;
    font-weight: bold;
    background-color: #333399;
    color: #ffffff;
}

#SystemmeddelelseTabel .footer
{
    padding: 10px;
    text-align: center;
}


/* Ekstra menuknapper i top menuen <asp:LinkButton /> :*/
.MenuKnap a:hover
{
    text-align:left;	
    height:inherit;
    background-color: Silver;
    color:Black;
    padding-left: 5px;
    padding-right: 5px;
}


/* START Input felter */

.NumeriskEnabled
{
    background-color: #ffffff; 
    text-align: right;
    border-style:solid;
    border-width:1px;
    border-color:#abadb3;
}

.NumeriskDisabled
{
    background-color: #eeeeee; 
    text-align: right;
    border-style:solid;
    border-width:1px;
    border-color:#abadb3;
}

.Enabled
{  
    background-color: #ffffff; 
    border-style:solid;
    border-width:1px;
    border-color:#abadb3;
}

.Disabled   
{  
    background-color: #eeeeee; 
    border-style:solid;
    border-width:1px;
    border-color:#abadb3;
}

.LilleCelle
{
    font-size: 1px;
}

.LilleCelleFed
{
    font-size: 2px;
}

.Resultatstreg
{
    color: #A0A0A0;
    background-color: #A0A0A0;
    height: 1px;
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.ResultatstregFed
{
    color: #A0A0A0;
    background-color: #A0A0A0;
    height: 2px;
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/* SLUT Input felter */

/* Faner og rammer */
.Vejledningstekst
{
    margin-top: 5px;
    font-style: italic;
    color: Red;
}

.FaneKontroller
{
    position: absolute;
    right: -2px;
    top: -31px;
    font-size: 9pt;
}

.FaneKontroller2
{
    position: absolute;
    right: 6px;
    top: 67px;
    font-size: 9pt;
}

.FaneKontrollerTabs
{
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 9pt;
}

.SideOverskrift
{
    border-bottom-color: #67945d;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    background-color: #ffffff;
    color: #000000;
    font-size:12pt;
    font-weight: bold;
    /*padding: 0.25em 0.25em 0em 0.25em; */
    /*height: 1.3em;*/
    margin-left: 0px;
    margin-right: 0px;
    /*margin-top: 3px;*/
}

.SideIndhold 
{
    padding: 0.5em 0.2em 0.5em 0.2em;
    font-size: 10pt;
    background-color:#ffffff;
}

.FaneOverskriftTabel
{
    border-bottom-color: #67945d;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    background-color: #ffffff;
    color: #000000;
    font-size:12pt;
    font-weight: bold;
    padding: 0.25em 0.25em 0.2em 0.25em; 
    height: 1.3em;
    margin-left: -5px;
    margin-right: -5px;
}

.FaneIndhold 
{
    padding: 0.2em;
    font-size: 10pt;
    background-color:#ffffff;
    margin-left: 4px;
    margin-right: 4px;
}

/*.RammeIndhold 
{
    væk begynd
    border-color: #919b9c;
    border-style: solid;
    border-width: 1px;
    væk slut

    padding: 0.2em;
    font-size: 10pt;
    background-color:#ffffff;
    margin-left: 4px;
    margin-right: 4px;
}*/

.groenLinje {
    border-bottom-color: #67945d;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.hjaelp
{
    font-weight: bold;
    margin-bottom: 0.1em;
    text-decoration: none;
    margin-left: 10px;
    padding-left: 2px;
    padding-right: 2px;
    float: right;
    color: black;
    border: 1px solid lightgray;
}

.hjaelp a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.hjaelpFejlliste
{
    font-weight: bold;
    margin-bottom: 0.1em;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
    float: right;
    color: black;
    border: 1px solid lightgray;
}

.hjaelpFejlliste a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.FaneOverskrift
{
    background-color: Navy; 
    color: White; 
    padding: 0.25em 0.25em 0em 0.25em; 
    font-size: larger; 
    font-weight: bold;
    margin: 0.6em 0em -0.4em 0em;
    font-family: Arial;
    height: 1.3em;
}

/*.FaneIndhold 
{
    height: 550px;
    overflow: auto;
    position: relative;
}

#FaneIndhold 
{
    height: 550px;
    overflow: auto;
    position: relative;
}*/

.RammeOverskrift
{
    position: relative;
    top: 12px;
    left: 10px;
    background-color: #FFFFFF;
    border-width: 1px; 
    border-color: #919b9c;
    border-style: solid;
    padding: 0.3em 0.35em 0.2em 0.35em;
    display: inline-block;
}

.RammeIndhold 
{
    border-color: #919b9c;
    border-style: solid;
    border-width: 1px;
    padding-top: 1em;
    padding-bottom: 0.2em;
}

.kolonneVenstre
{
    float: left;
    width: 49%;
}

.kolonneHoejre
{
    margin-left: 50%;
}

.kolonneVenstreSmal {
    float: left;
    width: 24%;
}

.kolonneVenstreBred {
    float: left;
    margin-right: 25%;
}

.kolonneHoejreBred {
    margin-left: 25%;
}

/* Validering */

#PositionValidationDiv 
{
    font-family: Verdana;
    font-size: 9pt;
    position: absolute;
    top: 200px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#PositionValidationDiv span
{
    width: 300px;
    border: 1px solid black;
    background-color: #f4f4f4;
    color:Red;
    padding: 10px;
    display: block;
}

.ErrorText  
{
    color:Red;   
}

.fejlfremhaevet
{
    color: red;
    font-weight: bold;
}

input.error
{ 
    background: #fff; 
    border: 1px solid red; 
}

select.error 
{ 
    background: #fff; 
    border: 1px solid red; 
}

label.error, .form-side-labels label.error, .form-top-labels label.error
{
    display: block;
    margin: 0 0 0 5px;
    padding: 3px;
    width: auto;
    font-weight: bold;
    color: #fff;
    background: red;
}

.form-top-labels label.error
{
    font-weight: bold;
    color: #fff;
}

.LedetekstBred
{
    font-size:9pt;
}

.LabelKraevetMarkering
{
    font-weight:bold;
    color: red;		
    text-decoration: none;
    font-size: large; 
    font-family: monospace;
}
.LabelKraevetGruppe
{
    font-weight:bold;
    color: blue;		
    text-decoration: none;	
    font-size: large; 
    font-family: monospace;
}
.LabelKraevetBetinget
{
    font-weight:bold;
    color: green;		
    text-decoration: none;	
    font-size: large; 
    font-family: monospace;
}

.OverskriftBoligArealer
{	
    text-align: left;
}

.TextBoxDivCenter
{	
    text-align: center;
    width: 100px;	
}
.TextBoxDivLeft
{	
    text-align: left;
    width: 100px;
}

.signaturforklaringlink {
    vertical-align: middle; 
    font-weight: bold; 
    font-size: large; 
    cursor:pointer;
}

.signaturforklaringroed {
    color: #ff0000;
}

.signaturforklaringblaa {
    color: #4169E1;
}
.signaturforklaringgroen {
    color: #3CB371;
}

/* Ved indlæsning af hjælp mv. */
#ajaxBusy
{
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 600px;
    top: 100px;
    width: auto;
}

.ventarbejderpanel
{
    padding: 10px 15px 25px 15px !important;
    font-size: larger; 
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif !important;
    width: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* SoegResultat.aspx */
.resultatliste
{
    background-color: #f2ffea;
    margin-top: 1px;
    padding-left: 2px;
    padding-top: 2px;
}

/* Ydelsesstoette.aspx */
.rapport_header
{
    font-size:14pt;
    font-weight: bold;
}

.rapport_fed_text12
{
    font-size:12pt;
    font-weight: bold;
}

.rapport_fed_text10
{
    font-size:10pt;
    font-weight: bold;
}

.rapport_kursiv_small_text8
{
    font-size:8pt;
    font-weight:normal;
    font-style:italic;
}

.rapport_ialt_sum
{
    border-bottom-color:black;
    border-bottom-style: solid;
    border-bottom-width: 2px;

    border-top-color:black;
    border-top-style: solid;
    border-top-width: 1px;
    /*background-color: #ffffff;*/
    /*color: #000000;*/
    font-size:10pt;
    font-weight: bold;
    /*padding: 0.25em 0.25em 0em 0.25em; */
    /*height: 1.3em;*/
    /*margin-left: 0px;*/
    /*margin-right: 0px;*/
    /*margin-top: 3px;*/
}

/* Menuen: */

/* Niveau et */
.dropdown {padding: 2px; margin: 0px;}

ul.dropdown						{ list-style-type: none; margin-left:0px; position: relative; z-index: 1; }
ul.dropdown li					{ list-style-type: none; font-weight: bold; float: left; zoom: 1; background: #ccc; color:Red;}
ul.dropdown a:hover			    { list-style-type: none; color: #000; }
ul.dropdown a:active			{ list-style-type: none; color: #ffa500; }
ul.dropdown li a				{ list-style-type: none;  display: block; padding: 4px 8px; border-right: 1px solid #333; color: #222; }
ul.dropdown li:last-child a	    { list-style-type: none; border-right: none; }  /* Doesn't work in IE */ 
ul.dropdown li.hover,
ul.dropdown li:hover			{ list-style-type: none; background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a			{ list-style-type: none; color: black; }

/* Niveau to */
ul.dropdown ul					{ padding: 0px; margin: 0px; list-style-type: none; width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li				{ list-style-type: none; font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none; }
ul.dropdown ul li a				{ list-style-type: none; border-right: none; width: 100%; display: inline-block; }  /* IE 6 & 7 Needs Inline Block */ 

/* Niveau tre */
ul.dropdown ul ul				{ padding: 0px; margin: 0px; list-style-type: none; left: 100%; top: 0; }
ul.dropdown li:hover > ul		{ list-style-type: none; visibility: visible; }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.divider5px {
    width:5px;
    height:auto;
    display:inline-block;
}

.TabelOverskrift
{
    background-color: #67945d;
    color: #FFFFFF;
}
.TabelRaekke
{
    background-color: #D3D3D3;
    color: #000000;
}

li {
    font-size: 10pt;
}

/* Rapporter */
.rapportbaggrundmoerk {
    background-color: #f2ffea;
}

.rapportfed {
    font-weight: bold;
}

td.rapportcelleafstand, th.rapportcelleafstand {
    padding-right: 10px;
}
