/*.container.rotte-salvate .closeRotte{
    display: none;
}
#btnChangeHour,#legenda,#paramsSelectorMobile{
    display:none;
}
@media only screen and (min-width : 769px) {
    .maps .mapscontrols-bottom-menu {
        display: none;
    }
    .maps.meteorotte-cart .mapscontrols-left-bottom,.mapboxgl-ctrl-bottom-left{
        display: none;
    }
    #btnChangeHour,#legenda,#paramsSelectorMobile{
        display:block;
    }
    #attribution{
        bottom:0;
    }
}*/

@media only screen and (max-width: 768px) {
  .maplibregl-ctrl-scale,
  .mapboxgl-ctrl-scale,
  .maplibregl-ctrl-zoom-in,
  .mapboxgl-ctrl-zoom-in,
  .maplibregl-ctrl-zoom-out,
  .mapboxgl-ctrl-zoom-out,
  .maplibregl-ctrl-fullscreen,
  .mapboxgl-ctrl-fullscreen {
    display: none !important;
  }

  #btnChangeHour,
  #legenda,
  #btnChangeHour {
    display: none;
  }

  .fascia {
    padding: 50px 10px;
  }

  #map-container {
    position: fixed !important;
    height: 100%;
    width: 100%;
    top: 52px;
    left: 0;
    z-index: 1;
    background: white;
  }

  .container.rotte-salvate.opened {
    position: fixed !important;
    height: 100%;
    width: 100%;
    top: 35px;
    left: 0px;
    padding: 0 !important;
    margin: 0;
    z-index: 1;
    background: white;
  }

  .container.rotte-salvate.opened .legenda {
    display: none;
  }

  .container.rotte-salvate.opened .tableResp {
    max-height: 90%;
    overflow: auto;
  }

  .container.rotte-salvate.opened .closeRotte {
    display: block;
    position: absolute;
    top: 22px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(img/icoset-navigazione.png) no-repeat center center;
    background-position: -150px 3px;
  }

  .maps.meteorotte-cart .mapscontrols-left-bottom {
    position: absolute;
    bottom: 165px !important;
    left: 12px !important;
    top: unset !important;
    z-index: 401;
    right: 15px;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
  }

  .maps.meteorotte-cart .mapscontrols-left-bottom a {
    border-radius: 10px;
    background-color: white;
    background: url(img/icoset-navigazione.png) no-repeat center center;
    background-position: 9px 15px;
    background-size: 280px 32px;
    padding: 0;
  }

  .maps .mapscontrols-find-coordinates button {
    font-size: inherit !important;
  }

  .maps .mapscontrols-find-coordinates {
    width: 83%;
    top: 30px;
  }

  .maps .mapscontrols-find-coordinates.port {
    width: auto;
  }

  .maps .mapscontrols-find-coordinates span.mr-lg {
    margin-right: 57px;
  }

  .maps .mapscontrols-find-coordinates .input-coordinates {
    width: 34px;
    padding: 1px 6px;
    font-size: 18px;
    height: inherit;
    border: none;
    color: black;
  }

  .maps .mapscontrols-right {
    /*
        bottom: -15px !important;
        top: inherit !important;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 40px !important;
        */

    position: absolute;
    bottom: 136px !important;
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 40px !important;
    top: unset !important;
  }

  .maps .mapscontrols-right.margin-bottom-xs {
    bottom: -10px !important;
  }

  .maps .mapscontrols-left {
    display: block;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 50px;
        top: unset;
        height: 336px;
        width: 138px;
        background-color: #f7f7f7;
        padding: 4px 5px 5px 7px;
        border-radius: 6px;
  }

  .test-navigazione-cartografica .maps .mapscontrols-left,
  .premium-navigazione-cartografica .maps .mapscontrols-left {
    /*display: none;*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    position: fixed;
    /*bottom: 120px;*/
    left: 50px;
    top: unset;
    height: 336px;
    width: 138px;
    background-color: #f7f7f7;
    padding: 4px 5px 5px 7px;
    border-radius: 6px;
  }
  .maps .mapscontrols-left:before {
    content: "";
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    left: 32px;
    border-color: #f7f7f7 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
  }

  .maps .mapscontrols-left .button-map-l {
    /*display: -webkit-inline-box;*/
    display: inline-block;
  }

  .maps .mapscontrols-left button {
    border-radius: 5%;
    width: 50px;
    height: 50px;
  }

  .maps .date-time-nav {
    width: 180px;
    height: 57px;
    font-size: 18px;
  }
  .maps .date-time-nav span:nth-child(1) {
    position: absolute;
    left: 158px;
    top: 5px;
  }
  .maps .date-time-nav span:nth-child(2) {
    position: absolute;
    left: 156px;
    top: 25px;
  }
  .maps .date-time-nav span:nth-child(3) {
    position: absolute;
    left: 210px;
    top: 12px;
    font-size: 20px;
  }

  .maps .date-time-nav .arrow {
    position: absolute;
    width: 28px;
    height: 60px;
    top: -3px;
    cursor: pointer;
    font-size: 40px;
    padding: 0px 6px;
  }
  .maps .date-time-nav .arrow.arrow-prev {
    left: 126px;
  }
  .maps .date-time-nav .arrow.arrow-next {
    right: 6px;
  }

  .maps .mapscontrols-bottom-menu {
    /*        position: fixed!important;
        bottom: 0px!important;
        left: 0px;
        width: 100%;
        height: 50px;
        background-color: white;
        z-index: 400;*/
    position: fixed;
    bottom: 11px;
    z-index: 1400;
    left: 10px;
  }

  .maps .mapscontrols-bottom-menu > a {
    display: table-cell;
    right: 100px;
    bottom: 12px;
  }

  .maps .mapscontrols-meteorotte-container {
    position: fixed !important;
    height: 53px;
  }

  .maps .mapscontrols-meteorotte-container .mapscontrols-show-coordinates {
    display: none;
  }

  .maps .mapscontrols-meteorotte-container .mapscontrols-meteorotte {
    width: 100%;
    height: 100%;
    background-color: #0b3b61;
  }

  .maps .mapscontrols-meteorotte-container .mapscontrols-meteorotte > div {
    width: 24%;
    height: 45px;
    padding: 0 !important;
    margin: 4px 0 !important;
    background-color: white;
    color: #0b3b61;
  }

  .maps .mapscontrols-meteorotte-container .mapscontrols-meteorotte > div:first-child {
    display: none;
  }
  .maps .mapscontrols-meteorotte-container .mapscontrols-meteorotte > div > div {
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
  }

  a#fullscreen {
    display: none;
  }

  a#changeHour {
    /*display: none;*/
  }
  #changeHourPanel {
    display: block;
  }

  #changeHourPanel .leaflet-control-timePicker-date {
    position: fixed;
    left: 80px;
    bottom: 92px;
    z-index: 40000;
  }
  #changeHourPanel .leaflet-control-timePicker-date:before {
    content: "";
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    left: 51px;
    border-color: #f7f7f7 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
  }

  .input-group.date input.form-control.datetime {
    z-index: inherit;
  }

  .maps.meteorotte-prev .mapscontrols-right {
    bottom: 35px !important;
  }

  form.miei-porti {
    z-index: 10;
    position: fixed;
    top: 52px;
    width: 100%;
  }
  form.miei-porti > .box-grey:first-child {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 80px;
    overflow: hidden;
    left: 0;

    padding: 0 15px;
    height: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -mox-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }

  form.miei-porti > .box-grey.opened:first-child {
    padding: 15px;
    height: 220px;
  }

  form.miei-porti .open-box {
    display: block;
    position: fixed;
    height: 22px;
    width: 100%;
    left: 0;
    top: 80px;
    background-color: #f9f9f9;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -mox-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  form.miei-porti .open-box.opened {
    -webkit-transform: translate(0px, 200px);
    -moz-transform: translate(0px, 200px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate(0px, 200px);
  }
  form.miei-porti .open-box:before {
    content: "«";
    font-size: 36px;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 0px;
    line-height: 0.4;
    left: 50%;
    transform-origin: center;
    margin-left: -2%;
    color: #666666;
    width: unset;
    height: 22px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -mox-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }

  form.miei-porti .open-box.opened:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  div.maps.miei-porti #map {
    width: 100%;
    height: 100%;
    top: 0px;
    position: relative;
    min-height: unset;
  }

  .button-r-icon1,
  .button-r-icon2,
  .leaflet-control-zoom.leaflet-bar.leaflet-control {
    display: none;
  }

  #map_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
  }

  .scheda-head.head-cartografica {
    background-color: #087bb2;
    color: white;
    position: fixed;
    display: block !important;
    top: 45px;
    left: 0;
    z-index: 1400;
    width: 100%;
  }
  .scheda-head.head-cartografica a.return-arrow {
    position: absolute;
    margin: 9px 0 0 10px;
    background-size: 20px;
  }
  .scheda-head.head-cartografica .text-primary {
    text-align: center;
    font-size: 18px;
    padding: 12px 0 5px 0 !important;
    color: white !important;
    margin: 0 !important;
  }

  .scheda-head.head-cartografica .showRotte-container {
    position: absolute;
    top: 11px;
    right: 4px;
    width: 45px;
    height: 21px;
    overflow: hidden;
    border-radius: 6px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
  }
  /*        .scheda-head.head-cartografica a#showRotte {
            position: absolute;
            margin: 9px 0 0 10px;
            background-size: 20px;
        }*/

  .panel-body:not(.not-mobile) {
    padding: 15px 0;
  }

  .info-porto .fascia.scheda-porto {
    padding: 32px 0px;
  }
  .info-porto .fascia.scheda-porto .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .info-porto .fascia.scheda-porto .container .div-text-1 {
    padding: 6px;
  }
  .info-porto .fascia.scheda-porto .container .div-text-2 {
    margin: 6px;
  }
  .info-porto .fascia.scheda-porto .container .img-container {
    padding: 0;
  }
  .info-porto .fascia.scheda-porto .container .img-container img {
    width: 100%;
  }

  #mypage.info-porto .fascia.scheda-porto {
    padding-top: 0;
    margin-top: 0;
    position: relative;
    top: 30px;
  }
  #mypage.info-porto .fascia.scheda-porto .scheda-head {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #mypage.info-porto .fascia.scheda-porto .scheda-head .img-container {
    padding: 0;
  }
  #mypage.info-porto .fascia.scheda-porto .scheda-head .img-container img {
    width: 100%;
  }

  .row-buttons {
    padding-left: 0;
  }

  .meteorotte-previsioni #legenda {
    top: 37px;
    left: 6px;
  }
  .premium-navigazione-cartografica #legenda {
    top: 40px;
    left: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .maps .mapscontrols-bottom-menu {
    bottom: 10px;
  }

  .maps .mapscontrols-bottom-menu > a {
    bottom: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .maps .mapscontrols-bottom-menu {
    left: 1px;
  }
}

