﻿/*OVERSKRIVER KENDO STYLE*/
/*.k-textbox, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap*/


.k-autocomplete, .k-datepicker, .k-picker-wrap, .k-numeric, .k-numeric-wrap  
{
  border: none !important;
  border-radius: 0px !important;
}

.k-textbox > input, .k-dropdown, .k-autocomplete .k-input, .k-dropdown-wrap, .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-numeric-wrap .k-link, .k-colorpicker .k-selected-color, .k-progress, .k-progress-status 
{
  border-radius: 0px !important;
}

.t-no-data
{
  min-height: 20px;
}



html
{
  height: 101%;
}

body
{
  background-color: #E7E7E8;
  color: #676767;
  /*font-size: 80%;*/
  font-size: .85em;
  font-family: "Segoe UI",Verdana;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background: url("/content/images/gradient.png") repeat-x scroll left top rgb(158,158,158);
  background-color: rgb(158,158,158);
}

/* IE7 Fix */
* html #container
{
  display: table;
  display: table;
  height: 100%;
}

/* Opera Fix */
body:before
{
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

div#container
{
  height: 100%;
  min-height: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  height: auto;
  width: 1024px;
}

div#main
{
  background-color: #FFFFFF;
  border: 1px none #808080;
  float: left;
  /*overflow: visible;*/
}


div#topBar
{
  background: #00ADEE;
  color: #FFF;
  font-weight: bold;
  height: 60px;
  width: 100%;
  font-size: medium;
  font-family: "Segoe UI", Verdana;
}

#breadCrumb
{
  margin-top: 22px;
  margin-left: 10px;
  float: left;
  display: inline;
}

div#logoutContainer
{
  clear: right;
  float: right;
  margin-right: 10px;
}

  div#logoutContainer a,
  div#logoutContainer span
  {
    font-size: 0.8em;
    font-weight: normal;
  }

  div#logoutContainer a
  {
    color: #FFF;
  }

    div#logoutContainer a:hover
    {
      text-decoration: underline;
    }

div#toolbar
{
  _background-color: #E7E7E8;
  background-color: #FFFFFF;
  height: 35px;
  margin-left: 0px;
  padding-left: 10px;
}

.desc_textarea
{
    color: #ccc;
    border-top-color: #ccc; 
    border-left-color: #ccc; 
    border-right-color: #ccc; 
    border-bottom-color: #ccc; 
    width: 550px;
    height: 30px; 
    border: solid; 
    border-width: 1px; 
    font-size:11px;
}

div.infoboks
{
  border: 1px solid #808080;
}

div.searchInfo
{
  border: none;
  color: #808080;
  width: 450px;
}

div#body
{
  overflow: auto;
  min-height: 671px;
  width: 1005px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0px;
}



div.cbheader
{
  height: 25px;
  color: white;
  background: #00ADEE;
  padding-top: 2px;
}

div.cbcontent
{
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}

div.column
{
  display: block;
  width: 50%;
  float: left;
}

div.row
{
  float: left;
  padding: 0px 0 1px 0;
  width: 100%;
}

div.controlsbox
{
  border-width: 1px;
  border-style: solid;
  border-color: #E7E7E8;
  height: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 10px;
}


div.row_control
{
  margin-left: 10px;
  margin-bottom: 2px;
  margin-top: 10px;
  margin-right: 10px;
}

div.row_line
{
  margin-bottom: 0px;
  margin-top: 10px;
}


h1, h2, h3,
h4, h5, h6
{
  color: white;
  margin: 5px;
  padding: 0;
}

h1
{
  font-size: 1.85em;
}

h2
{
  font-size: 1.75em;
}

h3
{
  font-size: 1.2em;
}

h4
{
  font-size: 1.1em;
}

h5, h6
{
  font-size: .85em;
  margin-top: 3px;
  margin-left: 8px;
}

/* forms */
fieldset
{
  border: none;
  margin: 0;
  padding: 0;
}

  fieldset legend
  {
    display: none;
  }

  fieldset ol
  {
    padding: 0;
    list-style: none;
  }

    fieldset ol li
    {
      padding-bottom: 5px;
    }

p 
{
    margin-bottom: 10px;
}

a.houseIconLink:visited
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

a
{
  text-decoration: none;
}


/* Labels */
div.row label,
div.row_line label,
div.row input,
span.label
{
  display: block;
  float: left;
  color: #676767;
}

div.row label,
div.row_line label,
span.label
{
  _font-size: .85em;
  _line-height: 20px;
  height: 27px;
  line-height: 27px;
  width: 150px;
}

div.row .labelradio
{
  width: 127px;
}

div.row label.radio
{
  width: 100px;
}

label.checkbox
{
  display: inline;
}

/* Input */
input:focus, textarea:focus
{
  border: 1px solid #808080;
}

input[type="checkbox"]
{
  background: transparent;
  border: inherit;
  width: auto;
}

div.toolbarButtons
{
  position: absolute;
  top: 70px;
  width: 1015px;
  height: 30px;
}


#toolbarButtonsProfil
{
  margin-left: -17px;
}

input.toolbarButton[type="submit"],
input[type="button"],
button
{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  float: left;
  color: #676767;
  border: solid;
  background-color: #E7E7E8;
  border-right: 0px solid;
  border-color: white;
  border-right-color: white;
  border-top-width: 0;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0;
  cursor: pointer;
  height: 25px;
  min-width: 115px;
  width: auto;

  margin-right: 10px;
}


div.row input,
div.row_line input,
div.row textarea
{
  /*font-size: 0.85em;*/
}

  div.row input[type="text"],
  div.row input[type="text"],
  input[type="text"],
  input[type="password"],
  div.row select,
  div.row_line select,
  div.row textarea,
  label.readonly
  {
    width: 200px;
    border: 1px solid #ccc;
    background: transparent;
    color: #676767;
    font-family: inherit;
    margin: 1px 0 1px 0;
    padding: 2px;
    padding-left: 6px;
    height: 1.7em;
    line-height: 1.31em;
  }

    div.row input[type="text"].readonly
    {
      background-color: #FFFFFF !important;
      line-height: normal !important;
      border-color: #FFFFFF;
    }

  div.row input[type="radio"]
  {
    height: 1.7em;
    line-height: 1.31em;
  }


div.row select,
div.row_line select
{
  width: 206px;
}

/* Backgrounds */

/* Tabs */
div.tabs
{
  display: inline;
  position: relative;
  left: -10px;
  top: -35px;
}

.tab_right_arrow,
.tab_right_arrow_active
{
  position: relative;
  cursor: pointer;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 25px 0 0px;
  text-align: center;
  width: 110px;
}

.tab_right_arrow
{
  background: #E7E7E8;
  color: #676767;
}

.tab_right_arrow_active
{
  color: white;
  background: rgb(0, 173, 238);
}

  .tab_right_arrow:after, .tab_right_arrow_active:after, .tab_right_arrow:before, .tab_right_arrow_active:before
  {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .tab_right_arrow:after, .tab_right_arrow_active:after
  {
    border-width: 15px;
    top: 50%;
    margin-top: -15px;
  }

.tab_right_arrow:after
{
  border-left-color: #E7E7E8;
}

.tab_right_arrow:before, .tab_right_arrow_active:before
{
  border-width: 15px;
  top: 50%;
  margin-top: -15px;
}

.tab_right_arrow:before
{
  border-left-color: #E7E7E8;
}

.tab_right_arrow_active:before
{
  border-left-color: rgb(0, 173, 238);
}

div.tabContents
{
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

  div.tabContents div.disabled
  {
    display: none;
  }

/* Validation */
span.field-validation-error
{
  font-size: .85em;
  font-family: Verdana;
  color: #FF0000;
}

div.messageContainer
{
  padding: 5px;
  display: none;
}

  div.messageContainer:first-child
  {
    background: #f0f25e;
    border: solid 1px #ccc;
    margin: 5px;
  }

div.detailedMessage
{
  background: #f0f25e;
  border: 0;
  font-size: 0.9em;
  margin: 0;
  width: 100%;
  min-height: 40px;
}

/*TOK start */
/* Opret anmeldelse */
#labelResultatJord {
    margin-left: 10px;
}

div#divValidering
{
  display: none;
}

div#tabContent_1
{
  margin-top: 0px;
}

div#tabs
{
  margin-top: 10px;
}

#oprindelsessted
{
}

#affaldstype .k-dropdown {
     width: 293px;
}


#divAndenOprindelse .k-dropdown {
     width: 325px;
}


