/*
#cookiedingsbums a {color:#000; text-decoration:underline;}

#cookiedingsbums a:hover {text-decoration:none;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums {
  outline: 1px solid #7b92a9;
  text-align:right;
  border-top:1px solid #fff;
  background: #d6e0eb;
  background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9));
  background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
  background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
  background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
  background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
  position:fixed;
  bottom:0px;
  z-index:10000;
  width:100%;
  font-size:12px;
  line-height:16px;}

#cookiedingsbumsCloser {
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  cursor:pointer;
  border-top:1px solid white;
  border-left:1px solid white;
  border-bottom:1px solid #7b92a9;
  border-right:1px solid #7b92a9;
  padding:4px;
  background: #ced6df;
  background: -moz-linear-gradient(top, #ced6df, #f2f6f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9));
  background: -webkit-linear-gradient(top, #ced6df,#f2f6f9 100%);
  background: -o-linear-gradient(top, #ced6df,#f2f6f9 100%);
  background: -ms-linear-gradient(top, #ced6df,#f2f6f9 100%);
  background: linear-gradient(to bottom, #ced6df,#f2f6f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 );
}

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}
*/

html, body{
  font-family: 'Roboto', sans-serif;
  color: #444;
  overflow-x: hidden;
}

.ui-dialog { z-index: 1000000 !important ;}

h2 {
  font-size:25px;
}

.badge-danger {
  background-color:red !important;
  color: white;
}

#logo_container {
  background: rgba(0, 0, 0, 0.4);
}

#acker24_logo {
  width:80px !important;
  height:80px !important;
  margin-top:20px !important;
  margin-bottom:20px !important;
  margin-left:60px;
}

#acker24_mobillogo {
  height: 40px !important;
  width: 40px !important;
}

#acker24 {
  position:absolute !important;
  width:240px !important;
  height:55px !important;
  margin-top:20px !important;
  margin-bottom:20px !important;
  margin-left:60px !important;
}

#slogan {
  position:absolute !important;
  width:240px !important;
  height:20px !important;
  margin-top:80px !important;
  margin-bottom:20px !important;
  margin-left:60px !important;
}

#testen {
  float:right !important;
  width:250px !important;
  margin-top:30px !important;
  margin-bottom:20px !important;
}

#weiterempfehlen {
  float:right !important;
  width:200px !important;
  margin-top:30px !important;
  margin-bottom:20px !important;
}

.banner_head_rechts {
  float:right !important;
  margin-top:20px !important;
  margin-bottom:20px !important;
}

.banner_head_rechts_noauth {
  float:right !important;
  margin-top:20px !important;
  margin-bottom:20px !important;
  margin-right:15px;
}

.header_weiterempfehlen {
  margin-right: -15px !important;
}

a, a:focus {
  color: #444;
}

a:hover{
  color: #6ab023;
}

a.disabled:hover{
  color: grey !important;
}

h2, h3{
  color: #6ab023;
  margin-top: 0;
}

/*Number Input feld "Spinner" ausblenden */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- haengt chrome auf */
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}

input[type='checkbox'] {
  /*zoom: 1.3;*/
  transform:scale(1.2);
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -o-transform:scale(1.2);
  -moz-transform:scale(1.2);
}

input:required:invalid, select:required:invalid{
  outline: none;
}

ul:focus{
  outline: none;
}

/*Active button fuer schlagmap*/
button.active{
  background-color: #5b961f !important;
  border: 2px solid #B30301 !important;
  border-color: #B30301 !important;
}

#wrapper{
  position: relative;
  border-top: 0pt solid #fff;
  border-top: constant(safe-area-inset-top, 15pt) solid #fff !important;
  border-top: env(safe-area-inset-top, 15pt) solid #fff !important;
  border-bottom: 0pt solid #fff;
  border-bottom: constant(safe-area-inset-bottom, 15pt) solid #fff !important;
  border-bottom: env(safe-area-inset-bottom, 15pt) solid #fff !important;
}

#menue-mobil{
  border-top: 15pt solid #484848;
  border-top: constant(safe-area-inset-top, 15pt) solid #484848 !important;
  border-top: env(safe-area-inset-top, 15pt) solid #484848 !important;
  border-bottom: 15pt solid #484848;
  border-bottom: constant(safe-area-inset-bottom, 15pt) solid #484848 !important;
  border-bottom: env(safe-area-inset-bottom, 15pt) solid #484848 !important;
}

.wrapper-no-auth{
  background-size: cover;
  background-attachment: fixed;
}

main{
  padding-top: 20px;
  background-color: #fff;
  position: relative;
}

#header{
  background-position: top center;
  background-repeat: no-repeat;
  height: 161px;
  position: relative;
  width: 100%;
}

#header-no-auth{
  position: relative;
  width: 100%;
}

#header-no-auth img{
  width: calc( 100% + 30px );
  margin: 0 0px;
}

#header-mobil{
  height: 50px;
  background-color: #6ab023;
}

#header-mobil-righter{
  width: 50px;
  float: right;
  margin-right:0px;
  margin-top:5px;
  margin-bottom:5px;
}

#header-mobil-right{
  width: 70px;
  float: left;
}

#header-mobil-left{
  width: calc( 100% - 120px );
  color: #fff;
  float: left;
  padding-right: 10px;
}

#header-mobile-1{
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px;
}

#header-mobil-left #betrieb-wechseln{
  width: 100%;
}

#menue-mobil #betrieb-dropdown, #menue-mobil #wj-dropdown, #header-mobil-left #schlag-dropdown{
  background-color: transparent;
  color: #fff;
  /*font-size: 20px;*/
  border: 0;
  margin-top: 5px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#menue-mobil .dropdown{
  max-width: 100%;
  float: none !important;
}

#menue-mobil .dropdown-menu>li>a{
  color: #444 !important;
}

#menue-mobil #mobile-betrieb .dropdown-menu{
  right: 0;
  margin-left:-10px;
  margin-right:-10px;
}

#menue-mobil #mobile-betrieb .dropdown-menu a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}

#mobile-betrieb, #mobile-wj{
  padding: 0 15px;
  /*
  float: left;
  width: calc( 100% - 125px);
  margin-left: -5px;
  */
}

.betrieb-wechseln-left{
  max-width: 170px;
  display: block;
  float: left;
  padding-right: 5px;
}

#mobile-wj .dropdown{
  margin-left: 0 !important;
}


#header-mobil-left #schlag-dropdown{
  margin-top: 4px;
  padding-top: 1px;
  width: calc( 100% - 10px );
  display: block;
  font-size: 18px;
}

#schlag-dropdown .caret, #mobile-betrieb #betrieb-dropdown .caret, #mobile-wj #wj-wechseln .caret{
  border-top: 6px dashed;
  border-top: 6px solid\9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

#mobile-betrieb #betrieb-dropdown .betrieb-wechseln-left, #mobile-wj #wj-wechseln .btn{
  text-align: left;
}

#mobile-wj #wj-wechseln .caret{
  position: absolute;
  top: 18px;
  right: -2px;
}

#schlag-dropdown .caret{
  margin-top: 14px;
  margin-left: 10px;
}

.schlag-dropdown-klein{
  font-size: 12px;
}

#schlag-dropdown-left{
  float: left;
  width: calc(100% - 80px);
}

#schlag-dropdown-right{
  float: left;
  width: 75px;
  margin-left: 5px;
}

.schlag_summe_wrapper{
  margin-right: 23px;
}


#menue-button{
  width: 70px;
  padding: 11px 21px;
}

.menue-row{
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
}

#menue-no-auth{
  background-color: #6ab023;
  height: 41px;
}

#menue{
  background-color: #6ab023;
  height: 41px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#menue.admin{
  position: relative !important;
}

.menue-item{
  float: left;
}

.menue-item a{
  color: #fff;
  padding: 11px 20px 10px 20px;
  display: block;
  text-decoration: none;
}

.menue-item a:hover, .menue-item a.active, #monitoring_userlist tr:not(:first-child):hover{
  background-color: #9bc181;
}

