.no-border {
    border: none !important;
}

.map_holder {
    position: relative;
}
.map_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
}
.infoWindow {
    /*border: 1px solid rgba(120, 130, 140, 0.13);*/
    position: relative;
    margin-left: 40px;
}
.infoWindow .panel {
    margin-bottom: 0px;
    width: 400px;
    margin-right: 100px;
    box-shadow: none;
}

.infoWindow .panel .panel-body {
    padding: 0px 25px;
}

.infoWindow .sensorIdentifier {
    margin-left: 0px;
}

.infoWindow .panel-side {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 20%;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 250ms ease-in-out;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: white;
}

.infoWindow .panel-side .panel-side-link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

.infoWindow .panel-side i {
    font-size: 20px;
}

.infoWindow .panel-side:hover {
    background-color: #00a6de;
    color: white;
}

.infoWindow .panel-footer .label {
    font-size: 70%;
}

.infoWindow .panel-footer .label .fa-battery-empty {
    display: inherit;
}

.infoWindow h5 {
    margin-top: 8px;
    margin-bottom: 8px;
}

#map_canvas .gm-style-iw {
    width: 100% !important;
    top: 1px !important;
    left: 1px !important;
}

/* close button */
#map_canvas > div > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(3) {
    right: 30% !important;
    top: 15px !important;
}

/* anchor */
#map_canvas > div > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
    margin-top: -18px !important;
    z-index: 1;
}

/* background */
#map_canvas > div > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
    background: transparent !important;
    box-shadow: none !important;
}

#map_canvas > div > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    display: none !important;
}

#map_canvas > div > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) {
    background: transparent !important;
}

.white-box.info-white-box {
    border-top: 3px solid #03a9f3;
}

.white-box.info-white-box p {
    color: #03a9f3;
}
