.offline{
    border-left: 14px solid red;
}
.online{
    border-left: 14px solid green;
}
.unknown{
    border-left: 14px solid yellow;
}
a.btn-details{
    text-decoration: none;
}

a.btn-details:hover > i {
    color: green !important;
}

.nav_vehicle_detail{
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #ffffff;
}

.modal-dialog{
    min-width: 70%;
    min-height: 600px;
}

.modal-body{
    overflow: auto;
    padding: 0;
}

.modal-dialog .modal-content{
    min-height: 600px;
    max-height: 820px;
    overflow: auto;
}

.card-header{
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header > h5 > a{
    font-size: 14pt;
}

.card-block{
    padding: 0;
}
.card-block .row > .col-md-6:first-child{
    background: #f5f3f4;
}

.card-block .row > .col-md-6:last-child{
    min-height: 40px;
    background-color: white !important;
    /* background-color: #FAFAFA !important; */
    border: none;
    border-left: 1px solid #C9C9C9;
    background-position: left bottom;
}

.card-block .row,
.card-block .row > .col-md-6{
    margin: 0;
    padding: 0;
}
.card-block .col-md-6{
    padding: 10px !important;
}

#table_events td,
#table_alerts td,
#table_commands td,
#table_positions td{
    height: 10px !important;
    padding: 10px;
}