#menue-mobil{
  position: absolute;
  left: -200px;
  color: #fff;
  width: 200px;
  z-index: 99999;
  height: 100%;
  background-color: #484848;
  overflow: scroll;
  display: none;
}

#menue-mobil a{
  color: #fff;
}

.menue-mobil-item.start{
  padding: 10px 0px 5px 20px !important;
}

.menue-mobil-item{
  background-color: #484848;
  padding: 5px 0px 5px 30px;
}

#menue-mobil>div:first-child{
  margin-top: 0px;
}

.menue-mobil-trenner{
  background-color: #959595;
  padding: 10px 0px 10px 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#menue-mobil .devider{
  border-top: 6px solid #959595;
}

#logout-schloss{
  height: 19px;
  margin-right: 10px;
}


footer{
  background-color: #6ab023;
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  color: #fff;
  padding: 0 0 0 0;
  position: relative;
  z-index: 0;
}

#footer a{
  color: #fff;
}

footer>div>div{
  padding: 30px;
}

footer .title{
  font-size: 25px;
  margin-bottom: 20px;
}

footer .social-media img{
  height: 30px;
}

#no-auth-footer{
  font-weight: 500;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#no-auth-footer>a, #footer-links>a{
  margin-right: 20px;
}

#footer-links{
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

#ios-backward-forward{
  position: fixed;
  bottom: 0;
  min-height: 40px;
  background-color: #efefef;
  border-top: 1px solid #ddd;
  width: 100%;
  font-size: 26px;
  text-align: center;
  z-index: 99999;
  padding-bottom: 15pt;
  padding-bottom: constant(safe-area-inset-bottom, 15pt) !important;
  padding-bottom: env(safe-area-inset-bottom, 15pt) !important;
}

#ios-backward-forward .glyphicon{
  padding: 6px 10px 6px 10px;
}

.bearbeiten-icon,  .loeschen-icon{
  width: 23px;
  cursor: pointer;
  /*margin-top: -5px;*/
}

#partner-uebersicht .bearbeiten-icon{
  margin-top: -3px;
  width: 23px;
}

.partner-uebersicht-row{
  padding-top: 10px;
  padding-bottom: 10px;
}

.partner-uebersicht-row:hover{
  background-color: #9bc181;
  color: #444;
}

.bearbeiten-icon-partneransicht{
  float: right;
  cursor: pointer;
  height: 20px;
}

.sub-menue{
  background-color: #6d6d6d;
  position: absolute;
  display: none;
  z-index: 10000;
}

.sub-menue-item{
  /*float: left;*/
}

.sub-menue-item a{
  color: #fff;
  padding: 10px 30px;
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.sub-menue-item a:hover, .sub-menue-item a.active{
  color: #6ab023;
  background-color: #dddddd;
}


#schlag-map{
  height: 500px;
}

#schlag-map.schlag-map-uebersicht{
  height: 600px;
}

#application-map {
  height: 500px;
}

#application-map-legend label {
  font-weight: normal;
}

.application-map-color-indicator {
  display: inline-block;
  margin-right: 3px;

  width: 1rem;
  height: 1rem;

  border: 1px solid white;
}

#mobile-neue-aktivitaet{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #6ab023;
  font-size: 36px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  padding-left: 2px;
  padding-top: 4px;
  text-decoration: none;
}

#header-mobile-neue-aktivitaet{
  width: 50px;
  height: 50px;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding-left: 2px;
  text-decoration: none;
  display: block;
  float: left;
  margin-top: -1px;
}

/* BOX Links im Content START */

.box{
  margin-bottom: 20px;
}

.box-header{
  background-color: #6d6d6d;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
}

.box-block-row-wrapper{
  padding-bottom: 10px;
  padding-top: 10px;
}

.box-block{
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.box-block-header{
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.box .glyphicon{
  font-size: 20px;
  position: relative;
  top: -1px;
}

.box-block-row{
  padding: 3px 15px;
  color: #6ab023;
}

.box-block-row a{
  color: #6ab023;
}

.box-block-row.active{
  background-color: #9bc181;
}

.box-block-row.active a{
  color: #444;
}

.box-header-anbauplan-col{
  background-color: #dddddd;
  width: 50%;
  float: left;
  text-align: center;
  padding: 6px 0px 4px 0;
  position: relative;
  font-size: 13px;
  cursor: pointer;
}

.box-header-anbauplan-col.active{
  background-color: #6d6d6d;
  color: #fff;
}

.box-header-anbauplan-col .corner{
  display: inline-block;
  width: 0;
  height: 0;
  /* margin-left: 2px; */
  vertical-align: middle;
  border-top: 27px solid #fff;
  position: absolute;
  top: 0;
}

.box-header-anbauplan-col .corner_panel{
  display: inline-block;
  width: 0;
  height: 0;
  /* margin-left: 2px; */
  vertical-align: middle;
  border-top: 27px solid #f5f5f5;
  position: absolute;
  top: 0;
}

.box-header-anbauplan-col .corner.left, .box-header-anbauplan-col .corner_panel.left{
  border-right: 12px solid transparent;
  border-left: 0px solid transparent;
  left: 0;
}

.box-header-anbauplan-col .corner.right, .box-header-anbauplan-col .corner_panel.right{
  border-right: 0px solid transparent;
  border-left: 12px solid transparent;
  right: 0;
}

#anbauplan-box-dropdown button{
  width: 100%;
  background-color: #f5f5f5;
  border: 0;
  color: #444;
  font-weight: 500;
  padding: 8px;
  border: 1px solid #ddd;
  border-bottom: 0;
}

#anbauplan-box-dropdown .dropdown-menu{
  left: calc(50% - 80px);
}


/* BOX Links im Content END */


#aktivitaet-neu-uebersicht img{
  width: 100%;
  max-width: 100px;
}

#aktivitaet-neu-uebersicht .col-sm-4{
  text-align: center;
  margin-bottom: 50px;
}


#aktivitaet-neu-uebersicht .title{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  color: #6ab023;
}

#aktivitaet-neu-uebersicht a{
  text-decoration: none;
}

#aktivitaet-neu-uebersicht .glyphicon{
  font-size: 25px;
}

#aktivitaet-neu-uebersicht .title-mobile{
  font-size: 16px;
  margin-top: 3px;
  font-weight: 500;
}

.overlay-inner{
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  padding: 20px;
  min-width: 280px;
  max-width: calc( 100% - 30px );
  z-index: 99999;
  max-height: calc( 100% - 60px);
}


#fremdbezug-wrapper .overlay-inner{
  width: calc( 100% - 30px );
  max-width: 900px;
  overflow-x: auto;
}

.overlay-inner-schlagauswahl{
  /*overflow-x: auto;*/
  width: calc( 100% - 30px );
  max-width: 600px;
}

.overlay-inner-dngauswahl{
  /*overflow-x: auto;*/
  width: calc( 100% - 30px );
  max-width: 600px !important;
}

/*Schlagauswahl in der App Bugfix*/
@media (max-width: 576px) {
  .overlay-inner-schlagauswahl {
    max-height: min(calc(100% - 20%), 650px) !important;
  }
}

.lager-overlay{
  width: calc( 100% - 30px );
  max-width: 600px;
}

.autcomplete-input{
  float: left;
  width: calc( 100% - 25px );
}

.fb_bezeichnung_right{
  float:right;
  font-size: 20px;
  margin-top: 5px;
  color: #6ab023;
}

input:disabled + .fb_bezeichnung_right{
  float:right;
  font-size: 20px;
  margin-top: 5px;
  color: rgb(51, 51, 51);
  cursor:default  !important;
}

.fb_bezeichnung_right.klein{
  margin-top: 3px;
}

.overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
}

#schlagauswahl{

}

.schlagauswahl-row{
  padding: 10px 5px;
}

.schlagauswahl-row:not(.trenner){
  padding-left: 25px;
  padding-right: 25px;
}

