@font-face {
    font-family: 'OpenSans';
    src: url('/admin/css/opensans/opensans-medium.eot');
    src: url('/admin/css/opensans/opensans-medium.eot?#iefix') format('embedded-opentype'),
    url('/admin/css/opensans/opensans-medium.woff') format('woff'),
    url('/admin/css/opensans/opensans-medium.ttf') format('truetype'),
    url('/admin/css/opensans/opensans-medium.svg#OpenSans') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/admin/css/opensans/opensans-regular.eot');
    src: url('/admin/css/opensans/opensans-regular.eot?#iefix') format('embedded-opentype'),
    url('/admin/css/opensans/opensans-regular.woff') format('woff'),
    url('/admin/css/opensans/opensans-regular.ttf') format('truetype'),
    url('/admin/css/opensans/opensans-regular.svg#OpenSans') format('svg');
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    /*overflow-y: scroll;*/
}

body {
    font: 100%/1.6 OpenSans, Arial, Helvetica, sans-serif;
}

p, label, li, td, th, input, option, textarea {
    color: #444;
}

input, textarea, select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

a {
    color: #3b4b52;
}

a:hover {
    color: #000;
    color: rgba(0, 0, 0, 0.5);
}

h1 {
    clear: both;
    font-weight: 400;
    color: #3b4b52;
    font-size: 30px;
    line-height: 50px;
    border-bottom: 1px solid #3b4b52;
    margin: 0;
    padding: 0;
}

h2 {
    clear: both;
    font-weight: 400;
    color: #3b4b52;
    font-size: 20px;
    line-height: 20px;
    margin: 30px 0 30px 0;
    padding: 0;
}

div.success {
    background: #8fd400;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

div.success_order {
    background: #8fd400;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

div.error {
    background: #ff0200;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

div.error_order {
    background: #ff0200;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

/* ############################################## */
/* # 											# */
/* # 					LOGIN					# */
/* # 											# */
/* ############################################## */

#login_box {
    background: #eee;
    max-width: 400px;
    height: 330px;
    width: 95%;
    padding: 0;
    box-sizing: border-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

html.oldie #login_box {
    width: 400px;
}

#login_box h1 {
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 50px 0;
    font-size: 26px;
    line-height: 50px;
    padding: 0 30px;
}

#login_box h2 {
    background: #c00;
    color: #fff;
    font-weight: 400;
    margin: 0px 0 -20px 0;
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
    top: -50px;
    position: relative;
}

#login_box p {
    clear: both;
    margin: 0 30px 30px 30px;
    padding: 0;
    border: 1px solid #d5d5d5;
    height: 40px;
}

#login_box p label {
    display: block;
    float: left;
    width: 45px;
    height: 38px;
    background: #d6b991;
    text-indent: -10000px;
}

#login_box p input {
    float: left;
    border: 0;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #333;
    width: 100%;
    padding: 0 15px;
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
}

html.oldie #login_box p input {
    width: 293px;
}

#login_box p:nth-of-type(1) label {
    background-image: url(/admin/images/login-icons.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#login_box p:nth-of-type(2) label {
    background-image: url(/admin/images/login-icons.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#login_box p:last-child {
    border: 0;
}

#login_box p input#login_submit {
    background: #3b4b52;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

/* MAIN LAYOUT */

#page_container {
    width: 95%;
    margin: 0 auto 30px auto;
    overflow: hidden;
}

html.oldie #page_container {
    width: 940px;
    padding: 0 20px;
}

#page_header {
    width: 100%;
    padding: 15px 20px;
    background: #e9dacb;
    overflow: auto;
}

#page_header img {
    float: left;
    margin: 0 0;
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    max-width: 75px;
}

#page_header a:last-child {
    float: right;
    display: block;
    background: #000000;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    width: 90px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#page_header a:last-child:hover {
    color: #000;
    color: rgba(0, 0, 0, 0.5);
}

#breadcrumb {
    width: 100%;
    padding: 0 20px;
    background: #000000;
    margin: 0 0 20px 0;
}

#breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
}

#breadcrumb li:after {
    content: '>';
    padding: 0 3px 0 7px;
}

#breadcrumb li:last-child:after {
    content: '';
    padding: 0;
}

#breadcrumb li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

#breadcrumb li a:hover {
    color: #25bfff;
}

/* ############################################## */
/* # 											# */
/* # 				HOMEPAGE LAYOUT				# */
/* # 											# */
/* ############################################## */

#homepage_grid {
    width: 100%;
}

#homepage_grid h2 {
    clear: both;
    font-weight: 400;
    color: #3b4b52;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #3b4b52;
    margin: 0;
    padding: 0;
}

#homepage_grid ul {
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: none;
    width: 100%;
}

#homepage_grid ul:after {
    content: '';
    display: table;
    clear: both;
}

#homepage_grid ul li {
    list-style: none;
    margin: 2.12% 2.12% 0 0;
    padding: 92px 0 0 0;
    float: left;
    background: #d6b991;
    width: 14.9%;
    height: 140px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(/admin/images/icons/default.png);
}

#homepage_grid ul a:nth-child(6n) li {
    margin-right: 0;
}

