﻿html, body {
    margin: 0;
    height: 100%;
    overflow: hidden
}

.EquipasClusterClass {
    background: rgb(247,156,63) !important;
    background: linear-gradient(90deg, rgba(247,156,63,0.40) 0%, rgba(255,146,1,0.9) 50%, rgba(255,146,1,0.40) 100%) !important;
    border: #5b7eb3 double medium !important;
    border-radius: 15px !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    font-size: 24px !important;
    padding: 2px;
    vert-align: middle;
    vertical-align: middle;
}

.LastUpdate {
    position: absolute;
    top: 1px;
    left: 60px;
    width: 250px;
    z-index: 4000;
}

.icnf {
    position: absolute;
    bottom: 0px;
    right: 50px;
    /*width: 405px;*/
    /*margin: 20px 0 0 -50px;*/
    z-index: 4000;
}

.meteoAlert {
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*width: 360px;*/
    /*margin: 0px 0 0 0px;*/
    z-index: 4000;
}

.lista {
    position: absolute;
    bottom: 1vh;
    font-size: 10px !important;
    width: 75vw;
    z-index: 4000;
}

.odd, .even, .sorting, table.dataTable tfoot th {
    font-size: 10px !important;
}


.marker {
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

.imageLeft {
    position: absolute;
    top: 70px;
    left:100px;
    width: 200px;
    margin: -60px 0 0 -60px;
    z-index: 4000;
    -webkit-animation: spin 10s alternate infinite;
    -moz-animation: spin 10s alternate infinite;
    animation: spin 10s alternate infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotateY(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}



.frame1 {
    
    height: 540px;
    width: 340px;
   /* -webkit-transform: scale(70%);
    transform: scale(70%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;*/
}

.frame2 {
    height: 500px;
    width: 350px;/**/
   /* -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    zoom:85%*/
}