.btn{
    height: 30px;
}

.rightaligned{
    right: 60px;
    display: inline;
}


.farmlist{
    font-size: 50%;
    height: 25px;
    width: 275px;

}

.peoplelist{

    font-size: 50%;
    width: 100%;
}

.rent:hover, .peoplelist:hover{
    cursor: pointer;
}

#fieldlookup{
    height: 30px;
}

.fieldlookup{
    text-decoration: none;
}

.listfield{
    width: 160px;
    cursor: pointer;
    list-style-type: none;
}

.listfield:hover{
    background-color: rgba(0,0,0,0.2);
}
.normalpagetext{
    font-size: small;   
}

.bigfieldinputbox{
    background-color: transparent;
    border: none;
    font-size: 150%;
}

.fieldinputbox{
    width: 275px;
    background-color: transparent;
    border: none;
    font-size: small;
}

.peopletable th, .peopletable td {
    width: 11%;
    font-size: small;
}

.peopletext {
    border: none;
    background-color: transparent;
    text-align: center;
}



.enterpriseacres{
    width: 60px;
    text-align: center;
}

#fielddiv{
    display: inline-block;
    position: absolute;
    z-index: 1;
}



/******************************************/
/*          Dropdown Styling              */
/******************************************/

/* Style The Dropdown Button */
.yeardropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    min-width: 100px;
}

/* The container <div> - needed to position the dropdown content */
.yeardropdown {
    position: absolute;
    left: 10px;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
 .yeardropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

/* Links inside the dropdown */
 .yeardropdown-content a, .listfield a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
 .yeardropdown-content a:hover {
    background-color: #3e8e41;
}

/* Show the dropdown menu on hover */
.yeardropdown:hover .yeardropdown-content {
    display: block;
}

.yeardropbtn:hover .yeardropbtn {
    background-color: #3e8e41;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.yeardropdown:hover .yeardropbtn {
    background-color: #3e8e41;
}



.center{
    text-align: center;
}

/* Menu Panel Basic settings */
.ui-li-static.ui-collapsible {
    padding: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-content > .ui-listview,
.ui-li-static.ui-collapsible > .ui-collapsible-heading {
    margin: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    border-bottom-width: 0;
}
/* collapse vertical borders */
.ui-li-static.ui-collapsible > .ui-collapsible-content > .ui-listview > li.ui-last-child,
.ui-li-static.ui-collapsible.ui-collapsible-collapsed > .ui-collapsible-heading > a.ui-btn {
    border-bottom-width: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-content > .ui-listview > li.ui-first-child,
.ui-li-static.ui-collapsible > .ui-collapsible-content > .ui-listview > li.ui-first-child > a.ui-btn,
.ui-li-static.ui-collapsible > .ui-collapsible-heading > a.ui-btn {
    border-top-width: 0;
}
/* Remove right borders */
.ui-li-static.ui-collapsible > .ui-collapsible-heading > a.ui-btn,
.ui-li-static.ui-collapsible > .ui-collapsible-content > .ui-listview > .ui-li-static,
.ui-li-static.ui-collapsible > .ui-collapsible-content > .ui-listview > li > a.ui-btn,
.ui-li-static.ui-collapsible > .ui-collapsible-content {
    border-right-width: 0;
}
/* Remove left borders */
/* Here, we need class ui-listview-outer to identify the outermost listview */
.ui-listview-outer > .ui-li-static.ui-collapsible .ui-li-static.ui-collapsible.ui-collapsible,
.ui-listview-outer > .ui-li-static.ui-collapsible > .ui-collapsible-heading > a.ui-btn,
.ui-li-static.ui-collapsible > .ui-collapsible-content {
    border-left-width: 0;
}

.ui-block-a{
    white-space: normal !important;
}

.ui-header .ui-title {
    margin-right: 10%;
    margin-left: 10%;
}

.ol-attribution {
    visibility: hidden;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 80px;
  }
  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
  }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
  }
  .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
  }
  .ol-popup-closer:after {
    content: "✖";
  }

/* Button Positioning */
  .findmebutton {
    position: absolute;
    left: 10px;
    z-index: 10;
    display: inline-block;
}

  .drawbutton {
    position: absolute;
    left: 50px;
    z-index: 10;
    display: inline-block;
}

.statisticsform {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 12;
    display: inline-block;
    background-color:white;
}

.statisticsarea {
    position:absolute;
    left:0px;
    bottom:80px;
    width:20%;
    height:20%;
    z-index:12;
    background-color:white;
}
  
