@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*
	Description: Style for "TOYSTO"
	Author: Volanto sp. z o.o. - Krzysztof Paczoska
	Author URI: http://www.volanto.pl
	Version: 1.0.0a
*/
/* reset + default settings */
/* Zmiana koloru tekstu w tabeli */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: inherit;
    font-weight: 400;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: middle;
    color: #000000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
applet {
    display: none;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    /*background: #ececec;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
    color: #878787;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
body {
    background-color: #ececec;
}
a {
    color: #17c4bb;
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    color: #fff;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 200;
}
h1 {
    padding-top: 28px;
    padding-bottom: 15px;
    font-size: 26px;
    line-height: 1.3846153846;
}
h2 {
    font-size: 19px;
    line-height: 1;
    margin-bottom: 24px;
}
h3 {
    font-size: 18px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 17px;
    line-height: 1.2;
}
h5 {
    font-size: 16px;
    line-height: 1.3333333333;
}
h6 {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}
address {
    font-style: italic;
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}
b,
strong {
    position: relative;
    font-weight: 700;
    vertical-align: top;
}
cite,
dfn,
em,
i {
    font-style: italic;
    vertical-align: top;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
p {
    margin-bottom: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
blockquote {
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}
blockquote cite,
blockquote small {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input,
select,
a {
    line-height: normal;
    outline: none;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 400;
}
td {
    border-width: 0 1px 1px 0;
}
del {
    color: #767676;
}
hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
/* text selection style */
::selection {
    background: #2d3e58;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #2d3e58;
    color: #fff;
    text-shadow: none;
}
/** search fields clear */
input[type="text"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="text"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* all basic */
div.container {
    /* max-width: 94%;
	min-width: 400px;
	margin: 0 auto; */
    margin: 0 30px;
}
div.container.left {
    /* margin-left: 240px; */
    padding-top: 43px;
}

header .container {
    margin: 0;
    margin-top: 3px;
}

/* Utils */
div.clear {
    clear: both;
}
.text-center {
    text-align: center;
}

/* columns */
/* for 2 columns */
section.column-1 {
    position: relative;
    display: inline-block;
    width: 99.7%;
    margin: 0 2% 35px 0;
}
section.column-1.no-margin {
    margin: 0 2% 0 0;
}
section.column-2 {
    position: relative;
    float: left;
    width: 48%;
    margin: 0 2% 35px 0;
}
/* for 3 columns */
section.column-3 {
    position: relative;
    float: left;
    width: 33%;
    margin: 0 0.3% 35px 0;
}
section.column-3.no-margin {
    margin: 0 0.3% 0 0;
}
/* for 4 columns */
section.column-4 {
    position: relative;
    float: left;
    width: 24%;
    margin: 0 0.3% 35px 0;
}

.button {
    display: inline-block;
    width: auto;
    padding: 8px 12px;
    background: #2d3e58;
    border: none;
    font-size: 10px;
}
.button.disabled {
    background: #a3a3a3;
    color: #fff;
}
.button.hidden {
    display: none !important;
}
.button.change-status {
    min-width: 122px;
}
input[type="submit"].button {
    color: #17c4bb;
}
.button.left {
    float: left;
}
.button.right {
    float: right;
}
.button.no-margin {
    margin-top: 0;
}
.button.sign-files {
    margin-left: 3px;
    margin-right: 3px;
}
.button:hover,
input[type="submit"].button:hover {
    color: #fff;
}
.top-bar {
    padding: 8px 20px;
    background: #2d3e58;
    color: #fff;
    font-size: 0.1px;
    font-weight: 200;
    text-align: justify;
    vertical-align: middle;
}
.top-bar:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0.1px;
}
.top-bar h1,
.top-bar h3,
.top-bar h4,
.top-bar h2 {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.success {
    font-size: 12px;
    color: #2d3e58;
}

/* errors */
.red-warning {
    color: #d33a6c;
}
.error {
    font-size: 10px;
    color: #d33a6c;
}
.error.full {
    display: inline-block;
    width: 100%;
    text-align: center;
}
dl.error input,
dl.error textarea,
dl.error select,
div.error input {
    border-color: #d33a6c !important;
}
dd.error {
    margin-top: -20px;
}

/* files */
input[type="file"] {
    display: none;
}
div.little-files {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    color: #2d3e58;
}
div.little-files.no-height {
    display: block;
}
div.little-files div.upload-process {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    color: #2d3e58;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
div.little-files span {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-width: -webkit-calc(100% - 24px);
    max-width: -moz-calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin: 3px 3px 0 0;
    padding: 2px 20px 2px 4px;
    background: #17c4bb;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.little-files span a {
    position: absolute;
    right: 3px;
    margin-left: 3px;
    color: #fff;
}
div.little-files span a:hover {
    color: #2d3e58;
}
div.little-files span a.mail-attachment {
    position: relative;
}

/* focus for form fields */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
section.chat input[type="search"],
textarea:focus {
    border-color: #2d3e58;
    color: #2d3e58;
    outline: none;
}

/* transitions */
a,
input[type="submit"],
input[type="text"],
div.comments textarea[name="newComment"],
div.comments ul li span textarea.inline-edit,
.top-bar,
table.inline-edit ul.hidden-select-list li,
div.tile div.description,
div.tile div.description span,
section.chat div.user-list ul li span,
section.chat input[type="search"],
section.chat textarea,
div.go-top,
div.go-top span {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0s;
}
div.tile {
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out 0s;
}

/* dl field displayed inline */
div.inline-container {
    display: inline-block;
    width: 100%;
}
div.inline-container.center {
    text-align: center;
}
div.inline-container.iframe span.info {
    display: inline-block;
    width: 100%;
    text-align: right;
}
div.inline-container.iframe pre.html-content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 50px;
    max-height: 600px;
    margin: 0;
    background: #ececec;
    border: none;
    font-size: 12px;
    line-height: 1.26;
    font-family: "Exo 2";
    white-space: normal;
}
div.inline-container.iframe pre.html-content.pre-line {
    white-space: pre-line;
}
div.inline-container.iframe pre.html-content.response-forward {
    width: 93%;
    margin: 10px 0 20px 2%;
    padding-top: 20px;
    padding-left: 1%;
    border-left: 1px solid #17c4bb;
}
div.inline-container.iframe pre.html-content table {
    width: auto;
    border: none;
}
div.inline-container.iframe pre.html-content table tr,
div.inline-container.iframe pre.html-content table td {
    vertical-align: top;
    border: none;
}
dl.inline-label {
    /* negative margin for repair bottom padding */
    margin-bottom: -7px;
    text-align: justify;
    vertical-align: middle;
}
dl.inline-label:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0.1px;
}
dl.inline-label.mix-codes-line {
    position: relative;
}
dl.inline-label.mix-codes-line.new {
    display: none;
}
dl.inline-label dt {
    display: inline-block;
    width: auto;
}
dl.inline-label.label-top dt {
    vertical-align: top;
}
dl.inline-label dt label {
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
}
dl.inline-label dd input[type="text"],
dl.inline-label dd input[type="password"],
dl.inline-label dd textarea,
dl.inline-label dd select {
    display: inline-block;
    width: 100%;
    padding: 6px 5px;
    border: 1px solid #17c4bb;
    font-size: 14px;
    margin-top: 1px;
}
dl.inline-label.short dd input[type="text"] {
    width: 90px;
}
dl.inline-label.grey-bg dd input[type="text"] {
    background: #ececec;
}
dl.inline-label dd textarea {
    min-height: 100px;
    resize: none;
    font-size: 11px;
}
dl.inline-label dd textarea[disabled="disabled"] {
    border-color: #ebebeb;
}
dl.inline-label dd input[disabled="disabled"] {
    border-color: #ebebeb;
}
dl.inline-label dd {
    display: inline-block;
    width: auto;
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    margin-bottom: 0;
}
div.inline-container.iframe dl.inline-label dd {
    border: 1px solid #ebebeb;
}
div.inline-container.iframe dl.inline-label dd textarea {
    border: none;
}
dl.inline-label span.small-iframe-info {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    text-align: left;
}
dl.inline-label dd.error {
    margin-top: -10px;
}
dl.inline-label ul.token-input-list-toysto {
    position: relative;
    width: 100%;
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
}
dl.inline-label ul.token-input-list-toysto.disabled {
    background-color: #ececec;
}
dl.inline-label li.token-input-input-token-toysto input[type="text"] {
    background: transparent;
    border: none;
    font-size: 12px;
}

dl.labelled-input dd {
    position: relative;
}
dl.labelled-input dd span {
    position: absolute;
    right: 5px;
    top: 7px;
    font-style: italic;
    color: grey;
}

/* hidden select */
ul.hidden-select-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    max-height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: 3px solid #17c4bb;
    text-align: center;
    overflow: auto;
    z-index: 7777777;
}
ul.hidden-select-list:hover {
    display: block;
}
ul.hidden-select-list li {
    display: block;
    width: 100%;
    padding: 8px 0 0;
    color: #17c4bb;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
ul.hidden-select-list li:after {
    content: "";
    display: block;
    width: 80%;
    margin: 9px 10% 0;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
}
ul.hidden-select-list li:hover {
    color: #2d3e58;
}
ul.hidden-select-list li.checked {
    background-color: #17c4bb;
    color: #fff;
}
ul.hidden-select-list li.checked:after {
    border-bottom: 1px solid #17c4bb;
}
ul.hidden-select-list li:last-child:after {
    border-bottom: 1px solid transparent;
}

/* contenteditable bg */
div.content-editable-focus {
    display: none;
    position: absolute;
    width: 15px;
    height: auto;
    min-height: 10px;
    background: url("../images/contenteditable.png") center center no-repeat;
    z-index: 99999;
}

/* loader */
div.loading-data-info {
    position: fixed;
    width: 30px;
    height: 50px;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    background: #fff url("../images/preloader.gif") center 15px no-repeat;
    z-index: 9999999;
    -webkit-transform: translate3d(0, 0, 0);
}

/* go top */
div.go-top {
    position: fixed;
    display: block;
    width: 30px;
    height: 35px;
    bottom: -35px;
    right: 30px;
    cursor: pointer;
    background: #2d3e58;
    z-index: 99999;
    -webkit-transform: translate3d(0, 0, 0);
}
div.go-top:hover {
    bottom: 0 !important;
}
div.go-top span {
    position: relative;
    display: block;
    top: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #17c4bb transparent;
}
div.go-top:hover span {
    border-color: transparent transparent #fff transparent;
}

/* close window button */
a.close-window {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    padding: 5px 4px 14px;
    background: #17c4bb;
    color: #2d3e58;
    font-size: 30px;
    font-weight: 700;
    line-height: 1px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
a.close-window:hover {
    color: #fff;
}

/* header */
header {
    position: fixed;
    width: 100%;
    background: #182334;
    z-index: 99999;
    height: 45px;
    top: 0;
}
/* figure with logo */
header figure {
    display: inline-block;
    margin-right: 10px;
}

header span {
    margin-right: 5px;
}

header figure img {
    margin: 3px 10px;
}
header figure a.guide {
    margin-left: 20px;
}
header nav {
    display: inline-block;
    width: auto;
    height: 40px;
    font-size: 0;
}
header nav ul {
    height: 100%;
    margin: 0 65px;
}
header nav ul li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 43px;
}
header nav a {
    display: inline-block;
    height: 37px;
    padding: 8px 24px 0;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;

    line-height: 27px;
}
header nav a:active,
header nav a.active {
    color: #fff;
    background: #17c4bb;
}
/* section with search */
header section {
    float: right;
    width: auto;
    padding-top: 6px;
}
header section input[type="submit"] {
    background: transparent;
    border: none;
    color: #17c4bb;
}
header section input[type="submit"]:hover,
header section input[type="submit"]:active {
    color: #fff;
}
header section input[type="text"] {
    position: relative;
    width: 366px;
    padding: 3px 6px;
    background: transparent;
    border: 1px solid #17c4bb;
    color: #17c4bb;
    font-size: 13px;
    font-weight: 200;
}
header section input[type="text"]:focus {
    border-color: #fff !important;
    color: #fff !important;
}
/* media for header */
@media all and (max-width: 960px) {
    header section input[type="text"] {
        width: 166px;
    }
}
@media all and (max-width: 740px) {
    header section {
        width: 100%;
        margin-bottom: 6px;
        text-align: center;
    }
    header section input[type="text"] {
        width: 75%;
    }
}
@media all and (max-width: 500px) {
    header nav ul {
        margin: 0;
    }
}

/* main menu - slide */
section.menu-slide {
    position: fixed;
    width: 53px;
    height: auto;
    min-height: -webkit-calc(100% - 70px);
    min-height: -moz-calc(100% - 70px);
    min-height: calc(100% - 70px);
    top: 0;
    left: 0;
    padding-top: 70px;
    background: #2d3e58;
    overflow: hidden !important;
    z-index: 996;
    -webkit-transform: translate3d(0, 0, 0);
    transition: width 200ms linear;
}

.expanded .menu-slide {
    width: 200px;
}

section.menu-slide nav {
    position: relative;
    z-index: 9997;
}
@media all and (min-height: 620px) {
    section.menu-slide nav {
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
    }
}
section.menu-slide nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 200px;
    border-top: 1px solid #46556b;
    font-size: 16px;
}
section.menu-slide nav ul li {
    min-height: 4px;
    border-bottom: 1px solid #46556b;
}
section.menu-slide nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 13px;
}
section.menu-slide nav ul li a span {
    display: inline-block;
    width: 54px;
    height: 38px;
    /*margin-right: 16px;*/
}
section.menu-slide nav ul li.current {
    background-color: #17c4bb;
    color: #fff;
}
section.menu-slide nav ul li.current a {
    color: inherit;
}

