/*
Theme Name: Retushop
Theme URI:
Author: the Retushop team
Author URI:
Description:
Version: 1.0
License:
License URI:
Text Domain: retushop
Tags:

*/



#zakaz-postlist .rcl-table__cell span.status-publish:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 255, 51, 0.2);
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
}

#zakaz-postlist .rcl-table__cell span.status-ok:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 191, 0, 0.2);
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
}

#zakaz-postlist .rcl-table__cell span.status-red:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 97, 62, 0.2);
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
}

.rcl-public-box .submit-public-form {
    margin: 10px 0;
    padding-bottom: 0;
    text-align: right;
    padding: 0 !important;
}

.rcl-public-box .public-form-button {
    margin: 0 !important;
}

.rcl-table__row-must-sort.rcl-table__row.publish {
    background-color: rgba(0, 128, 0, 0.2)!important;
}

.rcl-table__row-must-sort.rcl-table__row.publish.status-red {
    background-color: rgba(255, 97, 62, 0.2)!important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(209, 179, 61);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(209, 179, 61) !important;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.red_border {
    border: 5px solid red !important;
}

img {
    max-width: 100%!important;
    height: auto!important;
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 1.5rem;
    }
}