.gws-map {
    margin: 0;
    padding: 0;
    width: calc(100vw - 230px);
    height: calc(100vh - 54px);
    position: fixed !important;
    /* top: 54px; */
}

.expanded{
    width: 100vw !important;
}

.gws-map img {
    max-width: inherit;
}

@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(0.25);
        opacity: 1.0;
    }
    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}


/* Get marker image's parent element, using the Marker title */

div.gmnoprint[title="Recent"] {
    -moz-animation: pulsate 1.5s ease-in-out infinite;
    -webkit-animation: pulsate 1.5s ease-in-out infinite;
    border: 1pt solid #fff;
    /* make a circle */
    -moz-border-radius: 51px;
    -webkit-border-radius: 51px;
    border-radius: 51px;
    /* multiply the shadows, inside and outside the circle */
    -moz-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    -webkit-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
    box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
}


/* Hide marker image since it would expand and shrink with its containing element */

div.gmnoprint[title="Recent"] img {
    display: none;
}

.icon-radio-tower:before {
    content: "\e600";
}

.icon-location2:before {
    content: "\e948";
}

html,
body,
#canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

.window {
    position: absolute;
    padding: 0 5px 0 34px;
}

.draggable {
    width: 615px;
}

.dragging {
    opacity: 0.75;
}

.mTitle {
    margin: 8px;
    font-size: 20px;
    font-weight: bold;
}

.mDescription {
    font-weight: bold;
    height: 110px;
    width: 100%;
    resize: vertical;
}

.saveBtn {
    width: 100px;
    margin-top: 5px;
    float: right;
}

.mapControls #pane {
    border-top-right-radius: 999px;
    float: right;
    padding: 3px;
}

.mapControls #pane button {
    border-top-right-radius: 999px;
    font-size: 2.5em;
    height: 99%;
    width: 99%;
    outline: none;
    padding-left: 0;
    padding-bottom: 0;
}

.mapControls #grpLayers button {
    font-size: 2em;
    padding: 5px;
    height: 33.33%;
}

.mapControls #grpLayers span {
    position: relative;
}

.mapControls #search {
    background-color: white;
    position: absolute;
    top: 5px;
    left: 25%;
    border-radius: 3px;
    width: 45%;
}

.mapControls-small {
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 134px;
    border-radius: 3px 120px 3px 3px;
    padding: 2px;
    background-color: white;
}

.mapControls-large div {
    padding: 2px;
    background-color: white;
    border-radius: 3px;
}

.mapControls-large #grpLayers {
    position: absolute;
    top: 30%;
    left: 5px;
    width: 75px;
    min-height: 130px;
    max-height: 175px;
}

.mapControls-large #pane {
    position: absolute;
    height: 15%;
    width: 8.43%;
    min-height: 102px;
    min-width: 102px;
    max-height: 135px;
    max-width: 135px;
    bottom: 5px;
    left: 5px;
}

.mapControls-large #pane span {
    position: absolute;
    top: 45%;
    left: 25%;
}

#dataPane {
    height: 408px;
    width: 30%;
    min-width: 430px;
    bottom: 15px;
    left: 15px;
    overflow: hidden;
    z-index: 3;
}

.dragContent {
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}

.pulse-button {
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    cursor: pointer;
    -webkit-animation: pulse 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
}

.tab-content {
    height: 92%;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    padding: 5px 7px 5px 5px;
}

.tab-controls {
    position: absolute;
    left: 6px;
    top: 50px;
    width: 28px;
    float: left;
}

.tab-controls div {
    width: 100%;
}

.tab-vbtn-controls {
    padding: 30px 10px;
    margin-top: 5px;
    float: right;
    border-radius: 5px 0 0 5px;
    margin-left: 100%;
}

.nav-tabs {
    padding-left: 12px;
    margin-bottom: 1px;
    border: 0;
}

.nav-tabs>li>a {
    font-weight: bold;
    background-color: lightcyan;
}

.nav>li>a {
    padding: 5px 7px !important;
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

.btn-geo{
    border-radius: 0rem;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}