.plugin_backend #eshop {
  background-color: whitesmoke;
}




.plugin_backend #eshop .paymentMethodData{
  margin-bottom: 20px;
  border: 1px solid gray;
  padding: 10px;
}





.plugin_backend #eshop{
}



.plugin_backend #eshop .order-row td {
  transition: background-color 0.5s ;
}


.plugin_backend #eshop .collumn{
  float: left;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}


.plugin_backend #eshop .wrapper {
  background-color: #ebebeb;
}

.plugin_backend #eshop .collumn:first-child{
  border-left: none;
  padding-left: 0;
}

.plugin_backend #eshop .hoverParent .hoverChild{
  display: none;
  position: relative;
}

.plugin_backend #eshop .hoverParent:hover .hoverChild{
  display: inline-block;
}


.plugin_backend #eshop h2 {
  margin-bottom: 0;
}

.plugin_backend #eshop #sidebar {
  background-color: #ebebeb;
  border-right: 1px solid #a0a0a0;
}

.plugin_backend #eshop #sidebar input{
  background-color: white;
}

.plugin_backend #eshop #sidebar .sidebar-content {
  border-top: 1px solid gray;
  padding-top: 5px;
  margin-bottom: 15px;
}
.plugin_backend #eshop #sidebar .sidebar-content:first-child {
  border: none;
  padding-top: 0;
}

.plugin_backend #eshop #breadcrumbs {
  background-color: #ebebeb;
  border-bottom: 1px solid #a0a0a0;
  width: 101%;
  padding: 2px 10px;
}

.plugin_backend #eshop #content {
  /*border-left: 1px solid #6c6c6c;*/
  /*border-top: 1px solid #6c6c6c;*/
  /*background-color: #FFF;*/
}

.plugin_backend #eshop a.product-image-thumb {
  display: block;
  width: 50px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

}

.plugin_backend #eshop ul#sidebar-categories {

}

.plugin_backend #eshop ul#sidebar-categories li:hover{
  background-color: white;
}

.plugin_backend #eshop ul#sidebar-categories li.active{
  background-color: #FFFFFF;
}


.plugin_backend #eshop td.checkbox-holder input {
  width: 50px;
  height: 25px;
  border: 1px solid red;
}

/*.plugin_backend #eshop tr.new td{*/
  /*background-color: #fff698;*/
  /*transition: all 0.25s;*/
/*}*/




.plugin_backend #eshop .orderExportQeued {
  color: #d9d9d9 !important;
  transition: color 0.3s;
}
.plugin_backend #eshop .orderExportQeued:hover {

}

.plugin_backend #eshop .orderExportQeued.active {
  color: green !important;
}

.plugin_backend #eshop .orderExportQeued.active:hover {

}

.plugin_backend #eshop .stock-manipulator {
  display: inline-block;
}


.fancybox-inner > .row {
  margin-left: 0;
  margin-right: 0;
}



/* FRONTEND RIBBONS */
.product-ribbons{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;

}

.product-ribbon {
  font-size: 11px;
  position: relative;
  display: block;
  margin: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  /*border: 1px solid rgba(255,255,255,0.35);*/
  color: black;
  border-radius: 1px;
  float: left;
  clear: both;
  padding: 3px 5px 3px;
  text-transform: uppercase;
  z-index: 5;
}

.product-ribbon-discount {
  color: #FFF;
  background-color: #ec1a29;
}
.product-ribbon-news {
  color: #FFF;
  background-color: #49b2d6;
}
.product-ribbon-popular {
  color: #FFF;
  background-color: #64a840;
}
.product-ribbon-offer {
  color: #FFF;
  background-color: #006593;
}
.product-ribbon-disabled {
  color: #FFF;
  background-color: #c24a4b;
}
.product-ribbon-hidden {
  color: #FFF;
  background-color: #930005;
}


.row-ribbons-alt {
  margin-top: -25px;
  margin-bottom: 15px;
  margin-left: 2px;
  margin-right: 15px;
}
.product-ribbon-alt {
  display: inline-block;
  padding: 1px 8px;
  font-size: 9pt;
}
.product-ribbon-alt-discount {
  color: white;
  background-color: #FF0056;
}



.plugin_backend #eshop table.invoice-settings-table{
  display: inline-block;
}

.plugin_backend #eshop table.invoice-settings-table td{
  padding: 3px 5px;
  
}


.plugin_backend #eshop table .cell-price {
  min-width: 80px;
}





.payment-credentials {
  margin-top: 25px;
  line-height: 1.5;
}



/* Custom CSS for RecordsTables */
.plugin_backend #eshop .recordsTable-eshop-paymenttype .cell-pricesByPrice {
  min-width: 130px;
}

.plugin_backend #eshop .recordsTable-eshop-futureorder .cell-orderId,
.plugin_backend #eshop .recordsTable-eshop-futureorder .cell-paymentId {
  min-width: 80px;
}

.plugin_backend #eshop .recordsTable-eshop-futureorder .requiresAttention .stack-wrapper {
  display: inline-block;
  position: relative;
  top: -8px;
}
