﻿
.installation-header {
    font-size: 20px;
    background: -webkit-gradient();
    padding: 4px;
}

.installation-info-container {
    width: 100%;
    height: 100%
}


.installation-map-container .leaflet-container {
    border: 1px solid #919191;
    border-radius: 15px;
    margin-right: 10px;
    height: 100% !important;
    width: 100% !important;
}
.installation-map-container {
    height: 100%;
    width: 100%;
}

.installation-map-container .leaflet-container {
}

.installation-weather-container {
    border: 1px solid #919191;
    margin-right: 10px;
    border-radius: 4px;
}

.installation-gateway-container {

    border-radius: 4px;
}



.compost-bin-group-content {
    display: inline-table;
}

.compost-bin-group-container {
    border-radius: 3px;
    width: min-content;

}

.compost-bin-group-header {
    border-bottom: 1px solid #c7c7c7;
    padding: 3px;
}

.compost-bin-header {
    padding: 2px;
}

.compost-bin-content {
    margin: 2px;
    padding: 2px;
}

.compost-bin-container {
    border: 3px solid #583a1b;
    background: #d4ddff7d;
    border-radius: 4px;
    width: 200px;
    height: 200px;
}


.compost-bin-level-layer {
    background: #f7cfcfad;
    width: 100%;
    position: absolute;
    height: 50%;
    bottom: 0;
    background-image: radial-gradient(circle at 1px 1px, #d1c5c5 1px, transparent 0);
    background-size: 4px 4px;
}


.temperature-data-container,
.filllevel-data-container {
    margin: 3px;
}


.temperature-data-content,
.filllevel-data-content {
    padding: 4px
}


.temperature-data-content-data,
.filllevel-data-content-data {
    font-size: 25px;
    font-weight: bold;
    min-width: 150px;
}

.temperature-data-info,
.filllevel-data-info {
    font-size: 13px;
    margin: 0px;
    line-height: 0.2;
}


.temperature-data-info span {
    background: #c14f4f;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
        margin-right: 2px;
}

.filllevel-data-info span {
    background: #5a4cd1;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    padding: 3px;
    font-weight: bold;
    margin-right: 2px;
}




.temperature-data-container .font-icon {
    font-size: 28px;
    fill: #c14f4f;
}

.filllevel-data-container .font-icon {
    font-size: 26px;
    fill: #5a4cd1;
}

.temperature-info-container,
.filllevel-info-container {
    font-size: 10px;
}

.probe-data-info {
    font-size: 20px;
    font-weight: bold;
}

.probe-uid-info {
    fill: white;
}

.filllevel-data-container i {
    font-size: 26px;
    color: #5a4cd1;
}


.compost-bin-group-content {
    border: 1px solid #ababab;
    margin: 2px;
    padding: 5px;
    border-radius: 3px;
    width: min-content;
}