@media only screen and (max-width: 380px) {
  .maps .mapscontrols-find-coordinates .input-coordinates {
    width: 26px !important;
    height: 20px !important;
    padding: 1px 2px !important;
    font-size: 14px !important;
    text-align: center !important;
    height: inherit !important;
    border: none !important;
    color: black !important;
  }
  .maps .mapscontrols-find-coordinates .input-coordinates.input-large {
    width: 62px !important;
  }
}

@media only screen and (max-width: 1139px) {
  #previsioni-table {
  }
  #previsioni-table .tableRespCont {
    margin-left: 10%;
    width: 90%;
  }
  #previsioni-table .tableRespCont table tr th:first-child {
    width: 10%;
  }

  .container.rotte-salvate .tableResp .tableRespCont {
    overflow: auto;
    /* overflow-y: hidden; */
    margin-left: 0;
    width: 100%;
  }
  .container.rotte-salvate .tableResp tr th:first-child {
    width: 50%;
  }

  .ui-sortable, .ui-sortable-handle {
    touch-action: auto !important;
  }
}

@media only screen and (max-width: 959px) {
  #previsioni-table .tableRespCont table tr th:first-child {
    font-size: 12px;
  }
  .box-pacchetto {
    height: 422px;
  }
}

@media only screen and (max-width: 767px) {
  #previsioni-table .date-prev {
    display: none;
  }
  #previsioni-table .utc-prev {
    display: none;
  }
  #previsioni-table .data.distanza posizione {
    font-size: 12px;
  }

  .breakLine:before {
    content: " ";
    display: block;
  }

  .step:last-child .step-prev {
    position: relative;
    margin: 10px auto;
  }

  .box-pacchetto {
    height: unset !important;
  }

  #header .admin-is-using {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .meteorotte-previsioni .fascia.scheda-porto {
    padding: 24px 0 !important;
  }
}

