@media only screen and (min-width: 563px) {
.popup{
    display: none;
}
.mobile{
    display: none;
}
    
}
/* iPad Portrait */
@media screen and (min-device-width: 564px) and (max-device-width: 1000px) and (orientation:portrait) {
   /* #DivFlowGageBar {
        margin-top: -165px;
    }

    #DivFloodGageBar {
        margin-top: -110px;
    }

    #DivRainGageBar {
        margin-top: -55px;
    }*/
}

/* iPad Landscape */
@media screen and (min-device-width: 564px) and (max-device-width: 1000px) and (orientation:landscape) {
    /*#DivFlowGageBar {
        margin-top: -165px;
    }

    #DivFloodGageBar {
        margin-top: -110px;
    }

    #DivRainGageBar {
        margin-top: -55px;
    }*/
}
@media only screen and (max-width: 563px) {

    body {
        background: #ffffff 0% 0% no-repeat padding-box;
    }
    .content{
        padding-bottom:0px !important;
    }
    .sidenav {
        position: inherit;
        width: 100%;
        height: auto;
    }

    .main {
        margin-left: 0; 
        margin-right: 0px;
        position: inherit;
      }

    /*#DivFlowGageBar {
        margin-top: -165px;
    }

    #DivFloodGageBar {
        margin-top: -110px;
    }

    #DivRainGageBar {
        margin-top: -55px;
    }*/

      .card-map .h-card-map{
        border-radius: 10px 10px 0px 0px;
      }

    .card-map {
        position: absolute;
        z-index: 1;
        right: 8px;
        top: 8px;
        box-shadow: 0px 3px 10px #0000001a;
        width: 250px;
        font-weight: bold;
        border: 0;
        right: 8px;
        border-radius: 10px;
    }

      .card-criteria {
        right: 0px;
        width: 100%;
    }
  

    .dasktop{
        display: none;
    }

    .popup{
        position: absolute;
        top: 24px;
        left: 16px;
        width: 34px;
    }

    .popup .item-badge{
        margin-bottom: 16px;
        z-index: 1;
    }

    .radar-div{
        margin: 0px -16px 0px -16px;
        padding: 4px 24px 4px 24px;
    }

    #googleMap {
        height: 689px;
    }

    .popup-collapse{
        width: 300px;
        margin-top: -58px;
        margin-left: -8px;
    }
    .popup-card{
        border-radius: 10px;
        border: 2px solid #29C6C8;
    }

    .custom .card-body .h-table{
        margin-bottom:-58px;
        border-radius:0px 0px 10px 10px;
    }
    
  }

