.map {
    /* Relative to viewport height */
    height: 70vh;
    min-height: 500px;
}

#dashboardMapId .map {
    height: 500px;
}

.map:-moz-full-screen, #dashboardMapId .map:-moz-full-screen {
    height: 100%;
    width: 100%;
}

.map:-webkit-full-screen, #dashboardMapId .map:-webkit-full-screen {
    height: 100%;
    width: 100%;
}

.map:-ms-fullscreen, #dashboardMapId .map:-ms-fullscreen {
    height: 100%;
    width: 100%;
}

.map:fullscreen, #dashboardMapId .map:fullscreen {
    height: 100%;
    width: 100%;
}

#vehicleMapId-mapview-map .loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.map .loader .loader-icon {
    position: absolute;
    margin: 0 auto 0 auto;
    left: 45%;
    top: 20%;
    width: 5%;
}