#homepage_grid ul li:hover {
    background-color: #c59451;
}

#homepage_grid ul li span {
    color: #000000;
    text-decoration: none;
    display: block;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
}

#homepage_grid ul li span.twolines {
    line-height: 20px;
}

@media only screen and (max-width: 930px) {
    #homepage_grid ul li {
        width: 23.41%;
    }

    #homepage_grid ul a:nth-child(6n) li {
        margin-right: 2.12%;
    }

    #homepage_grid ul a:nth-child(4n) li {
        margin-right: 0;
    }
}

@media only screen and (max-width: 620px) {
    #homepage_grid ul li {
        width: 31.92%;
    }

    #homepage_grid ul a:nth-child(4n) li {
        margin-right: 2.12%;
    }

    #homepage_grid ul a:nth-child(3n) li {
        margin-right: 0;
    }
}

@media only screen and (max-width: 450px) {
    #homepage_grid ul li {
        width: 48.94%;
    }

    #homepage_grid ul a:nth-child(3n) li {
        margin-right: 2.12%;
    }

    #homepage_grid ul a:nth-child(2n) li {
        margin-right: 0;
    }
}


/* ############################################## */
/* # 											# */
/* # 				DATA TABLE					# */
/* # 											# */
/* ############################################## */

span.indent1, span.indent2, span.indent3, span.indent4, span.indent5, span.indent6, span.indent7, span.indent8 {
    background-repeat: repeat-y;
    background-position: left top;
    background-image: url(/admin/images/indent-guide.gif);
    display: block;
}

span.indent1 {
    padding-left: 20px;
    background-position: -159px top;
}

span.indent2 {
    padding-left: 40px;
    background-position: -139px top;
}

span.indent3 {
    padding-left: 60px;
    background-position: -119px top;
}

span.indent4 {
    padding-left: 80px;
    background-position: -99px top;
}

span.indent5 {
    padding-left: 100px;
    background-position: -79px top;
}

span.indent6 {
    padding-left: 120px;
    background-position: -59px top;
}

span.indent7 {
    padding-left: 140px;
    background-position: -39px top;
}

span.indent8 {
    padding-left: 160px;
    background-position: -19px top;
}


table.dataTable.display {
}

table.dataTable.display thead th {
    background: #000000;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    border: 0;
    font-size: 14px;
}

table.dataTable.display tbody td {
    padding: 5px 10px;
    border: 0;
    font-size: 14px;
    color: #333;
    white-space: pre-wrap;
}

table.dataTable.display.the_matrix tbody td:first-of-type {
    background: rgba(0, 0, 0, 0.11);
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 479px) {
    .hidemes {
        display: none;
    }
}

table.dataTable.display.no-footer {
    border: 0;
}