@media only screen and (min-width: 770px) {
  .step:last-child:not(.hidden) .step-prev {
    position: absolute;
  }

  .fascia-intro-imm .box-pacchetto .btn.btn-border.btn-info {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 991px) {
  /*    .meteorotte-previsioni .fascia, .premium-meteorotte-cartografiche .fascia,
    .premium-navigazione-cartografica .fascia, .premium-allerte .fascia{
        padding: 0;
    }*/
  /*.meteorotte-previsioni .fascia.scheda-porto {
        padding: 0;
    }*/

  .box-pacchetto {
    height: 370px;
  }

  .menu-logged ~ #headerAdmin .admin-using-user:first-child .fascia {
    padding: 0px 0;
  }
}

@media only screen and (max-width: 810px) {
  .box-pacchetto {
    height: 390px;
  }
}

@media only screen and (max-width: 773px) {
  .box-pacchetto {
    height: 414px;
  }
}

@media only screen and (min-width: 992px) {
  #header .admin-is-using {
    position: absolute;
    height: 20px;
    bottom: -20px;
    left: 0;
    width: 100%;
    padding-bottom: 22px;
    font-size: 18px;
    background-color: #6fb9de;
    color: white;
    font-weight: bold;
    text-align: center;
    font-family: "Open Sans", sans-serif;
  }
  #header .admin-is-using .icon-success {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #header .admin-is-using .icon-success:before {
    content: "\f06a";
    color: #ff0000;
  }
  #header .admin-is-using a {
    color: #2900ff;
  }

  .admin-using-user #headerAdmin {
    top: 22px !important;
    position: relative;
  }
  .admin-using-user #headerAdminInner .menu-sticky {
    top: 72px;
  }
  .menu-logged ~ #headerAdmin .admin-using-user:first-child .fascia {
    padding: 88px 0;
  }

  #previsioni-table-popup #previsioni-table {
    left: 250px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
  #previsioni-table-popup #previsioni-table {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 991px) {
  .test-navigazione-cartografica .maps .mapscontrols-left,
  .premium-navigazione-cartografica .maps .mapscontrols-left {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 50px;
    top: unset;
    height: 336px;
    width: 138px;
    background-color: #f7f7f7;
    padding: 4px 5px 5px 7px;
    border-radius: 6px;
  }
  #header .admin-is-using {
    position: absolute;
    height: 20px;
    bottom: -20px;
    left: 0;
    width: 100%;
    padding-bottom: 22px;
    font-size: 18px;
    background-color: #6fb9de;
    color: white;
    font-weight: bold;
    text-align: center;
    font-family: "Open Sans", sans-serif;
  }
  #header .admin-is-using .icon-success {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #header .admin-is-using .icon-success:before {
    content: "\f06a";
    color: #ff0000;
  }
  #header .admin-is-using a {
    color: #2900ff;
  }

  .admin-using-user #headerAdmin {
    margin-top: 20px;
  }
  .admin-using-user #headerAdminInner .menu-sticky {
    top: 72px;
  }
  .menu-logged ~ #headerAdmin .admin-using-user:first-child .fascia {
    padding: 88px 0;
  }
}