.schlagauswahl-row.trenner{
  padding: 0px 24px;
  background-color: #dddddd;
  border: 1px solid #bebebe;
  /*margin: 0 -20px;*/
}

.schlagauswahl-row.trenner .schlagauswahl-left{
  padding: 13px 0 10px 0;
}

.schlagauswahl-row.trenner .schlagauswahl-right{
  padding: 10px 0 10px 0;
}


.schlagauswahl-left{
  float: left;
  width: calc( 100% - 125px );
  padding-top: 3px;
}

.schlagauswahl-left .glyphicon{
  margin-right: 7px;
  margin-top: 1px;
}

.schlagauswahl-right{
  float: right;
  width: 125px;
  text-align:right;
}

.schlagauswahl-right.ha-title{
  padding-top: 3px;
}

#schlagauswahl-summe{
  padding-top: 2px;
}

#schlagauswahl-ansicht>div.first{
  padding-top: 7px;
}

#schlagauswahl-ansicht>div:last-child{
  /*padding-bottom: 7px;*/
}

#schlagauswahl-ansicht.s-psm{
  max-width: 450px !important;
}

.schlagauswahl-fruchtart{
  width: auto;
}

.schlagauswahl-label{
  width: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: block;
}

.fruchtart_button{
  float: left;
  padding: 5px 15px;
  background-color: #ddd;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 500;
}

.fruchtart_button.active{
  background-color: #6ab023;
  color: #fff;
}

.schlagauswahl-ha, .schlagauswahl-ha-title{
  display: inline-block;
  padding-top: 3px;
}

.schlagauswahl-ha-title{
  float: right;
  padding-right: 4px;
}

.schlagauswahl-ha-summe{
  margin-left: 28px;
  font-weight: bold;
}

/*#schlagauswahl-1.multi{*/
#schlagauswahl-1, #schlagauswahl-0{
  position: absolute;
}

.teilflaechen-input{
  float: right;
  max-width: 80px;
  margin-left: 5px;
}

.teilflaechen-title{
  padding-top: 5px;
}

.teilfaechen-link{
  text-decoration: underline;
  padding-top: 5px;
  display: block;
  cursor: pointer;
}


.teilflaeche-ueberschrift{
  position: absolute;
  top: -17px;
  right: 13px;
}

#schlagauswahl-ansicht{
  width: 100%;
  max-width: 360px;
  position: relative;
}

.teilflaechen-row{
  position: relative;
}

#schlagauswahl-ansicht .teilflaechen-row:not(:first-child){
  margin-top: 5px;
}

#schlagauswahl-ansicht .teilflaechen-row:first-child{
  margin-top: 3px;
}

.schlag-title-wrapper{
  float: left;
  width: 100%;
}

.schlag-title-wrapper.teilflaechen-title{
  width: calc(100% - 90px);
}

.delete-icon-schlagauswahl{
  cursor: pointer;
  width: 18px;
  margin-left: 5px;
}

.delete-icon-lfs{
  cursor: pointer;
  width: 18px;
  margin-left: 5px;
}

.schlag-title{
  display: inline-block;
  width: calc(100% - 88px);
}

.anbauplan-point{
  height: 26px;
  width: 8px;
  float: left;
  /* border-radius: 10px; */
  margin: -3px 10px -5px 0px;
}

.tagebuch-point {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 4px 0 0;

  height: 16px;
  width: 6px;
}

.anbauplan-schlag-row a:hover{
  color: #444;
}

.anbauplan-schlag-row:hover, .lager-row-hover:hover{
  background-color: #9bc181;
}

.anbauplan-point-aussaat{
  background-color: #C37D0B;
}

.anbauplan-point-duengung{
  background-color: #4AC009;
}

.anbauplan-point-psm{
  background-color: #c30b0b;
}

.anbauplan-point-bodenbearbeitung{
  background-color: #785014;
}

.anbauplan-point-beregnung{
  background-color: #0438C4;
}

.anbauplan-point-ernten{
  background-color: #F1D819;
}

.anbauplan-point-weidehaltung{
  background-color: #00CCCC;
}

.anbauplan-point-rot{
  background-color: #c30b0b;
}

.anbauplan-point-gelb{
  background-color: #ffe600;
}

.anbauplan-point-gelbrot{
  background: repeating-linear-gradient(
      45deg,
      #c30b0b,
      #c30b0b 5px,
      #ffe600 5px,
      #ffe600 10px
  );
}

.anbauplan-title-datum{
  padding-left: 33px;
}

.anbauplan-col-datum{
  float: left;
  width: 20px;
}

.anbauplan-left{
  float: left;
  width: calc( 100% - 70px );
  text-decoration:underline;
}

.anbauplan-right{
  float: left;
  width: 70px;
  text-align: right;
  text-decoration:underline;
}

.anbauplan-header-left{
  float: left;
  width: calc( 100% - 90px );
}

.anbauplan-header-right{
  float: left;
  width: 61px;
  text-align: right;
}

.anbauplan-right .glyphicon{
  font-size: 12px;
  top: 2px;
}

.anbauplan-right .pfeil{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 8px dashed;
  border-top: 4px solid\9;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.anbauplan-header-menu td{
  padding: 0;
  border-bottom: 1px solid #6ab023;
}

.anbauplan-header-menu .btn, #auftragsverwaltung .auftragsverwaltung-header .btn{
  padding: 7px 10px;
  background-color: #ddd;
  border: 0 !important;
  border-left: 1px solid #bbb !important;
}

.anbauplan-header-menu td:first-child .btn{
  border-left: 0 !important;
}

.anbauplan-header-menu .btn.active, .anbauplan-header-menu .btn:hover, #auftragsverwaltung .btn.active, #auftragsverwaltung .btn.active:hover{
  background-color: #6ab023;
  color: #fff;
}

.auftragsverwaltung-dispo-button{
  margin-top: -4px;
  margin-bottom: -4px;
}

.anbauplan-header-menu{
}

.anbauplan-header-menu .popover, .anbauplan-header-menu-mobil .popover{
  width: 310px;
  max-width: 310px;
  margin-left: -10px;
}

.anbauplan-header-menu-mobil{
  width: 100%;
}

.anbauplan-header-menu-mobil a{
  display: block;
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
  margin-bottom: 5px;
}

.anbauplan-header-menu-mobil .btn{
  border: 0 !important;
}

.anbauplan-dropdown-toggle, .anbauplan-dropdown-toggle:hover, .anbauplan-dropdown-toggle:focus{
  color: #fff;
}

.schlaghistorie-wj-wechsel{
  height: 20px;
}

.schlaghistorie-wj-wechsel-title{
  margin-left: -30px;
}

.schlaghistorie-akt-wj{
  background-color: #9bc181;
}

.schlaguebernahme-remove{
  margin-left: 15px;
}


#dplauswahl .overlay-inner{
  width: calc( 100% - 30px);
  max-width: 800px;
}

.dplauswahl-row{
  padding: 10px 0px;
}

.dplauswahl-scroll .dplauswahl-row{
  border-bottom: 1px solid #ccc;
}

.dplauswahl-scroll{
  max-height: calc(100% - 70px);
  overflow-y: auto;
  overflow-x: hidden;
}

.dplauswahl-row.disabled, .dplauswahl-row.disabled-fix{
  opacity: 0.7;
}

.dplauswahl-checkbox.disabled, .dplauswahl-checkbox.disabled-fix{
  visibility: hidden;
}

#analysenauswahl .overlay-inner{
  width: calc( 100% - 30px);
  max-width: 800px;
}

.analysenauswahl-row{
  padding: 10px 0px;
}

.analysenauswahl-scroll .analysenauswahl-row{
  border-bottom: 1px solid #ccc;
}

.analysenauswahl-scroll{
  max-height: calc(100% - 70px);
  overflow-y: auto;
  overflow-x: hidden;
}

.analysenauswahl-row.disabled, .analysenauswahl-row.disabled-fix{
  opacity: 0.7;
}

