
/* Always set the map height explicitly to define the size of the div
        * element that contains the map. */
#map {
    height: 100%;
}
 

#description {
    font-family: "Nunito Sans",sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: "Nunito Sans",sans-serif;
    width: 40%;
    position: absolute;
    z-index: 100;
    margin-top: 15px;
    margin-left: 55%;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
    height: 35px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: "Nunito Sans",sans-serif;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    /* font-family: "Nunito Sans",sans-serif; */
    /* font-size: 15px; */
    /* font-weight: 300; */
    /* margin-left: 12px; */
    /* padding: 0 51px 0 13px; */
    /* text-overflow: ellipsis; */
    width: 100%;
    position: absolute;
    z-index: 100;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #22bcc6;
    font-size: 18px;
    font-weight: normal;
    padding: 6px 12px;
}




.flash {
    animation: flashingColors 2.5s infinite;
}

@keyframes flashingColors {
    0% {
        color: #f17171;
    }

    25% {
        color: #f17171;
    }

    50% {
        color: #f17171;
    }

    75% {
        color: #212529;
    }

    100% {
        color: #f17171;
    }
}


.buttons-csv {
    box-shadow: none !important;
    color: #fff !important;
    background-color: #3d78e3 !important;
    border-color: #3d78e3 !important;
}


.GridIcons {
    margin-right: 15px;
    font-size: 20px !important;
}


.auth-one-bg .bg-overlay {
    background: linear-gradient(to right,#00000073,#3d78e3) !important;
    opacity: .9 !important;
}



.auth-one-bg {
    background-image: url("../images/bus.png");
    background-position: right;
    background-size: cover;
    
    
}

:root {
    --vz-vertical-menu-bg-dark : #12990B !important;
}


.btn-primary {
    background-color: #12990B !important;
    border-color: #12990B !important;
}

.btn-success {
    background-color: #12990B !important;
    border-color: #12990B !important;
}

.excelBtn
{
    color: #fff !important;
}