#map {
    min-height: 600px;
    font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.circleBase {
    /*
    border-radius: 50%;
    behavior: url(PIE.htc); 
    width: 32px !important;
    height: 32px !important;
    overflow: hidden;
    background: yellow;
    */
    
    /*border: 1px solid grey; */
}
.ha-icon {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
}

.gps-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 4px;
    right: -8px;
}

.task-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: -8px;
}

.car-icon {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 10px;
    left: 8px;
}
.hidden {
    display: none !important;
}
#map_holder td.th {
    font-weight: bold;
}
#map_holder table {
    color: #555;
}
#map_holder thead tr th{
    border-bottom: 1px solid lightgray;
    color:#333;
    font-size: 120%;
}
#map_holder tbody tr td:nth-of-type(3) {
    padding-left: 12px;
}

div.leaflet-control-attribution {
    display:none;
}

div.leaflet-sidebar {
    width: 364px;
}

h1.leaflet-sidebar-header, .leaflet-sidebar-tabs>li.active, .leaflet-sidebar-tabs>ul>li.active {
    background-color: rgba(96,96,96,.5);
    backdrop-filter: blur(3px);
}

.leaflet-sidebar-content {
    background-color: rgba(224,224,224,.5);
    backdrop-filter: blur(3px);
}

.leaflet-sidebar-tabs {
    background-color: rgba(236,236,242,.8);
    backdrop-filter: blur(2px);
    border-left: 1px solid #999;
}

.leaflet-sidebar-pane>fieldset {
    margin-left: -20px;
}

#ts_count {
    float:right;
    margin-right: 96px;
}

.width100 {
    width:100% !important;
}

.space-top {
    margin-top: 9px;
}
.car_list {
    background-color: white;
}
#car_list .list-group-item {
    background: inherit;
}
.leaflet-sidebar-pane {
    min-width: auto;
    padding: 10px;
    min-height: 100%;
}

#map_holder div.dropdown {
    margin-top: 9px;
}

.dropdown-menu {
    max-height:600px;
    overflow:auto;
}

#map_holder span.caret-right {
    float: right;
    margin-top: 6px;
}

.caret:after {
    content: "";
}

#map_holder div.form-check {
    margin-left: 6px;
    margin-right: 6px;
    display: flex;
}
.form-check-label {
    margin-left: 6px;
    margin-top: 3px;
    font-weight: normal;
}

.text-left {
    text-align: left;
}

.border {
    border: 1px solid #999;
}

.border-secondary {
    border-color: #ccc;
}

.rounded {
    border-radius: 2px;
}

#nav-tab {
    margin-left:-20px;
}

.awesome-marker i {
        font-size: 18px;
        margin-top: 8px;
}

.car-tooltip {
    font-size: 10px;
    padding:2px;
}

#speedlist_legend {
    margin: 16px 6px 0 6px;
}
#speedlist_legend table td {
    color: white;
    background-color: black;
}