.analysenauswahl-checkbox.disabled, .analysenauswahl-checkbox.disabled-fix{
  visibility: hidden;
}

#lfsauswahl .overlay-inner{
  width: calc( 100% - 30px);
  max-width: 800px;
}

.lfsauswahl-row{
  padding: 10px 0px;
}

.lfsauswahl-scroll .lfsauswahl-row{
  border-bottom: 1px solid #ccc;
}

.lfsauswahl-scroll{
  max-height: calc(100% - 150px);
  overflow-y: auto;
  overflow-x: hidden;
}

.schlagauswahl-scroll{
  max-height: calc(100% - 160px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 -20px 0 -20px;
}

.lfsauswahl-row.disabled, .lfsauswahl-row.disabled-fix, .schlagauswahl-row.disabled, .schlagauswahl-row.disabled-fix{
  opacity: 0.7;
}

.lfsauswahl-checkbox.disabled, .lfsauswahl-checkbox.disabled-fix, .schlagauswahl-checkbox-wrapper.disabled, .schlagauswahl-checkbox-wrapper.disabled-fix{
  visibility: hidden;
}

.lfs-psm-auswahl-wrapper .control-label{
  font-weight: 500 !important;
}

.lfs-psm-row .glyphicon-remove{
  top: 2px;
}

.lfs-psm-beschreibung{
  padding-top: 5px;
  text-align: right;
  padding-bottom: 5px;
}

.psm_menge_ha{
  min-width: 80px;
}

.psm_menge_ha_wrapper .input-einheit-sm{
  right: -2px;
}

#lfs-ansicht .glyphicon{
  top: 4px;
}

.zulasscheck-hinweis.multi{
  margin-top: -10px;
  top: 6px;
  position: relative;
}

.zulasscheck-hinweis.single{
  top: 5px;
  position: relative;
  margin-top: 0px;
}

.psm-auswahl-loeschen{
  padding-left: 0px !important;
  cursor: pointer;
  position: relative;
  left: -10px;
}

.psm-auswahl-loeschen img{
  width: 23px;
  margin-top: 3px;
}

.wirkstoff-right{
  float: right;
  width: calc(100% - 65px);
}

.wartezeit-right{
  float: right;
  width: calc(100% - 70px);
}

#datum, #fb_belegdatum{
  background-color: #fff;
}

.schlag-ansicht-icons .btn-group{
  margin-top: -2px;
  margin-bottom: -2px;
}

.schlag-ansicht-row>a>div:not(.schlag-ansicht-icons){
  padding-top: 2px;
}

.schlag-ansicht-row:hover{
  color: #6ab023;
}

.bemerkung-ajax-loader{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 21px;
  top: 7px;
  background-size: 20px;
  font-size: 17px;
  padding-top: 2px;
}

.recht-ajax-loader{
  width: 20px;
  height: 20px;
  background-size: 20px;
  font-size: 17px;
  padding-top: 2px;
}

.recht-disabled{
  filter: grayscale(1);
  webkit-filter: grayscale(1);
}

#menue .recht-disabled, #menue-mobil .recht-disabled{
  opacity: 0.5;
}

.function-locked{
  filter: grayscale(1);
  webkit-filter: grayscale(1);
}

#menue .function-locked, #menue-mobil .function-locked{
  opacity: 0.5;
}

.bemerkung-ajax-loader-img{
  background-image: url(../img/ajax-loader.gif);
}

.amb-ajax-loader{
  right: 50px;
}

.input-einheit{
  position: absolute;
  right: 22px;
  top: 8px;
  background-size: 20px;
  text-align: right;
}

.input-einheit-sm{
  position: absolute;
  right: 10px;
  top: 5px;
  background-size: 20px;
  text-align: right;
}

.input-einheit-sm-col{
  position: absolute;
  right: 23px;
  top: 5px;
  background-size: 20px;
  text-align: right;
}

.input-beschreibung-klein{
  font-size: 11px;
  color: #888;
}


.autocomplete-dropdown{
  margin: 0 15px;
  min-width: 200px;
  top: 34px;
}

#autocomplete-dropdown-ul-aussaat{
  margin: 0 0px;
  min-width: 200px;
  top: 29px;
}

.autocomplete-wrapper{
  position: relative;
}

.autocomplete-select {
  width: 250px;
  position:absolute;
  display: none;
  z-index:2;
  background-color: white;
  padding:10px;
  border: 1px solid #adadad;
}


.wh-duenger-toggle .toggle{
  width: 165px;
}

.checkbox-toggle-wrapper .toggle-handle:active{
  background-color: #fff;
}

.checkbox-toggle-wrapper .toggle-handle{
  width: 34px;
  padding: 0;
  font-size: 24px;
  padding-top: 2px;
  background-color: #fff;

  /*glyphicon*/
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.checkbox-toggle-wrapper .toggle-handle:before {
  content: "\e120";
}

.checkbox-toggle-wrapper .toggle-on{
  background-color: #e6e6e6;
  border-color: #adadad;
}


.mobile-title-lwauswahl{
  min-width: 80px;
  display: inline-block;
}

.optional-wrapper.zu .optional-inner{
  display: none;
}

.optional-title>div{
  background-color: #ddd;
  padding: 5px 10px;
  font-weight: 500;
}

.optional-title{
  margin-bottom: 20px;
  cursor: pointer;
}

.optional-title .glyphicon{
  margin-top: 2px;
  margin-right: 5px;
  font-size: 15px;
}

.wh_duenger_wrapper{
  width: 300px;
  margin: 0 auto;
}

#massnahme-new-menue img{
  float: left;
  height: 25px;
  margin: 2px 10px 0 10px;
}

#massnahme-new-menue td{
  text-align: center;
}

#massnahme-new-menue td:not(:first-child){
  border-left: 1px solid #6ab023;
}

#massnahme-new-menue td:not(:last-child){
  padding-right: 5px;
}

#massnahme-new-menue a{
  display: inline-block;
}

#lager-menue{
  background-color: #ddd;
  padding: 10px 0;
  margin-bottom: 20px;
}

.lager-menue-col{
}

.lager-menue-col>div{
  float: left;
}

.lager-menue-col img{
  float: left;
  height: 25px;
  margin: 2px 15px 0 0;
}

.lager-menue-button{
  padding: 3px 5px;
  width: calc(100% - 40px);
}

.lager-giebelkreuz{
  width: 20px;
  margin-right: 10px;
  margin-top: -2px;
}

.lager-loeschen-icon{
  width: 23px;
  cursor: pointer;
  margin-top: -10px;
}

.lager_edit_split_wrapper{
  margin: 0 auto;
  width: 222px;
  margin-bottom: 20px;
}

.lager_edit_split_button{
  float: left;
  padding: 7px 20px;
  background-color: #ddd;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 500;
}

.lager_edit_split_button.active{
  background-color: #6ab023;
  color: #fff;
}

.lager-zeitfilter{
  width: 200px;
  margin: 0 auto;
}

.lager-scroll{
  max-height: calc(100% - 125px);
  overflow-y: auto;
  overflow-x: hidden;
}

.lager-beschreibung .hinweis-icon{
  top: 2px;
  left: 2px;
}

.lager-menge{
  text-align: right;
}

.lager-row-hover{
  line-height: 1.5;
}


.schlagmap-link{
  color: #000 !important;
  text-decoration: underline;
}


#auftraege-empfehlung{
  padding: 0 0 0 7px;
  float: right;
  margin-left: 7px;
  width: calc( 100% - 367px);
  border-left: 1px solid #ccc;
}

#auftraege-empfehlung.s-psm{
  width: calc( 100% - 457px);
}

.auftraege-bold{
  font-weight: 500;
}

.auftrag-schlaege-left{
  float: left;
  max-width: calc(100% - 25px);
}

.auftrag-schlaege-right{
  float: left;
  width: 25px;
}

#auftrag-produkte .form-group:not(:first-child) label{
  display: none;
}

.supportvorort-collapse{
  background-color: #ddd;
  padding: 10px 15px;
  font-weight: bold;
}

