.ckwcs1-success {
    color: #0e8405;
}
.ckwcs1-error {
    color: #700101;
}

.ckwcs1-sync-uptodate-cartouche  {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 0.7em;
    background: #4545ff;
    color: white;
}

.ckwcs1-sync-created-cartouche  {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 0.7em;
    background: #32c552;
    color: white;
}

.ckwcs1-sync-mapped-cartouche {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 0.7em;
    background: darkturquoise;
    color: white;
}

.ckwcs1-sync-synced-cartouche {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 0.7em;
    background: green;
    color: white;
}

.ckwcs1-sync-error-text {
    color: red;
}

.ckwcs1-sync-error-cartouche {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 0.7em;
    background: red;
    color: white;
}

.ckwcs1-copyright-panel {
    display: inline-block;
    width: 40em;
    margin: 4px;
    padding: 32px;
    border: 1px solid grey;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 13px;
    line-height: 1.7;
}
.widefat .column-wc_actions a.complete::after {
    content: "\f147"
}

.wc-action-button-sendtosoftone::after {
    font-family: woocommerce !important;
    content: url('/wp-content/plugins/ckwcs1/images/s1.svg');
}

table.wp-list-table th.column-instime {
    min-width: 10em;
}

table.wp-list-table th.column-wc_id {
    min-width: 4em;
}

table.wp-list-table th.column-s1_code {
    min-width: 6em;
}

table.wp-list-table th.column-s1_id {
    min-width: 4em;
}

table.wp-list-table th.column-wc_code {
    min-width: 6em;
}

table.s1kartela {
    line-height: 1;
}

table.s1kartela .negativevalue {
    color: red;
}

table.s1kartela td {
    color: rgb(51,51,51);
    text-align: left;
}

table.s1kartela tr.header {
    background-color: rgb(201, 229, 201) !important;
    font-weight: bold !important;
}

table.s1kartela tr.sum {
    background-color: rgb(201, 229, 201) !important;
    font-weight: bold !important;
}


table.s1kartela tr:nth-child(odd) {
    background-color: rgb(255, 253, 245);
}

table.s1kartela td.number {
    text-align: right;
}

table.s1kartela th {
    color: black;
    font-weight: bold;
    text-align: center;
}

table.s1kartela td, table.s1kartela th {
    font-size: 90%;
    border: 1px solid;
    border-color:  rgb(231, 231, 231);
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

div.s1kartelaerror {
    color: rgb(255, 255, 255);
    background-color: rgb(224, 178, 82);
    padding: 20px;
}

div.s1kartelaerror:before {
    margin-right: 10px;
    content: "\f100";
    font-family: "woodmart-font";
}