.table-controller-routes
{
    height: 64px;
}

.checkboxHolder
{
	width: 120px !important;
}

.checkbox .fa-square
{
    color: #F0F4FF;
    font-size: 18px;
    margin-left: 4px;
    margin-top: 4px;
}

.tdLock
{
    text-align: center;
    font-size: 14px;
}
.map-pin 
{
	font-size: 16px;
	color: #d1182A;
}
.link-route
{
	color: #d1182A;
    font-weight: 400;
    padding-left: 2px;
}
.thDevice
{
    text-align: center !important;
    width:200px !Important;
}

.thRouteId
{
    width: 100px;
}
.thDelivery
{
    text-align: center !important;
    width: 74px !important;
}
.thPickedUp, .thCancelled, .thWillCall
{
    text-align: center !important;
    width: 90px !important;
}

.thDriver
{
    text-align: left !important;
    width: 170px !important;
}
.thStatus, .thLocked, .thMap
{
    text-align: center !important;
    width: 70px;
}
.thCompleted, .thETA
{
    text-align: center !important;
    width: 120px;
}
// .ui-table .ui-table-tbody > tr > td
// .ui-table .ui-table-tbody > .tr-controller-routes > td
// {
//     padding: 0px !Important;
// }
.route-nav{
    color: #007ad9 !important;
    text-decoration: none;
    cursor: pointer;
}

.ui-table .ui-table-tbody > tr > .centered-text
{
    padding: 0px !Important;
    text-align: center !important;
}


a.disabled {
    color: gray;
    cursor: no-drop;
  }