#auftragsverwaltung .row.auftraege-row, #auftragsverwaltung .row.auftraege-h-row {
  margin-right: -5px;
  margin-left: -5px;
}

#auftragsverwaltung .row.auftraege-row > div, #auftragsverwaltung #auftraege_sort_form > div {
  padding-right: 5px;
  padding-left: 5px;
}










/*Designanpassungen an Bootstrap*/
.btn{
  border-radius: 0 !important;
  outline: 0 none !important;
  box-shadow: none !important;
}

.btn:active, .btn:focus {
  border-color: #5b961f;
}

.open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #5b961f;
  border-color: #5b961f;
}

.btn-dropdown-item {
  background-color: white;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
}

.btn-dropdown-item:hover, .btn-dropdown-item:focus {
  background-color: lightgray;
}

.btn-small{
  padding: 4px 10px;
}

.btn-danger{
  background-color: #B30301;
  color: #fff;
  border: 0;
}


#menue .btn.dropdown-toggle{
  color: #fff !important;
  background-color: #9bc181 !important;
  border-color: #9bc181;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  top: 5px;
}

#menue .btn.dropdown-toggle:active{
  /*border-color: rgba(0,0,0,.125) !important;*/
}

#menue .dropdown-menu{
  margin-top: 8px;
  border-radius: 0;
}

.dropdown-menu .semi-active{
  background-color: #9bc181;
}

.dropdown-menu .active, .dropdown-menu>li>a:hover{
  background-color: #6ab023 !important;
  color: #fff !important;
}

.dropdown-menu_level1 .active, .dropdown-menu_level1>li>a:hover{
  background-color: #6ab023 !important;
  color: #fff !important;
}

.dropdown-menu>li>a.noactive:hover{
  background-color: #fff !important;
  color: #000 !important;
}

#dropdown-menu-wj .semi-active{
  background-color: #9bc181;
}

#dropdown-menu-wj > li.not-active > a:hover {
  background-color: #bbb !important;
  color: #fff !important;
}

#dropdown-menu-wj > li.not-active {
  opacity: 50%;
}

#dropdown-menu-wj > li.not-active > .wj-point {
  background-color: black !important;
  opacity: 50%;
}

button.wj_gesperrt_hinweis {
  background-color: grey;
  color:white;
  opacity: 50%;
}

#wj-wechseln li{
  position: relative;
}

.wj-point{
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #6ab023;
  border-radius: 5px;
  left: 7px;
  top: 9px;
}

.status-point{
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display:inline-block;
  margin-top:5px;
}


hr{
  border-top: 1px solid #bbb;
}

hr.green{
  border-top: 1px solid #6ab023;
}

hr.small{
  margin: 0;
  padding: 0;
}

.panel-heading{
  padding: 20px;
}

.input-sm{
  font-size: 13px !important;
}

.ui-datepicker-div{
  z-index: 1000;
}

.glyphicon{
  cursor: pointer;
}

.glyphicon-lg{
  font-size: 18px;
}

.popover{
  width: 310px;
  max-width: 310px;
}

#nmin-popover .popover{
  width: 450px;
  max-width: 450px;
}

#nmin .popover{
  width: 200%;
  max-width: 400px;
}

.shortcut-popover+.popover{
  width: 170px !important;
  max-width: 170px !important;
}

.auftrag-popover+.popover{
  width: 170px !important;
  max-width: 170px !important;
}

.ui-widget-overlay{
  background-color: rgba(0,0,0,0.4) !important;
  opacity: 1 !important;
}

.ui-widget.ui-widget-content{
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.ui-dialog-titlebar-close{
  display: none;
}

.ui-dialog-buttonset .btn-sm{
  font-size: 13px !important;
  min-width: 50px;
  margin-left: 20px !important;
}

.ui-dialog-buttonpane{
  text-align: center !important;
}

.ui-dialog-buttonset{
  float: none !important;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/*checkbox*/
.ai-checkbox.btn{
  padding: 2px 5px;
  border-color: #888;
}
.ai-checkbox.btn span.glyphicon {
  opacity: 0;
}
.ai-checkbox.btn.active span.glyphicon, .ai-checkbox.btn.active-fest span.glyphicon {
  opacity: 1;
  color: #fff;
}

.ai-checkbox.btn.active.disabled, .ai-checkbox.btn.active-fest.disabled{
  background-color: grey !important;
  border-color:#888 !important;
}

.ai-checkbox.btn.active, .ai-checkbox.btn.active-fest{
  background-color: #6ab023 !important;
  border-color: #6ab023 !important;
}

.ai-checkbox.btn.focus:not(.active, .active-fest){
  background-color: #fff !important;
  border-color: #888 !important;
}


.massnahme-buchen-icon{
  margin-top: -15px;
  position: relative;
  top: 7px;
  font-size: 24px;
  margin-right: 5px;
}

.duengeplanung-reiter{
  width:20%;
}

@media(min-width:1200px){/*lg*/

}

@media(max-width:1200px){/*lg*/

}

@media(max-width:992px){/*md*/
  .md-m-top-15{
    margin-top: 15px;
  }

  #schlagansicht .bearbeiten-icon{
    margin-top: 8px;
    margin-left: -10px;
  }
}

@media(max-width:989px){/*sm*/

  .panel-heading{
    padding: 15px;
  }

  #betrieb_plz{
    margin-bottom: 15px;
  }

  .sm-m-top-15{
    margin-top: 15px;
  }

  main.container{
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-top: 0;
  }

  .panel, .panel-heading{
    border: 0;
  }

  #aktivitaet-neu-uebersicht .col-sm-4{
    border-bottom: 2px solid #fff;
    padding: 10px 20px;
    text-align: left;
  }

  #aktivitaet-neu-uebersicht img{
    height: 30px;
    width: auto;
  }

  .lfsauswahl-scroll{
    max-height: calc(100% - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .betrieb-wechseln-left{
    width: calc( 100% - 10px );
    float: left;
    display: block;
    padding: 0;
    max-width: auto;
  }

  .lfs-psm-beschreibung{
    padding-top: 5px;
    text-align: left;
  }

  .lfs-psm-beschreibung-left{
    float: left;
  }

  .lfs-psm-beschreibung-right{
    float: right;
  }

  .lfs-psm-beschreibung-right button{
    margin-top: -5px !important;
    margin-bottom: 5px;
  }

  .lfs-psm-row{
    border-bottom: 20px solid #fff;
  }

  .bearbeiten-icon,  .loeschen-icon{
    margin-top: 0px;
  }

  #schlag-map, #schlag-map.schlag-map-uebersicht{
    height: 400px;
  }


  .xs-input-row-center{
    padding-top: 7px;
  }

  .xs-input-einheit{
    position: absolute;
    right: 22px;
    top: 8px;
    background-size: 20px;
    text-align: right;
  }

  .xs-input-einheit-sm{
    position: absolute;
    right: 10px;
    top: 5px;
    background-size: 20px;
    text-align: right;
  }

  .xs-input-einheit-sm-col{
    position: absolute;
    right: 23px;
    top: 5px;
    background-size: 20px;
    text-align: right;
  }

  .psm-auswahl-loeschen{
    top: 3px;
  }

  #lfs-ansicht>div{
    margin-bottom: 10px;
  }

  .lfs-auswahl-bezeichnung{
    width: calc(100% - 70px) !important;
    float: left;
    padding-right: 5px;
  }

  .lfs-auswahl-datum{
    width: 70px !important;
    float: right;
    padding-left: 0;
    text-align: right;
  }

  .lager-zeitfilter{
    width: auto;
    float: left;
    margin-left: 5px;
  }

  .lager-beschreibung{
    width: calc(100% - 70px) !important;
    float: left;
    padding-right: 5px;
  }

  .lager-datum{
    width: 70px !important;
    float: right;
    padding-right: 0;
    text-align: right;
  }

  .lager-menge{
    text-align: left !important;
  }

  .lager-rp-gehalt{
    text-align: right;
  }

  .lager-loeschen-icon{
    width: 20px;
    margin-top: 0px;
  }

  .lager_split_label{
    display: block !important;
  }

  .lager-giebelkreuz{
    width: 18px;
    margin-right: 2px;
    margin-top: -2px;
  }

  #auftraege-empfehlung{
    width: 100% !important;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
    margin: 10px 0;
  }

  .auftraege-bold{
    font-weight: normal;
  }

  .duengeplanung-reiter{
    width:50%;
  }
}


