#map {
    min-height: 560px;
}

.live {
    animation: blinker 15s linear infinite;
        display: none;
}


@keyframes blinker {
    0% {
        opacity: 0.1;
    }

    5%,
    25% {
        opacity: 1;
    }

    15%,
    35% {
        opacity: 0.1;
    }

    40% {
        opacity: 1;
    }
}


body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.b-example-divider {
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    height: 3rem;
}

.header_fly {
    /*        background-color: rgb(53, 176, 171) !important;*/
    background-color: rgb(53, 176, 171);
    background-image:
        linear-gradient(to right,
        rgb(53, 176, 171), rgb(42, 140, 136));
}

.row_details {
/*    background-color: #f1c043; /* #f8b032; #f8e0a2; #f8c06a   #f8d060*/
}

.leaflet-control-layers {
    text-align: left;
}

.marker-cluster-large,
.marker-cluster-large div,
.marker-cluster-medium,
.marker-cluster-medium div,
.marker-cluster-small,
.marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
}

.deutero.marker-cluster-large,
.deutero.marker-cluster-large div,
.deutero.marker-cluster-medium,
.deutero.marker-cluster-medium div,
.deutero.marker-cluster-small,
.deutero.marker-cluster-small div {
    background-color: rgba(39, 200, 245, 0.6) !important;
}

.borders {
    border: 2px solid rgb(53, 176, 171);
}

.logos {
    height: 40px;   max-width: 150px;   /*  width: 80px;    */
}