.dataTables_wrapper .dataTables_length {
    margin: 10px 0 10px 20px;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_filter {
    margin: 10px 20px 10px 0;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_info {
    margin: 10px 0 8px 20px;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
}

.dataTables_wrapper .dataTables_paginate {
    margin: 10px 20px 8px 0;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #000000;
    margin-left: 5px;
    padding: 0 10px;
    color: #fff;
    position: relative;
    line-height: 30px;
    height: 30px;
    float: left;
    display: block;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-of-type {
    margin-left: 0;
}


.dataTables_wrapper {
    background: #eee;
    /*margin: 30px 0;*/
}

@media screen and (max-width: 530px) {
    .dataTables_wrapper {
        padding: 5px 0;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        width: calc(100% - 20px);
        text-align: left;
        float: left;
        margin: 5px 10px;
        padding: 0;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-bottom: 10px;
    }

}

/* ############################################## */
/* # 											# */
/* #					BUTTONS					# */
/* # 											# */
/* ############################################## */

.button_order_confirm_resend {
    width: auto;
    height: 40px;
    background: #8fd400;
    border: 0;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 40px;
    margin: -50px 0 0 0;
    padding: 0 15px;
    text-decoration: none;
}

form.formstyle input.buttonstyle, input.buttonstyle, .buttonstyle, div.formstyle input.buttonstyle, input.buttonstyle, .buttonstyle {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    background: #e9dacb;
    margin: 0;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    width: auto;
    border: 0;
}

.buttonstyle:hover {
    color: #fff;
    background: #c59451;
}

h1 .buttonstyle {
    float: right;
    display: block;
    margin-top: 5px;
}

form.formstyle input.buttonstylesmall, input.buttonstylesmall, .buttonstylesmall {
    line-height: 30px;
    height: 30px;
}

/* ############################################## */
/* # 											# */
/* #					FORM					# */
/* # 											# */
/* ############################################## */

form.formstyle, div.formstyle {
    background: #eee;
    padding: 0 20px 20px 20px;
    overflow: auto;
    float: left;
    width: 100%;
    overflow-x: hidden;
}

form.formhalf {
    width: 49%;
    float: left;
}

form.formlefthalf {
    margin-right: 2%;
}

h3.divider {
    clear: both;
    font-weight: 400;
    color: #3b4b52;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 0px solid #3b4b52;
    margin: 20px 0 0px 0;
    padding: 0;
}

div.spacer {
    clear: both;
    height: 20px;
}

form.formstyle > h3 + p, div.formstyle > h3 + p {
    xmargin-top: 0;
}

form.formstyle > p, div.formstyle > p {
    padding: 0;
    margin: 15px 0 0px 0;
    position: relative;
}

form.formstyle p > label, form.formstyle div > p > label, div.formstyle p > label, div.formstyle div > p > label {
    width: 100%;
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    color: #333;
}

form.formstyle > p > label span, form.formstyle > div > p > label span, div.formstyle > p > label > span, div.formstyle > div > p > label span {
    font-size: 10px;
    color: #c00;
    font-weight: 400;
    padding-left: 5px;
}

form.formstyle > p > span.fake_label, div.formstyle > p > span.fake_label {
    width: 100%;
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    color: #333;
    cursor: pointer;
}

form.formstyle span.help_button, div.formstyle span.help_button {
    color: #3b4b52;
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
}

form.formstyle span.help_button:hover {
    color: #000;
    color: rgba(0, 0, 0, 0.5);
}

form.formstyle div.help_text {
    display: block;
    background: #ddd;
    padding: 4px 15px;
    font-size: 14px;
    margin: 10px 0 -10px 0;
    position: relative;
    display: none;
}

form.formstyle div.help_text div {
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #ddd;
    top: -14px;
    left: 0;
}

form.formstyle > p > input, form.formstyle > div > p > input, div.formstyle > p > input, div.formstyle > div > p > input {
    border: 0;
    font-size: 16px;
    width: 100%;
    padding: 4px 10px;
}

form.formstyle > p > textarea, form.formstyle > div > p > textarea, div.formstyle > p > textarea, div.formstyle > div > p > textarea {
    border: 0;
    font-size: 16px;
    width: 100%;
    padding: 4px 10px;
}

form.formstyle > p > select, form.formstyle > div > p > select, div.formstyle > p > select, div.formstyle > div > p > select {
    border: 0;
    font-size: 16px;
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    background: #fff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

form.formstyle span.checkbox_grid {
    display: inline-block;
    width: 100%;
    margin-top: -20px;
}

form.formstyle span.checkbox_grid span {
    width: 25%;
    float: left;
    padding: 5px 0 0 0;
}

form.formstyle span.checkbox_grid span label {
    position: relative;
    top: 1px;
    padding-left: 5px;
}

form.formstyle span.checkbox_list {
    display: inline-block;
    width: 100%;
    margin-top: -20px;
}

form.formstyle span.checkbox_list span {
    width: 100%;
    float: left;
    padding: 5px 0 0 0;
}

form.formstyle span.checkbox_list span label {
    position: relative;
    top: 1px;
    padding-left: 5px;
}

form.formstyle span.checkbox_grid span.group, form.formstyle span.checkbox_list span.group {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 0 0;
    margin-bottom: 5px;
}


form.formstyle p.image_upload {
    overflow: hidden;
}

form.formstyle p.image_upload > span.preview {
    clear: both;
    width: 88px;
    height: 88px;
    line-height: 88px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
    border: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

form.formstyle p.image_upload > span.preview img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

form.formstyle p.image_upload > span:nth-of-type(3) {
    width: auto;
    width: calc(100% - 108px);
    float: left;
}

form.formstyle p.image_upload > span input[type=file] {
    display: none;
}

form.formstyle p.image_upload > span input[type=button] {
    width: 175px;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
}

form.formstyle p.image_upload > span input.deletebutton {
    clear: left;
    background: #c00;
}

form.formstyle p.image_upload > span span.progress {
    float: left;
    width: 400px;
    width: calc(100% - 195px);
    height: 40px;
    padding: 0px;
    background: #ddd;
    margin-top: 0px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

form.formstyle p.image_upload > span span.progress span {
    float: left;
    width: 0%;
    height: 40px;
    margin: 0;
    background: #c00;
    text-align: right;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

form.formstyle p.image_upload > span span.progress span.processing {
    background: #e5d800;
}

form.formstyle p.image_upload > span span.progress span.done {
    background: #8fd400 !important;
}

form.formstyle p.image_upload > span label {
    width: auto;
    float: left;
    clear: left;
    padding-left: 2px;
}

form.formstyle p.image_upload > span .crop_options {
    display: none;
    float: left;
}

form.formstyle p.image_upload > span .crop_options label {
    float: left;
    width: auto;
    clear: none;
    margin-right: 20px;
    line-height: 40px;
}

form.formstyle p.image_upload > span .crop_options label input {
    margin-right: 5px;
}

form.formstyle p.image_upload > span .crop_warning {
    display: none;
    float: left;
    line-height: 40px;
}

form.formstyle p.image_upload > span span.progress {
    display: none;
}


form.formstyle p.file_upload {
    overflow: hidden;
}

form.formstyle p.file_upload > img {
    clear: both;
    width: 100px;
    height: 100px;
    background: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
}

form.formstyle p.file_upload > span:nth-of-type(2) {
    width: auto;
    width: calc(100% - 120px);
    float: left;
}

form.formstyle p.file_upload > span input[type=file] {
    display: none;
}

form.formstyle p.file_upload > span input[type=button] {
    width: 175px;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
}

form.formstyle p.file_upload > span span.progress {
    float: left;
    width: 400px;
    width: calc(100% - 195px);
    height: 40px;
    padding: 0px;
    background: #ddd;
    margin-top: 0px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

form.formstyle p.file_upload > span span.progress span {
    float: left;
    width: 0%;
    height: 40px;
    margin: 0;
    background: #c00;
    text-align: right;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

form.formstyle p.file_upload > span span.progress span.processing {
    background: #e5d800;
}

form.formstyle p.file_upload > span span.progress span.done {
    background: #8fd400 !important;
}

form.formstyle p.file_upload > span label {
    width: auto;
    float: left;
    clear: left;
    padding-left: 2px;
}

form.formstyle p.file_upload > span span.progress {
    display: none;
}

table.varianteditor {
}

table.varianteditor tr.deleted td * {
    opacity: 0.3;
}

table.varianteditor th {
    text-align: left;
    font-size: 14px;
}

table.varianteditor td {
    padding: 5px 10px 5px 0;
}

table.varianteditor td:last-child {
    padding-right: 0;
}

table.varianteditor td.variantbutton {
    width: 10%;
}

table.varianteditor td.variantmove {
    width: 38px;
}

table.varianteditor td.variantmove div.variantmove_handle {
    margin: 0;
    padding: 0;
    width: 38px;
    height: 26px;
    background: #ccc;
    text-align: center;
    line-height: 24px;
    color: #777;
    font-size: 18px;
    cursor: ns-resize;
}

table.varianteditor td input {
    font-size: 16px;
    padding: 2px 5px;
    border: 0;
    width: 100%;
}

table.varianteditor td input[type=button].removevariant {
    width: 100px;
    color: #fff;
    background: #c00;
    opacity: 1 !important;
}

table.varianteditor tr.deleted td input[type=button] {
    background: #8fd400;
}

table.varianteditor td select {
    font-size: 16px;
    padding: 2px 5px;
    border: 0;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

input.addvariant {
    background: #8fd400;
    border: 0;
    color: #fff;
    width: 100%;
    margin-top: 4px;
}

table.varianteditor tr td input[type=button].upbutton {
    background: #3b4b52;
    width: 24px;
    float: left;
    color: #fff;
}

table.varianteditor tr td input[type=button].downbutton {
    background: #3b4b52;
    width: 24px;
    float: right;
    color: #fff;
}

table.varianteditor tr:first-child .upbutton {
    opacity: 0.5;
    background: #ccc !important;
    color: #999 !important;
}

table.varianteditor tr:last-child .downbutton {
    opacity: 0.5;
    background: #ccc !important;
    color: #999 !important;
}

table.varianteditor tr.deleted td input[type=button].upbutton {
    background: #000;
}

table.varianteditor tr.deleted td input[type=button].downbutton {
    background: #000;
}


@media screen and (max-width: 450px) {

    #page_header {
        padding-left: 10px;
        padding-right: 10px;
    }

    #breadcrumb {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px;
    }

    #breadcrumb * {
        font-size: 12px !important;
    }

    h1 {
        font-size: 20px;
        line-height: 40px;
    }

    h1 a {
        font-size: 12px !important;
        line-height: 30px !important;
        height: 30px !important;
    }

    h2 {
        font-size: 16px;
        margin: 20px 0;
    }

    form.formstyle {
        padding-left: 10px;
        padding-right: 10px;
    }

    h3.divider {
        font-size: 20px;
    }

    span.help_button {
        display: none;
    }

    input[name="submit_save"] {
        width: 100% !important;
    }

    input[name="submit_saveexit"] {
        width: 100% !important;
        margin-top: 0 !important;
    }

    input[name="submit_delete"] {
        width: 100% !important;
        margin-top: 40px !important;
    }

}


.hide_column {
    display: none;
}

td.mover:hover {
    cursor: ns-resize !important;
}

.dragable {
    cursor: ns-resize;
}

.dragable-disabled {
    cursor: not-allowed !important;
}

/* media */

.mediaList {
    display: block;
    width: 100%;
}

.mediaItem {
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
    float: left;
    text-align: center;
}

p.mediaLabel {
    font-size: 12px;
    margin: 0;
}

p.mediaType {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.mediaThumb {
    width: 100%;
    padding-bottom: 62.5%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: black;
}

.remove_prod_btn {
    border-radius: 15px;
    border: none;
    background-color: #ff0000;
    width: 24px !important;
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
}

@media (min-width: 768px) {
    .mediaItem {
        width: 25%;
    }
}


@media (min-width: 1024px) {
    .mediaItem {
        width: 20%;
    }
}

.hidden_image {
    display: none;
}

.is_live_story {
    background-color: #DA311D;
    padding: 10px;
    margin-top: 20px;
}

.is_live_story p {
    margin-top: 0;
}

.is_live_story label, .is_live_story .help_button {
    padding-top: 0;
    color: white !important;
}

span.liveStory, span.liveStory a {
    color: #DA311D !important;
}


.click_label {
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
}

tr.base-details td {
    background: #e9dbcb;
    border-bottom: 1px dotted #ddd !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.page_load_time {
    color: #ddd;
    font-size: 10px;
    text-align: right;
    padding: 5px 10px;
}

.group_product {
    float: left;
    background: #bfe9f3;
    margin: 0 6px 3px 0;
    padding: 3px 5px 2px 5px;
    font-size: 10px;
    user-select: none;
    vertical-align: middle;
}

.group_product a {
    color: #000 !important;
    text-decoration: none;
}

.group_product a:hover {
    background: #bfeef3;
    cursor: pointer;
}

.section_slide_toggle {
    display: block;
    font-size: 16px;
    background: #fff;
    color: #666;
    padding: 10px 20px 10px 20px;
    user-select: none;
    margin: 20px 0 0 0;
}

.section_slide_toggle:hover {
    background: #fefefe;
}

.section_slide_toggle:hover {
    cursor: pointer;
}

.slideable {
    width: 100%;
    border: 1px solid #cecece;
    padding: 30px 20px 20px 20px;
    margin: 0 0 20px 0;
    position: relative;
}

.slideable .dataTables_wrapper {
    margin: 0px;
}

.slideable table.dataTable.display thead th {
    background: #eee;
}

.slideable .dataTables_wrapper .dataTables_filter {
    margin: 0px;
}

.arrow {
    color: #eee;
    padding: 0 14px 0 0;

}

.section_slide_toggle:before {
    content: "\25bc";
}

.section_slide_toggle.is-active:before {
    content: "\25b2";
}

.slideable .help {
    float: left;
    font-size: 12px;
    position: absolute;
    top: 12px;
    z-index: 10;
    color: #666;
    margin: 0 0 0 0;
}

.dataTables_empty {
    margin-top: 20px !important;
}

.show_on_site_no {
    color: #d06464 !important;
}

ul.group_listing {
    width: 100%;
    background: #fdfdfd;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 0 0 10px;
}

ul.group_listing li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.group_listing li a {
    background: #ddd;
    padding: 5px 15px 5px 15px;
    margin: 0 4px 0 0;
    color: #666;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

ul.group_listing li a:hover {
    background: #e9dbcb;
    color: #3b4b52;
}

ul.group_listing li a.active_group {
    background: #c59451;
    color: #fff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

ul.group_listing li a.active_group:hover {
    color: #fff;
}

.matrix_pound {
    background: #fff;
    display: inline-block;
    padding: 1px 6px 0px 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #adadad;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
}

.matrix_input {
    border-left: none;
    padding: 2px 0px 2px 0px;
    border-right: 1px solid #adadad;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    width: 60px;
    margin: 0 4px 0 0;
}

/* The switch - the box around the slider */
.matrix_switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.matrix_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.matrix_slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ececec;
    -webkit-transition: .3s;
    transition: .3s;
}

.matrix_slider:hover {
    background: #e0e0e0;
}

.matrix_slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

input:checked + .matrix_slider {
    background-color: #71a536;
}

input:checked + .matrix_slider:hover {
    background-color: #699636;
}

input:focus + .matrix_slider {
    box-shadow: 0 0 1px #71a536;
}

input:checked + .matrix_slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.matrix_slider.round {
    border-radius: 16px;
}

.matrix_slider.round:before {
    border-radius: 50%;
}


input.matrix_input[type=number]::-webkit-inner-spin-button,
input.matrix_input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


a.delete-button {
    background: #ffd2d2;
    color: #717171;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 10px;
}

a.delete-button:hover {
    background: #fd7b7b;
    color: #eee;
}

a.edit-button {
    background: #e9dbcb;
    color: #717171;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 10px;
}

a.edit-button:hover {
    background: #2084b8;
    color: #eee;
}

a.resolve-button {
    background: #e9dbcb;
    color: #717171;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 10px;
}

a.resolve-button:hover {
    background: #2084b8;
    color: #eee;
}

table.dataTable.display.filters_table tbody td:first-of-type {
    background: rgba(187, 187, 187, 0.11);
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.missing_filter {
    color: #de4949;
}

.filter_checkbox {
    vertical-align: middle;
    margin: 0 7px 0 0;
}

.filter_category_list {
    float: left;
    margin: 20px 0 20px 0;
    background: #f9f9f9;
    width: 100%;
    padding: 5px 10px;
}

.cat_left {
    float: left;
    width: 270px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.cat_right {
    float: left;
    font-size: 14px;
    background: #f9f9f9;
    text-align: left;
    color: #fff;
    font-weight: bold;
    padding: 1px 0 0 0;
}


a.type_counter {
    background: #fff;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 8px #ccc;
    -webkit-box-shadow: inset 0 0 8px #ccc;
    box-shadow: inset 0 0 8px #ccc;
}

a.type_counter:hover {
    background: #d3f5ff !important;
    -moz-box-shadow: inset 0 0 8px #ccc !important;
    -webkit-box-shadow: inset 0 0 8px #ccc !important;
    box-shadow: inset 0 0 8px #ccc !important;
}

.cloned_product_label {
    background-color: #ffb612;
    border-radius: 2px;
    color: #FFF;
    font-size: 12px;
    padding: 2px 8px;
}

.not_main_product {
    background: #d4e9ec;
    padding: 0 0 0 4px;
    margin: 3px 6px 0 0;
    height: 15px;
    width: 4px;
}

.search_results {
    width: 75%;
    float: right;
    padding: 0;
}

.report_results {
    position: relative;
!important;
    width: 100%;
!important;
    float: left !important;

}

.search_form {
    clear: left;
    width: 23%;
    float: left;
    display: block;
    padding: 0 10px;
    background: #ececec;
    border: 1px solid #ccc;
    position: absolute;
    top: 80px;
    left: 0;

}

.report_filters {
    position: relative;
!important;
    top: 10px;
!important;
}


.search_form input, .search_form select {
    width: 100% !important;
}

.search_form h2 {
    margin: 16px 0 0 0 !important;
    padding: 0 0 16px 0 !important;
    border-bottom: 1px solid #ccc;
}

.search_form .buttonstyle {
    margin: 6px 0 16px 0 !important;
}

.products_container {
    position: relative;
    min-height: 700px;
}

.reset_button {
    background: #ccc;
    display: block;
    text-align: center;
    padding: 0 12px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px !important;
    color: #000;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.reset_filters {
    float: right;
    position: absolute;
    top: 14px;
    right: 10px;
}

.reset_the_matrix {
    float: right;
    width: 130px;
    line-height: 20px;
    margin: 20px 0 0 0;
}

.reset_button:hover {
    cursor: pointer;
    background: #ecbaba;
}


.filter_items {
    display: none;
    float: left;
    background: #c0c;
    margin: 10px 0 10px 0;
    width: 100%;
}


.filter_item {
    position: relative;
    display: inline-block;
    float: left;
    background: #bfe9f3;
    margin: 0 10px 0px 0;
    padding: 5px 30px 6px 10px;
    font-size: 11px;
    user-select: none;
    vertical-align: middle;
    min-height: 28px;
}

.filter_cross {
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 0 4px 4px 4px;
    margin: 0;
    background: #81cdec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.filter_cross:hover {
    cursor: pointer;
    background: #ecbaba;
}


.select2-container .select2-selection--single {
    max-width: 100%;
}

.bulk_button {
    /*    float: right !important;
        position: absolute;
        bottom: 14px;
        right: 0;*/
    float: right;
    margin: 0;
}


.navigation {
    float: left;
    width: 200px;
    margin: 0 20px 0 0;
    font-size: 13px;
}

.navigation ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    border: 1px solid #eaeaea;
}

.navigation ul li:nth-child(even) {
    background: #ffffff;
}

.navigation ul li:nth-child(odd) {
    background: #ffffff;
}

.navigation h2 {
    background: #000000;
    color: #fff;
    padding: 5px 3px 5px 10px;
    margin: 0;
    font-size: 14px;
}

.navigation ul li.spacer {
    background: #fff;
}

.navigation ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 3px 3px 3px 5px;
}

.navigation ul li a.selected {
    font-weight: bold;
    background: #e9dbcb;
    color: #000000;
}

.navigation ul li a:hover {
    color: #000000;
}

.navigation ul li span {
    float: left;
    width: 16px;
    margin: 0;
    padding: 0;
}

.navigation ul li span a {
    float: left;
    margin: 0;
    padding: 0;
}

.navigation ul li a i {
    float: left;
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
}

.navigation ul li a i img {
    float: left;
    width: 100%;
    height: 20px !important;
}

.admin_body {
    float: right;
    width: calc(100% - 220px);
    margin-bottom: 70px;
    position: relative;
}

.hide_header thead th {
    background: #eee !important;
}

.calculator {
    background: #c0c;
    height: 200px;
}

.percentage_calc_button {
    clear: right;
    display: inline-block;
    background: #ddd;
    margin: 0 6px 10px 0;
    padding: 3px 10px;
    font-size: 15px;
    user-select: none;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.percentage_calc_button:hover {
    background: #e9dbcb;
    color: #3b4b52;
    cursor: pointer;
}

.calculation {
    background: #fffde8;
}

.admin-image-display {
    width: 100px;
    border: 1px solid #e4e4e4;
}

.counter_red {
    background: #fff6f6 !important;
    -moz-box-shadow: inset 0 0 8px #ffd9d9 !important;
    -webkit-box-shadow: inset 0 0 8px #ffd9d9 !important;
    box-shadow: inset 0 0 8px #ffd9d9 !important;
}


.counter_green {
    background: #e9ffe1 !important;
    -moz-box-shadow: inset 0 0 8px #b1d2b3 !important;
    -webkit-box-shadow: inset 0 0 8px #b1d2b3 !important;
    box-shadow: inset 0 0 8px #b1d2b3 !important;
}

.floating_save {
    background: #0a150ce0 !important;
    padding: 0px 48px 0 48px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    z-index: 20000;
}

.floating_save_inner {
    /*width:;*/
    float: left;
    text-align: center;
    margin: 0 0 0 45%;
    padding: 0 !important;
}

.floating_delete {
    float: right;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.floating_save .floating_save_inner .buttonstyle {
    margin: 10px 10px 0 0 !important;
}

.floating_save .floating_delete .buttonstyle {
    margin: 10px 0 0 0 !important;
}

.floating_save > .deletebutton {
    margin-right: 0 !important;
}

@media (max-width: 800px) {
    .floating_save_inner {
        float: left;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 !important;
    }
}


table.product_extras {
    position: absolute;
    top: 60px;
    right: 0;
}

table.product_extras tr {
    text-align: center;
}

table.product_extras tr td {
    width: 70px;
    margin: 0 auto;
    padding: 0 0 0 12px;
}

table.product_extras tr td:last-of-type {
    padding: 0 0 0 0px;
}

.character_count_display {
    font-size: 16px;
    color: #89898a;
    font-weight: normal;
    padding: 0 0 10px 0;
}

.character_count_display::before {
    content: "\00a0 (";
}

.character_count_display::after {
    content: ")";
}

.field_sku {
    font-weight: normal;
    color: #c00;
}

.field_sku::before {
    content: "\00a0";

}

.note_button, .note_button_submit, .edit_note_button_submit {
    background: #25bfff !important;
}

#edit_note_form > p {
    box-sizing: border-box;
    width: 79%;
}

#edit_note_form > p > textarea::-webkit-scrollbar {
    display: none;
}

#edit_issue_form > p > textarea::-webkit-scrollbar {
    display: none;
}

#edit_note_form > input {
    margin-top: 45px !important;
    margin-bottom: 0 !important;
}

.issue_button, .issue_button_submit {
    background: #d47624 !important;
}

.modal_order_confirmation {
    display: none;
    position: fixed;
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal_note, .modal_edit_note {
    display: none;
    position: fixed;
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal_issue, .modal_edit_issue {
    display: none;
    position: fixed;
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal_content {
    background-color: #eee;
    margin: auto;
    border: 1px solid #888;
    width: 70%;
    display: block;
}

.modal_info {
    width: 100%;
    padding: 0px 20px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.status_colour {
    height: 14px;
    width: 14px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.mpn_hidden {
    display: none;
}

.sage_pay_details {
    margin-bottom: -8px !important;
}

.invoice_button {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
}

.order_summary_information, .sage_pay_details, .delivery_methods,
.order_billing_details, .order_delivery_details,
.order_contact_details, .order_contact_invoice {
    margin: 20px 20px 0 0;
    width: calc(50% - 10px) !important;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    position: relative;
}

.sage_pay_details, .delivery_methods,
.order_delivery_details, .order_contact_invoice {
    margin-right: 0px;
}

.order_summary_information h2, .sage_pay_details h2, .delivery_methods h2,
.order_billing_details h2, .order_delivery_details h2,
.order_contact_details h2, .order_contact_invoice h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background: #69838e;
}

.order_information {
    margin: 20px 20px 10px 0;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
}

.order_information h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background: #69838e;
}

.order_information th {
    background: #dee7ec !important;
    color: #000 !important;
}

.incorrect_button {
    float: right !important;
    background: #efefef;
    color: #222;
    font-size: 12px;
}

.incorrect_button:hover {
    color: #000;
    background: #dedede;
}

.highlight_error {
    color: #c00 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.click-me {
    -webkit-animation: pulse linear 2.0s infinite;
    animation: pulse linear 2.0s infinite;
    box-shadow: 1px 1px #888888;
}

/*@media print {*/
/*    #order_confirm_email_template > table, #order_confirm_email_template > table > tr,*/
/*    #order_confirm_email_template > table > th, #order_confirm_email_template > table > td {*/
/*        border: none !important;*/
/*    }*/
/*}*/

@-webkit-keyframes pulse {
    0% {
        background: #fbff67;
    }
    100% {
        background: #fcff85;
    }
}

@keyframes pulse {
    0% {
        background: #fbff67;
    }
    100% {
        background: #fcff85;
    }
}

.print-click {
    background-color: #741cff !important;
}

.hide-click {
    background-color: #dd2100 !important;
}

.unhide-click {
    background-color: #ffae00 !important;
}

.select2 {
    min-width: 200px !important;
}

.report_results > #product-table_wrapper > #product-table tr:last-child {
    font-weight: bolder;
}

.select2-selection__rendered {
    /*background-color: #269abc;*/
    color: #000;
}

#summary_horizontal_elements_second_part > p {
    display: inline-block;
    margin-right: 40px;
}

.order_type_icon {
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.import_info {
    margin: 20px 0 20px 0;
    border: 2px solid #ccc;
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px;
}

.import {
    clear: both;
    margin: 20px 0 20px 0;
    border: 2px solid #ccc;
    width: 100%;
    padding: 0 20px 20px 20px;
}

.import_info h2 {
    margin: 20px 0 20px 0;
}

.import_info h2.important_info_title {

}

.import_info table {
    width: 100%;
    margin: 0 0 20px 0;
}

.import_info table thead tr th {
    text-align: left !important;
}

.products_changed {
    display: inline-block;
    float: left;
    width: 100%;
    background: #eff3ee;
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #ccc;
    padding: 0 20px 0 20px;
}

.product_errors {
    display: inline-block;
    float: left;
    width: 100%;
    background: #f9eeee;
    margin: 20px 0 0px 0;
    padding: 0;
    border: 1px solid #ccc;
    padding: 0 20px 0 20px;
}

.product_not_on_website {
    display: inline-block;
    float: left;
    width: 100%;
    background: #f9f7ee;
    margin: 20px 0 20px 0;
    padding: 0;
    border: 1px solid #ccc;
    padding: 0 20px 0 20px;
}

.products_not_changed {
    display: inline-block;
    float: left;
    width: 100%;
    background: #eee;
    border: 1px solid #ccc;
    padding: 0 20px 0 20px;
}

.redactor_toolbar {
    background: #000000;
}

.offline_highlight td {
    color: #a24343 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #fff;
}

.quiz_correct {
    margin: 4px 0 0 0;
}

.quiz_incorrect {
    margin: 4px 0 0 0;
}

.dynamic_section_form {
    margin: 20px 0 20px 0;
    padding: 10px 10px 10px 10px;
    border: 2px solid #fff;
}

.po_input {
    border: 1px solid #ccc !important;
    padding: 6px 10px;
}

.add_new_row {
    margin: 10px 0 0 10px;
    background: #fff;
    border: 1px solid #aaa;
    padding: 6px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 200px;
    text-align: center;
    font-size: 12px;
    user-select: none;
}

.add_new_row:hover {
    background: #ddd;
    cursor: pointer;
}

.money_column {
    text-align: right;
    font-family: monospace;
}

.total_title {
    text-align: right;
    font-weight: bolder;
}


.inner_table {
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    background: #ccc;
}

.audit_stock {
    margin: 0px 0 0 0;
    padding: 0px;
    display: flex;
    width: 100%;
}

.audit_stock_header {
    display: flex;
    background: #aaa;
    margin: 0px;
    padding: 0px;
}

.audit_stock_contents {
    display: flex;
    background: #ccc;
    margin: 0px;
    padding: 0px;
    background: #ccc !important;
}

.audit_stock_table {
    width: 100%;
    border: 1px solid #eee;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: #ccc !important;
}

.audit_stock_table thead th {
    background: #eee !important;
    color: #666 !important;
}

#data-table-audit tbody td {
    white-space: initial;
    padding-top: 10px;
}

.highlight_po_product {
    font-weight: bold;
}

.dark_background_preview {
    background: #ccc !important;
}

tfoot th {
    padding-left: 10px !important;
    text-align: left;
}

.admin_button {
    background: #95bcd1;
    padding: 3px 10px;
    text-align: center;
    margin: 0 0 0 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #eee;
}

.admin_button:hover {
    color: #fff;
}

.admin_button_large {
    background: #95bcd1;
    padding: 3px 10px;
    text-align: center;
    margin: 10px 0 0 0px;
    border-radius: 5px;
    text-decoration: none;
    color: #eee;
}

.admin_button:hover {
    color: #fff;
}

.region_name {
    color: #bbb !important;
}

.region_name_main {
    color: #000 !important;
}

.analytics_button {
    display: block;
    width: 98%;
    text-decoration: none;
    background-color: #e9dacb;
    color: #000;
    padding: 10px 20px;
    max-width: 280px;
    transition: all 0.2s;
    float: left;
    margin: 5px;
}

.analytics_button:hover {
    color: #000;
    text-decoration: none;
    background-color: #d3f5ff;
}

.float-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.column-half {
    padding: 10px;
    width: 50%;
    display: block;
    float: left;
    box-sizing: border-box;
}

#export_date_controls {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}


.image_dimension_note {
    display: block;
    padding: 0px 0px;
    font-size: 12px;
    margin: 2px 0 0px 0;
    position: relative;
    font-family: monospace !important;
    color: #444;
}

.home-notif-container {
    position: relative;
}

.home-notif {
    position: absolute;
    color: #fff;
    background-color: #f33;
    right: 3px;
    top: -124px;
    border-radius: 15px;
    padding: 0 7px;
    font-size: 16px;
    text-shadow: 2px 2px rgb(0 0 0 / 30%);
}

.counter_selects {
    list-style: none;
    margin: .5em 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.counter_selects .counter_item {
    border: 0;
    background: #e9dbcb;
    padding: 0.6em 1em 0.7em;
    border-radius: 10px;
    transition: 500ms ease-in-out background;
    margin: 0 .5em 0 0;
}

.counter_selects .counter_item:hover {
    background: #d2c5b7;
}

.counter_selects .counter_item.active {
    background: #d2c5b7;
}

.fake_input {
    width: 400px;
    height: 30px;
    background: white;
}

.summary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: 10px 0;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    /*border: 1px solid #ccc;*/
}

.grid-item-label {
    background: black;
    color: white;
    padding: 7px 10px;
    font-size: 15px;
}

.grid-item-value {
    padding: 7px 10px;
    font-size: 15px;
    /*background*/
}
.grid-item-value.item-featured {
    text-align: center;
    font-size: 22px;
    padding: 13px 7px 10px;
}

@media print {
    .hide-from-print {
        display: none;
    }
}
