.dashboard-table-views {
  position: relative; }
  .dashboard-table-views .ttl {
    white-space: normal !important; }
  .dashboard-table-views tr td:first-child {
    width: 50%; }
  .dashboard-table-views .btn-delete, .dashboard-table-views .btn-edit, .dashboard-table-views .btn-view {
    opacity: .8; }
    .dashboard-table-views .btn-delete:hover, .dashboard-table-views .btn-edit:hover, .dashboard-table-views .btn-view:hover {
      opacity: 1; }
    .dashboard-table-views .btn-delete i:before, .dashboard-table-views .btn-edit i:before, .dashboard-table-views .btn-view i:before {
      font-size: 1rem; }
  .dashboard-table-views .btn-delete i:before {
    color: crimson; }
  .dashboard-table-views .btn-edit i:before {
    color: blueviolet; }
  .dashboard-table-views .description {
    color: grey;
    padding-top: 3px; }
  .dashboard-table-views .search-items .action-links {
    margin: 0; }
  .dashboard-table-views .search-items #edit-submit {
    font-size: 15px;
    line-height: 24px; }
  .dashboard-table-views .search-items i {
    margin-right: 0; }
  .dashboard-table-views #searchBox {
    float: left;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 127px; }
  @media only screen and (min-width: 64em) {
    .dashboard-table-views #searchBox {
      width: 320px !important; }
    .dashboard-table-views .search-items {
      margin: 0;
      position: absolute;
      right: 0;
      top: 20px; }
      .dashboard-table-views .search-items li {
        margin: 0 0 0 1em; }
      .dashboard-table-views .search-items #searchBox {
        margin: 0 0 0 1em; } }

/*****************************************
Direction RTl
*****************************************/
.i18n-ar .dashboard-table-views .search-items {
  right: auto !important;
  left: 0;
  top: 0; }

/*# sourceMappingURL=hf_dashboard_views.css.map */
