/*.impBtn{
  margin-left: -12px;
}*/

.btnColm {
    margin-top: 120px;
}

input.dt {
    height: 24px;
}

.searchBox {
   /* margin-left: 14px;*/
    width: 100%;
}

.vehTableBody {
    height: 350px;
    overflow: auto;
}

tbody {
    background-color: #f4faff;
    
}

.vehTable{
    border: 1px solid black;
}

.vehTable thead tr{
/* border: 1px solid black; */
background-color: #276b9c !important;
}


thead > tr, tbody{
    display:block;
}

/*.dataTd {
    padding: 6px 114px 0px 0px !important;
}*/

td.dataTd {
    width: 100%;
}

html, body {
    font-size: 12px !important;
}

.x-navigation > li.xn-logo > a:first-child {
    font-size: 19px;
}

.modal-dialog{
  width:40%;
}


th.rpt,td.rpt {
    width: 14%;
}

tr.rptRow{
    background-color: white;
}

.table > thead > tr > th.rpt {
    background-color: black;
    color: white;
}

table#ReportMainTable, table#timeReportMainTable, table#ReportMainTable > thead, table#timeReportMainTable > thead{
  border: 1px solid rgb(229, 229, 229);
}

/*table#ReportMainTable > thead, table#timeReportMainTable > thead{
  border: 1px solid rgb(229, 229, 229);
}*/

#tripReportTable ,#timeReportTable{
    height: 363px;
    overflow: auto;
    display:block;
}

tbody#tripReportTable ,tbody#timeReportTable{
    background-color: white;
}

span.xn-text {
    font-weight: normal;
}

#reportDateRange{
    width: 55%;
}