section.menu-slide nav ul li a.show-hide-menu:hover span {
    background-position: -70px center;
}

.menu-slide .show-hide-menu span {
    background: url("../images/show-hide-menu-bg.png") -6px center no-repeat;
    -webkit-transition: transform 100ms ease-out;
    -moz-transition: transform 100ms ease-out;
    -o-transition: transform 100ms ease-out;
    transition: transform 100ms ease-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.expanded .show-hide-menu span {
    -webkit-transition: transform 100ms ease-in;
    -moz-transition: transform 100ms ease-in;
    -o-transition: transform 100ms ease-in;
    transition: transform 100ms ease-in;
    transform: rotate(0);
}

/* sprite'a moving */
section.menu-slide nav ul li.current a span.sprite-dashboard,
section.menu-slide nav ul li a:hover span.sprite-dashboard {
    background-position: -70px -0px;
}
section.menu-slide nav ul li.current a span.sprite-logout,
section.menu-slide nav ul li a:hover span.sprite-logout {
    background-position: -70px -41px;
}
section.menu-slide nav ul li.current a span.sprite-notes,
section.menu-slide nav ul li a:hover span.sprite-notes {
    background-position: -70px -82px;
}
section.menu-slide nav ul li.current a span.sprite-offer,
section.menu-slide nav ul li a:hover span.sprite-offer {
    background-position: -70px -123px;
}
section.menu-slide nav ul li.current a span.sprite-offerforecast,
section.menu-slide nav ul li a:hover span.sprite-offerforecast {
    background-position: -70px -164px;
}
section.menu-slide nav ul li.current a span.sprite-orders,
section.menu-slide nav ul li a:hover span.sprite-orders {
    background-position: -70px -204px;
}
section.menu-slide nav ul li.current a span.sprite-partners,
section.menu-slide nav ul li a:hover span.sprite-partners {
    background-position: -70px -245px;
}
section.menu-slide nav ul li.current a span.sprite-reports,
section.menu-slide nav ul li a:hover span.sprite-reports {
    background-position: -70px -285px;
}
section.menu-slide nav ul li.current a span.sprite-settings,
section.menu-slide nav ul li a:hover span.sprite-settings {
    background-position: -70px -325px;
}
section.menu-slide nav ul li.current a span.sprite-shipping,
section.menu-slide nav ul li a:hover span.sprite-shipping {
    background-position: -70px -366px;
}

/* login, reset password panel */
section.login-form {
    width: 320px;
    margin: 13% auto 0;
    background: #fff;
    box-shadow: 0 10px 20px #0002;
    border-radius: 0 0 10px 10px;
}
section.login-form:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 0;
    font-size: 0.1px;
}
section.login-form form {
    padding: 20px;
}
section.login-form input[type="text"],
section.login-form input[type="password"] {
    display: block;
    overflow: auto;
    width: 100%;
    margin: 3px 0;
    padding: 3px 6px;
    border: 1px solid #17c4bb;
    font-size: 24px;
    color: #17c4bb;
}
section.login-form .button {
    float: right;
    margin: 0 auto;
    color: #17c4bb;
}
section.login-form .button.login-btn {
    background: orange;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 3px;
}

section.login-form dd,
section.login-form dl {
    margin-bottom: 10px;
}

section.login-form .button:hover {
    color: #fff;
}
section.login-form a:hover {
    color: #2d3e58;
    text-decoration: underline;
}

.separator {
    margin: 13px 0;
    clear: both;
    display: block;
    height: 1px;
}

/* media for login panel */
@media all and (max-height: 700px) {
    section.login-form {
        margin-top: 8%;
    }
}

/* Partner registration form*/
section.partner-registration-form {
    width: 700px;
    margin: 13% auto 0;
    background: #fff;
}
section.partner-registration-form:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 0;
    font-size: 0.1px;
}
section.partner-registration-form form {
    padding: 3%;
}
section.partner-registration-form input[type="text"],
section.partner-registration-form input[type="password"] {
    display: block;
    overflow: auto;
    width: 100%;
    margin: 8px 0;
    padding: 3px 6px;
    border: 1px solid #17c4bb;
    font-size: 24px;
    color: #17c4bb;
}
section.partner-registration-form .button {
    float: right;
    margin: 0 auto;
    color: #17c4bb;
}
section.partner-registration-form .button:hover {
    color: #fff;
}
section.partner-registration-form a:hover {
    color: #2d3e58;
    text-decoration: underline;
}
section.partner-registration-form section {
    margin-bottom: 0;
}
/* media for login panel */
@media all and (max-height: 700px) {
    section.partner-registration-form {
        margin-top: 8%;
    }
}

.shared-page-container {
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

/* main container */
.main.container {
    margin: 0 30px 0 94px;
    padding-bottom: 40px;
    transition: margin 200ms linear;
}

.expanded .main.container {
    margin: 0 30px 0 230px;
}

/* main dashboard - notes and chances */
div.top-space {
    min-height: 61px;
}
section.column-1.big-button-wrap {
    width: 98%;
}
section.column-2.big-button-wrap,
section.column-1.big-button-wrap {
    min-height: 166px;
}
section a.big-button {
    display: block;
    width: 100%;
    padding: 44px 0 55px;
    background: #17c4bb;
    color: #fff;
    font-size: 3.688em;
    font-weight: 200;
    text-align: center;
}
section a.big-button.disabled {
    background: #a3a3a3;
}
section a.big-button:hover {
    background: #2d3e58;
    color: #17c4bb;
}
section a.big-button.disabled:hover {
    background: #a3a3a3;
    color: #fff;
}
div.notes {
    width: 100%;
}
div.notes div.top-space {
    margin-top: 20px;
}
div.notes h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
}
div.notes h2 {
    display: inline-block;
    margin-bottom: 10px;
}
div.note {
    position: relative;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 10px 20px #ddd;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
div.note.new {
    display: none;
    width: 100%;
}
div.note .top-bar {
    text-align: justify;
}
div.note.not-active .top-bar {
    background: #c6c6c6;
}
div.note .top-bar div.break {
    display: inline-block;
    width: 100%;
    height: 0;
}
div.note .top-bar span {
    display: inline-block;
    color: inherit;
    font-size: 12px;
    text-align: right;
}
div.note .top-bar span.author {
    text-align: left;
    font-size: 16px;
}
div.note .top-bar a {
    margin-right: 12px;
}
div.note.not-active .top-bar a {
    color: #fff;
}
div.note .top-bar a.remove-note {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 18px;
    top: -2px;
    margin-left: 8px;
    background: url("../images/remove-note.png") center top no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
div.note .top-bar a.remove-note:hover {
    background-position: center bottom;
}
div.note section.content {
    padding: 10px 3% 10px;
    background: #fff;
    line-height: 1.6;
}
div.note strong.title {
    display: block;
}
div.note section.content div.attachments {
    display: block;
    margin: 33px 0 10px;
}
div.note section.content div.attachments a:hover,
a.mail-attachment:hover,
a.shipping-attachment:hover {
    color: #2d3e58;
    text-decoration: underline;
}

/* create new note */
div.note div.textarea-style {
    display: block;
    margin: 8px 0;
    padding: 0 6px;
    border: 1px solid #17c4bb;
}
div.textarea-style dl,
div.textarea-style dd,
div.textarea-style input,
div.textarea-style textarea {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}
div.textarea-style input {
    font-weight: 700;
    font-size: 12px;
}
div.textarea-style textarea {
    resize: none;
    font-size: 12px;
}
div.note.new input[type="submit"] {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
}

/* note comments */
div.note div.rating {
    padding: 10px 3%;
    background: #f2f2f2;
    line-height: 1.6;
}
div.rating strong {
    text-transform: uppercase;
}
div.rating span.comment {
    display: block;
}
div.comments {
    padding: 10px 0 0;
    background: #fff;
    line-height: 1.6;
}
div.comments div {
    padding: 0 3% 7px;
}
div.comments textarea[name="newComment"],
div.comments textarea.newComment {
    display: block;
    overflow: auto;
    width: 100%;
    height: 26px;
    max-height: 26px;
    margin: 8px 0;
    padding: 0 6px;
    border: 1px solid #17c4bb;
    color: #17c4bb;
    resize: none;
}
div.comments textarea[name="newComment"]:focus {
    max-height: none;
}
div.comments textarea[name="newComment"].disable {
    background: #fefefe;
}
div.comments span.small-info {
    display: block;
    font-size: 10px;
}
div.comments ul {
    position: relative;
    max-height: 73px;
    padding: 0 3%;
    margin: 0;
    background: #f2f2f2;
    overflow: hidden;
}
div.comments ul li {
    border-bottom: 1px solid #fff;
}
div.comments ul li.new {
    display: none;
}
div.comments ul li span {
    display: block;
    width: 100%;
    white-space: pre-line;
}
div.comments ul li span.time {
    display: inline;
}
div.comments ul li span textarea.inline-edit {
    position: relative;
    width: 100%;
    height: 50px;
    min-height: 26px;
    padding: 0;
    background: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    resize: none;
    overflow: hidden;
}
div.comments ul li span textarea.inline-edit:focus {
    font-style: italic;
    border: none !important;
    color: #17c4bb !important;
}
div.comments a.show-all,
div.notes a.load-more {
    display: block;
    padding: 5px 2%;
    background: #fff;
    color: #17c4bb;
    text-align: center;
}
div.notes a.load-more {
    margin-top: 10px;
}
div.comments a.show-all:hover,
div.notes a.load-more:hover {
    color: #17c4bb;
    background: #2d3e58;
}

/* media for notes and comments */
@media all and (max-width: 1120px) {
    section.column-3 {
        display: inline-block;
        float: none;
        width: 49%;
    }
    section.column-4 {
        display: inline-block;
        float: none;
        width: 49%;
    }
}
@media all and (max-width: 860px) {
    section.column-2 {
        width: 100%;
        min-height: 0;
    }
    section.column-2.big-button-wrap {
        min-height: 0;
    }
    section.column-3 {
        width: 100%;
    }
    section.column-4 {
        width: 100%;
    }
}

/* tabs */
section.tabs {
    display: block;
    width: 100%;
    padding-top: 20px;
}
section.tabs h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    margin-bottom: 20px;
}
section.tabs nav {
    display: inline-block;
    margin: 0 0 20px 110px;
    font-size: 0;
}
section.tabs nav:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
}
section.tabs ul.tabs-menu {
    display: inline-block;
    margin: 0;
    text-align: justify;
}
section.tabs ul.tabs-menu:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
}
ul.tabs-menu li {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    margin: 0 10px;
    background: #2d3e58;
    border: none;
    font-size: 12px;
}
ul.tabs-menu li.active {
    background: #17c4bb;
}
ul.tabs-menu li.active a {
    color: #fff;
}
section.tabs div.tab {
    display: none;
}
section.tabs div.tab.active {
    display: block;
}
div.tab-content {
    position: relative;
    padding: 20px 80px;
    background: #fff;
    text-align: justify;
}
div.tab-content.no-tabs {
    padding: 20px;
}
div.tab-content:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
}
div.tab-content div.report {
    position: relative;
    display: inline-block;
    width: 100%;
}
div.tab-content dl {
    display: inline-block;
    width: 49%;
}
div.tab-content section.column-1 dl,
div.tab-content section.column-2 dl,
div.tab-content section.column-3 dl,
div.tab-content section.column-4 dl {
    width: 100%;
}
div.tab-content.connections dl {
    width: 100%;
}
div.tab-content dl dt {
    width: 120px;
}
div.tab-content dl dt label {
    width: 100%;
    text-align: right;
}
div.tab-content dl.new-forecast dt label {
    color: #d33a6c;
}
div.tab-content input[type="submit"] {
    display: block;
    padding: 9px 25px 10px;
    margin: 46px auto 0;
    font-size: 10px;
}
div.tab-content input[type="submit"].no-margin {
    margin: 0 auto;
}
div.tab-content h2.text-center {
    padding: 26px 0 20px;
}
div.tab-content dl dd.error {
    max-width: 100%;
    padding-left: 130px;
}
div.tab-content a.big-button {
    font-size: 1.875em;
}
div.tab-content figure.label-length {
    width: 120px;
    text-align: right;
}
section.column-2 div.tab-content a.big-button:first-child {
    margin-bottom: 40px;
}

