.dashboard-results .title span {
    margin-right: 10px;
    display: block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-table .dropdown-filters {
  margin-bottom: 5px;
  float: left;
}

.dashboard-table .dropdown-filters > li > a,
.dashboard-table .dropdown-filters .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.dashboard-table .dropdown-filters .visible:not(.open) .dropdown-toggle {
  text-decoration: none;
  background-color: #eee;
  color: #333;
}

.dashboard-table .dropdown-filters a > span + i,
.dashboard-table .dropdown-filters a > i + span {
  margin-left: 6px;
}

.dashboard-table .dropdown-filters .visible:not(.open) .dropdown-toggle {
  color: #fff;
  background-color: #025D8C;
}

.dashboard-table input[type='checkbox']{
  height: auto;
}

.dashboard-table .dropdown-filters .visible:not(.open):not(.active) .dropdown-toggle {
    color: #fff;
    background-color: #73C2FF;
}

.dashboard-table .dropdown-filters .visible:not(.open) .dropdown-toggle > .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.dashboard-table .dropdown-filters .dropdown-toggle .close {
  margin: -1px -8px 0 5px;
  font-size: 14px;
  line-height: 8px;
  padding: 4px;
  color: #333;
  background-color: #ddd;
  border-radius: 12px;
}

.dashboard-table .dropdown-filters .dropdown-toggle .close:hover {
  color: #fff;
  background-color: #999;
  opacity: 1.0;
}

.dashboard-table .dropdown-filters .open .dropdown-toggle .close:hover {
  color: #fff;
  background-color: #0088cc;
  opacity: 1.0;
}

.dashboard-table .dropdown-filters .dropdown-toggle .active {
  margin: -2px 6px 0 -6px;
}

.dashboard-table .dropdown-filters .dropdown-menu .fields {
  margin-top: 5px;
  padding: 0 10px;
}

.dashboard-table .dropdown-filters .dropdown-menu .fields label small {
  display: block;
}

.dashboard-table .dropdown-filters .dropdown-menu .divider {
  margin: 0 0 4px 0;
}

.dashboard-table .dropdown-filters .dropdown-menu .filter {
  text-align: center;
}

.form-field-list-dropdown {
  margin-top: -10px !important;
  width: 232px;
}

.dashboard-table .list th {
  padding: 3px;
}

.dashboard-table .list th.actions:first-child {
  padding-left: 5px;
}

.action-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.dashboard-table .list th.td-action,
.dashboard-table .list td.td-action,
table.list th.td-action,
table.list td.td-action {
  display: table-cell;
  text-align: center;
}


table.list td.td-action {
    display: table-row;
}
table.list td.td-action > div.action {
    padding-right: 6px;
    display: table-cell;
}
table.list td.td-action > div.action:last-child {
    padding-right: 0px;
}

table.dataTable td > div.action {
    padding-right: 12px;
    display: table-cell;
}
table.dataTable td > div.action:last-child {
    padding-right: 0px;
}

.dashboard-table .list .fit,
.dashboard-table .list .actions {
  width: 1%;
  white-space: nowrap;
}

.dashboard-table .list .truncate span {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block
}

.dashboard-table .list .order {
  display: block;
  color: #fff;
  white-space: normal;
  padding-right: 20px;
  /*padding-left: 20px;*/
}

.dashboard-table .list .order:hover,
.dashboard-table .list .order:focus {
  color: #fff;
  text-decoration: none;
}

.dashboard-table .list .order {
  background: url('../img/sort_both.png') no-repeat center right;
}

.dashboard-table .list .order.asc {
  background: url('../img/sort_asc.png') no-repeat center right;
}

.dashboard-table .list .order.desc {
  background: url('../img/sort_desc.png') no-repeat center right;
}

.dashboard-table .list a.goto {
  margin-left: 10px;
}

.dashboard-table .list a.goto > i {
  margin: 0;
}

.dashboard-table .list a.action {
  margin-right: 0;
}

.dashboard-table .list tbody > tr.empty:hover > td {
  background-color: transparent;
}

.dashboard-table .list .selectall {
  margin: 0 4px;
}

.dashboard-table .list .select {
  margin: 0 4px;
}

.dashboard-table .list .rating {
  width: 100px;
  font-weight:bold;
}

.dashboard-table .list .rating span {
  display: block;
  padding: 0 5px;
  white-space: nowrap;
}

.dashboard-table .dataTables_length,
.dashboard-table .dataTables_paginate {
  margin-top: 10px;
}

.dashboard-table .dataTables_length span {
  padding: 0 5px;
}

.dashboard-table .dataTables_length .paginate_count {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 26px;
  height: 26px;
  width: 60px;
}

.dashboard-table .list td > span > ul {
  margin: 0 0 0 15px;
}

input.column_checkbox{
  margin-top: 0px;
}

div#columns_container div.row{
  margin-bottom: 5px;
  margin-left: 0px;
}
/*
div:not(.dashboard-table-scrollable) > .dashboard-table .list {
  width: 100%;
  table-layout:fixed;
}

div:not(.dashboard-table-scrollable) > .dashboard-table .list th:not(.td-action),
.dashboard-table-scrollable > .dashboard-table .list td:not(.td-action) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-table-scrollable .table-scroll {
  overflow-x: auto;
}*/