@media(max-width:500px){/*xs*/
  .horizontal_control_label{
    padding-top:7px !important;
    margin-bottom:0px !important;
    text-align:right !important;
  }

  #no-auth-footer{
    font-weight: 500;
    margin-top: -20px;
    position: initial;
    right: 20px;
    bottom: 20px;
    padding-left: 10px;
  }

  #no-auth-footer > a, #footer-links > a {
    margin-right: 5px;
  }
}

@media(max-width:369px){/*xs*/
  #fremdbezug-aussat{
    margin-left: 0 !important;
    margin-top: 10px;
    width: 100%;
  }
}

@media(max-width:400px){/*xs*/
  #fremdbezug-button{
    width: 100%;
  }

  #fremdbezug-button button{
    margin-left: 0 !important;
    margin-top: 10px;
  }
}



@media(max-width:340px){/*xs*/
  #schlag_map_kommentar_button{
    margin-top: 10px;
  }

  .fruchtart_button{
    margin-left: 4px;
  }
}

@media(min-width:992px){/*md*/

}

@media(min-width:990px){/*sm*/
  .input-row-center{
    padding-top: 7px;
  }

  .lfs-psm-auswahl-wrapper .form-group-sm .control-label{
    font-size: 13px;
  }

  main.no-auth{
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media(min-width:500px){/*sm*/

}

/* Allgemein */

h1 {
  color:#6ab023;
  font-size:25px;
}

.center{
  text-align:center;
}

.left {
  float:left;
}
/* Bootgrid */
.bootgrid_commands{
  min-width:155px !important;
  width:155px !important;
}

.half_bootgrid_commands{
  min-width:90px !important;
  width:90px !important;
}

.bootgridlist tbody tr:hover
{
  color: #6ab023;
  text-decoration: underline;
  cursor:pointer;
}

.geno_pflanzenschutz tbody tr:hover, .lieferscheinlist tbody tr:hover, .transporteurlistaktiv tbody tr:hover, .transporteurlistinaktiv tbody tr:hover, .partnerlistaktiv tbody tr:hover, .partnerlistinaktiv tbody tr:hover, .genouserlist tbody tr:hover, .partneruserlist tbody tr:hover, .rechtelist tbody tr:hover, .genopartnerlistt tbody tr:hover
{
  color: #6ab023;
  text-decoration: underline;
  cursor:pointer;
}

.analysenlist tbody td.bootgridcell:hover
{
  color: #6ab023;
  text-decoration: underline;
  cursor:pointer;
}

.lieferscheinlist td {font-size: 14px;}

/* Stammdaten */
.userhead {
  cursor:pointer;
}

.psm_zulnr{
  text-align:center;
}
.wirtschaftsduengerlist{
  width:100%;
}

.handelsduengerlist{
  width:100%;
}

.haltungen{
  display:none;
  padding-left:5px;
  padding-right:5px;
}

.haltungen > .well{
  background-color:#dddddd;
}

.breadcrumb{
  font-size:14px;
  float:right;
  padding:8px 15px;
  margin-bottom:1em;
  list-style:none;
  border-radius:0;
  background-color:transparent;
}
.breadcrumb>li{
  display:inline-block
}
.breadcrumb>li+li:before{
  content:"/\00a0";
  padding:0 5px;
}

.listeintrag:hover{
  background-color:#dddddd !important;
}

.verk:hover{
  cursor:pointer;
  text-decoration: underline;
}

.left-devider{
  border-left: 1px solid #6ab023;
}

.bodenproben-uebersicht > tbody > tr > th, .bodenproben-uebersicht > tbody > tr > td {
  border-top: 1px solid #6ab023 !important;
}

.duengeplanung-form > *, .duengeplanung-form > col-md-2 > .input-group > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 12px !important;
}

.duengeplanung-input {
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 12px !important;
}

.duengeplanung-scroll {
  max-height: calc(100% - 58px);
  overflow-y: auto;
  overflow-x: hidden;
}

.verknuepfungen-scroll {
  max-height: calc(100% - 10px);
  overflow-y: auto;
  overflow-x: hidden;
}

.duengeplanung-trenner{
  height: 20px;
  margin-bottom:10px;
  background:#ddd
}

@media(max-width:500px){/*xs*/
  .duengeplanung-scroll{
    margin-left: -20px;
    margin-right: -20px;
    padding:20px;
  }

  .verknuepfungen-scroll{
    max-height: calc(100% - 10px);
    margin-left: -20px;
    margin-right: -20px;
    padding:20px;
  }

  .center-xs{
    text-align: center;
  }

  .m-top-20-xs{
    margin-top: 20px;
  }
}

.overlay-inner-planung{
  max-width:565px;
}

.ui-datepicker{z-index: 10000 !important;}

#sum_n, #sum_P2O5, #sum_K2O, #sum_Mg{
  font-size: 15px;
}

.duengeplanung-input::-ms-clear {
  display: none;
}

.salden-header-left{
  float: left;
  width: calc( 100% - 90px );
}

.salden-header-right{
  float: left;
  width: 61px;
  text-align: right;
}

.salden-left{
  float: left;
  width: calc( 100% - 100px );
}

.salden-padding-left{
  float: left;
  text-align:left;
  width: calc( 100% - 100px );
  padding-left:calc( 100% - 200px );
}

.salden-right{
  float: left;
  width: 100px;
  text-align: right;
}

.salden-block-row{
  padding: 3px 15px;
}

.schlag-warnung {
  margin-top: -5px;
}

.dateiarchiv-title{
  background-color: #ddd;
}

.modal-header {
  background-color: #f5f5f5;
  color: #6ab023;
}

#mySchlag {
  top:25%;
  outline: none;
}

.kundennr_freischalten {
  cursor: pointer;
  color: #6ab023;
}

.kundennr_freischalten:hover {
  text-decoration: underline;
}

table#monitoring_userlist tr:nth-child(even) {background-color: #f2f2f2}
table#monitoring_userlist tr:nth-child(odd) {background-color: #ffffff}

/* Feld-Stall-Bilanz */
#navtab_tierart li, #navtab_feldstall li, #navtab li{
  background-color: rgb(221, 221, 221) !important;
}

#navtab_tierart li.active a, #navtab_feldstall li.active a, #navtab li.active a{
  background-color: #6ab023 !important;
  color:white;
}

.nav-item {
  vertical-align:middle;
}

.divlist {
  overflow:hidden;
}

.divlist > div:nth-child(odd) div {background-color: #f2f2f2}
.divlist > div:nth-child(even) div {background-color: #d9d9d9}


table.tabledefault {
  background-color:#f2f2f2;
  width:100%;
}

table.tabledefault tr {
  height:30px;
}

table.tabledefault tr td {
  border-style:solid;
  border-width:1px;
  border-color: #d9d9d9;
  height:30px;
}

table#tablehaltungen, table#tableaufnahme, table#tablegrobauf, table#tablegrobab, table#tablehandel, table#tableernte, table#tableleguminosen, table#tableabgabe, table#oaufnahme, table#oabgabe, table#opartner, table#otransporteure, table#oanalysen, table#tablefluessig, table#tablefest, table#tablesonstiges, table#tabledauer {
  background-color:#f2f2f2;
}

table#tablehaltungen tr, table#tableaufnahme tr, table#tablegrobauf tr,table#tablegrobab tr table#tablehandel tr, table#tableernte tr, table#tableleguminosen tr, table#tableabgabe tr, table#oaufnahme tr, table#oabgabe tr, table#opartner tr, table#otransporteure tr, table#oanalysen tr, table#tablefluessig tr, table#tablefest tr, table#tablesonstiges tr, table#tabledauer tr  {
  height:30px;
}