/* media for settings */
@media all and (max-width: 1000px) {
    section.tabs div.tab-content dl {
        width: 100%;
    }
}

/* table */
div.top-bar span.create-record {
    display: inline-block;
    width: auto;
    margin: -5px 20px 0;
    font-size: 12px;
    text-align: left;
}
a.create-record-button,
a.cancel-record-button,
a.create-ean-field,
a.remove-ean-field {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: auto;
    margin: 0 0 0 0;
    background: #17c4bb;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    z-index: 999;
    overflow: hidden;
}
a.cancel-record-button {
    left: 0;
}
a.create-ean-field,
a.remove-ean-field {
    top: 1px;
    right: 1px;
    line-height: 28px;
}
a.create-ean-field.visible {
    width: 48px;
    margin-right: -48px;
}
a.remove-ean-field.visible {
    width: 48px;
    margin-left: -48px;
}
a.create-record-button:hover,
a.cancel-record-button:hover,
a.create-ean-field:hover,
a.remove-ean-field:hover {
    background-color: #2d3e58;
    color: #17c4bb;
}
a.create-record-button span,
a.cancel-record-button span,
a.create-ean-field span,
a.remove-ean-field span {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    color: inherit;
    font-size: 34px;
}
a.create-ean-field span,
a.remove-ean-field span {
    margin-top: -8px;
    padding-bottom: 5px;
}
a.create-record-button span:before,
a.create-ean-field span:before {
    content: "+";
}
a.cancel-record-button span:before,
a.remove-ean-field span:before {
    content: "-";
}
div.top-bar div.others {
    /*display: inline-block;*/
    float: right;
    width: auto;
    font-size: 12px;
    text-align: right;
}
div.top-bar div.others a {
    margin-right: 20px;
}
div.top-bar div.others div {
    display: inline-block;
    position: relative;
    padding: 3px 0;
    color: #fff;
}
div.top-bar div.others div ul.hidden-select-list {
    top: -webkit-calc(100% + 7px);
    top: -moz-calc(100% + 7px);
    top: calc(100% + 7px);
    min-width: 160px;
    margin: 0 auto;
}
div.top-bar div.others div span {
    color: inherit;
}
div.top-bar div.others a.filter-me {
    display: inline-block;
    width: 45px;
    height: 25px;
    margin: 0 -8px 0 0;
    background: url("../images/filter-bg.png") center top no-repeat;
    cursor: pointer;
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    transition: transform 1s ease-in;
}
div.top-bar a.filter-me:hover {
    background-position: center bottom;
}
div.top-bar div.filter-bar {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
}
div.top-bar div.filter-bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
    min-height: 0;
}
div.tile div.top-bar div.filter-bar {
    z-index: 9999;
}
div.filter-bar div.filter-container {
    display: none;
    /*display:block;*/
    margin: 10px 0 0;

    padding: 10px 0 0;
    border-top: 1px solid #46556b;
}
div.filter-bar div.filter-block {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0 4px 4px;
}
div.filter-bar div.filter-block:after {
    content: ".";
    position: relative;
    /*display: inline-block;*/
    display: none;
    top: 12px;
    width: 5px;
    font-size: 50px;
    line-height: 0px;
    color: #fff;
    text-align: center;
}
div.filter-bar div.filter-field {
    position: relative;
    display: inline-block;
    width: auto;
    /*margin: 0 10px;*/
}
div.filter-bar div.filter-field label {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    font-family: "Nunito";
    letter-spacing: 0.4px;
    margin-bottom: 3px;
}
div.filter-bar div.filter-field span.error {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 0;
    white-space: nowrap;
}
div.filter-bar div.filter-field input[type="text"] {
    display: block;
    min-width: 140px;
    height: 35px;
    padding: 1px 5px;
    background: transparent;
    border: 1px solid #17c4bb;
    font-size: 12px;
    color: #17c4bb;
}
div.filter-bar div.filter-field input[type="text"].filter-date {
    min-width: 100px;
    padding-right: 20px;
    background: url("../images/date-picker-bg.png") right 2px no-repeat;
    -webkit-transition: transform 1s ease-in;
    -moz-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    transition: transform 1s ease-in;
}
div.filter-bar div.filter-field input[type="text"]:focus {
    border-color: #fff !important;
    color: #fff !important;
}
div.filter-bar div.filter-field input[type="text"].filter-date:focus {
    background-position: right -28px;
}
form.ajax-search-table {
    position: relative;
    display: inline-block;
    min-width: 152px;
}
form.ajax-search-table input[type="search"] {
    min-width: 152px;
    height: 25px;
    padding: 1px 0 1px 32px;
    background: transparent url("../images/search-magnifier-bg.png") left top no-repeat;
    border: 1px solid #17c4bb;
    font-size: 12px;
    color: #17c4bb;
}
form.ajax-search-table input[type="search"]:focus {
    background-position: left bottom;
    border-color: #fff;
    color: #fff;
}
form.ajax-search-table input[type="submit"] {
    padding: 0;
}

.massive-action-bar {
    display: none;
    width: 100%;
}

.massive-action-bar.offer-action-bar {
    display: block !important;
    width: 100%;
}

.massive-action-bar:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0.1px;
    line-height: 0;
}

.massive-action-bar section[data-action-field] {
    overflow: hidden;
    width: 0;
    border-width: 0;
}

.massive-action-bar section.massive {
    display: block;
    width: 100%;
}

.massive-action-bar section.new {
    display: none;
    width: 100%;
}

.table-wrapper {
    position: relative;
}

table.responsible {
    position: relative;
    /*table-layout: fixed;*/
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.table-container {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 8px
}

.table-container::-webkit-scrollbar {
    height: 10px; /* Wysokość paska przewijania */
}

table.responsible#productListTable {
    box-shadow: 0 0 30px #0003;
}

.innerTable table.responsible#productListTable {
    box-shadow: none;
}

.innerTable {
    padding: 0 26px 2px 26px;
    background: #fff;
    margin-bottom: 20px;
}

div.table-wrapper.new {
    display: none;
}
table.responsible thead {
    background-color: #efefef;
}
table.responsible th,
table.responsible td {
    position: relative;
    /*max-width: 33%;*/
    min-width: 30px;
    max-width: 200px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    word-wrap: normal;
    word-break: keep-all;
    text-overflow: ellipsis;
}

table.responsible th.no-whitespace,
table.responsible td.no-whitespace {
    white-space: nowrap;
}
table.responsible th.show-select,
table.responsible td.show-select {
    overflow: visible;
}
table.responsible th.empty,
table.responsible td.empty {
    width: 30px !important;
    max-width: 30px !important;
}
table.responsible th.mail-date,
table.responsible td.mail-date {
    width: 70px;
    max-width: 70px !important;
}
table.responsible th.mail-content,
table.responsible td.mail-content {
    width: 50%;
    max-width: 50% !important;
}
table.responsible th.hidden,
table.responsible td.hidden {
    display: none;
}
table.responsible td.blue-border {
    /*border: 1px solid #17c4bb;*/
    background: rgba(23, 196, 187, 0.1);
}
table.responsible th.text-right,
table.responsible td.text-right {
    text-align: right;
}
table.responsible th.text-left,
table.responsible td.text-left {
    text-align: left;
}
table.responsible th.grey-bg,
table.responsible td.grey-bg {
    background: #ececec;
}
table.responsible th.strong,
table.responsible td.strong,
table.responsible th.strong *,
table.responsible td.strong * {
    font-weight: 700;
}
table.responsible td span strong {
    top: 1px;
}
table.responsible td i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
}
table.responsible *.with-table {
    padding: 0;
    height: 1px;
}
table.responsible *.with-table table {
    height: 100%;
    border: 0;
    border-collapse: collapse;
    left: -1px;
    max-width: calc(100% + 2px);
    position: relative;
    width: calc(100% + 2px);
}
table.responsible *.with-table table > tr > * {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table.responsible *.with-table table > tr:first-child > * {
    border-top: 0;
}
table.responsible *.with-table table > tr > *:first-child {
    border-left: 0;
}
table.responsible *.with-table table > tr:last-child > * {
    border-bottom: 0;
}
table.responsible *.with-table table > tr > *:last-child {
    border-right: 0;
}
/*table.responsible th {*/
/*	width: auto;*/
/*}*/
table.responsible th div {
    position: relative;
    display: inline-block;
    width: 100% !important;
    overflow: hidden;
    word-wrap: normal;
    word-break: keep-all;
    text-overflow: ellipsis;
}
table.responsible tr.new td div {
    display: none;
}
table.responsible span.clipper,
table.responsible span.flag {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}
table.responsible th span.clipper,
table.responsible span.clipper.has-attachment {
    background: url("../images/clipper.png") center center no-repeat;
}
table.responsible span.flag {
    /*background: url("../images/flag.png") bottom center no-repeat;*/
}
table.responsible th span.flag,
table.responsible span.flag.is-flagged {
    background: url("../images/flag.png") top center no-repeat;
}
table.inline-edit span.error {
    display: inline-block;
    width: 100%;
}
table.inline-edit a:hover {
    color: #2d3e58;
    text-decoration: underline;
}
table.responsible a.dot {
    font-size: inherit;
}
table.responsible a.dot:after {
    content: ".";
    position: relative;
    display: inline-block;
    top: -2px;
    width: 5px;
    font-size: 50px;
    line-height: 0px;
    color: #17c4bb;
    text-align: center;
}
table.responsible a.dot:after {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 0px;
}
table.inline-edit span[contenteditable="true"] {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 300px;
    min-height: 21px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    text-align: center;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
table.inline-edit span.focus-datepicker[contenteditable="true"] {
    width: 100%;
    width: -webkit-calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    width: calc(100% - 1px);
}
table.inline-edit span.hidden-select {
    display: inline-block;
    width: 100%;
    word-break: normal;
}
table.inline-edit span[contenteditable="true"].auto {
    width: auto;
}
table.inline-edit span[contenteditable="true"]:focus {
    font-style: italic;
    color: #17c4bb;
}
table.inline-edit span[contenteditable="true"]:hover {
    color: #17c4bb;
}
table.inline-edit tr.new span[contenteditable="true"]:empty:before {
    content: attr(placeholder);
    color: #d2d2d2;
}
table.inline-edit tr.new span[contenteditable="true"]:hover:empty:before {
    color: #17c4bb;
}
table.inline-edit input.token-input {
    border: none !important;
    display: none;
}
table.inline-edit ul.token-input-list-toysto {
    width: 100% !important;
}
table.inline-edit input.hidden-datepicker {
    display: inline;
    float: right;
    width: 0;
    height: 0;
    border: 0;
}
table.inline-edit span.hidden-select {
    cursor: pointer;
}
table.inline-edit span.hidden-select:hover {
    color: #17c4bb;
}
section.pagination {
    display: inline-block;
    width: 100%;
    text-align: justify;
}
section.pagination:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
    text-align: justify;
}
section.pagination span {
    display: inline-block;
    text-align: right;
    font-size: 12px;
}
section.pagination span:first-child {
    text-align: left;
}
section.pagination span a.current {
    position: relative;
    top: -1px;
    font-weight: 700;
}
section.pagination span a:hover {
    color: #2d3e58;
    text-decoration: underline;
}

/** table tooltip */
div.tooltip {
    position: absolute;
    display: none;
    width: 180px;
    height: auto;
    max-height: 500px;
    top: -50%;
    left: 105%;
    background: #ececec;
    border: 1px solid #17c4bb;
    z-index: 999999;
}
div.tooltip img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    text-align: center;
    vertical-align: middle;
}
div.tooltip div.arrow-left {
    position: absolute;
    width: 0;
    height: 0;
    left: -15px;
    top: 50%;
    border-style: solid;
    border-width: 7.5px 15px 7.5px 0;
    border-color: transparent #17c4bb transparent transparent;
}

