/*.impBtn{
  margin-left: -12px;
}*/

.btnColm {
    margin-top: 120px;
}

input.dt {
    height: 24px;
    width: 95%;
}



/*.table.vehTable{
  width: 14%; 
}*/

.searchBox {
   /* margin-left: 14px;*/
    width: 100%;
}

.vehTableBody {
    height: 350px;
    overflow: auto;
}

tbody {
    background-color: #f4faff;
    
}

thead{
  /* border: 1px solid black; */
  background-color: #276b9c;
}

thead > tr, tbody{
    display:block;
}

table{
  border: 1px solid black;
}

/*.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:96%;
}

th.rpt,td.rpt {
    width: 15%;
}

th.rpt1,td.rpt1 {
    width: 25%;
}

tr.rptRow{
    background-color: white;
}

table#tripReportMainTable{
  border: 1px solid rgb(229, 229, 229);
}

#tripReportTable {
    height: 363px;
    overflow: auto;
    display:block;
}

tbody#tripReportTable {
    background-color: white;
}

span.xn-text {
    font-weight: normal;
}