table#tablehaltungen tr td, table#tableaufnahme tr td, table#tablegrobauf tr td, table#tablegrobab tr td, table#tablehandel tr td, table#tableernte tr td, table#tableleguminosen tr td, table#tableabgabe tr td, table#oaufnahme tr td, table#oabgabe tr td, table#opartner tr td, table#otransporteure tr td, table#oanalysen tr td, table#tablefluessig tr td, table#tablefest tr td, table#tablesonstiges tr td, table#tabledauer tr td {
  border-style:solid;
  border-width:1px;
  border-color: #d9d9d9;
  height:30px;
}

table.stoffstrom_table {
  background-color:#f2f2f2;
}

table.stoffstrom_table tr {
  height:30px;
}

table.stoffstrom_table tr td {
  border-style:solid;
  border-width:1px;
  border-color: #d9d9d9;
  height:30px;
}

table#tableanbau {
  background-color:#f2f2f2;
}

table#tableanbau tr {
  height:30px;
}

table#tableanbau tr td {
  border-style:solid;
  border-width:1px;
  border-color: #d9d9d9;
  height:48px;
}

table#tabledokumente {
  background-color:#f2f2f2;
}

table#tabledokumente tr {
  height:30px;
}

table#tabledokumente tr td {
  border-style:solid;
  border-width:1px;
  border-color: #d9d9d9;
  height:48px;
}

table#tableplanungen {
  background-color:#f2f2f2;
}

table#tableplanungen tr {
  height:30px;
}

table#tableplanungen tr td {
  border-style:solid;
  border-width:1px;
  border-color: #d9d9d9;
  height:30px;
}

.visible-print {
  visibility: hidden;
}

.gue_headline
{
  color:white;
  background-color:grey;
  height: 30px;
}

#transport_naehrstoofe tr td {
  height:40px;
}

.t_npk {
  width:80px;
  margin:5px;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: #6ab023;
  border-radius: 8px;
}

.input_error {
  background-color:#F6D8CE !important;
}

input.checkbox {
  width:20px;
  text-align:center;
}

table.subtable tr td, table.subtable tr th {
  height:30px !important;
  border-width:0px !important;
}

.guefilter:hover {
  background-color:#9bc181;
}

.abgabefilter_aktiv, .aufnahmefilter_aktiv {
  background-color:#6ab023;
}

.draggable {
  cursor: pointer;
}

.dragged {
  border: 1px solid #6ab023;
  background-color: transparent;
}

.beforedroppedvalid {
  border: 1px solid #6ab023;
  background-color: #9bc181;
}

.beforedroppedinvalid {
  border: 1px solid red;
  background-color: #F6D8CE;
}

.anbauplanung_headline{
  margin-top: 20px;
}

table.salden_duengung tr td {
  vertical-align: top;
}

.bg-innerpanel-head {
  background-color: #D8D8D8 !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}

table.bvergleich tr th {
  border-style:solid;
  border-color:#E6E6E6 !important;
  border-width:1px;
  text-align:center;
  height:35px;
}

table.bvergleich tr td {
  border-style:solid;
  border-color:#E6E6E6 !important;
  border-width:1px;
  text-align:right;
  padding-right:5px;
  height:35px;
}

table.bvergleich tr td:first-child {
  border-style:solid;
  border-color:#E6E6E6 !important;
  border-width:1px;
  text-align:center;
  padding-right:5px;
  height:35px;
}

table.bvergleich tr:nth-child(4) td:first-child {
  border-style:solid;
  border-color:#E6E6E6 !important;
  border-width:1px;
  text-align:left;
  padding-left:10px;
  height:35px;
}

.ssb_ergebnis tr td {
  border-style:solid;
  border-color:grey !important;
  border-width:1px;
  text-align:left;
  padding-left:5px;
  height:35px;
}

.ssb_ergebnis tr:nth-child(1) td {
  text-align:center;
  height:35px;
  font-weight:bold;
}

.ssb_ergebnis tr:nth-child(1) td:first-child {
  border-style:solid;
  border-color:grey;
  border-width:0px;
}

.ssb_ergebnis tr:nth-child(2) td {
  text-align:center;
  height:35px;
  font-weight:bold;
  border-bottom-color:green !important;
  border-bottom-width: 2px;
}

.ssb_ergebnis tr:nth-child(2) td:first-child {
  border-style:solid;
  border-color:grey;
  border-width:0px;
  border-bottom-color:green !important;
  border-bottom-width: 2px;
}

.ssb_ergebnis tr:nth-child(16) td {
  height:35px;
  font-weight:bold;
  border-top-color:green !important;
  border-top-width: 2px;
}

.ssb_ergebnis tr:nth-child(16) td:first-child {
  text-align:right;
  padding-right:5px;
  height:35px;
  font-weight:bold;
  border-top-color:green !important;
  border-top-width: 2px;
}

.ssb_ergebnis tr:nth-child(17) td {
  height:35px;
  font-weight:bold;
}

.ssb_ergebnis tr:nth-child(17) td:first-child {
  text-align:right;
  padding-right:5px;
  height:35px;
  font-weight:bold;
}

.ssb_ergebnis tr:nth-child(18) td {
  height:35px;
  border-style:solid;
  border-color:grey !important;
  border-width:0px;
}

.ssb_ergebnis tr:nth-child(19) td {
  text-align:center;
  height:35px;
  font-weight:bold;
}

.ssb_ergebnis tr:nth-child(19) td:first-child {
  border-style:solid;
  border-color:grey;
  border-width:0px;
}

.ssb_ergebnis tr:nth-child(20) td {
  text-align:center;
  height:35px;
  font-weight:bold;
}

.ssb_ergebnis tr:nth-child(20) td:first-child {
  border-style:solid;
  border-color:grey;
  border-width:0px;
}

.ssb_ergebnis tr:nth-child(n+3) td:first-child {
  height:35px;
  font-weight:bold;
}

.ssb_ergebnis tr:nth-child(n+3) td:not(:first-child) {
  height:35px;
  text-align:right;
  padding-right:5px;
}

#tr_durchschnitt td {
  border:0px solid #fff !important;
  border-top:2px solid #000 !important;
}

#tr_durchschnitt td:first-child {
  border-left:1px solid #E6E6E6  !important;
}

#tr_durchschnitt td:last-child {
  border-right:1px solid #E6E6E6 !important;
}

.elementarform {
  cursor: pointer;
}

.elementarform_eingabe {
  display:none;
}

.sortable:hover, .sortable_maske:hover {
  color: #6ab023;
  cursor: pointer;
}

.fp_exported {
  display: block;
  float: left;
  text-align: center;
  padding-top: 8px;
  width: 48px;
  font-weight: bold;
  color: #0c6161;
}

/* Cockpit */

.ws-map-container {
  position: relative;
  width: 100%;
  height: auto;
}

.ws-map-sizer {
  padding-top: 130%;
  width: 100%;
}

.ws-map-frame {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border: none;
}

#tagebuchCollapse .flx-row > * {
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.tagebuch-schlag-icon-col {
  width: 46px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tagebuch-schlag-icon-col svg {
  vertical-align: bottom;
}
.tagebuch-aktivitaet-icon-col {
  width: 46px;
}
.tagebuch-aktivitaet-icon-col svg {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}
.tagebuch-menge-col {
  width: 100px;
  text-align: right;
}

.flx-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.flx-col, .flx-col-auto, .flx-col-2, .flx-col-12 {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}

.flx-col-auto {
  flex: 0 0 auto;
}

.flx-col {
  flex: 1 0 0;
}

.flx-col-2 {
  flex: 0 0 16.66666667%;
}

.flx-col-12 {
  flex: 0 0 100%;
}

@media (min-width:768px) {
  .flx-col-sm, .flx-col-sm-auto, .flx-col-sm-2, .flx-col-sm-12 {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
  }

  .flx-col-sm {
    flex: 1 0 0;
  }

  .flx-col-sm-auto {
    flex: 0 0 auto;
  }

  .flx-col-sm-2 {
    flex: 0 0 16.66666667%;
  }

  .flx-col-sm-12 {
    flex: 0 0 100%;
  }
}

#betriebskarte {
  height: 600px;
}
#betriebskarte-farbskala {
  position: absolute;
  right: 4px;
  bottom: 21px;
  min-width: 38px;
  z-index: 500;
}
.ws-farbskala-item {
  padding: 0 3px;
}
#drawVWSBtn, #saveBoundsBtn {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.bg-transparent {
  background-color: transparent;
}

