/*** LABEL CAPTION ***/
.lbl-val {width:auto;}
.lbl-val .lbl {display:block;  font-weight:700; text-transform:uppercase;margin-right: 10px; font-size: 0.6em;} /*font-size: 10px;*/
.lbl-val .lbl-driver {display:block;  font-weight:700; font-size: 1.0em; text-transform: uppercase;}
.lbl-val .lbl-vehicle {display:block;  font-weight:700; text-transform:uppercase; font-size: 0.7em; padding-top: 2px;}
.lbl-val .lbl-active {display:block;  font-weight:700; text-transform:uppercase; font-size: 0.7em; padding-top: 2px;}
.lbl-val .val {display:block; font-size: 16px; font-weight:700; height: 16px; margin-top:-5px;margin-right: 10px; }
.lbl-val .driverName {display:block; font-size: 14px; font-weight:700; height: 16px; margin-top:-5px;margin-right: 10px; }
.lbl-val.lv-grey span {color:rgba(0,0,0,0.6)}
.lbl-val.lv-red span {color:#e03851}
.lbl-val.lv-black span {color:#000000}

/*** GENERAL DISPATCH TABLE ****/

.table-controller-routes
{
    height: 64px;
}

/*** ROUTES ***/
.thRouteId
{
    width: 160px;
}

/*** FLEX FLUID ***/

.div-page-wrapper {
 padding: 0px !important;
 margin: 0px !important;
}

/*.row-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}*/
.row-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 99%;
  min-width: 350px;
}
.column-flex {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ELLIPSIS;
  display: flex;
  flex-direction: column;
  /*flex-basis: 100%;
  flex: 1;*/
  flex-grow: inherit;
  
}

.flex-proximity
{
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 10px;*/
    cursor: default;
}


.flex-milleage
{
  padding-top:10px;
  padding-right: 2px;
  cursor: default;
}
.flex-driver
{
  //padding-top:10px;
  padding-right: 2px;
  cursor: default;
}
.flex-device
{
  padding-top:2px;
  cursor: default;
}

.flex-blindcount
{
    padding-top: 10px;
    padding-left: 2px;
    cursor: default;
}
.proximity-caption
{
  color: #000000;
  font-weight: 600;
}

.ptable-style
{
  width: 99% !important;
}
.common-lookup{
  .ui-table-wrapper{
      max-height: 542px;
      overflow-x: hidden;
  }
}
.badge-active {
  background-color: rgba(123,198,35,0.5);
}
.badge-inactive {
  background-color: rgba(0,0,0,0.05);
}
.driver-badge{
  color: #000 !important;
  border-radius: 20px;
  padding: 7px;
  text-align: left !important;
  width: 100%;
  max-width: 400px;
}
.driver-status{
    width: 100%;
    max-width: 400px;
    text-align: center;
}
.center-status{
    // margin: 0 auto;
    display: flex;
}

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .fullNameText {
        width: 150px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align:left;

    }
    .primeng-datatable-container
    {
      overflow-x: auto;
    }
  
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
    .fullNameText {
        width: 150px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align:left;
    }
    .primeng-datatable-container
    {
      overflow-x: auto;
    }

}