a, a:hover, a:active, a:focus, a img, object, embed {
    outline: none;
    ie-dummy: expression(this.hideFocus=true); /* MSIE - Microsoft Internet Explorer 9 remove outline */
 }

#route-name-content-marker-stop{
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 30px;
    text-align: center;
    margin-left: 2px;
    display: inline-block;
 }

#bodyContent{
    font-size: 15px;	
}

#bodyContent h4{
    margin-top: 0px;
    margin-bottom: 3px;
}

div.gmnoprint.gm-style-mtc {
    top: 0px !important;
    width: 100px !important;
    right: 65px !important;
}

#fullscreen-action{
    cursor: pointer;
}

/*START DataTable Stops*/
.dataTables_filter {
    display: none;
}

.form-control-clear-datatable {
    z-index: 33;
    pointer-events: auto;
    cursor: pointer;
    margin-top: 0px;
    margin-right: 36px;
}

.dataTables_wrapper table thead{
    display:none;
}

/* Selected row color */
:root {
    --dt-row-selected: #10610c !important;
}
table.display.dataTable > tbody > tr.selected > *,
table.display.dataTable > tbody > tr.odd.selected > *,
table.display.dataTable > tbody > tr.selected:hover > *  {
    box-shadow: inset 0 0 0 9999px #10610c !important;
    color: white;
    background-color: #10610c;
    font-weight: bold;
}
table#datatable-stops.dataTable tbody tr:hover {
  font-weight: bold;
}
table#datatable-stops.dataTable tbody tr:hover > .sorting_1 {
  font-weight: bold;
}
/*END DataTable Stops*/