html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.marker-primary {
    color: #049b44;
}

.marker-danger {
    color: #f31f1f;
}

.menu-toggle {
    position: relative;
    padding: 5px;
    margin-top: 4px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.menu-toggle .icon-bar {
    background: #FFFFFF;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px
}

.header {
    display: none;
}

/* The side navigation menu */
.side-nav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #FFFFFF; /* White*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    -webkit-box-shadow: 0 10px 50px #888888;
    -moz-box-shadow: 0 10px 50px #888888;
    box-shadow: 0 10px 50px #888888;
}

.side-nav .divs {
    padding: 15px;
    border-bottom: 1px solid lightgray;
}

.side-nav .divs {
    font-size: 13px;
}

.main-nav ul li, .profile-nav ul li, .profile-nav ul li ul li {
    padding: 10px;
    display: block;
}

.main-nav ul li a, .profile-nav ul li a, .profile-nav ul li ul li a {
    color: #666666;
    transition: 0.3s;
}

.main-nav ul li a:hover, .profile-nav ul li a:hover, .profile-nav ul li ul li a:hover {
    color: #00923f;
}

.main-nav ul li i, .profile-nav ul li i, .profile-nav ul li ul li i {
    margin-right: 15px;
    font-size: 20px;
}

.side-nav .logo img {
    width: 180px;
}

.side-nav .logo .close-side-nav {
    padding-top: 35px;
    padding-right: 5px;
    font-size: 18px;
}

@media (min-height: 380px) and (max-height: 723px) {
    .header {
        display: block;
    }

    .menu-toggle {
        /*display: none;*/
    }

    html, body {
        overflow: scroll;
    }

    .reset-btn, .view-all-ips {
        width: 100%;
        margin-top: 10px;
    }
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
}

/* Map marker tooktip */

.leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 0;
    background: white;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-tip {
    height: 13px;
}

.popup {
    padding: 10px;
}

.popup img {
    max-width: 100%;
}

.popup p {
    font-size: 13px;
}