/*! NORMALIZE.css v3.0.3 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    vertical-align: bottom;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ol {
    margin: 0;
}
p {
    margin: 0 0 10px;
}

* {
    box-sizing: border-box;
}
html {
    height: 100%;
    position: relative;
}
input, textarea, select, a,
input:hover, textarea:hover, select:hover, a:hover,
input:focus, textarea:focus, select:focus, a:focus,
input:active, textarea:active, select:active, a:active {
    outline: none !important;
    /*-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;*/
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: #f5f5f5;
    height: 100%;
    position: relative;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 60, 66, 0.7);
    z-index: 9;
    display: none;
}
#preloader img {
    position: absolute;
    width: 250px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -125px;
}
img {
    vertical-align: middle;
}
a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

/*.material-icons {
    font-family: Material Icons Outlined,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}*/
.btn {
    background-color: #00a046;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
    height: 36px;
}
.btn:hover {
    background-color: #04b351;
}
.crm_shadow_item {
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    background: white;
    border-radius: 2px;
    padding: 32px;
}
.auth_page {
    background-color: #2d323e;
}
.auth_form {
    padding: 40px 32px;
    background: white;
    font-size: 16px;
    height: 370px;
    width: 352px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -185px 0 0 -176px;
}
.auth_form_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
}
.auth_form input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.42);
    height: 28px;
    padding: 0;
    font-size: 16px;
    width: 100%;
}
.auth_form input.is-invalid {
    border-bottom: 1px solid #f44336;
}
.auth_form label {
    display: block;
    /*color: rgba(0,0,0,.54);*/
    white-space: nowrap;
    font-size: 12px;
}
.auth_form .form-group {
    margin: 30px 0 0;
}
.auth_form .form-group.invalid-feedback {
    color: #f44336;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
    max-height: 60px;
    overflow: auto;
}
.auth_form_btn {
    margin: 60px 0 0;
    position: absolute;
    bottom: 40px;
    left: 32px;
    width: calc(100% - 64px);
}
.sidebar_nav {
    overflow: hidden;
    transition-property: transform,width,min-width,max-width;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
    position: relative;
    transform: translateX(-100%);
    width: 280px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 35%);
    float: left;
    height: 100vh;
}
.sidebar_nav_open {
    transform: translateX(0);
}
.sidebar_nav_inner {
    background-color: #221f1f;
    color: white;
    height: 100vh;
}
.sidebar_header {
    height: 64px;
    min-height: 64px;
    padding: 0 16px;
    transition: padding .2s ease;
    background-color: #2d2a2a;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 20%);
    line-height: 64px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
}
.sidebar_content {
    background: #221f1f;
    overflow: auto;
    height: calc(100vh - 64px);
}
.body_after_auth {
    overflow: hidden;
}
.top_nav {
    background: #221f1f;
    color: #fff;
    position: relative;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 20%);
    width: 100%;
    height: 64px;
    white-space: nowrap;
    font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
    letter-spacing: normal;
    margin: 0;
    width: calc(100% - 280px);
    float: left;
}
.main_content {
    width: calc(100% - 280px);
    float: left;
    overflow: auto;
    height: calc(100vh - 64px);
    padding: 16px 32px 32px;
}
.sidebar_content a {
    display: block;
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    color: white;
    font-size: 13px;
    line-height: 48px;
    position: relative;
}
.sidebar_content ul li.sidebar_open_li > ul a {
    background: rgba(0,0,0,.12);
}
.sidebar_content a:hover,
.sidebar_open_li > a {
    background-color: hsla(0,0%,100%,.1) !important;
}
.sidebar_content a.active {
    background-color: #00a046 !important;
    color: white;
}
.sidebar_content .material-icons-outlined {
    margin-right: 10px;
    color: white;
    vertical-align: middle;
    margin-top: -3px;
    font-size: 24px;
}
.sidebar_content ul li > ul {
    display: none;
}
.sidebar_content ul li.sidebar_open_li > ul {
    display: block;
}
.sidebar_content ul li ul a {
    padding-left: 44px;
}
.sidebar_material_arrow_right {
    margin-right: 0 !important;
    float: right;
    margin-top: 15px !important;
    font-size: 18px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.sidebar_content ul li.sidebar_open_li > a .sidebar_material_arrow_right {
    transform: rotate(90deg);
}
.sidebar_toggle_nav_btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    /*cursor: pointer;*/
    font-size: 30px;
    margin: 0 30px 0 0;
}
.sidebar_header_text {
    display: inline-block;
}
.sidebar_content .svg_wrapper {
    margin-right: 10px;
}
.sidebar_content .svg_wrapper svg {
    vertical-align: middle;
}
.top_nav_userinfo a {
    color: white;
    text-decoration: none;
}
.top_nav_userinfo {
    float: right;
    position: relative;
    white-space: nowrap;
    margin: 0 32px 0 16px;
}
.top_nav_userinfo > a {
    min-width: 64px;
    height: 64px;
    display: block;
    line-height: 64px;
    border-right: 1px solid hsla(0,0%,100%,.2);
    border-left: 1px solid hsla(0,0%,100%,.2);
    padding: 0 16px;
    font-size: 14px;
}
.top_nav_userinfo > a:hover {
    background: hsla(0,0%,100%,.1);
}
.top_nav_userinfo > a .svg_wrapper {
    margin: 0 8px 0 0;
}
.top_nav_userinfo > a .svg_wrapper svg {
    vertical-align: middle;
}
.top_nav_userinfo > a .material-icons-outlined {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 0 0 12px;
}
.top_nav_userinfo_hidden {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    display: none;
    z-index: 11;
}
.top_nav_userinfo_hidden a {
    color: rgba(0,0,0,.87);
    font-size: 14px;
    height: 48px;
    padding: 0 16px;
    display: block;
    line-height: 48px;
}
.top_nav_userinfo_hidden a .svg_wrapper {
    margin: 0 16px 0 0;
}
.top_nav_userinfo_hidden a .svg_wrapper svg {
    vertical-align: middle;
}
.top_nav_userinfo_hidden a:hover {
    color: #fb3f4c;
    background: rgba(0,0,0,.04);
}
.top_nav_userinfo:hover .top_nav_userinfo_hidden {
    display: block;
}
.auth_page #main {
    height: 100%;
    position: relative;
}
.main_content_inner {
    width: 100%;
    float: left;
}
.h1_wrapper {
    width: 100%;
    float: left;
    margin: 0 0 16px;
    position: relative;
}
h1 {
    font-weight: 400;
    margin: 0;
    display: block;
    float: left;
    line-height: 36px;
}
.h1_center {
    font-weight: 400;
    margin: 0;
    display: block;
    float: left;
    line-height: 36px;
    font-size: 2em;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.btn_h1 {
    float: right;
}
.user_list,
.storage_list,
.istochnik_list,
.settings_np_list {
    width: 100%;
    float: left;
}
.user_list_item,
.storage_list_item,
.istochnik_list_item,
.setting_np_item {
    width: 100%;
    float: left;
}
.user_list_item + .user_list_item,
div + .user_list_item,
.storage_list_item + .storage_list_item,
div + .storage_list_item,
.istochnik_list_item + .istochnik_list_item,
div + .istochnik_list_item,
.setting_np_item + .setting_np_item,
div + .setting_np_item {
    margin: 15px 0 0;
}
.user_list_item_row,
.storage_list_item_row,
.istochnik_list_item_row,
.setting_np_list_item_row_box_sizes,
.setting_np_list_item_row_storage {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 68px 0 0;
}
.setting_np_list_item_row_storage {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.user_list_item_row + .user_list_item_row,
.storage_list_item_row + .storage_list_item_row,
.istochnik_list_item_row + .istochnik_list_item_row,
.setting_np_list_item_row_box_sizes + .setting_np_list_item_row_box_sizes,
.setting_np_list_item_row_storage + .setting_np_list_item_row_storage {
    margin: 15px 0 0;
}
.user_list_item_col,
.storage_list_item_col,
.istochnik_list_item_col,
.setting_np_list_item_row_col_sizes,
.setting_np_list_item_row_col_storage {
    width: 20%;
    float: left;
    padding: 0 10px 0 0;
}
.setting_np_list_item_row_col_sizes {
    padding: 0 45px 0 0;
}
.setting_np_list_item_row_col_storage {
    width: 16%;
}
.user_list_item_col_icon,
.storage_list_item_col_icon {
    float: left;
    margin: 0 10px 0 0;
    width: 24px;
    min-height: 1px;
}
.material_green {
    color: #00a046;
}
.user_list_item_col_text,
.storage_list_item_col_text {
    float: left;
    width: calc(100% - 34px);
}
.user_list_item_col_text_title,
.storage_list_item_col_text_title,
.istochnik_list_item_col_text_title {
    width: 100%;
    float: left;
    line-height: 25px;
}
.user_list_item_col_text_desc,
.storage_list_item_col_text_desc,
.istochnik_list_item_col_text_desc {
    width: 100%;
    float: left;
    line-height: 20px;
    color: #777575;
}
.user_list_item_col_text_notification,
.storage_list_item_col_text_notification {
    font-weight: 500;
    display: inline-block;
}
.user_list_item_edit_wrapper,
.storage_list_item_edit_wrapper,
.istochnik_list_item_edit_wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
.user_list_item_remove_btn,
.storage_list_item_remove_btn,
.istochnik_list_item_remove_btn {
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
    color: rgba(45,42,42,.6);
}
.user_list_item_edit_btn,
.storage_list_item_edit_btn,
.istochnik_list_item_edit_btn {
    width: 24px;
    height: 24px;
    float: left;
    cursor: pointer;
    color: rgba(45,42,42,.6);
}
.user_list_item_edit_btn + .user_list_item_remove_btn,
.storage_list_item_edit_btn + .storage_list_item_remove_btn,
.istochnik_list_item_edit_btn + .istochnik_list_item_remove_btn {
    margin: 0 0 0 10px;
}
.swal2-styled.swal2-confirm {
    background-color: #00a046 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.swal2-styled.swal2-confirm:hover {
    background-image: none !important;
    background-color: #04b351 !important;
}
.popup {
    display: none;
}
.fancybox_crm_slide .fancybox-content {
    padding: 0;
    width: 400px;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    background: white;
    border-radius: 5px;
}
.fancybox-is-open .fancybox-bg {
    opacity: .4;
}
.popup_title {
    border-bottom: 1px solid rgba(45,42,42,.2);
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 20px;
    width: 100%;
    float: left;
}
.popup_inner {
    width: 100%;
    float: left;
    padding: 20px 20px 12px;
}
.popup_input_wrapper {
    width: 100%;
    float: left;
    position: relative;
}
.popup_input_wrapper + .popup_input_wrapper {
    margin: 30px 0 0;
}
.popup_input_wrapper input[type="text"],
.popup_input_wrapper input[type="email"],
.popup_input_wrapper input[type="password"] {
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,.42);
    padding: 0;
}
.popup_input_wrapper input[type="password"] {
    padding: 0 120px 0 0;
}
.popup_input_wrapper textarea {
    width: 100%;
    float: left;
    height: 100px;
    resize: none;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.42);
}
.popup_checkbox_label {
    width: 100%;
    float: left;
}
.popup_checkbox_items {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
.popup_checkbox_item {
    width: 100%;
    float: left;
    position: relative;
}
.popup_checkbox_item + .popup_checkbox_item {
    margin: 5px 0 0;
}
.popup_checkbox_item input[type="checkbox"] {
    display: none;
}
.popup_checkbox_item label {
    float: left;
    width: auto;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 0 28px;
    cursor: pointer;
}
.popup_checkbox_item label:before {
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,.42);
    border-radius: 3px;
    float: left;
    margin: 0 0 0 -28px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.popup_checkbox_item input[type="checkbox"]:checked + label:before {
    content: 'check';
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: white;
    background: #00a046; 
    text-align: center;
    border: 1px solid #00a046;
}
.popup_input_icon_show_pass {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 32px;
    cursor: pointer;
    color: #3e7aaa;
    font-size: 12px;
}
.popup_input_icon_show_pass .material-icons-outlined {
    vertical-align: middle;
    font-size: 18px;
}
.popup_btns {
    width: 100%;
    float: left;
    margin: 45px 0 0;
}
.popup_cancel {
    height: 36px;
    line-height: 36px;
    float: right;
    cursor: pointer;
    color: #00a046;
    padding: 0 16px;
}
.popup_btns .btn {
    float: right;
    margin: 0 0 0 15px;
}
.popup_input_wrapper .input_error {
    color: #f44336;
    width: 100%;
    float: left;
    font-size: 12px;
}
.swal2-container {
    z-index: 99993 !important;
}
.popup_checkbox_item_notification_viber_bot_text {
    color: #777575;
    position: absolute;
    top: 0;
    left: 92px;
    line-height: 22px;
    font-size: 12px;
}
.pagination .next_page,
.pagination .last_page,
.pagination .prev_page,
.pagination .first_page {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.pagination {
    background: white;
    text-align: right;
    border-top: 2px solid #f5f5f5;
    width: calc(100vw - 344px);
    position: fixed;
    bottom: 0;
    margin: 0;
    z-index: 2;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}
.pagination > * {
    display: inline-block;
}
.pagination svg {
    fill: rgba(0, 0, 0, 0.54);
}
.pagination a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
}
.pagination a:hover {
    background: #f5f5f5;
}
.pagination a:hover svg {
    fill: rgba(0, 0, 0, 0.8);
}
.pagination .active_page {
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    display: none;
}
.pagination_viewed {
    color: rgba(0,0,0,.54);
    font-size: 13px;
    margin: 0 30px 0 0;
}
.settings_list {
    width: 100%;
    float: left;
}
.setting_general_item {
    width: 100%;
    float: left;
}
.setting_general_item + .setting_general_item {
    margin: 15px 0 0;
}
.popup_input_wrapper select {
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    border: 1px solid rgba(0,0,0,.42);
    box-shadow: none;
    padding: 0;
}
.color_red {
    color: #f44336;
}
.storage_list_item_viber_bot_status {
    position: absolute;
    top: 0;
    right: 0;
}
.storage_list_item_viber_bot_status_text,
.storage_list_item_viber_bot_status_value {
    display: inline-block;
}
.main_content_fixed {
    overflow: hidden;
}
.table_fixed_list {
    width: 100%;
    float: left;
}
.table_fixed {
    width: 100%;
    float: left;
}
.table_fixed_header {
    width: 100%;
    float: left;
}
.table_fixed_body {
    width: 100%;
    float: left;
}
.table_fixed_tr {
    width: 100%;
    float: left;
    position: relative;
}
.table_fixed_body .table_fixed_tr {
    border-top: 4px solid #f5f5f5;
}
.table_fixed_th {
    float: left;
    background: #f4faf6;
    position: relative;
    padding: 2px 5px;
    word-break: break-word;
}
.table_fixed_td {
    float: left;
    background: white;
    position: relative;
    padding: 2px 5px;
    word-break: break-word;
}
.table_fixed_col_35 {
    width: 35%;
}
.table_fixed_col_30 {
    width: 30%;
}
.table_fixed_col_25 {
    width: 25%;
}
.table_fixed_col_20 {
    width: 20%;
}
.table_fixed_col_15 {
    width: 15%;
}
.table_fixed_col_10 {
    width: 10%;
}
.table_fixed_col_5 {
    width: 5%;
}
.table_fixed_ta_c {
    text-align: center;
}
.table_fixed_body .table_customers_tr,
.table_fixed_body .table_customers_td {
    height: 90px;
}
.table_fixed_body .table_orders_td {
    min-height: 110px;
}
.table_fixed_header .table_customers_tr,
.table_fixed_header .table_customers_th,
.table_fixed_header .table_orders_tr,
.table_fixed_header .table_orders_th {
    height: 50px;
}
.fixed_table_td_inner_va_m {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
}
.remove_customer_btn {
    cursor: pointer;
    color: rgba(45,42,42,.6);
}
.table_customers_customer {
    padding-left: 45px;
}
.table_customers_body,
.table_orders_body {
    height: calc(100vh - 214px);
}
.table_fixed_hover .table_fixed_body .table_fixed_tr:hover .table_fixed_td {
    background: rgba(0, 0, 0, 0.08);
}
.table_customers_body .table_customers_tr,
.table_orders_body .table_orders_tr {
    cursor: pointer;
    overflow: hidden;
}
.not_found_wrapper {
    text-align: center;
}
.not_found_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.not_found_text {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
}
.customer_info_top {
    width: 100%;
    float: left;
}
.block_row {
    width: 100%;
    float: left;
}
.block_col_3 {
    width: 32%;
    float: left;
}
.block_col_3:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.block_with_header_title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 16px;
    background: #f5f5f5;
}
.block_with_header_content {
    width: 100%;
    float: left;
    padding: 16px;
}
.block_with_header {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}
.block_with_header_title_text {
    float: left;
    font-size: 16px;
    line-height: 20px;
}
.block_with_header_title_btn {
    float: right;
}
.customer_info_edit_btn_customer,
.customer_info_edit_btn_customer_delivery {
    float: left;
    display: block;
    color: rgba(45,42,42,.6);
}
.customer_info_copy_customer,
.customer_info_copy_customer_delivery {
    color: #00a046;
    float: left;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 0 0 8px;
}
.customer_info_edit_btn_customer span,
.customer_info_copy_customer span,
.customer_info_edit_btn_customer_delivery span,
.customer_info_copy_customer_delivery span {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.customer_info_content_top {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}
.block_with_header_content_title {
    font-size: 12px;
    font-weight: 400;
    color: #777575;
    line-height: 18px;
}
.customer_info_content_top_center {
    text-align: center;
}
.block_checkbox_label {
    width: 100%;
    float: left;
}
.block_checkbox_items {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
.block_checkbox_item {
    width: 100%;
    float: left;
    position: relative;
}
.block_checkbox_item + .block_checkbox_item {
    margin: 5px 0 0;
}
.block_checkbox_item input[type="checkbox"] {
    display: none;
}
.block_checkbox_item label {
    float: left;
    width: auto;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 0 23px;
    cursor: pointer;
}
.block_checkbox_item label:before {
    content: '';
    position: relative;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,.42);
    border-radius: 50%;
    float: left;
    margin: 3px 0 0 -23px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.block_checkbox_item input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 50%;
}
/*.block_checkbox_items_customer_info_phones {
    margin: 15px 0 0;
}*/
.customer_info_copy_phone {
    color: #00a046;
    line-height: 22px;
    display: inline-block;
    margin: 0 0 0 4px;
    cursor: pointer;
}
.customer_info_copy_phone span {
    font-size: 14px;
    vertical-align: middle;
    line-height: 22px;
}
.hidden {
    display: none;
}
.customer_info_content_notifications {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}
.popup_input_add_customer_phone,
.popup_input_add_deliverier_phone,
.popup_input_add_storage_phone {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 32px;
    cursor: pointer;
    /* color: #3e7aaa; */
    font-size: 12px;
}
#notification_alert {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    border-radius: 2px;
    padding: 16px 32px;
    line-height: 24px;
    opacity: 0.8;
    display: none;
}
/*.notification_alert_view {
    opacity: 0.8;
    visibility: visible;
}*/
.notification_alert_success {
    background: #00a046;
    color: white;
}
#notification_alert .material-icons-outlined {
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.customer_delivery_content_top {
    width: 100%;
    float: left;
}
.customer_delivery_content_top_svg {
    width: 44px;
    height: 34px;
    float: left;
}
.customer_delivery_content_top_svg svg {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.customer_delivery_content_top_svg svg path {
    fill: #777575;
}
.customer_delivery_content_top_svg img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.customer_delivery_content_top_name {
    float: left;
    line-height: 24px;
}
.customer_delivery_content_top_svg + .customer_delivery_content_top_name {
    margin: 0 0 0 5px;
}
.customer_delivery_content_top_type {
    float: left;
    line-height: 24px;
    margin: 0 0 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #777575;
}
.customer_delivery_content_city,
.customer_delivery_content_adds,
.customer_delivery_content_index {
    width: 100%;
    float: left;
}
div > .customer_delivery_content_city,
div > .customer_delivery_content_adds,
div > .customer_delivery_content_index {
    margin: 10px 0 0;
}
.popup_input_wrapper_delivery {
    display: none;
    margin: 30px 0 0;
    width: 100%;
    float: left;
}
.popup_input_wrapper_delivery_active {
    display: block;
}
.autocomplete-suggestions {
    z-index: 99993;
}
.customer_info_content_top_delivery,
.customer_info_content_center_delivery,
.customer_info_content_bottom_delivery {
    width: 100%;
    float: left;
}
.customer_info_content_top_delivery_left,
.customer_info_content_center_delivery_left {
    width: 50%;
    float: left;
}
.customer_info_content_top_delivery_right,
.customer_info_content_center_delivery_right {
    float: left;
    text-align: center;
}
.customer_info_content_center_delivery,
.customer_info_content_bottom_delivery {
    margin: 10px 0 0;
}
.block_second_header {
    width: 100%;
    float: left;
    margin: 32px 0 16px;
    font-weight: 400;
    display: block;
    float: left;
    line-height: 36px;
    font-size: 2em;
}
.customer_info_children {
    width: 100%;
    float: left;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid transparent;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px;
    border: 1px solid #ccc;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px;
    border: 1px solid #ccc;
}
.customer_info_children_list {
    width: 100%;
    float: left;
    border: 1px solid #e4e4e4;
}
.customer_info_children_list th {
    font-size: 16px;
    line-height: 20px;
    color: #777575;
    font-weight: normal;
    padding: 15px 0 10px;
}
.customer_info_children_list th .material-icons-outlined {
    font-size: 20px;
    vertical-align: middle;
}
.customer_info_children_list td {
    text-align: center;
    padding: 10px 0;
}
.customer_info_children_list tbody td .customer_child_list_item_edit_btn {
    display: inline-block;
    color: rgba(45,42,42,.6);
}
.customer_info_children_list tbody td .customer_child_list_item_remove_btn {
    display: inline-block;
    color: rgba(45,42,42,.6);
    margin: 0 0 0 10px;
    cursor: pointer;
}
.table_orders_td {
    padding: 5px;
}
.table_fixed_body .table_orders_order_number {
    position: relative;
    padding: 5px 5px 5px 25px;
}
.table_fixed_body .table_orders_tr {
    border-top: 2px solid #f5f5f5;
    background: white;
}
.table_order_status_color {
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: calc(100% - 16px);
    border-radius: 0 5px 5px 0;
}
.table_order_from {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
}
.table_orders_order_number_new .table_order_status_color,
.order_page_main_content_status_wrapper_new .order_page_main_content_status_color {
    background: #ffab00;
}
.table_orders_order_number_processing .table_order_status_color,
.order_page_main_content_status_wrapper_processing .order_page_main_content_status_color {
    background: #31a3db;
}
.table_orders_order_number_delivered .table_order_status_color,
.order_page_main_content_status_wrapper_delivered .order_page_main_content_status_color {
    background: #221f1f;
}
.table_orders_order_number_successful .table_order_status_color,
.table_orders_order_number_completed .table_order_status_color,
.order_page_main_content_status_wrapper_successful .order_page_main_content_status_color,
.order_page_main_content_status_wrapper_completed .order_page_main_content_status_color {
    background: #00a046;
}
.table_orders_order_number_not_successful .table_order_status_color,
.table_orders_order_number_return .table_order_status_color,
.table_orders_order_number_failure .table_order_status_color,
.order_page_main_content_status_wrapper_not_successful .order_page_main_content_status_color,
.order_page_main_content_status_wrapper_return .order_page_main_content_status_color,
.order_page_main_content_status_wrapper_failure .order_page_main_content_status_color {
    background: #f84147;
}
.table_orders_order_number_ready_to_ship .table_order_status_color,
.order_page_main_content_status_wrapper_ready_to_ship .order_page_main_content_status_color {
    background: #6e34a4;
}
/*.table_orders_order_number_expect .table_order_status_color,
.order_page_main_content_status_wrapper_expect .order_page_main_content_status_color*/
.table_orders_order_number_samovuvoz .table_order_status_color,
.order_page_main_content_status_wrapper_samovuvoz .order_page_main_content_status_color {
    background: #949494;
}
.table_orders_order_number_new .table_order_status_from,
.order_page_main_content_status_wrapper_new .order_page_main_content_status {
    color: #ffab00;
}
.table_orders_order_number_processing .table_order_status_from,
.order_page_main_content_status_wrapper_processing .order_page_main_content_status {
    color: #31a3db;
}
.table_orders_order_number_delivered .table_order_status_from,
.order_page_main_content_status_wrapper_delivered .order_page_main_content_status {
    color: #221f1f;
}
.table_orders_order_number_successful .table_order_status_from,
.table_orders_order_number_completed .table_order_status_from,
.order_page_main_content_status_wrapper_successful .order_page_main_content_status,
.order_page_main_content_status_wrapper_completed .order_page_main_content_status {
    color: #00a046;
}
.table_orders_order_number_not_successful .table_order_status_from,
.table_orders_order_number_return .table_order_status_from,
.table_orders_order_number_failure .table_order_status_from,
.order_page_main_content_status_wrapper_not_successful .order_page_main_content_status,
.order_page_main_content_status_wrapper_return .order_page_main_content_status,
.order_page_main_content_status_wrapper_failure .order_page_main_content_status {
    color: #f84147;
}
.table_orders_order_number_ready_to_ship .table_order_status_from,
.order_page_main_content_status_wrapper_ready_to_ship .order_page_main_content_status {
    color: #6e34a4;
}
/*.table_orders_order_number_expect .table_order_status_from,
.order_page_main_content_status_wrapper_expect .order_page_main_content_status*/
.table_orders_order_number_samovuvoz .table_order_status_from,
.order_page_main_content_status_wrapper_samovuvoz .order_page_main_content_status {
    color: #949494;
}
.table_fixed_body .table_order_status_from {
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 14px;
    margin: 5px 0 0;
    max-height: 43px;
    overflow: hidden;
}
.table_fixed_body .table_order_number {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    /*margin: 0 0 10px;*/
    font-weight: 500;
}
.table_fixed_body .table_orders_order_number .fixed_table_td_inner_va_m {
    width: 100%;
    float: left;
    top: 44%;
}
.table_fixed_body .table_order_ttn {
    color: rgba(45,42,42,.6);
    position: absolute;
    left: 25px;
    bottom: 8px;
}
.table_fixed_body .table_orders_order_number,
.table_fixed_body .table_orders_create,
.table_fixed_body .table_orders_products,
.table_fixed_body .table_orders_data,
.table_fixed_body .table_orders_sum {
    border-right: 2px solid #f5f5f5;
}
.table_fixed_body .table_order_product_item,
.order_page_main_content_products_body .table_order_product_item {
    width: 100%;
    float: left;
    position: relative;
}
.table_fixed_body .table_order_product_item_right,
.order_page_main_content_products_body .table_order_product_item_right {
    float: left;
    width: calc(100% - 110px);
    padding: 0 0 0 10px;
}
.table_fixed_body .table_order_product_item_img_wrapper,
.order_page_main_content_products_body .table_order_product_item_img_wrapper {
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    float: left;
}
.table_fixed_body .table_order_product_item_img_wrapper img,
.order_page_main_content_products_body .table_order_product_item_img_wrapper img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.table_fixed_body .table_orders_data_left,
.order_page_main_content_products_body .table_orders_data_left {
    float: left;
    width: 40%;
    border-right: 2px solid #f5f5f5;
    height: 100%;
    position: relative;
}
.table_fixed_body .table_orders_data_right,
.order_page_main_content_products_body .table_orders_data_right {
    float: left;
    width: 60%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.table_fixed_body .table_orders_data_left_item,
.order_page_main_content_products_body .table_orders_data_left_item {
    width: 100%;
    float: left;
}
.table_fixed_body .table_orders_data_right_top,
.order_page_main_content_products_body .table_orders_data_right_top {
    width: 100%;
    float: left;
    border-bottom: 2px solid #f5f5f5;
    padding: 0 0 10px;
}
.table_fixed_body .table_orders_data_right_bottom,
.order_page_main_content_products_body .table_orders_data_right_bottom {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    position: relative;
}
.table_fixed_body .table_orders_data_right_bottom:before,
.order_page_main_content_products_body .table_orders_data_right_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1px;
    height: 300%;
    width: 2px;
    background: #f5f5f5;
}
.table_fixed_body .table_orders_data_right_bottom_left,
.table_fixed_body .table_orders_data_right_bottom_right,
.order_page_main_content_products_body .table_orders_data_right_bottom_left,
.order_page_main_content_products_body .table_orders_data_right_bottom_right {
    width: 50%;
    float: left;
}
.table_fixed_body .table_orders_data_left_item input[type="text"],
.order_page_main_content_products_body .table_orders_data_left_item input[type="text"] {
    width: 60px;
    text-align: center;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #cecece;
    background: transparent;
    height: 30px;
}
.table_fixed_body .table_orders_data_left_item span,
.order_page_main_content_products_body .table_orders_data_left_item span {
    color: #cecece;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.table_fixed_body .table_orders_data_right_top select,
.order_page_main_content_products_body .table_orders_data_right_top select {
    height: 30px;
    width: 90%;
    border: 1px solid #cecece;
    background: transparent;
}
.table_fixed_body .table_orders_data_right_bottom input[type="text"],
.order_page_main_content_products_body .table_orders_data_right_bottom input[type="text"] {
    width: 60px;
    text-align: center;
    /*font-size: 16px;*/
    border: none;
    background: transparent;
    height: 30px;
    font-size: 11px;
}
.table_fixed_body .table_orders_data_item,
.order_page_main_content_products_body .table_orders_data_item {
    width: 100%;
    float: left;
    min-height: 110px;
}
.table_orders_data_item + .table_orders_data_item,
.table_order_product_item + .table_order_product_item {
    border-top: 2px solid #f5f5f5;
}
.order_page_main_content_products_body .table_orders_data_item + .table_orders_data_item,
.order_page_main_content_products_body .table_order_product_item + .table_order_product_item {
    border-top: 1px solid #f5f5f5;
}
.table_fixed_body .table_orders_data_item .fixed_table_td_inner_va_m,
.order_page_main_content_products_body .table_orders_data_item .fixed_table_td_inner_va_m {
    position: absolute;
    width: 100%;
}
.table_fixed_body .table_orders_data {
    padding: 5px 0;
}
.table_fixed_body .table_orders_data_left .fixed_table_td_inner_va_m {
    top: 47%;
}
.table_fixed_body .table_order_product_item_name,
.order_page_main_content_products_body .table_order_product_item_name {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 0;
}
.table_fixed_body .table_order_product_item_right_bottom,
.order_page_main_content_products_body .table_order_product_item_right_bottom {
    float: left;
    text-align: left;
    position: absolute;
    height: 40px;
    bottom: 0;
    right: 5px;
    width: calc(100% - 130px);
}
.table_fixed_body .table_order_product_item_price_wrapper,
.order_page_main_content_products_body .table_order_product_item_price_wrapper {
    float: left;
}
.table_fixed_body .table_order_product_item_quantity,
.order_page_main_content_products_body .table_order_product_item_quantity {
    float: left;
    margin: 0 0 0 20px;
}
.table_fixed_body .table_order_product_item_articul,
.order_page_main_content_products_body .table_order_product_item_articul {
    float: right;
    color: #c3c3c3;
    font-size: 12px;
}
.table_fixed_body .table_order_create_date {
    width: 100%;
    float: left;
    color: #c3c3c3;
    font-size: 12px;
}
.table_fixed_body .table_order_create_time {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    font-size: 16px;
}
.table_fixed_body .table_orders_create .fixed_table_td_inner_va_m {
    width: 100%;
    float: left;
}
.table_fixed_body .table_orders_sum {
    font-size: 16px;
    font-weight: 500;
}
.table_fixed_body .table_orders_customer {
    text-align: left;
    padding: 5px 25px;
}
.table_fixed_body .table_orders_customer_name {
    font-size: 16px;
    width: 100%;
    float: left;
    margin: 0 0 5px;
}
.table_fixed_body .table_orders_customer_phone {
    color: #c3c3c3;
    font-size: 12px;
    width: 100%;
    float: left;
}
.table_fixed_body .table_orders_customer .fixed_table_td_inner_va_m {
    width: 100%;
    float: left;
}
.top_nav_search {
    float: left;
    margin: 13px 0 0 32px;
}
.top_nav_search_input_wrapper {
    float: left;
    position: relative;
}
.top_nav_search_input_wrapper input[type="text"] {
    height: 38px;
    border: none;
    width: 400px;
    padding: 0 70px;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
.top_nav_search_hidden {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    background: white;
    margin: 0;
    display: none;
}
.top_nav_search_input_wrapper_open .top_nav_search_hidden {
    display: block;
}
.search_btn_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    /*cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;*/
}
/*.search_btn_wrapper:hover {
    background: #f5f5f5;
}*/
.search_btn {
    vertical-align: middle;
    margin: -3px 0 0 0;
    color: black;
}
.search_settings_btn_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.search_settings_btn_wrapper:hover {
    background: #f5f5f5;
}
.search_settings_btn {
    vertical-align: middle;
    margin: -3px 0 0 0;
    color: gray;
}
.search_settings_btn_wrapper svg {
    vertical-align: middle;
    margin: -4px 0 0;
}
.search_settings_btn_wrapper svg path {
    fill: #cacaca;
}
.top_nav_search_hidden_item {
    border-top: 1px solid #e4e4e4;
    color: #333;
    font-weight: normal;
    margin: 0 !important;
}
.top_nav_search_hidden_item label {
    width: 100%;
    padding: 0 0 0 80px;
}
.top_nav_search_hidden_item label:before {
    margin: 3px 0 0 -57px;
}
.top_nav_search_hidden_item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 60px;
    height: 100%;
    width: 1px;
    background: #e4e4e4;
}
.top_nav_search_hidden_item input[type="checkbox"]:checked + label:after {
    left: 28px;
}
.save_filter_btn {
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0 0 0 5px;
}
.save_filter_btn span {
    vertical-align: middle;
    text-shadow: -1px 0 #00a046, 0 1px #00a046, 1px 0 #00a046, 0 -1px #00a046;
    font-size: 38px;
    margin: -4px 0 0;
}
.order_filters {
    width: 100%;
    float: left;
}
.order_filter_title {
    float: left;
    line-height: 46px;
    margin: 0 25px 0 0;
    position: relative;
}
.order_filter_title span {
    display: block;
    position: absolute;
    top: 29px;
    left: 0;
    line-height: 18px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #f84147;
    cursor: pointer;
}
.order_filter_item {
    float: left;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    padding: 3px 25px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0 0 16px;
    position: relative;
}
.order_filter_item:hover {
    background: #efefef;
}
.order_filter_item:last-child {
    border-right: 1px solid #e0e0e0;
}
.order_filter_item_name {
    width: 100%;
    float: left;
    font-weight: 500;
}
.order_filter_item_count {
    width: 100%;
    float: left;
}
.order_filter_item_active {
    background: #00a046 !important;
    color: white !important;
}
.table_orders {
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    position: relative;
}
.table_orders_td_fullwidth {
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
}
#table_fixed_preloader {
    background: #0000007a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#table_fixed_preloader img {
    position: absolute;
    width: 250px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -125px;
}
.order_filter_item_remove_btn {
    color: rgba(45,42,42,.6);
    position: absolute;
    top: 1px;
    right: 0px;
    padding: 10px 4px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.order_filter_item_remove_btn span {
    font-size: 18px;
}
.order_filter_item:hover .order_filter_item_remove_btn {
    opacity: 1;
    visibility: visible;
}
.left_nav_order_qt {
    min-width: 34px;
    height: 20px;
    padding: 0 7px;
    border-radius: 20px;
    transition: opacity .2s ease-in-out .1s;
    background-color: rgb(255, 171, 0);
    color: rgb(34, 31, 31);
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    margin: 14px 0 0;
    position: absolute;
    top: 0;
    right: 24px;
}
.sidebar_content a.active .left_nav_order_qt {
    background: white;
}
.left_nav_all_order_circle {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ffab00;
    position: absolute;
    top: 11px;
    left: 39px;
    box-sizing: content-box;
}
.order_page_back_wrapper {
    height: 36px;
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.order_page_back {
    float: left;
    height: 36px;
    line-height: 36px;
    color: #00a046;
    text-decoration: none;
    text-transform: uppercase;
}
.order_page_main_content {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}
.order_page_main_content:before {
    content: '';
    position: absolute;
    top: 74px;
    right: 320px;
    width: 1px;
    height: calc(100% - 74px);
    background: #e4e4e4;
}
.order_page_back .material-icons-outlined {
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.order_page_main_content_top {
    width: 100%;
    float: left;
    height: 74px;
    border-bottom: 1px solid #e4e4e4;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
}
.order_page_main_content_top_order_number_wrapper {
    /*float: left;*/
    width: 120px;
}
.order_page_main_content_top_order_number {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
}
.order_page_main_content_top_order_create {
    width: 100%;
    float: left;
    /*color: #c3c3c3;*/
    font-size: 12px;
    color: #777575;
}
.order_page_main_content_top_btns {
    position: relative;
}
.order_page_change_status .material-icons-outlined {
    vertical-align: middle;
    margin: -2px 5px 0 0;
}
.order_page_main_content_top_from {
    text-transform: uppercase;
    line-height: 36px;
    font-size: 30px;
    font-weight: normal;
}
.order_page_main_content_right {
    float: left;
    width: 320px;
}
.order_page_main_content_left {
    float: left;
    width: calc(100% - 320px);
    /*border-right: 1px solid #e4e4e4;*/
    padding: 18px 24px 40px 24px;
}
/*.order_page_main_content_add_cache .order_page_main_content_left {
    border-right: none;
}
.order_page_main_content_add_cache .order_page_main_content_right {
    border-left: 1px solid #e4e4e4;
}*/
.order_page_main_content_status_wrapper {
    min-height: 82px;
    border: 1px solid #e4e4e4;
    padding: 0 14px 20px 24px;
    position: relative;
    border-radius: 5px;
    width: 65%;
}
.order_page_main_content_total_wrapper {
    height: 82px;
    border: 1px solid #e4e4e4;
    padding: 0 14px;
    border-radius: 5px;
    width: 33%;
}
.order_page_main_content_status_row {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}
.table_order_product_item_special {
    color: #c3c3c3;
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
}
.order_page_main_content_status_wrapper .order_page_main_content_status_color {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    border-radius: 5px 0 0 5px;
}
.order_page_main_content_status_text,
.order_page_main_content_total_text {
    width: 100%;
    float: left;
    /*color: #c3c3c3;*/
    font-size: 14px;
    color: #777575;
    line-height: 14px;
    margin: 16px 0 0;
}
.order_page_main_content_status,
.order_page_main_content_total {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 8px 0 0;
    width: 100%;
    float: left;
}
.order_page_category_pagination {
    float: right;
    height: 36px;
    line-height: 36px;
    border-left: 1px solid #e4e4e4;
    padding: 0 0 0 5px;
}
.order_page_category_pagination_arrow_left_wrapper {
    float: left;
    display: block;
    padding: 0 5px;
}
.order_page_category_pagination_cur_number {
    float: left;
    margin: 0 0 0 5px;
}
.order_page_category_pagination_all_number {
    float: left;
    color: #777575;
    opacity: 0.8;
    margin: 0 5px 0 0;
}
.order_page_category_pagination_arrow_right_wrapper {
    float: left;
    display: block;
    padding: 0 5px;
}
.order_page_category_pagination_arrow_left_wrapper span,
.order_page_category_pagination_arrow_right_wrapper span {
    vertical-align: middle;
    color: #00a046;
}
.order_page_category_pagination_arrow_left_wrapper:hover,
.order_page_category_pagination_arrow_right_wrapper:hover {
    background: #eaeaea;
}
.swal2-title {
    line-height: 30px;
}
#popup_edit_order_status .popup_checkbox_items_order_status {
    /*height: 60vh;*/
    overflow: auto;
    padding: 0 0 3px;
    height: auto;
    max-height: 60vh;
}
.order_page_main_content_status_wrapper_delivered .order_page_main_content_status span {
    color: #bfbdbd;
}
.order_page_main_content_prepayment_wrapper {
    border: 1px solid #e4e4e4;
    position: relative;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin: 25px 0 0;
}
.order_page_main_content_prepayment_th {
    height: 60px;
    line-height: 59px;
    float: left;
}
.order_page_main_content_prepayment_header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
.order_page_main_content_prepayment_body {
    width: 100%;
    float: left;
}
.order_page_main_content_prepayment_th {
    float: left;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    color: #838080;
}
.order_page_main_content_prepayment_td {
    float: left;
    border-right: 1px solid #e4e4e4;
    height: 100px;
}
.order_page_main_content_prepayment_payment_method {
    width: 204px;
}
.order_page_main_content_prepayment_prepayment,
.order_page_main_content_prepayment_ostatok,
.order_page_main_content_prepayment_total {
    width: 110px;
}
.order_page_main_content_prepayment_time_payment {
    width: 160px;
    position: relative;
}
.order_page_main_content_prepayment_payment_method_copy {
    background: #dbd7d7;
    line-height: 100px;
    float: left;
    width: 50px;
    height: 100px;
    text-align: center;
}
.order_page_main_content_prepayment_payment_method_select_wrapper {
    /*width: 153px;*/
    width: calc(100% - 50px);
    float: left;
    height: 100px;
}
.order_page_main_content_prepayment_payment_method_select_wrapper select {
    height: 30px;
    width: 90%;
    border: 1px solid #cecece;
    background: transparent;
    margin: 35px 0 0 5%;
}
.order_page_main_content_prepayment_payment_method_copy_active {
    background: #ffab00;
    color: white;
    cursor: pointer;
}
.order_page_main_content_prepayment_prepayment input[type="text"] {
    height: 30px;
    width: 80%;
    border: none;
    border-bottom: 1px solid #cecece;
    background: transparent;
    margin: 35px 0 0 10%;
    text-align: center;
}
.order_page_main_content_prepayment_body .order_page_main_content_prepayment_ostatok,
.order_page_main_content_prepayment_body .order_page_main_content_prepayment_total {
    line-height: 100px;
    text-align: center;
}
.order_page_main_content_prepayment_body .order_page_main_content_prepayment_time_payment input[type="text"] {
    height: 20px;
    width: 80%;
    border: none;
    border-bottom: 1px solid #cecece;
    background: transparent;
    margin: 15px 0 15px 10%;
    text-align: center;
}
.order_page_main_content_prepayment_body .order_page_main_content_prepayment_time_payment:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
}
.order_page_main_content_prepayment_header .material-icons-outlined {
    color: #00a046;
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 20px;
}
#order_page_copy_payment_requisites_text {
    display: none;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
.order_page_main_content_products_wrapper {
    border: 1px solid #e4e4e4;
    position: relative;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin: 60px 0 0;
}
.order_page_main_content_products_header {
    height: 60px;
    line-height: 59px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
}
.order_page_main_content_products_header .order_page_main_content_products_inventory {
    float: left;
    vertical-align: middle;
    line-height: 59px;
    margin: 0 0 0 18px;
}
.order_page_main_content_products_header .order_page_main_content_products_header_text {
    float: left;
    color: #838080;
    margin: 0 0 0 15px;
}
.order_page_main_content_products_header .order_page_main_content_products_header_quantity {
    float: left;
    margin: 0 0 0 5px;
}
.order_page_main_content_products_header .order_page_main_content_products_edit {
    float: right;
    vertical-align: middle;
    line-height: 59px;
    color: #00a046;
    margin: 0 12px 0 0;
    cursor: pointer;
    font-size: 20px;
}
.order_page_main_content_products_body .table_orders_data_item {
    width: 360px;
    height: 110px;
}
.order_page_main_content_products_body .table_order_product_item {
    width: calc(100% - 360px);
    border-right: 1px solid #e4e4e4;
}
.order_page_main_content_product_item {
    width: 100%;
    float: left;
    position: relative;
}
.order_page_main_content_products_body .table_orders_data_left {
    border-right: 1px solid #e4e4e4;
}
.order_page_main_content_products_body .table_orders_data_right_top {
    border-bottom: 1px solid #e4e4e4;
}
.order_page_main_content_products_body .table_orders_data_right_bottom:before {
    background: #e4e4e4;
    width: 1px;
}
.order_page_main_content_products_body .table_orders_data_left_item {
    text-align: center;
}
.order_page_main_content_products_body .table_orders_data_right {
    text-align: center;
}
.order_page_main_content_products_body .table_order_product_item_name {
    position: relative;
    padding: 0 34px 0 0;
}
.order_page_remove_product {
    color: #f84147;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}
.order_page_main_content_product_btns {
    width: 100%;
    float: left;
    border-top: 1px solid #e4e4e4;
    padding: 12px;
}
.order_page_edit_product_changes_save {
    float: right;
    display: none;
}
.order_page_edit_product_changes_cancel {
    float: right;
    text-transform: uppercase;
    color: #04b351;
    font-weight: 500;
    line-height: 36px;
    height: 36px;
    padding: 0 16px;
    margin: 0 10px 0 20px;
    cursor: pointer;
    display: none;
}
.order_page_edit_product_add_item {
    float: right;
    /*margin: 8px 25px 0 0;*/
    margin: 8px 0 0 0;
    border-bottom: 1px solid #333;
    padding: 0 5px;
    cursor: pointer;
}
.table_order_product_item_minus_wrapper {
    width: 20px;
    height: 20px;
    border: 1px solid #04b351;
    color: #04b351;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    float: left;
}
.table_order_product_item_minus {
    font-size: 14px;
    line-height: 18px;
}
.table_order_product_item_quantity_text {
    float: left;
    line-height: 20px;
    margin: 0 10px;
}
.table_order_product_item_plus_wrapper {
    width: 20px;
    height: 20px;
    border: 1px solid #04b351;
    color: #04b351;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    float: left;
}
.table_order_product_item_minus {
    font-size: 14px;
    line-height: 18px;
}
.table_order_product_item_quantity_shtuk {
    float: left;
    margin: 0 0 0 10px;
}
.table_order_product_item_minus_wrapper_disable {
    border: 1px solid #e4e4e4;
    color: #e4e4e4;
}
.order_page_main_content_product_item + .order_page_main_content_product_item {
    border-top: 1px solid #e4e4e4;
}
.order_page_main_content_comment_first_row {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}
.order_page_main_content_comment_first_row_left {
    width: 49%;
    float: left;
}
.order_page_main_content_comment_first_row_right {
    width: 49%;
    float: right;
}
.order_page_main_content_comment_customer_wrapper,
.order_page_main_content_comment_from_wrapper,
.order_page_main_content_comment_manager_wrapper,
.order_page_main_content_comment_storage_wrapper,
.order_page_main_content_comment_clientviber_wrapper {
    border: 1px solid #e4e4e4;
    position: relative;
    border-radius: 5px;
    width: 100%;
    float: left;
    padding: 25px 25px 25px 60px;
}
.order_page_main_content_comment_from_wrapper,
.order_page_main_content_comment_storage_wrapper,
.order_page_main_content_comment_clientviber_wrapper {
    margin: 40px 0 0;
}
.order_page_main_content_comment_customer_title,
.order_page_main_content_comment_from_title,
.order_page_main_content_comment_manager_title,
.order_page_main_content_comment_storage_title,
.order_page_main_content_comment_clientviber_title {
    color: #c3c3c3;
    font-size: 14px;
    width: 100%;
    float: left;
}
.order_page_main_content_comment_customer_text,
.order_page_main_content_comment_from_messages,
.order_page_main_content_comment_manager_messages,
.order_page_main_content_comment_clientviber_messages {
    /*border: 1px solid #e4e4e4;*/
    width: 100%;
    float: left;
    /*padding: 8px 12px;*/
    padding: 0;
    margin: 6px 0 0;
}
.order_page_main_content_comment_customer_wrapper .material-icons-outlined,
.order_page_main_content_comment_from_wrapper .material-icons-outlined,
.order_page_main_content_comment_manager_wrapper .material_people,
.order_page_main_content_comment_storage_wrapper .material-icons-outlined,
.order_page_main_content_comment_clientviber_wrapper .material-icons-outlined {
    position: absolute;
    top: 49px;
    left: 18px;
}
.order_page_main_content_comment_from_message_item,
.order_page_main_content_comment_manager_message_item,
.order_page_main_content_comment_storage_message_item,
.order_page_main_content_comment_clientviber_message_item {
    float: left;
    width: 100%;
}
.order_page_main_content_comment_from_message_item + .order_page_main_content_comment_from_message_item,
.order_page_main_content_comment_manager_message_item + .order_page_main_content_comment_manager_message_item,
.order_page_main_content_comment_storage_message_item + .order_page_main_content_comment_storage_message_item,
.order_page_main_content_comment_clientviber_message_item + .order_page_main_content_comment_clientviber_message_item {
    margin-top: 5px;
}
.order_page_main_content_comment_from_message_item_create,
.order_page_main_content_comment_manager_message_item_create,
.order_page_main_content_comment_storage_message_item_create,
.order_page_main_content_comment_clientviber_message_item_create {
    float: left;
    margin: 0 10px 0 0;
    width: 105px;
    font-size: 12px;
}
.order_page_main_content_comment_from_message_item_text,
.order_page_main_content_comment_manager_message_item_text,
.order_page_main_content_comment_storage_message_item_text,
.order_page_main_content_comment_clientviber_message_item_text {
    float: left;
    width: calc(100% - 115px);
}
.order_page_main_content_comment_storage_message_item_text img {
    max-width: 100%;
    border: 1px solid #e4e4e4;
}
.order_page_main_content_comment_manager_title span {
    color: #333;
    margin: 0 0 0 10px;
}
.order_page_main_content_add_comment_manager {
    position: absolute;
    color: #04b351;
    top: 24px;
    right: 20px;
    cursor: pointer;
}
.order_page_main_content_right_item_wrapper {
    padding: 25px 30px 35px 60px;
    width: 100%;
    float: left;
}
.order_page_main_content_right_item_wrapper + .order_page_main_content_right_item_wrapper {
    border-top: 1px solid #e4e4e4;
}
.order_page_main_content_right_item_title {
    width: 100%;
    float: left;
    position: relative;
}
.order_page_main_content_right_item_content {
    width: 100%;
    float: left;
}
.order_page_main_content_right_item_title_text {
    color: #838080;
    font-size: 16px;
}
.order_page_main_content_right_item_title_icon {
    color: #838080;
    position: absolute;
    top: -2px;
    left: -35px;
}
.order_page_main_content_right_item_content_row {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
.order_page_main_content_right_item_content_subtitle {
    font-size: 14px;
    color: #777575;
    width: 100%;
    float: left;
}
.order_page_main_content_right_item_content_data {
    width: 100%;
    float: left;
}
.order_page_main_content_right_item_content_data_fio {
    text-transform: uppercase;
    font-weight: 500;
}
.order_page_copy_recipient_btn,
.order_page_copy_deliverier_btn,
.order_page_copy_delivery_btn,
.order_page_copy_payment_btn {
    color: #00a046;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    cursor: pointer;
}
.order_page_edit_recipient_btn,
.order_page_edit_deliverier_btn,
.order_page_edit_delivery_btn,
.order_page_edit_payment_btn {
    color: #00a046;
    position: absolute;
    top: 0;
    right: 0;
}
.order_page_edit_recipient_btn span,
.order_page_edit_deliverier_btn span,
.order_page_edit_delivery_btn span,
.order_page_edit_payment_btn span {
    font-size: 20px;
}
.order_page_delivery_service_svg {
    /*width: 24px;
    height: 24px;*/
    width: 44px;
    height: 34px;
    float: left;
    margin: 0 4px 0 0;
}
.order_page_delivery_service_svg svg {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.order_page_delivery_service_svg svg path {
    fill: #777575;
}
.order_page_delivery_service_svg img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.order_page_main_content_top_btns .order_page_change_status {
    float: right;
}
.btn_transparent {
    background-color: transparent;
    color: #00a046;
    border: 1px solid #00a046;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.btn_transparent:hover {
    background-color: #00a046;
    color: white;
}
.order_page_toggle_history_changes {
    float: right;
    cursor: pointer;
    margin: 0 10px 0 0;
}
.order_page_toggle_history_changes .material-icons-outlined {
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.order_page_history_changes_hidden {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 1;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    background: white;
    margin: 0;
    width: 500px;
    max-height: 60vh;
    overflow: auto;
    display: none;
}
/*.order_page_history_changes_hidden_active {
    display: block;
}*/
.order_page_toggle_history_changes_wrapper:hover .order_page_history_changes_hidden {
    display: block;
}
.order_page_toggle_history_changes_wrapper {
    float: right;
}
.order_page_history_changes_hidden_header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 15px;
    line-height: 40px;
}
.order_page_history_changes_hidden_content {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
}
.order_page_history_changes_hidden_content_day {
    width: 100%;
    float: left;
}
.order_page_history_changes_hidden_content_day_title {
    width: 100%;
    float: left;
    color: #838080;
}
.order_page_history_changes_hidden_content_time_item {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
.order_page_history_changes_hidden_content_day + .order_page_history_changes_hidden_content_day {
    margin: 20px 0 0;
}
.order_page_history_changes_hidden_content_time_item_left {
    width: 120px;
    float: left;
}
.order_page_history_changes_hidden_content_time_item_text {
    width: calc(100% - 120px);
    float: left;
}
.order_page_history_changes_hidden_content_time_item_time {
    width: 100%;
    float: left;
}
.order_page_history_changes_hidden_content_time_item_user {
    width: 100%;
    float: left;
    color: #bdbdbd;
    margin: -3px 0 0;
}
.customer_info_orders {
    width: 100%;
    float: left;
    margin: 0 0 40px;
}
.customer_info_orders .table_orders_body {
    height: auto;
}
.customer_info_orders .table_orders {
    overflow: hidden;
}
.popup_checkbox_items_customer_phones {
    width: 100%;
    float: left;
}
.popup_checkbox_item1 {
    width: 100%;
    float: left;
}
.popup_checkbox_item1 + .popup_checkbox_item1 {
    margin: 5px 0 0;
}
.popup_checkbox_item1 label {
    line-height: 24px;
    float: left;
}
.popup_checkbox_item1 span {
    vertical-align: middle;
    cursor: pointer;
    float: left;
}
.color_green {
    color: #00a046;
}
.storage_viber_bot_subscribe_copy {
    cursor: pointer;
}
.order_page_viber_bot_btn_wrapper {
    float: right;
    width: 114px;
    margin: 0 10px 0 0;
}
.order_page_viber_bot_btn {
    width: 100%;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
.popup_checkbox_items_order_page_viber_bot_ttn {
    margin: -2px 0 0;
}
.popup_checkbox_items_order_page_viber_bot_ttn .popup_checkbox_item {
    text-align: center;
}
.order_page_viber_bot_btn_wrapper label[for="order_page_viber_bot_ttn"] {
    color: #888787;
    font-size: 8px;
    float: none;
    display: inline-block;
    line-height: 9px;
    padding: 0;
}
.order_page_viber_bot_btn_wrapper label:before {
    float: none;
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin: 0 4px 0 0;
}
.order_page_viber_bot_btn_wrapper .popup_checkbox_item input[type="checkbox"]:checked + label:before {
    font-size: 9px;
}
.order_page_viber_bot_btn_red {
    background-color: #f84147;
}
.order_page_viber_bot_btn_red:hover {
    background-color: #f84147;
    opacity: 0.9;
}
.order_page_viber_bot_btn_yellow {
    background-color: #ffab00;
    cursor: default;
}
.order_page_viber_bot_btn_yellow:hover {
    background-color: #ffab00;
    opacity: 0.9;
}
.order_page_viber_bot_btn_gray {
    background-color: #b7b7b7 !important;
    cursor: default;
}
/*.order_page_viber_bot_btn_gray:hover {
    background-color: #b7b7b7;
    opacity: 0.9;
}*/
.asterisk {
    width: 100%;
    float: left;
    white-space: pre-line;
    font-size: 13px;
    line-height: 16px;
    color: #777575;
}
.asterisk_top {
    margin: 0 0 15px;
}
.table_order_ttn a {
    color: #00a046;
    margin: 0 0 0 8px;
}
.table_order_ttn a span {
    font-size: 16px;
    vertical-align: middle;
}
.btn_header_export_orders {
    float: right;
    margin: 14px 0 0;
}
.order_page_main_content_add_cache .order_page_main_content_status select {
    height: 30px;
    width: 90%;
    border: 1px solid #cecece;
    background: transparent;
    margin: 0 0 0 5%;
    color: rgb(51, 51, 51);
    font-weight: normal;
}
.order_page_main_content_add_cache .table_order_product_item input[name="product_name"],
.order_page_main_content_add_cache .table_order_product_item input[name="product_price"],
.order_page_main_content_add_cache .table_order_product_item input[name="product_articul"],
.order_page_main_content_product_item_edit_order input[name="product_name"],
.order_page_main_content_product_item_edit_order input[name="product_price"],
.order_page_main_content_product_item_edit_order input[name="product_articul"] {
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #cecece;
    padding: 0;
}
.order_page_main_content_add_cache .table_order_product_item .table_order_product_item_quantity {
    margin: 10px 0 0 20px;
}
.table_order_product_item_img_wrapper_add_cache,
.table_order_product_item_img_wrapper_edit_cache {
    color: #00a046;
    cursor: pointer;
}
.btn_customer_page_goto_add_order {
    margin: 0 15px 0 0;
}
.h1_center_customer_page {
    font-weight: 400;
    margin: 0;
    line-height: 36px;
    font-size: 2em;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.h1_wrapper_customer_page {
    display: flex;
    justify-content: space-between;
}
.viber_bot_status_order_page_customer {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 12px;
}
.order_page_history_changes_hidden_content_time_item_text a {
    color: #0072ff;
    text-decoration: none;
    border-bottom: 1px solid #0072ff;
}
.order_page_ttn_btn {
    float: right;
    margin: 0 10px 0 0;
}
.order_page_ttn_btn_gray {
    cursor: default;
    background: #b7b7b7 !important;
}
.order_page_main_content_prepayment_gray {
    background-color: #b7b7b7 !important;
}
.order_page_main_content_prepayment_red {
    background-color: #f84147 !important;
}
.order_page_main_content_comment_storage_message_resend_bad_photo {
    font-size: 11px;
    line-height: 12px;
    margin: 3px 0 0;
    text-align: center;
    color: #0072ff;
    text-decoration: none;
    border-bottom: 1px solid #0072ff;
    cursor: pointer;
}
.viberbot_messages {
    width: 100%;
    float: left;
}
.viberbot_message_wrapper {
    float: right;
    padding: 0;
    clear: both;
}
.viberbot_message_wrapper_100 {
    width: 100%;
}
.viberbot_message_wrapper_95 {
    width: 95%;
}
.viberbot_message_wrapper_90 {
    width: 90%;
}
.viberbot_message_wrapper_85 {
    width: 85%;
}
.viberbot_message_wrapper + .viberbot_message_wrapper {
    margin: 30px 0 0;
}
.viberbot_message_title {
    width: 100%;
    float: left;
    padding: 10px 32px;
    background: #eee;
    position: relative;
}
.viberbot_message_text {
    width: 100%;
    float: left;
    padding: 16px 64px 16px 32px;
    position: relative;
}
.popup_viberbot_message_setting_edit {
    position: absolute;
    top: 12px;
    right: 25px;
    color: #333;
}
.popup_viberbot_message_edit {
    color: #00a046;
    position: absolute;
    top: 7px;
    right: 25px;
}
.fancybox_crm_slide .popup_viberbot_message {
    width: 700px !important;
}
.popup_viberbot_message_fields_replace .popup_input_wrapper + .popup_input_wrapper {
    margin: 5px 0 0;
}
.customer_page_copy_viber_link {
    margin: 0 15px 0 0;
}
.customer_page_copy_viber_link_red {
    background-color: #f44336 !important;
}
.customer_page_copy_viber_link_gray {
    cursor: default;
    background-color: #b7b7b7 !important;
}
.sidebar_content .svg_wrapper .material-icons {
    vertical-align: middle;
}
.table_order_product_item .table_order_product_item_plus_wrapper,
.table_order_product_item .table_order_product_item_minus_wrapper,
.table_order_product_item .table_order_product_item_name .material-icons-outlined {
    opacity: 0 !important;
    visibility: hidden !important;
}
.order_page_main_content_product_btns {
    display: none;
}
.order_page_main_content_left_view_edit_product_btns .table_order_product_item .table_order_product_item_plus_wrapper,
.order_page_main_content_left_view_edit_product_btns .table_order_product_item .table_order_product_item_minus_wrapper,
.order_page_main_content_left_view_edit_product_btns .table_order_product_item .table_order_product_item_name .material-icons-outlined {
    opacity: 1 !important;
    visibility: visible !important;
}
.order_page_main_content_left_view_edit_product_btns .order_page_main_content_product_btns {
    display: block;
}
.order_page_viber_bot_rk_btn {
    float: right;
    margin: 0 10px 0 0;
}
.order_page_viber_bot_rk_btn_gray {
    background-color: #b7b7b7 !important;
    cursor: default;
}
.order_page_viber_bot_rk_btn_yellow {
    background-color: #ffab00;
    cursor: pointer;
}
.order_page_viber_bot_rk_btn_yellow:hover {
    background-color: #ffab00;
    opacity: 0.9;
}
.order_page_rating_vukyp {
    margin: 10px 0 0;
}
.order_page_rating_vukyp_green {
    color: #00a046;
}
.order_page_rating_vukyp_yellow {
    color: #ffab00;
}
.order_page_rating_vukyp_red {
    color: #f84147;
}
.order_page_main_content .table_orders_data_right_bottom_right input {
    cursor: pointer;
}
.order_page_category_pagination_wrapper {
    width: 200px;
}



@media only screen and (max-width: 1600px) {
    .user_list_item_col,
    .storage_list_item_col {
        width: 30%;
    }
    .table_customers_customer {
        padding-left: 15px;
        width: 20%;
    }
    .table_customers_phone {
        width: 15%;
    }
    .customer_info_content_top {
        display: block;
    }
    .customer_info_content_top_center,
    .customer_info_content_top_right {
        width: 50%;
        float: left;
        margin: 10px 0 0;
        text-align: left;
    }
    .customer_info_content_top_left,
    .customer_info_content_phones,
    .customer_info_content_top_delivery_left,
    .customer_info_content_center_delivery_left,
    .customer_info_content_top_delivery_right,
    .customer_info_content_center_delivery_right {
        width: 100%;
        float: left;
    }
    .customer_info_content_top_delivery_right,
    .customer_info_content_center_delivery_right {
        margin: 10px 0 0;
        text-align: left;
    }
    .table_fixed_body .table_orders_order_number {
        padding: 5px 5px 5px 12px;
    }
    .table_fixed_body .table_orders_order_number .fixed_table_td_inner_va_m {
        top: initial;
        transform: none;
        margin: 25px 0 0;
    }
    .table_fixed_body .table_order_ttn {
        position: relative;
        left: initial;
        bottom: initial;
        width: 100%;
        float: left;
        clear: left;
        font-size: 10px;
        text-align: left;
        margin: 10px 0 0;
    }
    .table_order_status_color {
        width: 6px;
    }
    .table_fixed_body .table_orders_customer {
        padding: 5px;
    }
    .table_fixed_body .table_orders_customer_name {
        font-size: 14px;
    }
    .table_fixed_col_5.table_orders_sum {
        width: 7%;
    }
    .table_fixed_col_10.table_orders_create {
        width: 8%;
    }
    .table_orders_create {
        padding: 5px 1px;
    }
    .table_orders_th {
        line-height: 16px !important;
    }
    .table_fixed_body .table_order_product_item_img_wrapper {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .table_fixed_body .table_order_product_item_right {
        width: calc(100% - 60px);
    }
    .table_fixed_body .table_order_product_item_name {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .table_fixed_body .table_order_product_item_right_bottom {
        right: 0;
        width: 100%;
    }
    .table_fixed_body .table_orders_data_left_item input[type="text"] {
        width: 42px;
        font-size: 13px;
    }
    .table_fixed_body .table_orders_data_left_item span {
        width: 18px;
        font-size: 12px;
    }
    .order_page_main_content_right {
        width: 260px;
        float: right;
    }
    .order_page_main_content_left {
        width: calc(100% - 260px);
    }
    .order_page_main_content_right_item_wrapper {
        padding: 15px 15px 25px 30px;
    }
    .order_page_main_content_right_item_title_text {
        font-size: 14px;
    }
    .order_page_main_content_right_item_title_icon {
        top: -2px;
        left: -25px;
        font-size: 20px;
    }
    .order_page_main_content_top {
        padding: 18px 15px;
    }
    .order_page_main_content_left {
        padding: 15px 15px 30px;
    }
    .order_page_main_content_comment_first_row {
        margin: 30px 0 0;
    }
    .order_page_main_content_comment_from_wrapper {
        margin: 30px 0 0;
    }
    .order_page_main_content_status_wrapper,
    .order_page_main_content_total_wrapper {
        height: 95px;
    }
    .order_page_main_content_prepayment_payment_method {
        width: 170px;
    }
    .order_page_main_content_prepayment_prepayment {
        width: 90px;
    }
    .order_page_main_content_prepayment_time_payment {
        width: 130px;
    }
    .order_page_main_content_prepayment_ostatok,
    .order_page_main_content_prepayment_total {
        width: 60px;
    }
    .order_page_main_content_prepayment_payment_method_copy {
        width: 40px;
    }
    .order_page_main_content_prepayment_payment_method_select_wrapper {
        width: 129px;
    }
    .order_page_main_content_comment_first_row_left,
    .order_page_main_content_comment_first_row_right {
        width: 100%;
    }
    .order_page_main_content_comment_first_row_right {
        margin: 30px 0 0;
    }
    .order_page_main_content_products_body .table_orders_data_item {
        width: 240px;
    }
    .order_page_main_content_products_body .table_order_product_item {
        width: calc(100% - 240px);
        height: 110px;
    }
    .order_page_main_content_products_body .table_order_product_item_img_wrapper {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .order_page_main_content_products_body .table_order_product_item_right_bottom {
        width: 100%;
        right: 0;
        padding: 0 5px;
    }
    .order_page_main_content_products_body .table_order_product_item_articul {
        margin: 0 0 0 5px;
    }
    .order_page_main_content_products_body .table_order_product_item_right {
        width: calc(100% - 60px);
    }
    .order_page_main_content_products_body .table_order_product_item_name {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .order_page_main_content:before {
        right: 265px;
    }
}
@media only screen and (max-width: 1200px) {}