/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.11.2018, 13:57:51
    Author     : studio2
*/

.action-product-tables {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    
}

.action-box-block {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    margin-top: 2.5em;
}

.action-box-header {
    font-size: 1.45em;
    color: black;
    margin-bottom: .75em;
}

.action-box-table {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.action-box-table table {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.action-box-table tr,.action-box-table td,.action-box-table th{
    box-sizing:border-box;
    padding:0 .25em 0 .75em;
    text-align:left;
    font-weight:normal;

}


.action-box-table thead tr{
    background:#00acc8;
}

.action-box-table th{
    color:white;
}

.action-product-cell-inner {
    display:flex;
    min-height:2.5em;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
}


.action-box-table tbody tr:nth-child(even) {background: #e7f6f9;}

th.action-product-cell-article {
    width: 7.5em;
    max-width: 7.5em;
    min-width: 7.5em;
}

th.action-product-cell-discount {
    max-width: 9em;
    min-width: 9em;
    width: 9em;
}

.action-box-table table thead th.action-product-cell-base {
    text-align: right;
}

.action-box-table table thead th.action-product-cell-base .action-product-cell-inner{
    padding-right:0.75em;
    justify-content:flex-end;
}

td.action-product-cell-base {
    text-align: right;
}

td.action-product-cell-base .action-product-cell-inner{
    padding-right:0.75em;
    justify-content:flex-end;
}

th.action-product-cell-button {
    width: 10em;
    max-width: 10em;
    min-width: 10em;
}

.action-cell-preloader {
    height: 1.5em;
    position: relative;
    width: 100%;overflow:hidden;
}
.action-cell-preloader:before,.action-cell-preloader:after{
    position:absolute;
    top:0;
    margin-top:.25em;
    box-sizing:border-box;
    width:1em;
    height:1em;background:#00acc8;
    content:' ';
    line-height:0;
}
.action-cell-preloader:before{
    left:-2em;
    animation:action_cell_preloader_before linear 0.75s alternate infinite;
}
.action-cell-preloader:after{
    right:-2em;
      animation:action_cell_preloader_after linear 0.75s alternate infinite;
}

@keyframes action_cell_preloader_before{
    from{
        left:0;
    }

    to{
        left:110%;
    }
}


@keyframes action_cell_preloader_after{
    from{
        right:0;
    }

    to{
        right:110%;
    }
}

.action-start-button {
    box-sizing: border-box;
    width: 100%;
    max-width: 7.5em;
    background: #00acc8;
    height: 2em;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.action-star-button-icon {
    width: 1.5em;
    height: 1.5em;
    box-sizing: border-box;
    overflow: hidden;
    background: rebeccapurple;
    display: inline-block;
    margin-top: .25em;
}

.action-start-counter {
    box-sizing: border-box;
    width: 100%;
}

.action-star-button-icon svg {
    width: 100%;
    height: 100%;
    fill: white;
}

.action-star-button-icon.action-star-button-icon-basket {
    /* float: right; */
    /* margin-right: .25em; */
    position: absolute;
    top: 0;
    right: .25em;
}

.action-up-down-counter {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 0 2em;
    height: 2em;
    width: 100%;
    max-width: 7.5em;
    margin: 0 auto;
}

.action-up-down-counter input[type=text] {
    border: 1px solid silver;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
    color: #00acc8;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transition:all .3s;
}

.action-up-down-counter input[type=text]:focus{
    border: 1px solid #00acc8;
    border-left: none;
    border-right: none;    
    outline: none;
    box-shadow: none;
    border-radius: 0;
    
} 

.action-counter-button {
    width: 2em;
    height: 2em;
    overflow: hidden;
    position: absolute;
    line-height: 0;
    top: 0;
    box-sizing: border-box;
    padding: .1em;
    cursor: pointer;
    transition: all .3s;
    background: #00acc8;
}

.action-counter-button.action-counter-button-minus {
    left: 0;
}

.action-counter-button.action-counter-button-plus {
    right: 0;
}
.action-counter-button svg {
    width: 100%;
    height: 100%;
    fill: white;
}

.action-counter-button {
    padding: .3em;
}

.action-star-button-icon {
    background: transparent;
}

.action-counter-button,.action-start-button{
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}


.action_returnBlock {
    margin-top: 1.5em;
    font-size: 1.1em;
    margin-left: .1em;
}

.action_returnBlock a {
    color: #00acc8;
}

.action_returnBlock a:before {
    content: '<<<';
    margin-right: .3em;
}
.filter {
    margin-bottom: 1em;
}
.action_returnBlock { 
    margin-top: 3em;
}

span.action-page-expires-mark {
    color: darkgray;
    margin-left: 1em;
    font-size: .9em;
}

th.action-product-cell-stock {}

th.action-product-cell-stock .action-product-cell-inner {
    text-align: right;
    justify-content: flex-end;
}


.action-cell-expired-stock {
    text-align: right;
}


td.action-product-cell-stock .action-product-cell-inner {
    justify-content: flex-end;
}

.action-up-down-counter {
    margin-right: 0;
}

td.action-product-cell-button {
    padding-right: 0;
}

.action-start-button {
    margin-right: 0;
}

th.action-product-cell-base {
    width: 15em;
    max-width: 15em;
    min-width: 15em;
    overflow: hidden;
}

.action-product-partner-only-content {
    font-size: .9em;
    text-align: center;
    color: gray;
}

th.action-product-cell-stock {
    width: 10em;
    max-width: 10em;
    min-width: 10em; 
}


.action_expire_warn {
    font-size: 1.1em;
    margin-top: 1em;
}

.action_expire_warn b {
    display: block;
    line-height: 1.3em;
    color: crimson;
}

.action_expire_warn a {
    color: #00acc8;
}

.action-box-block-disabled .action-start-button {
    background: gainsboro;
}

.action-box-block-disabled .action-start-button svg {
    fill: darkgray;
}

.action-product-cell-button svg {
    pointer-events: none;
}

span.action-page-expires-mark {
    margin-left: 0;
}

span.action-expirative-product-name {
    margin-right: .5em;
}
td.action-product-partner-only {
    min-width: 30em;
}