.raicom-tabs .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.raicom-tabs .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.raicom-tabs .nav-link:hover, .raicom-tabs .nav-link:focus {
  text-decoration: none;
}
.raicom-tabs .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.raicom-tabs .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.raicom-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.raicom-tabs .nav-tabs .nav-link {
  border-color: transparent;
  border-width: 1px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.raicom-tabs .nav-tabs .nav-link:hover, .raicom-tabs .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.raicom-tabs .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.raicom-tabs .nav-tabs .nav-link.active, .raicom-tabs .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff !important;
}
.raicom-tabs .nav-tabs.box-tabs {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  border-color: #828282;
  font-size: 13px;
}
.raicom-tabs .nav-tabs.box-tabs .nav-item {
  position: relative;
  margin-left: 2px;
  text-align: center;
  max-width: 100%;
  flex-basis: auto;
  flex-grow: 1;
}
.raicom-tabs .raicom-tabs .nav-tabs.box-tabs :first-child {
  margin-left: 0;
}
.raicom-tabs .nav-tabs.box-tabs.equal-tabs .nav-item {
  flex: 1 0 0;
}
.raicom-tabs .nav-tabs.box-tabs .nav-link {
  padding: 5px 2px 4px 2px;
  line-height: 1;
  border-color: #828282;
  background-color: #72b54e;
  color: white;
  cursor: pointer;
}
.raicom-tabs .nav-tabs.box-tabs .nav-link.active, .raicom-tabs .nav-tabs.box-tabs .nav-link:hover {
  border-color: #828282 #828282 #fff !important;
  background-color: white !important;
  color: #828282;
}
.raicom-tabs .nav-tabs.box-tabs.box-bottom-tabs {
  border-bottom: none !important;
  border-top: 1px solid !important;
}
.raicom-tabs .nav-tabs.box-tabs.box-bottom-tabs .nav-item {
  margin-bottom: 0;
  margin-top: -1px;
}
.raicom-tabs .nav-tabs.box-tabs.box-bottom-tabs .nav-link.active, .raicom-tabs .nav-tabs.box-tabs.box-bottom-tabs .nav-link:hover {
  border-color: #fff #828282 #828282 #828282 !important;
}
.raicom-tabs .nav-tabs.box-tabs.tabs-orange .nav-link {
  background-color: #ff7100;
}
.raicom-tabs .nav-tabs.box-tabs.tabs-orange .nav-link.active, .raicom-tabs .nav-tabs.box-tabs.tabs-orange .nav-link:hover {
  background-color: white;
}
.raicom-tabs .nav-tabs.box-tabs.tabs-dark-green .nav-link {
  background-color: #266b00;
}
.raicom-tabs .nav-tabs.box-tabs.tabs-dark-green .nav-link.active, .nav-tabs.box-tabs.tabs-dark-green .nav-link:hover {
  background-color: white;
}
.raicom-tabs .nav-tabs.box-tabs .nav-link.tab-orange {
  background-color: #ff7100;
}
.raicom-tabs .nav-tabs.box-tabs .nav-link.tab-orange.active, .nav-tabs.box-tabs .nav-link.tab-orange:hover {
  background-color: white;
}

.panel-heading .collapse-indicator {
  color: white !important;
  margin-left: 5px;
}

h3.panel-title {
  display: inline-block;
  font-size: 14px !important;
  margin-left:5px;
}

.trennlinie {
  border-style: solid;
  border-width: 2px;
}

.auftrag_einheit {
  padding-left:3px;
}

.btn_frucht {
  width:130px !important;
}

.btn-secondary {
  background: #dddddd;
}

/* DBR */
.dbr_uebersicht_col {
  width:180px;
  display:inline-block;
}

.dbr_uebersicht_col div:first-child {
  height: 50px;
}

.dbr_uebersicht_col .row_headline {
  margin-left: 3px;
}

.dbr_uebersicht_col .row_line {
  margin-left: 20px;
}

.dbr_uebersicht_col .row_betline {
  margin-left: 3px;
}

.dbr_uebersicht_col span {
  font-weight:bold;
  line-height:25px;
}

.dbr_uebersicht_col div {
  width:100%;
  border-bottom: 1px black solid;
}

.dbr_uebersicht_col_content {
  width:150px;
  display:inline-block;
}

.dbr_uebersicht_col_content div {
  width:100%;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
  text-align:right;
  padding-right: 5px;
}

.dbr_uebersicht_col_content span {
  line-height:25px;
}

.dbr_uebersicht_col_content div:first-child {
  height: 50px;
  border-left: 1px black solid;
  text-align:left;
  padding-left:5px;
  font-weight:bold;
}

.dbr_uebersicht_col_content .row_betline {
  font-weight:bold;
  text-align:left !important;
}

.dbr_table {
  width:100%;
}

.dbr_table tr {
  width:100%;
}

.dbr_table th {
  font-weight:bold;
  padding:3px;
  height:25px;
  border-bottom:1px solid #ccc;
}

.dbr_table td {
  padding:3px;
  height:25px;
}

.dbr_table_headline {
  background-color:#d9d9d9;
}


/* DPL */
.dpl_row {
  height: 30px;
}

.dpl_cell{
  border: 1px solid #ccc;
  height: 30px;
  padding-top: 5px;
  padding:5px;
}

.dpl-popover+.popover{
  width: 800px !important;
  max-width: 800px !important;
}

/* apk */
.apk_anbieter_box {
  height:150px;
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.apk_anbieter_box div {
  height:100%;
}

.apk_anbieter_box img {
  height:100%;
}

.apk_anbieter_box p {
  color:black;
}

.apk_anbieter_box span {
  margin-top:30px;
  height:100%;
}

.apk_auftrage_box {
  height:150px;
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.apk_auftrage_box div {
  height:100%;
}

.apk_auftrage_boxp {
  color:black;
}

.apk_auftrage_box span {
  margin-top:30px;
  height:100%;
}

.genocockpit-reiter {
  width: 16.66%; /* 100 : 6 = 16,66... */
}

select option:disabled {
    color: #ddd;
}

.herbstduengung_nmin_45, .herbstduengung_leguminosen {
  /* sichtbar */
}

.dnone_herbstduengung_nmin_45, .dnone_herbstduengung_leguminosen {
  display:none !important;
}

.guelle_planungshahr_dnone {
  display:none !important;
}

.glyphicon-refresh-animate {
  -animation: spin 2s infinite linear;
  -webkit-animation: spinWebkit 2s infinite linear;
  -moz-animation: spinMoz 2s infinite linear;
}

@-webkit-keyframes spinWebkit {
  from { -webkit-transform: rotate(0deg);}
  to { -webkit-transform: rotate(360deg);}
}
@keyframes spinMoz {
  from { transform: scale(1) rotate(0deg);}
  to { transform: scale(1) rotate(360deg);}
}
@keyframes spin {
  from { transform: scale(1) rotate(0deg);}
  to { transform: scale(1) rotate(360deg);}
}

/* schlagkartei lagerposition submenu*/

.submenu{
  display: none;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1000;
  float: left;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.submenu.open{
  display:block;
}
.submenu>li>a{
  float: left;
  width: 100%;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.submenu>li>a:hover{
  background-color: #6ab023 !important;
  color: #fff !important;
  text-decoration:none;
}