/** tiles */
div.tiles-wrapper {
    display: block;
    width: 100%;
    padding: 35px 0;
    background: transparent;
}
div.tiles-wrapper.partners {
    padding-top: 0;
}
div.search-tiles {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: justify;
    vertical-align: middle;
}
div.search-tiles:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
    text-align: justify;
}
div.search-tiles span {
    display: inline-block;
    text-align: left;
}
div.search-tiles span.search-box {
    text-align: right;
}
div.search-tiles a {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
}
div.search-tiles a.active {
    background-color: #17c4bb;
    color: #fff;
}
div.tiles {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 220px;
    text-align: justify;
}
div.tiles:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
    text-align: justify;
}
div.tiles-container {
    display: block;
    width: 100%;
    text-align: justify;
    overflow: hidden;
}
div.tiles-container:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
    text-align: justify;
}
div.tiles-container.new {
    display: none;
}
div.tile {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 0 20px 0;
    background: #17c4bb;
    color: #fff;
    z-index: 10;
    border-radius: 6px;
}
div.tile.active {
    background: #2d3e58;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    position: absolute;
    z-index: 99;
}

div.productListTile {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: 10px 10px 0 0;
    background: #17c4bb;
    color: white;
    z-index: 10;
    border-radius: 6px;
}

div.productListTile.active {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: 10px 10px 0 0;
    background: #2d3e58;
    color: white;
    z-index: 10;
    border-radius: 6px;
}

div.tile.outside-tile.active {
    background: #4e4e4e;
}

div.tile div.description {
    position: absolute;
    display: block;
    width: 160px;
    height: 150px;
    padding: 40px 20px 10px 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
}
div.tile div.description span.new-products {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: -22px;
    font-size: 12px;
    width: 100px;
    color: #fff;
    background: #d33a6c;
    transform: rotate(45deg);
    padding: 0 0 2px 0;
}
div.tile.active div.description {
    cursor: default;
}
div.tile div.description img {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 50%;
    max-width: 80%;
    bottom: 0;
}
div.tile div.description h2 {
    /*max-height: 40px;*/
    margin-bottom: 15px;
    z-index: 999;
    overflow: hidden;
    line-height: 25px;
}
div.tile div.description h2,
div.tile div.description strong {
    color: inherit;
}
div.tile div.description span {
    font-size: 15px;
    color: transparent;
    display: none;
}
div.tile.active div.description,
div.tile div.description:hover {
    background: #2d3e58;
}
div.tile.active div.description img,
div.tile div.description:hover img {
    display: none;
}
div.tile.active div.description span,
div.tile div.description:hover span {
    display: inline-block;
    color: #fff;
}
div.tile.active div.description span {
    display: none;
}
div.tile section.company-info {
    display: none;
}
div.tile div.info {
    display: none;
}
div.tile div.info.table-inside {
    position: relative;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    text-align: right;
}

div.tile div.info.table-inside.outside-group {
    margin-top: 70px;
}

div.tile div.info.table-inside div.top-bar {
    margin-top: 45px;
}
div.tile div.info.table-inside div[class^="ajax"] div.top-bar {
    padding-top: 8px;
}
div.tile div.info.table-inside div.tab-content {
    z-index: 9988;
}
div.tile div.info ul.partners {
    display: inline-block;
    width: -webkit-calc(100% - 19px);
    width: -moz-calc(100% - 19px);
    width: calc(100% - 19px);
    padding-left: 20px;
    min-height: 200px;
    margin-left: 0;
    background: #2d3e58;
}
div.tile div.info ul.partners > li {
    position: relative;
    display: inline-block;
    width: 200px;
    margin: 60px 10px 15px 0;
    padding: 0 10px 0 10px;
    border-left: 2px solid #fff;
}
div.tile div.info ul.partners > li ul {
    position: relative;
}
div.tile div.info ul.partners > li li {
    position: relative;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    max-height: 35px;
    overflow: hidden;
}
div.tile div.info ul.partners > li li > a {
    position: absolute;
    display: none;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 13px;
    padding: 7px 0 0;
    background: #17c4bb;
    color: #2d3e58;
    font-size: 16px;
    font-weight: 700;
    line-height: 1px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
div.tile div.info ul.partners > li li:hover a {
    display: block;
}
div.tile a.close-tile {
    position: absolute;
    display: none;
    top: 20px;
    right: 20px;
    padding: 5px 4px 14px;
    background: #17c4bb;
    color: #2d3e58;
    font-size: 30px;
    font-weight: 700;
    line-height: 1px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
div.tile div.info ul.partners > li li > a:hover,
div.tile a.close-tile:hover {
    color: #fff;
}

/* sales */
div.white-container {
    display: inline-block;
    width: 100%;
    background: #fff;
}
section.ajax-content {
    position: relative;
    margin-top: 40px;
}
section.ajax-content section.new,
div.tab-content section.new {
    display: none;
}
section.ajax-content div.overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99999;
}

/* purchases */
div.order-summary {
    position: relative;
    display: inline-block;
    width: 100%;
}
div.order-summary form {
    width: 100%;
}
div.order-summary span.little-error {
    display: inline-block;
    width: 100%;
    color: #cd0a0a;
    font-size: 14px;
    text-align: center;
}
div.visualisation-generated {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
div.visualisation-generated figure {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #2d3e58;
}
div.visualisation-generated a {
    display: inline-block;
}
div.visualisation-generated a img {
    width: 100%;
    height: auto;
    margin-top: 35px;
}
div.visualisation-generated ul.not-fitting-list {
    position: relative;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style: inside decimal;
    text-align: center;
}
div.visualisation-generated ul.not-fitting-list li {
    width: 100%;
    text-align: left;
}

/** mixes */
div.mix-codes,
div.mix-codes div.clear-ean {
    display: none;
}
div.mix-codes.visible {
    display: block;
}
div.mix-codes div.inline-container {
    position: relative;
}

/* files list */
section.files-list {
    position: relative;
    display: inline-block;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 120px;
    margin-top: 20px;
}
table section.files-list {
    padding-left: 0;
    width: 90%;
    text-align: center;
    margin-top: 0;
}
section.files-list section.column-2 {
    width: 48%;
    margin: 0;
    padding: 20px 0.5%;
    text-align: center;
}
section.files-list section.column-2:first-child {
    border-right: 1px solid #17c4bb;
}
section.files-list div.files-top {
    display: inline-block;
    width: 100%;
    text-align: justify;
}
table section.files-list div.files-top {
    text-align: center;
}
section.files-list div.files-top.hidden {
    display: none;
}
section.files-list div.files-top:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 0.1px;
}
section.files-list div.files-top div.video-link-form {
    display: inline-block;
    width: 100%;
    height: 0;
}
section.files-list div.files-top form {
    display: inline-block;
    width: 100%;
}
section.files-list div.files-top form.hidden {
    display: none;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
section.files-list div.files-top span,
section.files-list div.files-top a {
    display: inline-block;
}
section.files-list div.files-top a {
    text-align: right;
}
section.files-list div.files-top a:hover {
    color: #2d3e58;
    text-decoration: underline;
}
section.files-list div.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 99999;
}
section.files-list div.file-tile {
    position: relative;
    display: inline-block;
    width: 188px;
    height: 120px;
    margin: 2px;
    background: #ececec;
    text-align: center;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    max-width: 100%;
}
section.files-list div.file-tile.new {
    height: 0;
}
section.files-list div.file-tile img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    text-align: center;
    vertical-align: middle;
}
section.files-list div.file-tile a.file-download {
    position: relative;
    display: table-cell;
    width: 188px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}
section.files-list div.file-tile a.file-download:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
    line-height: 0;
    vertical-align: middle;
}
section.files-list div.file-tile a.file-download:hover {
    opacity: 0.7;
}
section.files-list div.file-tile span.info,
section.files-list div.file-tile a.confirm {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    background: #a3a3a3;
    text-align: center;
    color: inherit;
}
section.files-list div.file-tile a.confirm {
    display: none;
}
section.files-list div.file-tile a.confirm.icon-set {
    background: #17c4bb;
}
section.files-list div.file-tile a.confirm.remove {
    background: #d33a63;
}
section.files-list div.file-tile a.icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 21px;
    height: 21px;
    background: url("../images/set-icon-bg.png") center center no-repeat;
}
section.files-list div.file-tile a.icon.remove-attachment {
    left: auto;
    right: 10px;
    background-image: url("../images/remove-attachment-bg.png");
}
section.files-list div.file-tile.DOCUMENT a.file-download {
    background-image: url("../images/file.png");
    background-position: center center;
    background-repeat: no-repeat;
}
section.files-list div.file-tile.DOCUMENT a.file-download[title$="doc"],
section.files-list div.file-tile.DOCUMENT a.file-download[title$="docx"] {
    background-image: url("../images/doc.png");
}
section.files-list div.file-tile.DOCUMENT a.file-download[title$="pdf"] {
    background-image: url("../images/pdf.png");
}
section.files-list div.file-tile.DOCUMENT a.file-download[title$="xml"] {
    background-image: url("../images/xml.png");
}
/** media for files list */
@media all and (max-width: 1260px) {
    section.files-list {
        width: 100%;
        padding-left: 0;
    }
}
@media all and (max-width: 840px) {
    section.files-list section.column-2 {
        width: 100%;
    }
    section.files-list section.column-2:first-child {
        border: 0;
        border-bottom: 1px solid #17c4bb;
    }
}
/** video player / show image*/
div.video-full,
div.image-full {
    position: fixed;
    display: table;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
}
div.video-full div.video-cell,
div.image-full div.image-cell {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    overflow: auto;
}
div.video-full div.video-container,
div.image-full div.image-container {
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #ececec;
    border: 1px solid #17c4bb;
}
div.video-full div.video-container iframe {
    display: inline-block;
}
div.video-full div.video-container a.close-video,
div.image-full div.image-container a.close-image {
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    top: -5px;
    right: -5px;
    background: url("../images/remove-attachment-bg.png");
}

/** UI corrections */
div.ui-datepicker {
    z-index: 99999999 !important;
}

