@charset "UTF-8";
/*************************************************/
/*					L I S T 					*/
/*************************************************/
table.StdList {
  width: 100%;
  border-spacing: 0; }

table.StdList tr:hover td {
  background-color: #CECECE; }

table.StdList tr:nth-child(even) {
  background-color: #F0F0F0; }

table.StdList tr:nth-child(odd) {
  background-color: #E1E1E1; }

table.StdList .table-header {
  color: #fff;
  background-color: #2A2D35 !important;
  text-align: left;
  white-space: nowrap; }

.table-header a {
  color: #fff;
  font-weight: normal;
  text-decoration: none; }

.table-header a:hover {
  opacity: .7; }

.stripe {
  background-color: #EEEEEE; }

.inactive, .inactive a {
  color: #999999; }

table.StdList td, table.StdList th {
  border-right: 1px dashed #BABABC;
  text-align: left;
  vertical-align: top;
  padding: 10px; }

table.StdList td:last-child, table.StdList th:last-child {
  border-right: 0; }

table.StdList .inactive td a,
table.StdList .inactive td {
  color: #CCCCCC; }

img {
  border: 0px; }

.toolimg {
  width: 15px;
  padding: 2px 2px 2px 2px;
  text-align: center !important; }

.StdList.website a {
  text-decoration: none; }

.StdList.website a.icon.website:before {
  content: 'L';
  font-weight: bold;
  padding-right: 5px;
  opacity: .5; }

.StdList.website a.icon.website.top:before {
  content: ''; }

.StdList.website a:hover {
  color: #f6a821; }

table.StdList.website td {
  padding: 10px; }

table.StdList.website td:nth-child(1n+2) {
  text-align: center; }

td a.options.icon.edit:before {
  content: '\f040';
  font-family: 'FontAwesome'; }

td a.options.icon.edit:after {
  content: ' Upravit'; }

td a.options.icon.gallery:before {
  content: '\f03e';
  font-family: 'FontAwesome'; }

td a.options.icon.gallery:after {
  content: ' Pridat fotogalerii'; }

td a.options.icon.gallery-full:before {
  content: '\f03e';
  font-family: 'FontAwesome';
  color: #2a2d35; }

td a.options.icon.gallery-full:after {
  content: ' Upravit fotogalerii'; }

td a.options.icon.documents:before {
  content: '\f1c1';
  font-family: 'FontAwesome'; }

td a.options.icon.documents-full:before {
  content: '\f15b';
  font-family: 'FontAwesome'; }

td a.options.icon.move:before {
  content: '\f047';
  font-family: 'FontAwesome'; }

td a.options.website-add:before {
  content: '\f196';
  font-family: 'FontAwesome'; }

td a.options.website-add:after {
  content: ' Pridat podstranku'; }

/* Ranking */
.ui-droppable.drag-over td, .ui-droppable.drag-over th {
  border-bottom: 2px solid orange !important;
}
table.StdList tbody tr.fade {
  opacity:0.2;
}
table.StdList td.move {
  cursor:move;
}

/*************************************************/
/*			O R D E R  H E A D E R S			 */
/*************************************************/
.order-asc, .order-desc {
  background-color: #2A2D35; }

.order-asc a, .order-asc span {
  padding-right: 20px;
  margin-right: 15px;
  background: url("assets/up-arrow.gif") center right no-repeat; }

.order-asc a:hover {
  background: url("assets/down-arrow.gif") center right no-repeat; }

.order-desc a, .order-desc span {
  padding-right: 20px;
  margin-right: 15px;
  background: url("assets/down-arrow.gif") center right no-repeat; }

.order-desc a:hover {
  background: url("assets/up-arrow.gif") center right no-repeat; }

/*************************************************/
/*			T A B L E   F O O T E R				 */
/*************************************************/
.table-paginator {
  /* margin-right:40px; */
  margin: 10px 0px;
  clear: both;
  float: right; }

.table-paginator.top {
  margin-top: -20px; }

.table-paginator .next {
  padding-right: 20px;
  /* background: url("assets/arrow-right.png") center right no-repeat; */
  }

.table-paginator .previous {
  padding-left: 20px;
  /* background: url("assets/arrow-left.png") center left no-repeat; */
  }

.table-paginator .disabled {
  color: #666666; }

.table-paginator .disabled.next {
  /* background: url("assets/arrow-right-disabled.png") center right no-repeat; */
  }

.table-paginator .disabled.previous {
  /* background: url("assets/arrow-left-disabled.png") center left no-repeat; */
  }

/*************************************************/
/*			CATEGORIES				 */
/*************************************************/
.categories td:first-child {
  text-align: left !important;
  color: #8C8C8C;
  font-size: 12px; }

.categories td:first-child strong a,
.categories td:first-child span a {
  color: #2A2D35;
  font-size: 14px;
  text-decoration: none;
  padding-right: 5px; }

.categories td:first-child strong a:hover,
.categories td:first-child span a:hover {
  color: #2799F2;
  text-decoration: underline; }

/*************************************************/
/*			PRODUCTS				 */
/*************************************************/
.products td a[title='Fotogalerie'] {
  display: block;
  color: #2A2D35;
  text-decoration: none;
  text-align: center; }

.products td a[title='Fotogalerie']:hover {
  color: #2799F2; }

.products td a[title='Fotogalerie']:before {
  content: '\f03e';
  font-family: 'FontAwesome'; }

.products td a[title='Fotogalerie'] img {
  display: none; }

.products td a[title='N├íhled produktu'] {
  display: block;
  color: #2A2D35;
  text-decoration: none;
  text-align: center; }

.products td a[title='N├íhled produktu']:hover {
  color: #2799F2; }

.products td a[title='N├íhled produktu']:before {
  content: '\f06e';
  font-family: 'FontAwesome'; }

.products td a[title='N├íhled produktu'] img {
  display: none; }

.products td a[title='Duplikovat produkt'] {
  display: block;
  color: #2A2D35;
  text-decoration: none;
  text-align: center; }

.products td a[title='Duplikovat produkt']:hover {
  color: #2799F2; }

.products td a[title='Duplikovat produkt']:before {
  content: '\f24d';
  font-family: 'FontAwesome'; }

.products td a[title='Duplikovat produkt'] img {
  display: none; }

/* Labels */
.categories .toolbar label {
  display: none; }

.manufacturers .toolbar label {
  display: none; }

.customers .toolbar label {
  display: none; }

/* advanced order list view */
.order table.StdList tr {
  background:none;
  }
  .order table.StdList tr td {
    background:#eeeeee;
    border-top: 1px dashed #bababc; }
  .order table.StdList tr.first td {
    border-top: 3px solid #2a2d35;
    }
  .order table.StdList tr.first td:nth-child(3) table {
    width: 100%;
    border: 1px solid #bababc; }
    .order table.StdList tr.first td:nth-child(3) table p {
      margin: 0; }
    .order table.StdList tr.first td:nth-child(3) table tr td {
      border: 0;
      border-top: 1px dashed #bababc;
      border-left: 1px dashed #bababc; }
      .order table.StdList tr.first td:nth-child(3) table tr td:first-child {
        border-left: 0; }
    .order table.StdList tr.first td:nth-child(3) table tr:first-child td {
      border-top: 0; }
  .order table.StdList tr select {
    margin: 0; }
.order table.StdList input[type=checkbox] {
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 0;
  background:none;
  }

/*# sourceMappingURL=list.css.map */
