@charset "UTF-8";
/* line 7, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list {
  margin-bottom: 0px;
}

/* line 15, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list tr th {
  padding: 5px;
  table-layout: fixed;
}

/* line 19, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list .w150 {
  width: 110px;
  min-width: 110px;
}

/* line 23, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list .w300 {
  width: 300px;
  min-width: 300px;
}

/* line 27, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list .w80 {
  width: 80px;
  min-width: 80px;
}

/* line 31, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list .w50 {
  width: 50px;
  min-width: 50px;
}

/* line 35, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list .w70 {
  width: 70px;
  min-width: 70px;
}

/* line 40, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list .sort {
  cursor: pointer;
}
/* line 43, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list .sort.desc:after {
  content: "▼";
}
/* line 46, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
main table.vehicle-search-list .sort.asc:after {
  content: "▲";
}

/* @group Reset */
/* line 60, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  /* position */
  margin: 0;
  /* size */
  padding: 0;
  /* text */
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

/* line 73, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
.fht-table {
  /* appearance */
  border-collapse: collapse;
  border-spacing: 0;
}

/* @end */
/* @group Content */
/* line 88, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  /* appearance */
  overflow: hidden;
  /* position */
  position: relative;
}

/* line 97, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  /* appearance */
  overflow: auto;
}

/* line 102, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
.fht-table-wrapper .fht-table .fht-cell {
  /* appearance */
  overflow: hidden;
  /* size */
  height: 1px;
}

/* line 111, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
  /* position */
  top: 0;
  left: 0;
  position: absolute;
}

/* line 118, /home/ruby/SmartparkManagement/app/assets/stylesheets/vehicles.css.scss */
.fht-table-wrapper .fht-fixed-column {
  /* position */
  z-index: 1;
}

/* @end */