@media only screen and (max-width: 746px) {
  #header .admin-is-using {
    padding-bottom: 18px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 622px) {
  #header .admin-is-using br {
    display: none;
  }
}

@media only screen and (max-width: 621px) {
  #header .admin-is-using {
    padding-bottom: 32px;
    bottom: -32px;
  }

  .admin-using-user #headerAdminInner .menu-sticky {
    top: 84px;
  }

  .admin-using-user #headerAdmin {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 334px) {
  #header .admin-is-using {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gestione-utenti .table-filter-container-search button {
    margin: 4px 0 0 0;
  }
}

@media (max-width: 480px) {
  #previsioni-table-popup #previsioni-table {
    position: fixed !important;
    /*        top: 50%!important;
        left: 0!important;
        transform: translate(0%, -50%)!important;*/
    top: 80px;
    left: 0 !important;
  }
  #previsioni-table-popup #previsioni-table #koala {
    height: 234px !important;
  }

  #previsioni-table-popup #previsioni-table table#koala .data.tempo.odd {
    height: 52px !important;
    font-size: 16px !important;
  }

  #previsioni-table-popup #previsioni-table table#koala td.data.me.newriga img {
    top: 55px;
  }

  #previsioni-table-popup #previsioni-table table#koala .data.distanza.posizione div {
    top: 52px;
    left: 0;
  }

  #previsioni-table-popup #previsioni-table table#koala td.data.ws {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 19px;
  }

  #previsioni-table-popup #previsioni-table table#koala td.data.ws .incidenza {
    transform: scale(1.4);
    left: unset;
    right: 10px;
    top: -100px;
    margin-left: 0;
  }

  #previsioni-table-popup #previsioni-table table#koala td.data.ws .incidenza_values_wind {
    width: 50%;
    padding-left: 0px;
    padding-top: 0px !important;
    position: relative;
    top: -11px;
  }
  #previsioni-table-popup #previsioni-table table#koala td.data.ws .incidenza_values_wind > table {
    width: 100%;
    margin-top: 0px;
    height: 71px;
  }

  #previsioni-table-popup #previsioni-table table#koala td.data.me:not(.newriga) {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 19px;
  }

  #previsioni-table-popup #previsioni-table table#koala td.data.me:not(.newriga) .incidenza {
    transform: scale(1.4);
    left: unset;
    right: 10px;
    top: -100px;
    margin-left: 0;
  }

  #previsioni-table-popup #previsioni-table table#koala td.data.me:not(.newriga) .incidenza_values_sea {
    width: 50%;
    padding-left: 0px;
    padding-top: 0px !important;
    position: relative;
    left: 50%;
    top: -11px;
  }
  #previsioni-table-popup #previsioni-table table#koala td.data.me:not(.newriga) .incidenza_values_sea > table {
    width: 100%;
    margin-top: 0px;
    height: 71px;
  }

  #previsioni-table-popup
    #previsioni-table
    table#koala
    td.data.me:not(.newriga)
    .incidenza_values_sea
    > table
    .sea_state {
    position: absolute;
  }

  #previsioni-table-popup #previsioni-table table#koala td.data.pr {
    position: relative;
    margin-top: 19px;
  }
  #previsioni-table-popup #previsioni-table table#koala td.data.pr .label {
    position: absolute;
    left: -20px;
    margin-top: -14px;
  }

  .previsioni_meteorotta > tbody > tr > td {
    border-bottom: 0px solid #9b9b9b !important;
  }

  /*
    #previsioni-table-popup #previsioni-table {
         position: fixed;
         left: 0;
         top: 50px;
         width: 100%;
         height: 100%;
     }
    #previsioni-table-popup #previsioni-table .popup-close:before {
        color: white;
    }

    #previsioni-table-popup #previsioni-table .tableRespCont {
        height: 100%!important;
        background: #08679e;
    }

    #previsioni-table-popup #previsioni-table table#koala{
        height: 100%;
    }

    #previsioni-table-popup #previsioni-table table#koala tbody tr:hover {
        background-color: white;
    }

    #previsioni-table-popup #previsioni-table table#koala > thead{
        display: none;
    }

    #previsioni-table-popup #previsioni-table table#koala > tbody > tr:first-child{
        height: 60px;
    }

    #previsioni-table-popup #previsioni-table .tableRespCont{
        width: 100%!important;
        margin: 0!important;
    }

    #previsioni-table-popup #previsioni-table table#koala th.data.tempo.odd{
        text-align: center;
        width: 100%;
        font-size: 16px;
    }
    #previsioni-table-popup #previsioni-table table#koala th.data.tempo.odd br {
        display: none;
    }



    #previsioni-table-popup #previsioni-table table#koala td.data.distanza.posizione{
        width: 100%;
        margin-top: 26px;
        position: absolute;
        float: left;
    }
    #previsioni-table-popup #previsioni-table table#koala td.data.distanza.posizione span {
        width: 33%;
        display: inline!important;
    }


    #previsioni-table-popup #previsioni-table table#koala td.data.ws{
        width: 50%;
        position: relative;
        top: 120px;
    }
        #previsioni-table-popup #previsioni-table table#koala td.data.ws .incidenza{
            position: relative;
            left: 50%;
            margin-left: -35px;
        }
        #previsioni-table-popup #previsioni-table table#koala td.data.ws .incidenza_values_wind{
            width: 100%;
            padding: 0 5px;
            padding-top: 11px !important;
        }
    #previsioni-table-popup #previsioni-table table#koala td.data.me:not(.newriga){
        width: 50%;
        position: relative;
        top: 120px;
    }
        #previsioni-table-popup #previsioni-table table#koala td.data.me:not(.newriga) .incidenza{
            position: relative;
            left: 50%;
            margin-left: -35px;
        }
        #previsioni-table-popup #previsioni-table table#koala td.data.me:not(.newriga) .incidenza_values_sea{
            width: 100%;
            padding: 0 5px;
            padding-top: 11px !important;
        }


    #previsioni-table-popup #previsioni-table table#koala td.data.me.newriga img{
        position: absolute;
        top: 150px;
        left: 1%;
        width: 50px;
    }

    #previsioni-table-popup #previsioni-table table#koala td.data.me.newriga img:before{
        content:"Tempo atmos.: "
    }

    #previsioni-table-popup #previsioni-table table#koala td.data.pr .label{
        position: absolute;
        top: 160px;
        right: 50px;
        width: 60px;
        height: 16px;
        color: #4DA1CA;
    }

    #previsioni-table-popup #previsioni-table table#koala td.data.pr .label:before{
        content:"Press. atm.: "
    }
    */
}