/** Chat */
section.chat {
    position: fixed;
    bottom: 0;
    right: 240px;
    width: 30%;
    max-width: 400px;
    min-width: 320px;
    height: 26px;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
}
section.chat div.chat-container {
    position: relative;
    width: 100%;
    height: 100%;
}
section.chat section.column-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    float: none;
    margin: 0;
    overflow: hidden;
    width: 50% !important;
}
section.chat section.column-2.chat-conversations {
    left: 0;
}
section.chat div.top-bar {
    height: auto;
    padding: 2px 12px;
    font-size: 12px;
    border-top: 1px solid #46556b;
    text-align: justify;
}
section.chat div.top-bar:after {
    content: none;
}
section.chat section.column-2.chat-conversations div.top-bar {
    background: #ffffff;
    border-bottom: 1px solid #2d3e58;
    border-top: none;
    color: #ffffff;
}
section.chat div.top-bar a {
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
    text-align: left;
}
section.chat div.top-bar a.toggle-users {
    width: 85%;
    font-size: 10px;
}
section.chat div.top-bar a.toggle-conversation {
    width: 85%;
    font-size: 10px;
    color: #2d3e58 !important;
}
section.chat div.top-bar a.toggle-conversation:hover {
    color: #17c4bb !important;
}
@media all and (max-width: 1200px) {
    section.chat div.top-bar a.toggle-users,
    section.chat div.top-bar a.toggle-conversation {
        width: 82%;
    }
}
section.chat div.top-bar a.toggle-conversation.blinking {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
section.chat div.top-bar a.close-conversation {
    display: inline-block;
    width: 21px;
    height: 22px;
    background: url("../images/chat-shutdown-icon.png") center center no-repeat;
    text-align: right;
}
section.chat div.top-bar a.show-closed-messages {
    display: none;
    width: 16px;
    height: 16px;
    background: url("../images/message-icon.png") top left no-repeat;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
}
@keyframes blink {
    to {
        opacity: 0.1;
    }
}
@-webkit-keyframes blink {
    to {
        opacity: 0.1;
    }
}
section.chat div.user-list {
    display: none;
    background: #2d3e58;
    border-top: 1px solid #17c4bb;
}
section.chat input[type="search"] {
    display: inline-block;
    width: 100%;
    padding: 7px 5px 7px 12px;
    border: 1px solid #17c4bb !important;
    background-color: #17c4bb;
    background-image: url("../images/chat-search-icon.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-position: -webkit-calc(100% - 10px) center;
    background-position: -moz-calc(100% - 10px) center;
    background-position: calc(100% - 10px) center;
    font-size: 10px;
    margin-top: 1px;
    color: #ffffff !important;
}
section.chat input[type="search"]:focus {
    border: 1px solid #17c4bb !important;
    color: #2d3e58 !important;
}
/* do not group these rules */
section.chat input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}
section.chat input[type="search"]:-moz-placeholder {
    /* FF 4-18 */
    color: #ffffff;
}
section.chat input[type="search"]::-moz-placeholder {
    /* FF 19+ */
    color: #ffffff;
}
section.chat input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}
section.chat textarea,
textarea.message {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 29px;
    min-height: 31px;
    margin: 8px 0 0;
    padding: 0 6px;
    border: 1px solid #2d3e58;
    background: #2d3e58;
    color: #ffffff !important;
    font-size: 10px;
    line-height: 1.5;
    resize: none;
}
section.chat textarea,
textarea.message:focus {
    color: #17c4bb;
}
textarea.message:focus {
    max-height: 100px;
}
section.chat div.user-list ul,
section.chat div.conversation ul {
    display: inline-block;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    margin: 0;
}
section.chat div.user-list ul.new {
    display: none;
}
section.chat div.user-list ul li,
section.chat div.conversation ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px);
    padding: 3px 12px;
    font-size: 12px;
    cursor: pointer;
    vertical-align: middle;
}
section.chat div.user-list ul li span {
    display: inline-block;
    width: 88%;
    color: #17c4bb;
    font-size: 10px;
}
section.chat div.user-list ul li span:hover {
    color: #ffffff;
}
section.chat div.user-list ul li a.skype {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/skype-icon.png") center center no-repeat;
    text-align: right;
}
@media all and (max-width: 1300px) {
    section.chat div.user-list ul li span {
        width: 85%;
    }
}
section.chat div.conversation ul li.sender span,
section.chat div.conversation ul li.receiver span {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 90%;
    float: right;
    padding: 2px 4px;
    background: #17c4bb;
    color: #ffffff;
    font-size: 10px;
    word-wrap: break-word;
}
section.chat div.conversation ul li.receiver span {
    float: left;
    background: #cccccc;
    color: #2d3e58;
}
section.chat div.conversation ul li.info span,
section.chat div.conversation ul li.error span {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    color: #9e9e9e;
    text-align: center;
}
section.chat div.conversation {
    display: inline-block;
    width: 100%;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    background: #ffffff;
    border: 1px solid #2d3e58;
}
section.chat div.conversation.new {
    display: none;
}
section.chat div.messages {
    display: inline-block;
    width: 100%;
    background: #ffffff;
}

section.column-1 section {
    margin-bottom: 0 !important;
}

section.column-1 section.column-3:nth-child(2) h6 {
    padding-left: 25px;
}

.inline-prices div {
    float: left;
}
.inline-prices div input {
    width: 50px !important;
}
.inline-prices span {
    display: block;
    float: left;
    margin: 5px 1px;
}

/* FILE SHARING - TODO -move me */

.file-sharing * {
    box-sizing: border-box;
}

.dz-default {
    min-height: 100px;
    background: #eee;
    border: 1px dashed #aaa;
    border-radius: 4px;
    cursor: pointer;
}

.dz-default span {
    text-align: center;
}

.dz-preview {
    border: 1px solid #eee;
}

.file-sharing {
    position: relative;
    margin: 0 0 80px 0;
}

.file-sharing .file-list {
    padding: 0 130px 0 0;
    height: 140px;
    min-height: 140px;
    overflow: hidden;
    margin: 0 0 10px 0;
    position: relative;
}

.file-sharing.purchases .file-list {
    padding: 0;
}

.file-sharing .file-list.expanded {
    height: auto;
}

.file-sharing .toggle-upload-form {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
    background: #3cc6bd;
    padding: 20px 10px 10px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 200ms linear;
}

.file-sharing .toggle-upload-form:hover {
    background: #2d3e58;
}

.file-sharing .toggle-upload-form div {
    font-size: 14px;
    color: #fff;
}

.file-sharing .plus {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 5px auto;
    background: url("/assets/images/plus.png") center center no-repeat;
}

.file-sharing .show-all {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #3cc6bd;
    font-size: 14px;
    cursor: pointer;
}

.file-sharing .expanded .show-all {
    display: none;
}

.file-sharing .mode-switch {
    float: right;
    cursor: pointer;
}

.file-sharing .mode-button {
}

.file-sharing .file {
    display: inline-block;
    width: 100px;
    height: 140px;
    position: relative;
    cursor: pointer;
}

.file-sharing .list .file {
    width: 100%;
    height: auto;
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
}

.file-sharing .file.selected {
    background: #eee;
    transition: all 200ms linear;
}

.file-sharing .file-icon-wrapper {
    padding: 0 0 10px 20px;
    display: inline-block;
}

.file-sharing .checkbox {
    border: 1px solid #3cc6bd;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.file-sharing .file-checkbox {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1px;
}

.file-sharing .list .file-checkbox {
    top: 6px;
}

.file-sharing .selected .checkbox,
.file-sharing .checkbox.selected {
    background: #fff url(/assets/images/checkbox.png) center center no-repeat;
}

.file-sharing .file-icon {
    width: 70px;
    transition: all 100ms linear;
}

.file-sharing .list .file-icon {
    width: 30px;
    display: inline-block;
}

.file-sharing .selected .file-icon {
    transform: scale(0.9);
}

.file-sharing .file-name {
    height: 30px;
    word-wrap: break-word;
    text-align: center;
    font-size: 11px;
    padding: 0 10px 0 20px;
    overflow: hidden;
}

.file-sharing .list .file-name {
    display: inline-block;
    width: 300px;
    height: auto;
    margin: 0 20px 0 0;
}

.file-sharing .file-shares {
    display: none;
}

.file-sharing .list .file-shares {
    display: inline-block;
}

.file-sharing .file-list.list {
    height: auto;
    min-height: 140px;
}

.file-sharing .mass-action-panel {
    border-bottom: 1px solid #c6c6c6;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.file-sharing .file-count {
    font-size: 14px;
    color: #2d3e58;
    display: inline-block;
}

.file-sharing .select {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
}

.file-sharing .input {
    border: 1px solid #3cc6bd;
    padding: 4px 8px;
    vertical-align: top;
    height: 32px;
    width: 200px;
    font-size: 14px;
    cursor: pointer;
}

.file-sharing .input.button {
    background: #3cc6bd;
    color: #fff;
    width: 100px;
}

/* Select All widget */
.file-sharing .select-all {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
    cursor: pointer;
    width: 140px;
}

.file-sharing .partner-list {
    display: inline-block;
}

/* hidden select */
.file-sharing .select-list {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    max-height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    text-align: center;
    overflow: auto;
    z-index: 9999;
    border-top: 3px solid #17c4bb;
}

.file-sharing .active .select-list {
    display: block;
}

