.portlet-title .tools > a.refresh {
  background-image: url(/resources/images/portlet-reload-icon.png);
  width: 13px;
}
.portlet.box .portlet-title .tools > a.refresh,
.portlet.solid .portlet-title .tools > a.refresh {
  background-image: url(/resources/images/portlet-reload-icon-white.png);
}
.container-wrapper {
  overflow-y: auto;
  height: 316px;
}
.last-update,
.truck-count-pallet {
  color: #777777;
  font-size: 12px;
  text-align: right;
}
.big {
  text-align: center;
  font-size: 35px;
}
.tableFixHead {
  overflow-y: auto;
  height: 500px;
}
.tableFixHead thead {
  position: sticky;
  top: 0;
}
.tableFixHead thead th,
.tableFixHead tfoot th {
  background-color: #ffffff;
  border: 0 none;
}
.tableFixHead tbody tr.rd-warning td {
  font-weight: bold;
  color: #ce7600;
}
.tableFixHead tbody tr.rd-critical td {
  font-weight: bold;
  color: #f00;
}
.tableFixHead tfoot {
  background-color: #ffffff;
}
.tableFixHead tfoot .temporary_warehouse th {
  font-weight: normal;
  background-color: #fafafa;
}
th.text-right,
td.text-right {
  text-align: right;
}
.sub-row td {
  border-top: none;
  color: #6a6666;
  padding: 2px 8px;
}
.sub-row td:first-child {
  padding-left: 1.5rem;
}
.list-group {
  margin-left: 0;
}
.list-group-item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .list-group-item {
    flex-flow: column;
    align-items: start;
  }
}
.list-group-item .alert-link.custom-width {
  width: 54%;
}
.list-group-item a {
  padding-right: 1rem;
}
.list-group-item .positive-disposition {
  background-color: #00AD00;
}
.list-group-item .negative-subscription {
  color: #D90000;
}
.list-group-item .badge.badge-success {
  background-color: #45B6AF;
}
.list-group-item .badge.badge-error {
  background-color: #F3565D;
  white-space: initial;
  flex: 0 0 80%;
}
.list-group-item .product-name {
  flex: 0 0 37%;
}
@media (max-width: 767px) {
  .list-group-item .product-name {
    flex: 1;
  }
}
.list-group-item .total-subscribed {
  display: inline-block;
  width: 200px;
}
.list-group-item .total-sold {
  display: inline-block;
  width: auto;
}
.warehouses {
  margin-left: 1rem;
  display: flex;
  flex-flow: column;
  row-gap: 5px;
}
@media (max-width: 767px) {
  .warehouses {
    margin-left: 0;
  }
}
.warehouses > * {
  display: flex;
  column-gap: 10px;
  align-items: start;
  justify-content: start;
}
.row-fluid.no-margin [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid.no-margin [class*="span"] {
  margin-left: 2.56410256%;
}
#sortable_portlets .portlet .portlet-title {
  cursor: move;
}
@media (max-width: 767px) {
  #sortable_portlets .portlet .portlet-title {
    cursor: default;
  }
}
#eshop_score_module a {
  text-decoration: none;
  color: inherit;
}
#eshop_score_module .cta {
  position: relative;
  margin: auto;
  padding: 9px 15px;
  transition: all 0.2s ease;
}
#eshop_score_module .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 171, 157, 0.5);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
#eshop_score_module .cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
#eshop_score_module .cta:hover:before {
  width: 100%;
  background: #ffab9d;
}
#eshop_score_module .cta:hover svg {
  transform: translateX(0);
}
#eshop_score_module .cta:active {
  transform: scale(0.96);
}
#eshop_score_module .eshop-score-container {
  height: 316px;
}
#eshop_score_module .eshop-score-container .container-wrapper {
  height: 285px;
  overflow-y: initial;
}
.dashboard-modules-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  grid-auto-rows: auto;
  align-items: start;
}
@media (max-width: 767px) {
  .dashboard-modules-container {
    grid-template-columns: minmax(0, 1fr);
  }
}
/*# sourceMappingURL=admin.css.map */