#Anmeldelse_Oprindelsessted_Beskrivelse {
     width: 315px;
}

/*TOK end*/

/* Kendo tab (widget)*/
.fj-tabs
{
  border-style: none !important;
  margin-top: 10px;
}

/* Knapper til at maksimere og minimere kort */
/*
#imgMaximise
{
  cursor: pointer;
  left: 465px;
  position: relative;
  top: -511px;
  z-index: 200;
  display: none;
}

#imgMinimise
{
  cursor: pointer;
  left: 972px;
  position: relative;
  top: -701px;
  z-index: 200;
  display: none;
}

#imgSignatur {
  left: 314px;
  position: relative;
  top: -143px;
  z-index: 200;
  display: none;
}

#imgSignaturForklaring {
  left: 141px;
  position: relative;
  top: -169px;
  z-index: 199;
  display: none;
}

#imgSignaturForklaringExpand {
  left: 291px;
  position: relative;
  top: -148px;
  z-index: 200;
  display: none;
}

#imgSignaturForklaringColapse {
  left: 291px;
  position: relative;
  top: -148px;
  z-index: 200;
  display: none;
}

.hideSignaturForklaring {
  visibility: hidden;
}

.maxMapSignatur {
  left: 821px !important;
}


.maxMapSignaturForklaring {
  left: 648px !important;
}

.maxMapSignaturForklaringColapseExpand {
  left: 798px !important;
}
*/

