.olMapClass {
    height: 40vh;
    width: 100%;
}

#cardMap {
    padding: 0px;
    position: relative;
}

.abds-card {
    height: 100%;
}

.abds-card .card-header {
    padding: .4rem 1.25rem;
}

.row{
    padding: 5px;
}

.cardHeaderIcon{
    padding-top: 5px;
}

#closeStatistics {
    display: none;
    color: #888;
    cursor: pointer;
}

#closeStatistics:hover {
    color: #000;
}

#mainChartNoData {
    display: none;
}

.togoQ{
    font-style: italic;
    font-size: smaller;
}

.fieldName{
    font-weight: bold;
    font-size: smaller;
}

#downloadChartData {
    cursor: pointer;
}

.availableDate{
    background-color: rgb(210,230,255);
}

.bw {
    filter: grayscale(100%);
}

#progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: rgba(0, 60, 136, 0.4);
    width: 0;
    transition: width 250ms;
}

.badgeShelf {
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
    display: block;
}

.badge {
    color: #fff;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: center;
    margin: 0.25em;
    border-radius: .25rem;
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}
.badge:hover{
    color: #fff;
}

.badge-farm{
    background: #DC453D;
    color: #fff;
}

.badge-all-farms{
    background: #DC453D;
    color: #fff;
}


.badge-aggr-farms{
    background: #DC453D;
    color: #fff;
}

.badge-harvest{
    background: #FFB447;
    color: #fff;
}

.badge-date{
    background: #7a7a7a;
    color: #fff;
}

.badge-vector{
    background: #90C978;
    color: #fff;
}

.badge-raster{
    background: #6891C3;
    color: #fff;
}

#dropMenu {
    text-align: right;
    left: -100%;
}

.flag-button{
    border:0;
    background:none;
}

#dropdownLanguages {
    margin-right: 1rem;
}

#filterLanguage {
    min-width: 120px;
}
#filterLayers {
    width: 180px;
}

#filterHarvestFarm {
    width: 500px;
}

#ff-all {
    margin-left: -2rem;
}

#label-ff-all {
    margin-left: -1rem;
}

.dropdown-menu{
    font-size: 0.95rem;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: -1px;
}

.filterLabel {
    font-weight: bold;
}

.close {
    font-size: .9rem;
    font-weight: 100;
    line-height: .5;
    margin-left: 2px;
    color: #f8f9fa;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
}

/**/
.my-legend .legend-title {
    text-align: right;
    margin-bottom: 2px;
    font-style: italic;
    font-size: 60%;
}

.my-legend .legend-scale ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
.raster-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 2px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 60%;
    list-style: none;
}

.raster-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 2px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 60%;
    list-style: none;
}

.raster-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 2px;
}

.my-legend a {
    color: #777;
}

.vector-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 60px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 60%;
    list-style: none;
}

.vector-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 60px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 60%;
    list-style: none;
}

.vector-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 60px;
}

.heatmapLegend{
    position:absolute;
    bottom:0;
    z-index:0;
}

.heatmapLegendLeft {
    right:2%;
    bottom:6%
}

.heatmapLegendRight {
    left:2%;
}
/**/
.farm-list {
    overflow-y: scroll;
    height: 500px;
}

@media screen and (min-width: 400px) {
    #filterHarvestFarm{
        width: 300px;
        height: 550px;
        overflow: scroll;
    }
}

@media screen and (min-width:700px) {
    #filterHarvestFarm{
        width: 550px;
        height: 550px;
        overflow: scroll;
    }
}

@media screen and (min-width: 900px) {
    #filterHarvestFarm{
        width: 800px;
        height: 550px;
        overflow: hidden;
    }
}

.newItemClass{
    background-color: #f2f2f2;
}

.newsFeedItemClass {
    cursor: pointer;
}

.abdsTable {
    line-height: 1;
    border-collapse: collapse;
    width: 100%;
}

.abdsTable td, .abdsTable th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.abdsTable tr:nth-child(even) {
    background-color: #dddddd;
}

@media screen and (min-width: 400px) {
    #bellDropdown{
        width: 300px;
        min-height: 0;
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media screen and (min-width:700px) {
    #bellDropdown{
        width: 550px;
        min-height: 0;
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 900px) {
    #bellDropdown{
        width: 800px;
        min-height: 0;
        max-height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