@media (max-width: 347px) {
  #previsioni-table-popup
    #previsioni-table
    table#koala
    td.data.me:not(.newriga)
    .incidenza_values_sea
    > table
    > thead
    > tr
    td:nth-child(2) {
    overflow: hidden;
    display: table-caption;
    width: 44px !important;
    height: 30px;
  }
}

#toggleIconsFixed {
  position: fixed;
  top: 86px;
  right: 6px;
}

#togglePositionFixed {
  position: fixed;
  top: 149px;
  right: 6px;
}

#downloadFixed {
  position: fixed;
  top: 212px;
  right: 6px;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .test-navigazione-cartografica .mapscontrols-left .button-l-icon0,
  .premium-navigazione-cartografica .mapscontrols-left .button-l-icon0,
  .test-navigazione-cartografica .mapscontrols-left .button-l-icon0,
  .premium-navigazione-cartografica .mapscontrols-left .button-l-icon1,
  .test-navigazione-cartografica .mapscontrols-left .button-l-icon0,
  .premium-navigazione-cartografica .mapscontrols-left .button-l-icon2,
  .test-navigazione-cartografica .mapscontrols-left .button-l-icon0,
  .premium-navigazione-cartografica .mapscontrols-left .button-l-icon3 {
    float: unset;
  }

  .test-navigazione-cartografica .maps .mapscontrols-left,
  .premium-navigazione-cartografica .maps .mapscontrols-left {
    height: 138px;
    width: 332px;
  }
  #changeHourPanel .leaflet-control-timePicker-date {
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 191% 50%;
  }
  .leaflet-control-timePicker .leaflet-control-timePicker-date li {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .premium-navigazione-cartografica #legenda {
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top;
  }
  .premium-navigazione-cartografica #legenda #box {
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 359px) {
  #datetimenav {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .maplibregl-ctrl-top-right,
  .mapboxgl-ctrl-top-right,
  .maplibregl-ctrl-top-left,
  .mapboxgl-ctrl-top-left {
    top: 35px !important;
  }

  .maplibregl-ctrl-bottom-right,
  .mapboxgl-ctrl-bottom-right,
  .maplibregl-ctrl-bottom-left,
  .mapboxgl-ctrl-bottom-left {
    bottom: 50px !important;
  }

  .chips {
    top: 30px !important;
    left: 10px !important;
  }
}

.mapboxgl-ctrl-bottom-left {
  display: block;
}
.mapboxgl-ctrl-top-left {
  display: none;
}
@media only screen and (min-width: 769px) {
  .mapboxgl-ctrl-top-left {
    display: block;
  }
  .maps .mapscontrols-bottom-menu {
    display: none;
  }
  .maps.meteorotte-cart .mapscontrols-left-bottom {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .maplibregl-ctrl-bottom-right,
  .mapboxgl-ctrl-bottom-right,
  .maplibregl-ctrl-bottom-left,
  .mapboxgl-ctrl-bottom-left {
    top: 50px !important;
  }
  .maps .mapscontrols-left {
    top: 147px !important;
  }
  #legenda {
    top: 147px !important;
  }
  #changeHourPanel .leaflet-control-timePicker-date {
    position: fixed;
    left: 10px;
    top: 147px;
    z-index: 40000;
  }
}