.file-sharing .select-list li {
    display: block;
    width: 100%;
    padding: 8px 0 0;
    color: #17c4bb;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}

.file-sharing .select-list li:hover {
    color: #2d3e58;
}
.file-sharing .select-list li.checked {
    background-color: #17c4bb;
    color: #fff;
}

.file-sharing .select-list li:after {
    content: "";
    display: block;
    width: 80%;
    margin: 9px 10% 0;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
}

.file-sharing .select-list li.checked:after {
    border-bottom: 1px solid #17c4bb;
}
.file-sharing .select-list li:last-child:after {
    border-bottom: 1px solid transparent;
}

.file-sharing-purchases {
    margin-top: 100px;
}

/* REGISTRATION */

.register {
    text-align: center;
}

.register .button {
    margin: 20px auto;
}

/* ACTION BUTTONS */
.action-buttons {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 1px solid #ddd;
}

.action-button {
    box-sizing: border-box;
    display: inline-flex;
    background: #3cc6bd;
    font-size: 14px !important;
    color: #fff;
    padding: 5px 12px !important;
    height: 32px;
    align-content: center;
    margin: 0 0 0 10px !important;
    cursor: pointer;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}

.action-button:hover {
    background: #2d3e58;
}

.action-button.add {
    background: #f9a536;
}

.action-button:disabled {
    background: #d3d3d3;
}

/* POPUP - Share By Link */
.popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.popup .window {
    width: 400px;
    margin: 200px auto 0 auto;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 20px;
}

.popup .input {
    padding: 5px;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    min-height: 50px;
}

.popup .button {
    width: 100px;
    margin-top: 15px;
    margin: 15px auto 0 auto;
}

.popup .description {
    margin-bottom: 15px;
}

/* supplyTo box */

.genreal-search {
    display: none;
}

.supplyto-menu-item {
    background: #ffaf4b; /* Old browsers */
    background: -moz-linear-gradient(left, #ffaf4b 0%, #ff920a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffaf4b 0%, #ff920a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #ffaf4b 0%,
        #ff920a 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1 ); /* IE6-9 */
    transition: all ease 0.2s;
    border-bottom: 2px solid white !important;

    position: relative;
}

.supplyto-menu-item a {
    color: #fff;
    font-weight: 900;
}

.supplyto-menu-item span {
    background: url("../images/logo-toysto_1.png") center center no-repeat;
}
section.menu-slide nav ul li.supplyto-menu-item a:hover span {
    background: url("../images/logo-toysto_1.png") center center no-repeat;
}

.supplyto-menu-item:hover {
    background: #fc7d1e;
    transition: all ease 0.2s;
}

.supplyto-menu-item.active {
    background: #fff;
    border-bottom: 2px solid #ff930b !important;
}

.supplyto-menu-item.active a {
    color: #929292;
    font-weight: 400;
}

.supplyto-menu-item.active span {
    background: url("../images/logo-toysto_3.png") center center no-repeat;
}

section.menu-slide nav ul li.supplyto-menu-item.active a:hover span {
    background: url("../images/logo-toysto_3.png") center center no-repeat;
}

/* supplyto widget */

.widget-supplyto {
    position: fixed;
    top: -356px;
    right: 30px;

    width: 800px;
    height: 310px;
    z-index: 999999;
    transition: all 0.3s ease;
}

.widget-supplyto:hover {
    /*top:-4px;*/
    transition: all 0.3s ease;
}

.widget-content {
    padding: 20px;
    position: relative;
    background: #fff;
    height: 100%;
    border: 3px solid #ff930b;
}

.show-widget-btn {
    letter-spacing: 0.5px;
    position: absolute;
    bottom: -38px;
    font-size: 14px;
    background: #ff930b;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    right: -3px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
}

.show-widget-btn i {
    line-height: 21px;
    margin-left: 3px;
    font-size: 16px;
    padding-top: 1px;
    transform: rotate(0deg);
    transition: all 0.2s ease;
}

.show-widget-btn.up i {
    transform: rotate(180deg);
    transition: all 0.2s ease;
}

#overlay {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

#overlay_modal {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 997;
}

#overlay_modal_white {
    display: none;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 997;
    left: 0;
    top: 0;

    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.inline-btn {
    padding: 6px 20px;
    margin-left: 147px;
    cursor: pointer;
    width: 170px;
}

.inline-btn i {
    font-size: 20px;
    color: orange;
    margin-right: 4px;
}

.widget-content input[type="text"] {
    font-size: 14px;
    width: 80%;
    padding: 5px 10px;
    border: 1px solid #17c4bb;
}

.widget-content input[type="submit"] {
    background: #2d3e58;
    border: none;
    color: #3cc6bd;
    font-size: 14px;
    height: 29px;
    width: 19%;
    box-sizing: border-box;
}

.supplyto-offer-btn {
    background: #ff930c; /* Old browsers */

    border: none;
    color: #fff;
    padding: 7px 20px;
    border-radius: 3px;
    font-size: 8px;
    transition: all 0.2s ease;
}
.supplyto-offer-btn:hover {
    background: #fb7d1e;
    transition: all 0.2s ease;
}

.supply-reply-indicator {
    background: #ff0070;

    border-radius: 50%;

    color: #fff;

    width: 14px;

    height: 14px;

    text-align: center;

    position: absolute;

    font-weight: bolder;

    line-height: 18px;

    font-size: 9px;

    left: 11px;

    top: 11px;

    transform: translateX(-50%) translateY(-50%);
}

.supply-reply-indicator::before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #ff0070;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.supply-reply-indicator::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ee0036;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

.info.empty-table {
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    font-size: 19px;
    color: #b2b2b2;
}

.enquiry-status {
    font-weight: 900;
}

.enquiry-status.pending {
    color: #ff940d;
}

.enquiry-status.finished {
    color: #17c4bb;
}

.enquiry-status.discarded {
    color: #ee0000;
}

.new-status-line-indicator {
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 50%;
    line-height: 20px;
    float: left;
    margin-top: 5px;
    margin-right: 1px;
}

.supplyto-info {
    display: none;
}

.supplyto-search input[type="text"] {
    font-size: 14px;
    width: 300px;
    padding: 5px 10px;
    border: 1px solid #17c4bb;
}

.supplyto-search label {
    font-size: 14px;
    font-weight: 900;
    margin-right: 10px;
}

.supplyto-search input[type="submit"] {
    background: #313340;
    border: none;
    color: #3cc6bd;
    font-size: 14px;
    height: 29px;
    width: 90px;
    box-sizing: border-box;
}

.delete-enquiry-btn,
.delete-outside-btn {
    border: none;
    padding: 4px 5px;
    background: #dd0000;
    color: #fff;
    border-radius: 4px;
}

.delete-enquiry-btn i,
.delete-outside-btn i {
    font-size: 12px !important;
    position: initial !important;
}

.delete-outside-btn {
    position: absolute;
    top: -6px;
    right: -8px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: left;
    padding-left: 11px;
    display: none;
}

.tile:hover .delete-outside-btn {
    display: block;
}

.form-row {
    margin-bottom: 5px;
}

.form-row input[type="text"] {
    font-size: 12px;

    padding: 5px 10px;
    border: 1px solid #17c4bb;

    float: left;
    width: 181px;
    margin-right: 6px;
}

.sprite-dashboard {
    background-position: -6px -0px;
    width: 128px;
    height: 41px;
}

.sprite-logout {
    background-position: -6px -41px;
    width: 128px;
    height: 41px;
}

.sprite-notes {
    background-position: -6px -82px;
    width: 128px;
    height: 41px;
}

.sprite-offer {
    background-position: -6px -123px;
    width: 128px;
    height: 41px;
}

.sprite-offerforecast {
    background-position: -6px -164px;
    width: 128px;
    height: 40px;
}

.sprite-orders {
    background-position: -6px -204px;
    width: 128px;
    height: 41px;
}

.sprite-partners {
    background-position: -6px -245px;
    width: 128px;
    height: 40px;
}

.sprite-reports {
    background-position: -6px -285px;
    width: 128px;
    height: 40px;
}

.sprite-settings {
    background-position: -6px -325px;
    width: 128px;
    height: 41px;
}

.sprite-shipping {
    background-position: -6px -366px;
    width: 128px;
    height: 40px;
}

/* datatables */

.dataTables_length {
    float: left;
    margin-bottom: 20px;
}

.dataTables_filter {
    float: right;
}

.account-type {
    background: #ececec;
    color: #fff;
    padding: 12px;
    border-bottom: 2px solid #17c4bb;
    text-align: center;
}

.account-type * {
    color: #fff;
    font-size: 18px;
    color: #2d3e58;
}

.account-type p {
    margin: 0;
}

.account-type .yellow-button {
    background: #ff930b;
    padding: 7px 19px;
    font-size: 15px;
    color: #fff !important;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.new-product-line {
    background: rgba(255, 147, 11, 0.1);
}

input[type="search"] {
    border: 1px solid #17c4bb;
    padding: 4px;
    margin-left: 10px;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 400 !important;
    font-size: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #979797 !important;

    background: #17c4bb !important;
    border: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png") !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 12px;
    border-bottom: 1px solid #111;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none;
}

.status_select {
    padding: 4px !important;
}

/* OUTSIDE OFFERS */

.outside-tile {
    float: left;
    background: #17c4bb;
    width: 310px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
}

.outside-tile.add-new {
    background: #ff9612;
}

.outside-tile span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.modal.outside-offer,
.modal.outside-client,
.modal.outside-offer-foreign,
.modal.enquiry,
.modal.edit-outside-product-modal,
.modal-image,
.edit-modal-image,
.edit-product-popup {
    display: none;
    position: fixed;
    top: 3%;
    margin: 0 auto;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    height: auto;
    border: 5px solid #182334;
    box-shadow: 0 0 20px #000;
    z-index: 998;
}

.edit-modal-image {
    padding: 30px;
    max-height: 80% !important;
}

.edit-product-popup {
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80% !important;
    width: 80% !important;
}

.edit-product-popup::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.modal.outside-offer.order,
.modal.outside-offer-foreign.order {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 1%);
    height: 90%;
    overflow: auto;
}

#enquiry_info_modal {
    display: none;
    position: fixed;
    top: 3%;
    margin: 0 auto;
    width: 660px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    height: auto;
    border: 5px solid #182334;
    box-shadow: 0 0 20px #000;
    z-index: 99999999;
}

#enquiry_info_modal .inside-wrapper {
    padding: 40px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.enquiry input[type="submit"],
.submit-btn {
    background: #2d3e58;
    border: none;
    color: #3cc6bd;
    font-size: 14px;
    height: 29px;
    padding: 7px 20px;
    line-height: 10px;
    margin-top: 20px;
    box-sizing: border-box;
}

.modal.outside-offer .inside-wrapper,
.modal.outside-client .inside-wrapper,
.modal.outside-offer-foreign .inside-wrapper,
.modal.enquiry .inside-wrapper {
    padding: 40px;
    /*height:100%;*/
    box-sizing: border-box;
    overflow: auto;
}

.modal.edit-outside-product-modal .inside-wrapper {
    padding: 40px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.order .close-modal-btn,
.order .close-modal-btn-2 {
    position: absolute;
    top: 10px;
    right: 10px;
}

.order .info.table-inside {
    box-shadow: 0 10px 20px #ddd;
}

.modal.outside-offer input[type="file"] {
    display: block;
}

.modal-image {
    margin-top: 30px;
    width: 90%;
    height: 90%;
    left: 50%;
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
}

.lightbox {
    width: 100%;
    cursor: pointer;
}

.modal-image img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 10px 20px #000;
}

.close-modal-btn,
.close-modal-btn-2 {
    position: absolute;
    top: 10px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #2d3e58;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    font-weight: 900;
}

.modal-product-title,
.modal-product-title * {
    font-weight: 900;
    font-size: 14px;
}

.close-modal-btn:hover,
.close-modal-btn-2:hover {
    cursor: pointer;
    background: #2d3e58;
    color: #fff;
}
.form-row label {
    float: left;
    text-align: right;
    width: 160px;
    font-size: 14px;
    line-height: 26px;
    padding-right: 8px;
}

.modal.outside-offer .form-row input[type="text"],
.modal.outside-offer .form-row select,
.modal.outside-offer-foreign .form-row input[type="text"],
.modal.outside-offer-foreign .form-row select,
.modal.outside-client .form-row input[type="text"],
.modal.outside-client .form-row select {
    width: 242px;
    font-size: 12px;
    height: 28px;
    border: 1px solid #37c4bd;
}

.modal.outside-offer input[type="submit"],
#close_enquiry_info,
.modal.outside-client input[type="submit"] {
    background: #2d3e58;
    border: none;
    color: #3cc6bd;
    font-size: 14px;
    height: 36px;
    width: 200px;
    box-sizing: border-box;
}

.modal.outside-offer hr {
    margin-bottom: 23px;
    margin-top: 23px;
}

.form-row.supplier {
    padding: 10px 0;

    margin: 10px 0;

    background: #f2f2f2;

    border-bottom: 2px solid #2d3e58;
}

#add-new-outside-offer {
    cursor: pointer;
}

.outside-tile.add-new:hover {
    background: #e6840a;
    cursor: pointer;
}

.supplier-field {
    padding: 10px 0;
    margin: 10px 0;
    background: #efefef;
    border-bottom: 2px solid #2d3e58;
}

#outside-supplier-list {
    margin: 30px 0;
}

.image-list-thumb,
.image-list-thumb-o {
    width: 100px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
}

.image-thumb,
.image-thumb-o {
    width: 200px;
    height: 200px;
    object-fit: contain;
    cursor: pointer;
}

#enquiry_target_modal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

