body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}



.center {
    margin: auto;
    width: 60%;
    border: 5px solid #FFFF00;
    padding: 10px;
}

#div-filter {
    z-index: 1;
    position: absolute;
    bottom: 25px;
    right: 60px;
    background-color: gray;
}

#btn-traffic-light-switch, #btn-vms-switch {
    background-color: gray;
    border: none;
    font-size: 12px;
    font-weight: bold;
    height: 150px;
}

#div-traffic-light-switch, #div-vms-switch {
    height: 80%;
}

#div-map {
    position: absolute !important;
    width: 100%;
    height: 100%;
    height: -moz-available; /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    height: fill-available;
    z-index: 0;
    cursor: progress;
}


/**white arrow*/
.gm-style-iw-tc {
    display: none;
}


.light-disabled {
    opacity: 0.2;
}

.info-box {
    color: yellow;
    background: black !important;
    overflow-x: hidden;
    cursor: default;
    width: 230px;
}

.gm-ui-hover-effect {
    display: none !important;
}

#info-box-content {
    color: yellow;
    text-align: center;
    line-height: 16px;
    background: black !important;
    font-size: 10px !important;
}

#info-box-header {
    color: yellow;
    line-height: 16px;
    background: black !important;
    font-size: 10px !important;
}

#info-box-left-heading {
    color: white;
    text-align: left !important;
}

#info-box-center-heading {
    color: white;
    text-align: center !important;
}

#info-box-right-heading {
    color: white;
    text-align: right !important;
}

.head {
    font-size: 10px !important;
}

.gm-style .gm-style-iw-c {
    background: black !important;
    transform: translate(5%,25%) !important;
    padding: 2px !important;
    border-radius: 0px !important;
    max-height: 220px !important;
}

.gm-style .gm-style-iw-t::after {
    position: static !important;
}

.gm-style-iw-d {
    background: black !important;
    overflow: auto !important;
}

.gm-style-iw-t {
    background: black !important;
}

    .gm-style-iw-t::after {
        background: black !important;
    }

.gm-style-iw-ch{
    padding-top:0px;
}


.traffic-light {
    position: relative;
    display: block;
    background-color: #333;
    width: 30px;
    height: 80px;
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-top: 5px;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 250px;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
}

.color-red {
    background-color: #b30000;
}

.color-amber {
    margin-top: 5px;
    background-color: #ffbf00;
}

.color-green {
    margin-top: 5px;
    background-color: #00b300;
}


/*Traffic*/ 
.traffic-box {
    color: yellow;
    background: black !important;
    overflow-x: hidden;
    cursor: default;
    width: 65px;
}

.traffic-box-content {
    color: black;
    text-align: center !important;
    line-height: 16px;
    font-size: 10px !important;
    font-weight:bold;
}
.padding0 {
    padding: 0px !important;
}

.padding5 {
    padding: 5px !important;
}