<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#DeliveriesContainer {
    width: 66%;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    cursor: hand;
    position: relative;
}
#myModal {
    display: none;
    position: fixed;
    right: 2%;
    top: 30%;
    width: 35%;
    z-index: 99;
}
#DeliveriesContainer.small
{
    width: 33%;
}
.highlight-red {
    background: red;
}
.hightlight-green {
    background: green;
}
#MapContainer {
    width: 33%;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#MapContainer.expanded {
    width: 66%;
}
#deliveryAlert {
    display: none;
}
.green{
    background: #18dd32 !important;
}
.blue {
    background: #7aa9fd !important;
}
.red {
    background: #ff8b7c !important;
}
.selected td{
    background: #fff71c !important;
}
.bs-glyphicons {
    margin-left: 0;
    margin-right: 0;
}
.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.bs-glyphicons li {
     width: 12.5%;
     font-size: 12px;
 }
.bs-glyphicons li {
    float: left;
    width: 115px;
    height: 115px;
    padding: 10px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9;
    cursor: hand;
}
.driver-name {
    margin-left: 10px;
}
#myMapButton {
    height: 60px;
    z-index: 100;
    position: absolute;
    bottom: -5px;
    right: -5px;

}
#table_deliveries_wrapper &gt; .table &gt; thead &gt; tr &gt; td, #table_deliveries_wrapper &gt; .table &gt; tbody &gt; tr &gt; td, #table_deliveries_wrapper &gt; .table &gt; tfoot &gt; tr &gt; td {
    padding: 12px;
}
.modal-body {
    text-align: center;
}
.labels {
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    min-width: 40px;
    border: 1px solid black;
    border-radius: 4px;
    white-space: nowrap;
    position: relative;
    z-index: 9999;
}
#map-left ,#map-right, #map-up, #map-down, #map-plus, #map-minus, #map-home {
    height: 60px;
    width: 60px;
}
#map-back {
    height: 60px;
}
#map-back span {
    margin-right: 5px;
}</pre></body></html>