div.tile div.description div {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

div.tile.active div.description div {
    opacity: 0;
}

.edit-outside-product {
    cursor: pointer;
    color: #2d3e58;
}

.edit-outside-product:hover,
.delete-outside-product:hover {
    color: #17c4bb !important;
    text-decoration: none !important;
}

.fa-trash,
.fa-edit {
    cursor: pointer;
}

#outsideGroupsProducts tr:hover td,
#supplytoOfferList tr:hover td,
table tr:hover td {
    background: #f5f5f5;
}

.up-percent,
.down-percent {
    display: inline-block;
    background: #17c4bb;
    padding: 0 2px;
    color: #fff;
    font-weight: 900;
    height: 11px;
    line-height: 9px;
    cursor: pointer;
    margin-top: -3px;
}

.up-percent {
    margin-left: 4px;
}

.down-percent {
    margin-right: 4px;
}

.new_price_percent_value {
    border: none;
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 11px;
}

.order-summary-field {
    font-size: 16px;
    font-family: "Lato";
    font-weight: 400;
    text-rendering: geometricprecision;
}

.order-summary-field .orderPrice {
    font-size: 24px;
    color: #17c4bb;
}

.button.custom-order {
    display: inline-block;
    width: auto;
    padding: 8px 12px;
    background: #2d3e58;
    border: none;
    font-size: 14px;
    width: 230px;
    font-family: "Nunito";
    font-weight: 400;
}

.button.custom-order.change-status {
    background: #ff9612;
    color: #fff;
}

.button.custom-order.change-status.disabled {
    background: #c2c2c2;
    cursor: not-allowed;
    color: #fff;
}

.wrapper.expanded {
    min-height: 100%;
}

.offer-switch-btn {
    display: inline-block;
    padding: 10px 64px;
    font-size: 16px;
    background: #efefef;
    color: #727272;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.offer-switch-btn-form {
    display: inline-block;
    padding: 10px 64px;
    font-size: 16px;
    background: #efefef;
    color: #727272;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.offer-type-wrapper {
    display: block !important;
    width: 100% !important;
}

/*.offer-switch-btn.active, .offer-switch-btn:hover {*/
/*background: #3cc6bd;*/
/*color:#fff;*/
/*}*/

.offer-type-switch {
    margin-top: 20px;
    border-bottom: 1px solid #3cc6bd;
}

.exw-th {
    background: #3cc6bd;
}

.exw-th div,
.exw-th p {
    color: #fff;
}

.download-templates-wrapper {
    float: right;
    background: #f7f7f7;
    padding: 20px;
    width: 48%;
}

.offer.massive-action-bar .massive {
    display: block;
    width: 48%;
    float: left;
}

.download-templates-wrapper .column-3 {
    float: left;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.download-templates-wrapper .column-3 figure {
    float: left;
    width: 40px;
}

.download-templates-wrapper .column-3 figure img {
    width: 100%;
}

.download-templates-wrapper .column-3 span {
    font-size: 13px;
    line-height: 14px;
    float: left;
    padding: 10px;
}

.download-templates-wrapper .column-3:hover span {
    color: #3cc6bd;
}

.hidden.offer-type-visible {
    display: none;
}

.offer-switch-btn.exw-btn.active {
    background: #3cc6bd;
}

.offer-switch-btn-form.exw-btn.active {
    background: #3cc6bd;
}

.offer-switch-btn.fob-btn.active {
    background: #3cc6bd;
}

.offer-switch-btn-form.fob-btn.active {
    background: #3cc6bd;
}

.offer-type-switch span {
    vertical-align: initial;
}

.offer-switch-btn.exw-btn.active *,
.offer-switch-btn.fob-btn.active * {
    color: #fff !important;
}

.offer-switch-btn-form.exw-btn.active *,
.offer-switch-btn-form.fob-btn.active * {
    color: #fff !important;
}

.offer-type-span-exw.active {
    color: #fff;
}

.offer-type-span-fob.active {
    color: #fff;
}

.selectize-control {
    width: 240px;
    float: left;
}

.quick-edit-image-list {
    width: 100%;
}

.on-list-image {
    position: relative;
}

.edit-modal-image img {
    max-width: 100%;
    max-height: 380px;
}

.edit-image-overlay {
    position: absolute;
    left: -600px;
    top: 0;
    width: 100%;

    color: #fff;
    font-weight: 900;
    height: 100%;
    background-color: #17c4bba3;
    transition: all 0.2s ease;
    text-shadow: 0 0 5px #11827c;
    /* line-height: 46px; */
    cursor: pointer;
    background-image: url("../images/edit-icon.png");
    background-position: center center;
    background-size: 66px;
    background-repeat: no-repeat;
}

.edit-image-overlay p {
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 5px #11827c;
}

.on-list-image:hover .edit-image-overlay {
    left: 0;
    transition: all 0.2s ease;
}

.pointer {
    cursor: pointer;
}

.outside-info {
    background: #f4f7e8;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #17c4bb;
}

.modal > .close {
    text-align: center;
    cursor: pointer;
    position: absolute;
    display: block;
    padding: 0;
    line-height: 24px;
    right: -10px;
    top: -10px;
    font-size: 24px;
    color: #ffffff;
    background: #17c4bb;
    border-radius: 18px;
    border: 2px solid#3cc6bd;
    width: 26px;
    height: 26px;
}

.popup-content h3 {
    font-size: 22px;
    line-height: 1.0909090909;
    font-weight: 900;
    margin-bottom: 15px;
}

.popup-content .close-window {
    display: none;
}

.popup-content .modal {
    /*max-width: 800px;*/
}

.popup-content .modal .top-bar {
    background: #fff;
}

.popup-content .modal .top-bar h1,
.popup-content .modal .top-bar h3,
.popup-content .modal .top-bar h4,
.popup-content .modal .top-bar h2 {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #182334;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 15px;
}

.popup-content .modal input[type="submit"].button {
    color: #ffffff;
    background: #17c4bb;
    font-size: 16px !important;
    margin-top: 0;
}

.popup-content .modal section.column-3 {
    margin: 0;
}

.file-templates-without-border {
    padding: 16px 26px;
    background: #fff;
    border-top: none !important;
    border-bottom: none !important;
}

.file-templates {
    padding: 16px 26px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.file-templates .column-3 {
    float: left;
    margin-right: 10px;
}

.file-templates .column-3.right {
    float: right;
    margin: 0;
}

.file-templates .column-3 .action-button {
    font-size: 16px !important;
    line-height: 27px;
    height: 37px;
    font-weight: 900;
    padding: 5px 20px !important;
}

.file-templates .column-3 figure {
    display: inline;
}

.file-templates .column-3 h3 {
    line-height: 37px;
}

.file-templates .column-3 figure img {
    width: 30px;
}

.file-templates .column-3 span {
    margin: 0 3px;
    font-weight: 900;
    display: inline-block;
    margin-top: 5px;
}

.file-templates .column-3 svg {
    display: inline;
    margin-top: 6px;
    margin-right: 6px;
    font-size: 10px;
}

.file-templates-right {
    padding: 20px 10px;
    background: #fff;
}

.file-templates-right .column-3 {
    float: left;
    margin-right: 10px;
}

.file-templates-right .column-3.right {
    float: right;
    margin: 0;
}

.file-templates-right .column-3 .action-button {
    font-size: 16px !important;
    line-height: 27px;
    height: 37px;
    font-weight: 900;
    padding: 5px 20px !important;
}

.file-templates-right .column-3 figure {
    display: inline;
}

.file-templates-right .column-3 h3 {
    line-height: 37px;
}

.file-templates-right .column-3 figure img {
    width: 30px;
}

.file-templates-right .column-3 span {
    margin: 0 3px;
    font-weight: 900;
    display: inline-block;
    margin-top: 5px;
}

.file-templates-right .column-3 svg {
    display: inline;
    margin-top: 6px;
    margin-right: 6px;
    font-size: 12px;
}

.confirm-popup-content {
    text-align: center;
}

.confirm-popup-content .action-button {
    display: inline-block;
    width: 100px;
    text-align: center !important;
    font-size: 16px !important;
}

.confirm-popup-content h3 {
    margin-bottom: 10px;
}

#productListTable {
    margin-bottom: 30px;
}

table.responsible th:last-child {
    border-right: 1px solid #c7c7c7 !important;
}

table.responsible th:first-child {
    border-left: none !important;
}

.pagination span {
    font-weight: 800;
    display: inline-block;
}

.pagination span a {
    display: inline-block;
    margin-left: 3px;
    font-weight: 600;
    font-family: "Nunito";
}

.react-selectize.root-node .react-selectize-control {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 2px;
}

.react-selectize.default.root-node .react-selectize-control {
    background-color: #fff;
    border: 1px solid;
    border-color: #d9d9d9 #ccc #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
}

.react-selectize.root-node .react-selectize-control .react-selectize-placeholder {
    display: block;
    line-height: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    max-width: calc(100% - 56px);
}

.react-selectize.default.root-node .react-selectize-control .react-selectize-placeholder {
    color: #aaa;
    text-indent: 8px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    min-height: 30px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.react-selectize.default.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
    padding-left: 5px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .resizable-input {
    background: none;
    border: none;
    outline: none;
    font-size: 1em;
    margin: 2px;
    padding: 4px 0;
    vertical-align: middle;
    width: 0;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container,
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 30px;
}
.react-selectize {
    color: #000;
}
.react-selectize.root-node {
    position: relative;
    min-width: 200px;
}
.react-selectize.root-node.disabled {
    pointer-events: none;
}
.react-selectize.root-node .react-selectize-control {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 2px;
}
.react-selectize.root-node .react-selectize-control .react-selectize-placeholder {
    display: block;
    line-height: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    max-width: calc(100% - 56px);
}
.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    min-height: 30px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .resizable-input {
    background: none;
    border: none;
    outline: none;
    font-size: 1em;
    margin: 2px;
    padding: 4px 0;
    vertical-align: middle;
    width: 0;
}
.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container,
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 30px;
}
.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container {
    width: 16px;
}
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
    width: 32px;
}
.react-selectize.root-node
    .react-selectize-control
    .react-selectize-reset-button-container:hover
    .react-selectize-reset-button
    path {
    stroke: #c0392b;
}
.react-selectize.root-node .react-selectize-control .react-selectize-reset-button path {
    -webkit-transition: stroke 0.5s 0s ease;
    -moz-transition: stroke 0.5s 0s ease;
    -o-transition: stroke 0.5s 0s ease;
    -ms-transition: stroke 0.5s 0s ease;
    transition: stroke 0.5s 0s ease;
    stroke: #999;
    stroke-linecap: square;
    stroke-linejoin: mitter;
}
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button path {
    fill: #999;
}
.react-selectize.dropdown-menu-wrapper {
    position: absolute;
}
.react-selectize.dropdown-menu-wrapper.tethered {
    min-width: 300px;
}
.react-selectize.dropdown-menu-wrapper:not(.tethered) {
    width: 100%;
}
.react-selectize.dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    position: absolute;
    max-height: 200px;
    z-index: 10;
}
.react-selectize.dropdown-menu.tethered {
    min-width: 300px;
}
.react-selectize.dropdown-menu:not(.tethered) {
    width: 100%;
}
.react-selectize.dropdown-menu .groups.as-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
.react-selectize.dropdown-menu .groups.as-columns > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.react-selectize.dropdown-menu .option-wrapper {
    cursor: pointer;
    outline: none;
}
.multi-select.react-selectize.root-node .simple-value {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}
.multi-select.react-selectize.root-node .simple-value span {
    display: inline-block;
    padding: 2px 5px 4px;
    vertical-align: center;
}
.simple-select.react-selectize.root-node .simple-value {
    margin: 2px;
}
.simple-select.react-selectize.root-node .simple-value span {
    display: inline-block;
    vertical-align: center;
}
.react-selectize.default {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.react-selectize.default.root-node .react-selectize-control {
    background-color: #fff;
    border: 1px solid;
    border-color: #d9d9d9 #ccc #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
}
.react-selectize.default.root-node .react-selectize-control .react-selectize-placeholder {
    color: #aaa;
    text-indent: 8px;
}
.react-selectize.default.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
    padding-left: 5px;
}
.react-selectize.default.root-node.open.flipped .react-selectize-control {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.react-selectize.default.root-node.open:not(.flipped) .react-selectize-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.react-selectize.dropdown-menu-wrapper.default {
    overflow: hidden;
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.custom-enter-active,
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.custom-leave-active {
    -webkit-transition: -webkit-transform 0.2s 0s ease;
    -moz-transition: -moz-transform 0.2s 0s ease;
    -o-transition: -o-transform 0.2s 0s ease;
    -ms-transition: -ms-transform 0.2s 0s ease;
    transition: transform 0.2s 0s ease;
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-enter {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-enter-active {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-leave {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-leave-active {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-enter {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-enter-active {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-leave {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-leave-active {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.react-selectize.dropdown-menu.default {
    background: #2d3e58;
    border: 1px solid #ccc;
    margin-top: -1px;
}
.react-selectize.dropdown-menu.default.flipped {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.react-selectize.dropdown-menu.default:not(.flipped) {
    border-color: #b3b3b3 #ccc #d9d9d9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.react-selectize.dropdown-menu.default .no-results-found {
    color: #aaa !important;
    font-style: oblique;
    padding: 8px 10px;
}
.react-selectize.dropdown-menu.default .simple-group-title {
    background-color: #fafafa;
    padding: 8px 8px;
}
.react-selectize.dropdown-menu.default .option-wrapper.highlight {
    background: #46556c !important !important;
    color: #333;
}
.react-selectize.dropdown-menu.default .option-wrapper .simple-option {
    color: #666;
    cursor: pointer;
    padding: 8px 10px;
}
.react-selectize.dropdown-menu.default .option-wrapper .simple-option.not-selectable {
    background-color: #f8f8f8;
    color: #999;
    cursor: default;
    font-style: oblique;
    text-shadow: 0 1px 0 #fff;
}
.multi-select.react-selectize.default.root-node .simple-value {
    background: #46556c !important !important;
    border: 1px solid #c9e6f2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #08c;
}
.simple-select.react-selectize.default.root-node.open .react-selectize-control {
    background-color: #fff;
}
.simple-select.react-selectize.default.root-node:not(.open) .react-selectize-control {
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -ms-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
}
.react-selectize.bootstrap3 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.react-selectize.bootstrap3.root-node.open .react-selectize-control {
    background-color: #fff;
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.react-selectize.bootstrap3.root-node .react-selectize-control {
    border: 1px solid;
    border-color: #d9d9d9 #ccc #b3b3b3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
}
.react-selectize.bootstrap3.root-node .react-selectize-control .react-selectize-placeholder {
    color: #aaa;
    text-indent: 8px;
}
.react-selectize.bootstrap3.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
    padding-left: 5px;
}
.react-selectize.bootstrap3.dropdown-menu-wrapper.flipped {
    margin-bottom: 5px;
}
.react-selectize.bootstrap3.dropdown-menu-wrapper:not(.flipped) {
    margin-top: 5px;
}
.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter-active,
.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    -ms-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
}
.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter-active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.react-selectize.bootstrap3.dropdown-menu {
    background: #2d3e58;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.react-selectize.bootstrap3.dropdown-menu.flipped {
    margin-bottom: 5px;
}
.react-selectize.bootstrap3.dropdown-menu:not(.flipped) {
    margin-top: 5px;
}
.react-selectize.bootstrap3.dropdown-menu .no-results-found {
    color: #aaa !important;
    font-style: oblique;
    padding: 8px 10px;
}
.react-selectize.bootstrap3.dropdown-menu .groups:not(.as-columns) > div:not(:first-child) {
    border-top: 1px solid #e5e5e5;
    margin: 12px 0 0 0;
}
.react-selectize.bootstrap3.dropdown-menu .simple-group-title {
    background-color: #fff;
    color: #999;
    padding: 8px 8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.react-selectize.bootstrap3.dropdown-menu .option-wrapper.highlight {
    background: #428bca;
}
.react-selectize.bootstrap3.dropdown-menu .option-wrapper.highlight .simple-option {
    color: #fff;
}
.react-selectize.bootstrap3.dropdown-menu .option-wrapper .simple-option {
    color: #333;
    cursor: pointer;
    padding: 8px 10px;
}
.react-selectize.bootstrap3.dropdown-menu .option-wrapper .simple-option.not-selectable {
    background-color: #f8f8f8;
    color: #999;
    cursor: default;
    font-style: oblique;
    text-shadow: 0 1px 0 #fff;
}
.multi-select.react-selectize.bootstrap3.root-node .simple-value {
    background: #efefef;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #333;
}
.react-selectize.material {
    font-family: Roboto, sans-serif;
}
.react-selectize.material.root-node.open .react-selectize-control:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.react-selectize.material.root-node .react-selectize-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.react-selectize.material.root-node .react-selectize-control:after {
    background-color: #00bcd4;
    content: "";
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: -moz-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: -o-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -ms-transition: -ms-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
}
.react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-indent: 4px;
}
.react-selectize.material.dropdown-menu-wrapper.flipped {
    margin-bottom: 8px;
}
.react-selectize.material.dropdown-menu-wrapper.flipped .dropdown-menu {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
    margin-top: 8px;
}
.react-selectize.material.dropdown-menu-wrapper:not(.flipped) .dropdown-menu {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter-active,
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms,
        opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: -moz-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms,
        opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: -o-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms,
        opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -ms-transition: -ms-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms,
        opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter-active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.react-selectize.material.dropdown-menu {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.118) 0 1px 6px, rgba(0, 0, 0, 0.118) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.118) 0 1px 6px, rgba(0, 0, 0, 0.118) 0 1px 4px;
    max-height: 250px;
    padding: 8px 0;
}
.react-selectize.material.dropdown-menu.flipped {
    margin-bottom: 8px;
}
.react-selectize.material.dropdown-menu:not(.flipped) {
    margin-top: 8px;
}
.react-selectize.material.dropdown-menu .no-results-found {
    font-style: oblique;
    font-size: 16px;
    height: 32px;
    padding: 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.react-selectize.material.dropdown-menu .groups:not(.as-columns) > div:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.react-selectize.material.dropdown-menu .simple-group-title {
    color: #8f8f8f;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    height: 48px;
    padding: 0 10px;
}
.react-selectize.material.dropdown-menu .option-wrapper.highlight {
    background-color: rgba(0, 0, 0, 0.098);
}
.react-selectize.material.dropdown-menu .option-wrapper .simple-option {
    color: rgba(0, 0, 0, 0.875);
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    height: 48px;
    padding: 0 16px;
}
.react-selectize.material.dropdown-menu .option-wrapper .simple-option.not-selectable {
    background-color: #f8f8f8;
    color: #999;
    cursor: default;
    font-style: oblique;
    text-shadow: 0 1px 0 #fff;
}
.multi-select.react-selectize.material.root-node .simple-value span {
    padding: 0;
}
.multi-select.react-selectize.material.root-node .simple-value span:after {
    content: ",";
}
.simple-select.react-selectize.material.root-node .simple-value {
    margin: 4px 3px 3px 2px;
}

.simple-select.react-selectize.default.root-node:not(.open) .react-selectize-control {
    background: #2d3e58;
    border-radius: 0;
    border: 1px solid #3cc6bd;
    color: #fff;
}
.react-selectize.default {
    font-family: "Nunito";
    margin-right: 10px;
    margin-bottom: 10px;
}

.dropdown-menu.react-selectize {
    background: #2d3e58;
}

.react-selectize .value-wrapper,
.react-selectize * {
    color: #fff;
    background: #2d3e58;
}
.react-selectize-dropdown [data-selectable].option:hover {
    background: #fff;
    color: #2d3e58;
}

.react-selectize-input.full {
    background-color: #2d3e58;
}

.react-selectize.default.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.product-list-buttons {
    padding: 20px 0;
}

.product-list-buttons button.first {
    float: left;
    margin: 0 !important;
}

.product-list-buttons .action-button {
    box-sizing: border-box;
    display: inline-block;
    width: 150px;
    text-align: center !important;
}

.product-list-header h1 {
    border-bottom: 1px solid #cecece;
    margin-bottom: 40px;
}

.outside-supplier-header h1 {
    margin-bottom: 10px;
}

.internal-supplier-header h1 {
    margin-bottom: 10px;
}

.purchaser-header h1 {
    margin-bottom: 10px;
}

.product-list-header.your-offer {
    padding: 15px 11px 15px;
    background: #fff;
}

.product-list-header.your-offer.subsection {
    padding: 15px 0px 15px;
}

.small-header-button-without-margin {
    margin-top: 2px !important;
    font-size: 12px !important;
}

.small-header-button-without-lt-margin {
    margin-top: 2px !important;
    margin-left: 0px !important;
    font-size: 12px !important;
}

.small-header-button-without-lt-margin-disabled {
    margin-top: 2px !important;
    margin-left: 0px !important;
    font-size: 12px !important;
    background: #e9e9e9 !important;
    color: black !important;
}

.small-header-button-without-lt-margin-outline {
    margin-top: 2px !important;
    margin-left: 0px !important;
    font-size: 12px !important;
    border: 1px solid #3cc6bd !important;
    background-color: transparent !important;
    color: #3cc6bd !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
}

.small-header-button-without-lt-margin-outline:hover {
    background-color: #3cc6bd !important; /* kolor tła przy hover */
    color: white !important;               /* tekst na biały */
}

.disabled-button {
    background: lightgrey !important;
}

.small-header-button {
    margin-top: 22px !important;
    font-size: 12px !important;
}

.small-header-button-disabled {
    margin-top: 22px !important;
    font-size: 12px !important;
    background: #e9e9e9 !important;
    color: black !important;
}

.header-button {
    float: right;
    background: #3cc6bd;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    border: none;
    padding: 7px 16px;
    height: fit-content;
    margin-left: 15px;
    margin-top: 4px;
}

.header-button-disabled {
    float: right;
    font-size: 16px;
    font-weight: 300;
    border: none;
    padding: 7px 16px;
    height: fit-content;
    margin-left: 15px;
    margin-top: 4px;
    background: #a3a3a3;
    color: #fff;
}

.circle-button {
    float: left;
    background: #3cc6bd;
    color: #fff;
    border: none;
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
}

.product-list-header.your-offer .header-button {
    float: left;
    font-size: 12px;
}

.upgrade-account-popup-button {
    float: left;
    margin-left: 0px;
}

.delete-btn {
    background: #b70000;
}

.delete-btn-with-r-margin {
    background: #b70000;
    margin-right: 8px !important;
    margin-top: 0px !important;
}

.export-as-file-modal h3 span {
    font-size: 22px;
}

.bottom-list-button {
    background: #3cc6bd;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 7px 16px;
    font-weight: 300;
}

.header-button:hover,
.bottom-list-button:hover {
    background: #2d3e58;
}

.header-button svg,
.bottom-list-button svg {
    font-size: 16px;
    margin-right: 5px;
}

.product-list-header.your-offer .header-button svg {
    font-size: 12px;
}

.header-back-button {
    background: transparent;
    border: none;
    margin-left: -8px;
    float: left;
    line-height: 38px;
    margin-right: 6px;
    color: #3cc6bd;
}

.header-back-button-with-margin {
    background: transparent;
    border: none;
    margin-left: -8px;
    float: left;
    line-height: 38px;
    margin-right: 24px;
    color: #3cc6bd;
}

.edit-product-list-name {
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
}

.edit-product-list-name span {
    float: left;
    font-size: 24px;
    font-weight: 900;
    margin-right: 10px;
}

.edit-product-list-name input {
    float: left;
    font-size: 24px;
    border: none;
    font-weight: 300;
    border-bottom: 2px solid #17c4bb;
    padding-bottom: 6px;
}

.checkbox-list-wrapper {
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 30px 30px #0001;
    border-radius: 14px;
}

.checkbox-list-wrapper ul {
    margin: 0;
    padding: 0;
}

.checkbox-list-wrapper ul li {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.checkbox-list-wrapper ul li:last-child {
    border: none;
}

.button-wrapper {
    text-align: center;
    padding: 10px;
}

.popup-overlay {
    background: #182334ad;
    backdrop-filter: blur(2px);
    z-index: 999999 !important;
}

.popup-content {
    box-shadow: 0 0 70px #182334;
    border-radius: 5px;
}

.elements-per-page {
    float: right;
}

.elements-per-page span {
    margin-right: 5px;
}

.bold {
    font-weight: 900;
}

.single-discount-wrapper {
    float: left;
    padding: 6px 0px 6px 15px;
    background: #3cc6bd;
}

.single-discount-wrapper span {
    color: #fff;
}

.single-discount-wrapper .discount-data,
.single-discount-wrapper .discount-action {
    float: left;
    box-sizing: border-box;
}

.single-discount-wrapper .discount-data {
}

.single-discount-wrapper .discount-action {
    width: 30px;
    text-align: center;
}

.single-discount-wrapper .discount-action button {
    border: none;
    background: none;
    color: #fff;
}

.single-discount-wrapper .discount-action button:hover {
    opacity: 0.5;
}

.single-discount-wrapper .light-separator {
    margin: 0 10px;
}

.discounts-line .label {
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin-right: 15px;
}

.bold.main-discount {
    font-size: 26px;
    line-height: 27px;
}

.lines-wrapper {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 0;
}

.text-filter-field {
    line-height: 1.5;
    text-align: left;
    min-height: 30px;
    font-family: "Nunito";
    font-style: inherit;
    font-weight: 400;
    outline: 0;
    vertical-align: middle;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    position: relative;
    padding: 2px 2px 2px 5px;
    font-size: 1em;
    background: #2d3e58 !important;
    border-radius: 0;
    border: 1px solid #3cc6bd;
    color: #fff !important;
    width: 200px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #f8fbff;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #9fa9bd;
    border-radius: 5px;
}
::-webkit-scrollbar {
    overflow: auto;
    width: 0.5em;
    border-radius: 5px;
}
