html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}

.map-container,
.map-canvas,
#map-canvas{
    height: 100%;
    position: relative;
    
}
.main-map-container{
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}
#info-window{
    position: absolute;
    z-index: 100000;
    width: 30%;
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    height: 80%;
    left: 0;
}
.color-button {
    width: 14px;
    height: 14px;
    font-size: 0;
    margin: 2px;
    float: left;
    cursor: pointer;
}
.map-actions-container{
    margin-top: 30px;
    text-align: center;
}
.clearfix{
    display: block;
    clear: both;
    float: none;
}
.main_container .top_nav{ position: relative; z-index: 100;}
.records-actions-options li a.dropdown-toggle{
    padding: 5px 10px;
    line-height: 20px;
    color: #fff !important;
}
.records-actions-options li a.dropdown-toggle:hover{
    background: #169F85 !important;
    color: #fff !important;
    
}
.records-actions-options li li a{
    padding-top: 8px;
    padding-bottom: 8px;
}
#farm-form-status{
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.row-child-farm .farm-name{
    padding-left: 50px;
}
.row-child-farm td{
    background: #f9f9f9 !important;
}
footer.footer{
    text-align: center;
}
.required.error{
    border: 1px solid #f00 !important;
}
label.error{
    display: none !important;
}
.map-links-container{
    margin-bottom: 10px;
}
.map-links-container .btn{ margin-right: 20px;}
.description{ color: #888; font-size: 13px; margin: 5px 0;}