#divMapSignatur {
  /*left: 100px;*/
  /*position: relative;*/
  /*top: 100px;*/
  z-index: 200;
  height: 1px;
  margin-bottom: 1px;
  margin-right: 1px;
}

#divMapMinMax {
  z-index: 200;
  height: 1px;
  margin-bottom: 1px;
  margin-right: 1px;
  
}

#imgMaximise
{
  cursor: pointer;
  left: 469px;
  position: relative;
  top: 13px;
  z-index: 200;
  display: none;
}

#imgMinimise
{
  cursor: pointer;
  left: 962px;
  position: relative;
  top: 13px;
  z-index: 200;
  display: none;
}

#imgSignatur {
  left: 333px;
  position: relative;
  top: 239px;
  z-index: 200;
  display: none;
}

#imgSignaturForklaring {
  left: 179px;
  position: relative;
  top: 213px;
  z-index: 199;
  display: none;
}

#imgSignaturForklaringExpand {
  left: 157px;
  position: relative;
  top: 234px;
  z-index: 200;
  display: none;
}

#imgSignaturForklaringColapse {
  left: 157px;
  position: relative;
  top: 234px;
  z-index: 200;
  display: none;
}

.hideSignaturForklaring {
  visibility: hidden;
}

.maxMapSignatur {
  left: 828px !important;
  top: 389px !important;
}


.maxMapSignaturForklaring {
  left: 674px !important;
  top: 363px !important;
}

.maxMapSignaturForklaringColapseExpand {
  left: 650px !important;
  top: 384px !important;
}

.adrClassiclook_kendo_workaround {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 465px !important;
}