
.ui-widget-content a.btn {
    color:white !important;
}

.navbar-brand{
    color:#008000  !important;
}

.web2py_grid .web2py_form{
     width:50%;
    
}

/* Hide export menu until it is fixed */
div.w2p_export_menu {
    visibility: hidden;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 1px
}

html {
  font-size: 14px;
}

/* Change table hover color */

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #ADD8E6;
}


.row { padding: 4px }
.timestamp { color: blue;}



.locations {
    
    color: black;
}

.trip_origin{
    background-color: #90EE90;
    padding:5px;
    border-radius: 6px;
    
}

.trip_destination{
    background-color: #FFFF00;
    padding:5px;
    border-radius: 6px;
    
}

.passenger {
    
    color: black;
}



.signature-pad
{
    position: relative;
    width: 100%;
    height: 50%; 
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0,0.08) inset;
} 

tr.odd.with_id td {
    background-color:#C5FFC5
    
}

.web2py_htmltable thead th {
    
    background-color:#90EE90
}


