/* ==================================================
  OKAY STYLE
  ================================================== *//*

1. Подключаемые стили
2. Шрифты
3. Общие стили
    - Text ( Форматирование текста)
    - Indents (margin, padding)
    - Heading (Заголовки)
    - Buttons (Кнопки)
    - Pagination (Пагинация)
    - Links (Ссылки)
    - Boxed
    - Form (Элементы форм)
    - Tag
    - Raiting (Рейтинг)
    - Drag and drop
4. Стилизация списков на всех страницах
5. Catalog menu
6. Header_style


*//* ==================================================
  OKAY STYLE
  ================================================== */

/********************************************************************* Подключаемые стили */

@import url("grid.css");
@import url("reboot.css");
@import url("font-awesome.min.css");
@import url("toastr.css");
@import url("simple-hint.css");
@import url("bootstrap-select.css");
@import url("jquery.scrollbar.css");
@import url("bootstrap_theme.css");

/********************************************************************** Шрифты */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext');

/************************************************************************* Общие стили  */
:root {
    --bg-color: #c2cad0;
    --bg-color-sub: #c9d1d7;
}

html {
    max-width: 100%;
    min-height: 100%;
    position: static;
    /*overflow-x: hidden;
    min-width: 320px;*/
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-height: 100%;
    line-height: 1.2;
    color: #848484;
    font-weight: normal;
    background-color: #FBFBFB;
    max-width: 100%;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow: hidden;
}

.main .container-fluid {
    padding: 0 15px;
    padding-bottom: 35px;
    min-height: 100%;
    position: relative;
    z-index: 2;
}

.main {
    width: 100%;
    padding: 0;
    padding-top: 55px;
    margin: 0;
    min-height: 100%;
    height: calc(100% - 55px);
    position: relative;
    width: 100%;
    overflow: auto;
}

.border_img {
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.d_flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

body:not(.top-nav) header.navbar {
    z-index: 200;
}

/********************************************************* Text  */
.text-success,
.text_success {
    color: #10cfbd;
}

.text-green,
.text_green {
    color: green;
}

.text-danger,
.text_warning {
    color: #F55753 !important;
}

.text-primary,
.text-info,
.text_primary {
    color: #48b0f7;
}

.text_dark {
    color: #2b303b;
}

.text-white,
.text_white {
    color: #fff;
}

.text-bold,
.text_bold {
    font-weight: bold;
}

.text-muted,
.text_grey {
    color: #b4b4b5 !important;
}

.text-transform_lowercase {
    text-transform: lowercase;
}

.opensans {
    font-family: 'Open Sans', sans-serif;
}


.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_20 {
    font-size: 20px;
    line-height: 24px;
}

.text_700 {
    font-weight: 700 !important;
}

.text_600 {
    font-weight: 600 !important;
}

.text_500 {
    font-weight: 500 !important;
}

.text-xs-center,
.txt_center {
    text-align: center !important;
}

.text-xs-left,
.txt_left {
    text-align: left !important;
}

.text-xs-right,
.txt_left {
    text-align: right !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

/********************************************************* Indents  */
.m-q {
    margin: 0.25rem 0.25rem !important;
}

.mt-q {
    margin-top: 0.25rem !important;
}

.mb-q {
    margin-bottom: 0.25rem !important;
}

.ml-q {
    margin-left: 0.25rem !important;
}

.mx-q {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-q {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-h {
    margin: 0.5rem 0.5rem !important;
}

.mt-h {
    margin-top: 0.5rem !important;
}

.mr-h {
    margin-right: 0.5rem !important;
}

.mb-h {
    margin-bottom: 0.5rem !important;
}

.ml-h {
    margin-left: 0.5rem !important;
}

.mx-h {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-h {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 1rem 1rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-2 {
    margin: 1.5rem 1.5rem !important;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.mr-2 {
    margin-right: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.ml-2 {
    margin-left: 1.5rem !important;
}

.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-3 {
    margin: 3rem 3rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-q {
    padding: 0.25rem 0.25rem !important;
}

.pt-q {
    padding-top: 0.25rem !important;
}

.pr-q {
    padding-right: 0.25rem !important;
}

.pb-q {
    padding-bottom: 0.25rem !important;
}

.pl-q {
    padding-left: 0.25rem !important;
}

.px-q {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-q {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-h {
    padding: 0.5rem 0.5rem !important;
}

.pt-h {
    padding-top: 0.5rem !important;
}

.pr-h {
    padding-right: 0.5rem !important;
}

.pb-h {
    padding-bottom: 0.5rem !important;
}

.pl-h {
    padding-left: 0.5rem !important;
}

.px-h {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-h {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 1rem 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-2 {
    padding: 1.5rem 1.5rem !important;
}

.pt-2 {
    padding-top: 1.5rem !important;
}

.pr-2 {
    padding-right: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 1.5rem !important;
}

.pl-2 {
    padding-left: 1.5rem !important;
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-3 {
    padding: 3rem 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/************************************************************************* Heading  */
.heading_page {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    color: #2b303b;
    font-size: 28px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.heading_box {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #2b303b;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.heading_label {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #767676;
    font-size: 14px;
    line-height: 24px;
}

.heading_normal {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #767676;
    font-size: 16px;
    line-height: 26px;
}

.heading_link {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #11cfbd;
    font-size: 16px;
    line-height: 26px;
}

.heading_bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #767676;
    font-size: 16px;
    line-height: 26px;
}

.min_height_35px {
    min-height: 35px;
}

.min_height_50px {
    min-height: 50px;
}

.min_height_100px {
    min-height: 100px;
}

.min_height_210px {
    min-height: 210px;
}

.min_height_230px {
    min-height: 230px;
}

.min_height_250px {
    min-height: 250px;
}

.min_height_335px {
    min-height: 335px;
}

.hidden {
    display: none !important;
}

.okay_bg {
    background: #091A33;
}

.page-container {
    width: 100%;
    height: 100%;
    padding-left: 70px;
    position: fixed;
    overflow: hidden;
}

.okay_list_heading .hidden_check_1 {
    display: none;
}

.okay_list_heading a,
.okay_list_heading span {
    display: inline-block;
    vertical-align: middle;
}

.okay_list_heading a {
    color: #fff;
    margin-left: 3px;
}

.okay_list_heading a svg {
    width: 18px;
    height: 18px;
}

/************************************************************************* Links  */
a.link {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #263238;
    text-decoration: underline;
}

a.link:focus,
a.link:hover {
    text-decoration: none;
}

a.link_white {
    color: #fff;
    text-decoration: underline;
}

a.link_white:focus,
a.link_white:hover {
    text-decoration: none;
}

/************************************************************************* Buttons  */

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.3rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
}

.btn_admin {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    border: 1px solid #6d5cae;
    padding: 6px 10px;
    transition: all 0.2s ease-in-out;
    color: #fff;
    background-color: #6d5cae;
}

.btn_admin:focus,
.btn_admin:hover {
    color: #fff;
    background-color: #8a7dbe;
    border-color: #8a7dbe;
}

.btn_vid_help {
    border: 1px solid #d55959;
    color: #fff;
    background-color: #d55959;
    margin-left: 5px;
    margin-bottom: 5px;
}

.btn_vid_help:focus,
.btn_vid_help:hover {
    color: #fff;
    background-color: #de3838;
    border-color: #de3838;
}


.btn.btn_big svg {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.btn.btn_small svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.btn.btn_small.add svg {
    width: 20px;
    height: 20px;
}

.btn.btn_mini svg {
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn_big {
    padding: 0.75rem 1.5rem;
    font-size: 16px;
}

.btn_small {
    padding: 8px 18px;
    font-size: 14px;
}

.btn_mini {
    padding: 5px 15px;
    font-size: 14px;
}

.btn-block {
    display: block;
    width: 100%;
}

/* Button save */
.btn_blue {
    color: #fff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}

.btn_blue:active,
.btn_blue:focus,
.btn_blue:hover {
    color: #fff;
    background-color: #6dc0f9;
    border-color: #6dc0f9;
}

.btn_blue:active:hover,
.btn_blue:active:focus {
    color: #fff;
    background-color: #3a8fc8;
    border-color: #3a8fc8;
}

.btn_blue:disabled:focus {
    background-color: #3a8fc8;
    border-color: #3a8fc8;
}

.btn_blue:disabled:hover {
    background-color: #3a8fc8;
    border-color: #3a8fc8;
}

/* Button info and download */
.btn-info {
    color: #fff;
    background-color: #10cfbd;
    border-color: #10cfbd;
}

.btn-info:hover {
    color: #fff;
    background-color: #40d9ca;
    border-color: #40d9ca;
}

.btn-info:focus {
    color: #fff;
    background-color: #40d9ca;
    border-color: #40d9ca;
}

.btn-info:active {
    color: #fff;
    background-color: #0da899;
    border-color: #0da899;
    background-image: none;
}

.btn-info:active:hover,
.btn-info:active:focus {
    color: #fff;
    background-color: #0da899;
    border-color: #0da899;
}

.btn-info:disabled:focus {
    background-color: #0da899;
    border-color: #0da899;
}

.btn-info:disabled:hover {
    background-color: #0da899;
    border-color: #0da899;
}

/* Button add*/
.btn_yellow {
    color: #fff;
    background-color: #f8d053;
    border-color: #f8d053;
}

.btn_yellow:hover {
    color: #fff;
    background-color: #f9d975;
    border-color: #f9d975;
}

.btn_yellow:focus {
    color: #fff;
    background-color: #f9d975;
    border-color: #f9d975;
}

.btn_yellow:active {
    color: #fff;
    background-color: #c9a843;
    border-color: #c9a843;
    background-image: none;
}

.btn_yellow:active:hover,
.btn_yellow:active:focus {
    color: #fff;
    background-color: #c9a843;
    border-color: #c9a843;
}

.btn_yellow:disabled:focus {
    background-color: #c9a843;
    border-color: #c9a843;
}

.btn_yellow:disabled:hover {
    background-color: #c9a843;
    border-color: #c9a843;
}

/* Button comments*/
.btn-warning {
    color: #fff;
    background-color: #6d5cae;
    border-color: #6d5cae;
}

.btn-warning:hover {
    color: #fff;
    background-color: #8a7dbe;
    border-color: #8a7dbe;
}

.btn-warning:focus {
    color: #fff;
    background-color: #8a7dbe;
    border-color: #8a7dbe;
}

.btn-warning.active,
.btn-warning:active {
    color: #fff;
    background-color: #584b8d;
    border-color: #584b8d;
    background-image: none;
}

.btn-warning.active:hover,
.btn-warning:active:hover,
.btn-warning:active:focus {
    color: #fff;
    background-color: #584b8d;
    border-color: #796300;
}

.btn-warning:disabled:focus {
    background-color: #584b8d;
    border-color: #584b8d;
}

.btn-warning:disabled:hover {
    background-color: #584b8d;
    border-color: #584b8d;
}

/* Button danger*/
.btn-danger {
    color: #fff;
    background-color: #f55753;
    border-color: #f55753;
}

.btn-danger:hover {
    color: #fff;
    background-color: #f77975;
    border-color: #f77975;
}

.btn-danger:focus {
    color: #fff;
    background-color: #f77975;
    border-color: #f77975;
}

.btn-danger:active {
    color: #fff;
    background-color: #c64643;
    border-color: #c64643;
    background-image: none;
}

.btn-danger:active:hover,
.btn-danger:active:focus {
    color: #fff;
    background-color: #c64643;
    border-color: #c64643;
}

.btn-danger:disabled:focus {
    background-color: #c64643;
    border-color: #c64643;
}

.btn-danger:disabled:hover {
    background-color: #c64643;
    border-color: #c64643;
}


.btn-secondary {
    color: #fff;
    background-color: #2b303b;
    border-color: #2b303b;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #3d424d;;
    border-color: #3d424d;;
}

.btn-secondary:focus {
    color: #fff;
    background-color: #3d424d;
    border-color: #3d424d;
}

.btn-secondary:active {
    color: #fff;
    background-color: #3d424d;
    border-color: #3d424d;
    background-image: none;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus {
    color: #fff;
    background-color: #3d424d;
    border-color: #3d424d;
}

.btn-secondary:disabled:focus {
    background-color: #3d424d;
    border-color: #3d424d;
}

.btn-secondary:disabled:hover {
    background-color: #3d424d;
    border-color: #3d424d;
}


.btn_border_blue {
    color: #48b0f7;
    background-image: none;
    background-color: transparent;
    border-color: #48b0f7;
}

.btn_border_blue:hover {
    color: #fff;
    background-color: #6dc0f9;
    border-color: #6dc0f9;
}

.btn_border_blue:focus {
    color: #fff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}

.btn_border_blue:active {
    color: #fff;
    background-color: #3a8fc8;
    border-color: #3a8fc8;
}

.btn_border_blue:active:hover,
.btn_border_blue:active:focus {
    color: #fff;
    background-color: #6dc0f9;
    border-color: #6dc0f9;
}

.btn_border_blue:disabled:focus {
    border-color: #6dc0f9;
}

.btn_border_blue:disabled:hover {
    border-color: #6dc0f9;
}


.btn-outline-info {
    color: #10cfbd;
    background-image: none;
    background-color: transparent;
    border-color: #10cfbd;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #10cfbd;
    border-color: #10cfbd;
}

.btn-outline-info:focus {
    color: #fff;
    background-color: #10cfbd;
    border-color: #10cfbd;
}

.btn-outline-info:active {
    color: #fff;
    background-color: #0da899;
    border-color: #0da899;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus {
    color: #fff;
    background-color: #0da899;
    border-color: #0da899;
}

.btn-outline-info:disabled:focus {
    border-color: #0da899;
}

.btn-outline-info:disabled:hover {
    border-color: #0da899;
}


.btn_border_yellow {
    color: #f8d053;
    background-image: none;
    background-color: transparent;
    border-color: #f8d053;
}

.btn_border_yellow:focus,
.btn_border_yellow:hover {
    color: #fff;
    background-color: #f8d053;
    border-color: #f8d053;
}

.btn_border_yellow:active {
    color: #fff;
    background-color: #c9a843;
    border-color: #c9a843;
}

.btn_border_yellow:active:hover,
.btn_border_yellow:active:focus {
    color: #fff;
    background-color: #c9a843;
    border-color: #c9a843;
}

.btn_border_yellow:disabled:focus {
    border-color: #c9a843;
}

.btn_border_yellow:disabled:hover {
    border-color: #c9a843;
}

.btn-outline-warning {
    color: #6d5cae;
    background-image: none;
    background-color: transparent;
    border-color: #6d5cae;
}

.btn-outline-warning:focus,
.btn-outline-warning:hover {
    color: #fff;
    background-color: #6d5cae;
    border-color: #6d5cae;
}

.btn-outline-warning.active,
.btn-outline-warning:active {
    color: #fff;
    background-color: #584b8d;
    border-color: #584b8d;
}

.btn-outline-warning.active:hover,
.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus {
    color: #fff;
    background-color: #584b8d;
    border-color: #584b8d;
}

.btn-outline-warning:disabled:focus {
    border-color: #584b8d;
}

.btn-outline-warning:disabled:hover {
    border-color: #584b8d;
}


.btn-outline-danger {
    color: #f55753;
    background-image: none;
    background-color: transparent;
    border-color: #f55753;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f55753;
    border-color: #f55753;
}

.btn-outline-danger:disabled:focus {
    border-color: #fdcdcc;
}

.btn-outline-danger:disabled:hover {
    border-color: #fdcdcc;
}

.btn-outline-secondary {
    color: #b0bec5;
    background-image: none;
    background-color: transparent;
    border-color: #b0bec5;
}

.btn-outline-secondary:hover {
    background-color: #20a8d8;
    border-color: #20a8d8;
    color: #fff;
}

.btn-outline-secondary.fn_active_class {
    background-color: #20a8d8;
    border-color: #20a8d8;
    color: #fff;
}

.btn-outline-secondary:active {
    color: #fff;
    background-color: #b0bec5;
    border-color: #b0bec5;
}

.btn-outline-secondary:disabled:focus {
    border-color: #ebeef0;
}

.btn-outline-secondary:disabled:hover {
    border-color: #ebeef0;
}


/************************************************************************* Boxed  */
.boxed {
    background: #FFF;
    border-radius: 4px 4px 2px 2px;
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-bottom: 15px;
}

.boxed_success,
.boxed_warning,
.boxed_attention {
    background-color: #39ccfc;
    color: #fff;
    border-color: #39ccfc;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
    border-width: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    border: 1px solid transparent;
}

.boxed_warning {
    background-color: #F55753;
    color: #fff;
    border-color: #F55753;
}

.boxed_success {
    background-color: #0A7C71;
    color: #fff;
    border-color: #0A7C71;
}

.boxed_notify {
    background-color: #6d5cae;
    color: #fff;
    border-color: #6d5cae;
}

.boxed_yellow {
    background-color: #F8D053;
    color: #fff;
    border-color: #F8D053;
}

.boxed_success .heading_box,
.boxed_warning .heading_box,
.boxed_attention .heading_box {
    font-weight: 600;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    margin: 0px;
    line-height: 24px;
}

.boxed_success .text_box,
.boxed_warning .text_box,
.boxed_attention .text_box {
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    margin-top: 15px;
    padding-left: 15px
}

.boxed_success .text_box li,
.boxed_warning .text_box li,
.boxed_attention .text_box li {
    margin: 7px 0px;
    line-height: 22px;

}

.boxed_sorting {
    margin-bottom: 15px;
}

.boxed_button {
    margin: 10px 0px 40px;
    text-align: right;
}

.box_btn_heading,
.boxes_inline,
.box_heading {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.box_heading {
    margin-right: 20px;
    line-height: 36px;
}

.boxes_inline {
    margin-right: 10px;
}

.wrap_heading {
    padding: 20px 0px;
}

.boxed_success .btn_return {
    color: #fff;
    background-image: none;
    background-color: transparent;
    border: 2px solid #fff;

}

.boxed_success .btn_return svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.boxed_success .btn_return:hover {
    background-color: #fff;
    border-color: transparent;
    color: #0A7C71;
}


/************************************************************************* Form  */
.variant_input,
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 6px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    display: block;
    width: 100%;
    position: relative;
}

.import_file {
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 6px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    display: block;
    width: 100%;
    position: relative;
}

.file_upload {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 30px;
    background: url('../images/uploader.png') no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    text-align: center;
}

.variant_input:focus,
.form-control:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none !important;
}

.new_feature::-moz-placeholder,
.variant_input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #626262;
    opacity: 1
}

.new_feature:-ms-input-placeholder,
.variant_input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #626262;
}

.new_feature::-webkit-input-placeholder,
.variant_input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #626262;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #cfd8dc;
    opacity: 1;
    cursor: not-allowed
}

.date_filter .form-control[readonly] {
    background-color: transparent;
    cursor: pointer
}

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

.form-group {
    margin-bottom: 15px
}

select.form-control:focus::-ms-value {
    color: #607d8b;
    background-color: #fff;
}

select {
    width: 100%;
}

.activity_of_switch {
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
}

.activity_of_switch .activity_of_switch_item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.hidden_check {
    display: none;
}

.hidden_check_1 {
    display: none;
}

.okay_ckeckbox {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.okay_ckeckbox:before {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 10%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 20px;
}

input[type=checkbox]:checked + .okay_ckeckbox:before {
    content: '\f00c';
    font-family: "FontAwesome";
    color: rgb(43, 48, 59);
}

.fn_user_complite {
    cursor: pointer;
}

.header_switcher > a {
    color: #263238;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    text-decoration: none;
    cursor: pointer;
}

.hide_switcher {
    display: none;
}

.switch_block {
    display: block !important;
}

/* Переключатель */

label.switch_label {
    margin-top: 3px;
    margin-right: 10px;
}

.switch.switch-default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 5px;
    background-color: #efefef;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.switch.switch-default .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch.switch-default .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #dcdee0;
    border: 1px solid #dcdee0;
    border-radius: 2px;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    -webkit-transition-property: opacity background;
    transition-property: opacity background;
}

.switch.switch-default .switch-input:checked ~ .switch-label::before {
    opacity: 0;
}

.switch.switch-default .switch-input:checked ~ .switch-label::after {
    opacity: 1;
}

.switch.switch-default .switch-handle {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #b1aeae;
    border: 1px solid #b1aeae;
    border-radius: 50%;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 15px;
    background: #20a8d8;
    border: 1px solid #20a8d8;
}

/************************************************************************* Tag  */
.wrap_tags {
    margin-bottom: -3px;
    margin-right: -2px;
}

.tag {
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 3px 9px 5px;
    text-transform: lowercase;
}

.tag-default {
    background-color: rgb(230, 230, 230);
    color: rgb(98, 98, 98);
}

.tag-primary {
    background-color: rgb(58, 143, 200);
}

.tag-success {
    background-color: rgb(16, 207, 189);
}

.tag-info {
    background-color: rgb(72, 176, 247);
}

.tag-warning {
    background-color: rgb(248, 208, 83);
}

.tag-danger {
    background-color: rgb(245, 87, 83);
}

.watermark_image {
    max-width: 200px;
}


/* Search */
.boxed_search {
    padding: 20px 0px;
}

.search {
    overflow: hidden;
}

.search button {
    height: 35px;
}


/************************************************************************* Raiting  */
.raiting_boxed {
    margin-bottom: 15px;
    margin-top: 5px;
}

.raiting_boxed .range_input {
    margin-top: 3px;
}

.raiting_boxed .raiting_range_number {
    overflow: hidden;
    margin-top: 3px;
}

/************************************************************************* Drag and drop  */
.move_zone.fa-arrows {
    font-size: 20px;
    color: #02bcf2;
}

.sortable_flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.sortable_flex_items {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.sortable_flex_items_inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.sortable_flex_item {
    padding: 10px 15px 10px 0px;
}

.sortable_flex_item .product_icon {
    width: 43px;
    height: 43px;
    display: block;
    background-color: #ffffff;
    border: solid 1px #cfd8dc;
    line-height: 43px;
    text-align: center;
}

.sortable_flex_item:last-child {
    padding: 10px 0px 10px 0px;
    float: right;
}

.dropzone_block_image {
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
    border: 1px dashed #ddd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
}

.dropzone_block_image .dropzone_image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropzone_block_image:hover {
    background: #bababa;
}


.limit_show {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 0;
}

.export_block {
    float: none;
    display: inline-block;
    margin-left: 5px;
    color: #02bcf2;
    cursor: pointer;
    font-size: 32px;
    position: relative;
}

.print_block {
    float: none;
    display: inline-block;
    margin-left: 5px;
    color: #584b8d;
    cursor: pointer;
    font-size: 32px;
    position: relative;
}

.print_block:hover {
    color: #584b8d;
}

.okay_icon img {
    width: 22px;
}


.item_image {
    list-style: none;
    position: relative;
    border: 1px solid #cfd8dc;
    padding: 2px;
    text-align: center;
    overflow: hidden;
    max-height: 130px;
    max-width: 130px;
    cursor: pointer;
    height: 130px;
    width: 130px;
    line-height: 130px;
    float: left;
}

.delete_item {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.item_image:hover > .delete_item {
    display: block;
}

.image_wrapper {
    position: relative;
}

.delete_image {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.image_wrapper:hover .delete_image {
    display: block;
}


/************************************************************************* Autocomplete  */
.autocomplete-suggestions {
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    display: block;
    margin-top: 10px;
    box-shadow: 5px 5px rgba(102, 102, 102, .1);
    text-shadow: none;
    margin: 10px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 100%;
}

.autocomplete-suggestion {
    display: block;
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
}

.autocomplete-suggestion:nth-child(even) {
    background-color: #fbfbfb;
}

.autocomplete-suggestions .autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete_arrow {
    position: relative;
    cursor: pointer;
}

.autocomplete_arrow > input {
    cursor: pointer;
}

.autocomplete_arrow > input:focus {
    cursor: text;
}

.autocomplete_arrow::after {
    content: "\f107";
    border: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 10px;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #10cfbd;
}

.autocomplete-suggestion div {
    width: 45px !important;
    text-align: center;
    margin-right: 5px;
}

.autocomplete-suggestion div,
.autocomplete-suggestions span,
.autocomplete-suggestions a {

    display: inline-block;
    vertical-align: middle;
}

.autocomplete-suggestions span {
    white-space: nowrap;
    width: calc(100% - 55px);
}


/************************************************************************* Pagination */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 5px;
}

.page-item,
.pagination-datatables li,
.pagination li {
    display: inline-block;
}

.page-item:first-child .page-link,
.pagination-datatables li:first-child .page-link,
.pagination li:first-child .page-link,
.page-item:first-child .pagination-datatables li a,
.pagination-datatables li .page-item:first-child a,
.pagination-datatables li:first-child a,
.page-item:first-child .pagination li a,
.pagination li .page-item:first-child a,
.pagination li:first-child a {
    margin-left: 0;
}

.page-item.active .page-link,
.pagination-datatables li.active .page-link,
.pagination li.active .page-link,
.page-item.active .pagination-datatables li a,
.pagination-datatables li .page-item.active a,
.pagination-datatables li.active a,
.page-item.active .pagination li a,
.pagination li .page-item.active a,
.pagination li.active a,
.page-item.active .page-link:focus,
.pagination-datatables li.active .page-link:focus,
.pagination li.active .page-link:focus,
.page-item.active .pagination-datatables li a:focus,
.pagination-datatables li .page-item.active a:focus,
.pagination-datatables li.active a:focus,
.page-item.active .pagination li a:focus,
.pagination li .page-item.active a:focus,
.pagination li.active a:focus,
.page-item.active .page-link:hover,
.pagination-datatables li.active .page-link:hover,
.pagination li.active .page-link:hover,
.page-item.active .pagination-datatables li a:hover,
.pagination-datatables li .page-item.active a:hover,
.pagination-datatables li.active a:hover,
.page-item.active .pagination li a:hover,
.pagination li .page-item.active a:hover,
.pagination li.active a:hover {
    z-index: 2;
    border-radius: 3px;
    color: #fff;
    cursor: default;
    background-color: #48b0f7;
    border-color: #48b0f7;
}

.page-item.disabled .page-link,
.pagination-datatables li.disabled .page-link,
.pagination li.disabled .page-link,
.page-item.disabled .pagination-datatables li a,
.pagination-datatables li .page-item.disabled a,
.pagination-datatables li.disabled a,
.page-item.disabled .pagination li a,
.pagination li .page-item.disabled a,
.pagination li.disabled a,
.page-item.disabled .page-link:focus,
.pagination-datatables li.disabled .page-link:focus,
.pagination li.disabled .page-link:focus,
.page-item.disabled .pagination-datatables li a:focus,
.pagination-datatables li .page-item.disabled a:focus,
.pagination-datatables li.disabled a:focus,
.page-item.disabled .pagination li a:focus,
.pagination li .page-item.disabled a:focus,
.pagination li.disabled a:focus,
.page-item.disabled .page-link:hover,
.pagination-datatables li.disabled .page-link:hover,
.pagination li.disabled .page-link:hover,
.page-item.disabled .pagination-datatables li a:hover,
.pagination-datatables li .page-item.disabled a:hover,
.pagination-datatables li.disabled a:hover,
.page-item.disabled .pagination li a:hover,
.pagination li .page-item.disabled a:hover,
.pagination li.disabled a:hover {
    color: #b0bec5;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link,
.pagination-datatables li a,
.pagination li a {
    position: relative;
    float: left;
    padding: 4px 15px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #626262;
    margin: 0px 1px;
    font-size: 12px;
}

.page-link:focus,
.pagination-datatables li a:focus,
.pagination li a:focus,
.page-link:hover,
.pagination-datatables li a:hover,
.pagination li a:hover {
    color: #fff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}

.pagination .drop_active {
    background-color: #c3def1;
}

.pagination .drop_hover {
    background-color: #79c5fb;
}

.pagination-lg .page-link,
.pagination-lg .pagination-datatables li a,
.pagination-datatables li .pagination-lg a,
.pagination-lg .pagination li a,
.pagination li .pagination-lg a {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-sm .page-link,
.pagination-sm .pagination-datatables li a,
.pagination-datatables li .pagination-sm a,
.pagination-sm .pagination li a,
.pagination li .pagination-sm a {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
}


/***************************************************  Стилизация списков на всех страницах    */
.okay_list {
    text-align: center;
    border: 1px solid #ccc;

}

.okay_list.variants_list {
    text-align: left;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.okay_list .dropdown-menu {
    text-align: left;
}

.okay_list .okay_list_head {
    width: 100%;
    height: 60px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #fff;
    background-color: #2b303b;
}

.okay_list .okay_list_footer {
    width: 100%;
    height: 60px;
    color: #263238;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.okay_list .okay_list_footer .btn {
    margin-right: 15px;
}

.okay_list .okay_list_footer .okay_list_foot_left {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.okay_list .okay_list_body_item,
.okay_list .okay_list_body {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
}

.okay_list .okay_list_body_item {
    border-bottom: 1px solid #ccc;
    min-height: 80px;
}

.okay_list .okay_list_feedback_body_item {
    min-height: 50px;
    border: unset;
    padding: 5px;
}

.okay_list .min_h {
    border-bottom: 1px solid #ccc;
    min-height: 80px;
}

.okay_list .okay_list_body_item:hover {
    background-color: #f9fcfe;
}

.okay_list .okay_list_row {
    width: 100%;
    height: auto;
    min-height: 80px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.okay_list .okay_list_feedback_row {
    border: 1px solid #ccc;
    border-radius: 30px;
    min-height: 50px;
    /*background: #ffff9d;*/
    background: #f6f5ff;
}

.okay_list .okay_list_body_item_child_comments {
    border-bottom: 0px;
    margin-bottom: 10px;
}

.okay_list .okay_list_body .okay_list_boding,
.okay_list .okay_list_head .okay_list_heading {
    float: left;
    padding: 10px;
}

.okay_list .okay_list_head .okay_list_heading {
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.okay_list .okay_list_drag {
    width: 40px;
    cursor: grab;
}

.okay_list .variants_item_drag {
    width: 40px;
    cursor: grab;
}

.okay_list .okay_list_boding .heading_label {
    min-height: 24px;
}

.okay_list .variants_item_sku {
    width: 120px;
}

.okay_list .variants_item_name {
    width: calc(100% - 775px);
}

.okay_list .variants_item_price {
    width: 115px;
}

.okay_list .variants_item_discount {
    width: 115px;
}

.okay_list .variants_item_currency {
    width: 90px;
}

.okay_list .variants_item_amount {
    width: 90px;
}

.okay_list .variants_item_weight {
    width: 90px;
}

.okay_list .variants_item_units {
    width: 90px;
}

.okay_list .variants_item_yandex {
    width: 120px;
}

.okay_list .variants_item_yandex .heading_label {
    width: 120px;
}

.okay_list .variants_item_file {
    /*    width: 220px;*/
    width: auto;
}

.okay_list .variants_list_item {
    position: relative;
    /* height: 210px; */
}

.okay_list .variants_list_item .okay_list_row {
    min-height: 80px;
}

.okay_list .rooms_list_item {
    position: relative;
    height: 100px;
}

.okay_list .rooms_list_item .okay_list_row {
    min-height: unset;
}

.okay_list .remove_variant {
    position: absolute;
    width: 50px;
    right: 0px;
    top: 0px;
}

.okay_list .okay_list_subicon {
    width: 50px;
    z-index: 1;
}

.okay_list .okay_list_subicon a {
    display: block;
    font-size: 20px;
    color: #02bcf2;
    border: 0px;
    outline: 0px;
    border-radius: 3px;
}

.okay_list .okay_list_check {
    width: 40px;
    margin-left: 10px;
}

.okay_list .okay_list_subicon + .okay_list_drag {
    margin-left: -20px;
}

.okay_list .okay_list_drag + .okay_list_check {
    margin-left: -10px;
}

.okay_list .okay_list_option {
    width: auto;
    margin-left: 10px;
}

.okay_list .okay_list_loc_pos {
    float: right;
}

.okay_list .okay_list_photo {
    width: 80px;
    text-align: center !important;
}

.okay_list .okay_list_related_photo {
    width: 50px;
    text-align: center !important;
}

.okay_list .okay_list_related_name {
    width: calc(100% - 150px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_brands_photo {
    width: 140px;
    text-align: center !important;
}

.okay_list .okay_list_delivery_photo {
    width: 140px;
    text-align: center !important;
}

.okay_list .okay_list_comments_btn {
    width: 240px;
    text-align: center !important;
}

.okay_list .okay_list_brands_group {
    width: 180px;
    text-align: center !important;
}

.okay_list .okay_list_boding a {
    color: #2b303b;
    display: block;
    text-decoration: none;
}

.okay_list .okay_list_boding.okay_list_comments_name a {
    color: #02bcf2;
    display: inline-block;
    text-decoration: underline;
}

.okay_list .okay_list_boding a:hover {
    color: #2b303b;
    text-decoration: none;
}

.okay_list .okay_list_boding.okay_list_comments_name a:hover {
    color: #02bcf2;
}

.okay_list .okay_list_photo a {
    border: 1px solid #eee;
    display: block;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 55px;
    margin: 0px auto;
    background: #fff
}

.okay_list .okay_list_brands_photo a {
    border: 1px solid #eee;
    display: block;
    border-radius: 3px;
    width: 110px;
    height: 80px;
    text-align: center;
    line-height: 76px;
    margin: 0px auto;
    background: #fff
}

.okay_list .okay_list_delivery_photo a {
    border: 1px solid #eee;
    display: block;
    border-radius: 3px;
    width: 110px;
    height: 80px;
    text-align: center;
    line-height: 76px;
    margin: 0px auto;
    background: #fff
}

.okay_list .okay_list_photo a img {
    max-width: 100%;
    max-height: 60px;
}

.okay_list .okay_list_brands_photo a img {
    max-width: 100%;
    max-height: 80px;
}

.okay_list .okay_list_delivery_photo a img {
    max-width: 100%;
    max-height: 80px;
}

.okay_list .okay_list_name_brand {
    margin-top: 3px;
    font-size: 12px;
}

.okay_list .okay_list_name {
    width: calc(100% - 690px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_blog_name {
    width: calc(100% - 570px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_page_name {
    width: calc(100% - 550px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_comments_name {
    width: calc(100% - 260px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_delivery_name {
    width: calc(100% - 610px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_languages_name {
    width: calc(100% - 350px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_bransimages_name {
    width: calc(100% - 580px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_variant_name {
    width: calc(100% - 690px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_manager_name {
    width: calc(100% - 120px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_usergroups_name {
    width: calc(100% - 450px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_subscribe_name {
    width: calc(100% - 110px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_coupon_name {
    width: calc(100% - 785px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_coupon_sale {
    width: 145px;
    text-align: center;
}

.okay_list .okay_list_usergroups_sale {
    width: 150px;
    text-align: center;
}

.okay_list .okay_list_usergroups_counts {
    width: 180px;
    text-align: center;
}

.okay_list .okay_list_coupon_condit {
    width: 140px;
    text-align: center;
}

.okay_list .okay_list_blog_type {
    width: 150px;
    text-align: center;
}

.okay_list .okay_list_delivery_condit {
    width: 220px;
    text-align: left;
}

.okay_list .okay_list_coupon_validity {
    width: 160px;
    text-align: center;
}

.okay_list .okay_list_boding.okay_list_delivery_condit,
.okay_list .okay_list_boding.okay_list_coupon_validity,
.okay_list .okay_list_boding.okay_list_coupon_condit {
    line-height: 18px;
    font-weight: 500;
    color: #2b303b;
}

.okay_list .okay_list_coupon_disposable {
    width: 110px;
    text-align: center;
}

.okay_list .okay_list_coupon_count {
    width: 120px;
    text-align: center;
}

.okay_list .okay_list_categories_name {
    width: calc(100% - 470px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_reportstats_categories {
    width: calc((100% - 250px) / 2);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_reportstats_products {
    width: calc((100% - 250px) / 2);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_categorystats_categories {
    width: calc(100% - 250px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_categorystats_total,
.okay_list .okay_list_reportstats_total {
    width: 140px;
    text-align: center;
}

.okay_list .okay_list_categorystats_setting,
.okay_list .okay_list_reportstats_setting {
    width: 100px;
    text-align: center;
}

.okay_list .subcategories_level_1 .okay_list_categories_name, .okay_list .subitemss_level_1 .okay_list_blog_name {
    width: calc(100% - 500px);
}

.okay_list .subcategories_level_2 .okay_list_categories_name, .okay_list .subitemss_level_2 .okay_list_blog_name {
    width: calc(100% - 530px);
}

.okay_list .subcategories_level_1 .okay_list_subicon, .okay_list .subitems_level_1 .okay_list_subicon {
    margin-left: 30px;
}

.okay_list .subcategories_level_2 .okay_list_subicon, .okay_list .subitems_level_2 .okay_list_subicon {
    margin-left: 60px;
}

.okay_list .submenu_level_1 .okay_list_body_item {
    border-bottom: 0px solid rgb(204, 204, 204);
}

.okay_list .okay_list_boding .menu_icon_add {
    color: RGB(16, 207, 189);
    margin-top: 4px;
}

.okay_list .okay_list_boding .menu_icon_add:hover {
    color: RGB(16, 207, 189);
}

.okay_list .okay_list_menu_name {
    width: calc(100% - 400px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.okay_list .okay_list_menu_name .okay_list_menu_item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: left;
}

.okay_list .submenu_level_1 .okay_list_body_item {
    padding-left: 30px;
}

.okay_list .submenu_level_2 .okay_list_body_item {
    padding-left: 60px;
}

.okay_list .submenu_level_3 .okay_list_body_item {
    padding-left: 90px;
}

.okay_list .okay_list_features_name {
    width: calc(100% - 560px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_support_name {
    width: calc(100% - 560px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_support_num {
    width: 160px;
}

.okay_list .okay_list_support_status {
    width: 250px;
}

.okay_list .okay_list_support_time {
    width: 150px;
}

.okay_list .okay_list_topic_name {
    width: 290px;
    position: relative;
    text-align: left;
}

.okay_list .okay_list_topic_message {
    width: calc(100% - 460px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_topic_time {
    width: 150px;
}

.okay_list .okay_list_brands_name {
    width: 90%;
    position: relative;
    text-align: left;
}

.okay_list .okay_list_features_tag {
    width: 320px;
    text-align: left;
}

.okay_list .okay_list_currency_name {
    width: 160px;
    text-align: left;
    position: relative;
}

.okay_list .okay_list_currency_num {
    width: 30px;
}

.okay_list .okay_list_brands_tag {
    width: 420px;
    text-align: left;
}

.okay_list .okay_list_price {
    width: 150px;
}

.okay_list .okay_list_orders_price {
    width: 150px;
}

.okay_list .okay_list_count {
    width: 110px;
}

.okay_list .okay_list_status {
    width: 110px;
    text-align: center;
}

.okay_list .okay_list_url_status {
    width: 110px;
    text-align: center;
}

.okay_list .okay_list_log_status {
    width: 120px;
    text-align: center;
}

.okay_list .okay_list_currency_iso,
.okay_list .okay_list_currency_sign {
    width: 80px;
    text-align: center;
}

.okay_list .okay_list_currency_exchange_item .equality {
    font-weight: 600;
    font-size: 26px;
    margin: 0px 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.okay_list .okay_list_log_name {
    width: calc(100% - 250px);
    text-align: left;
}

.okay_list .okay_list_currency_exchange {
    width: calc(100% - 650px);
    text-align: left;
}

.okay_list .okay_list_currency_exchange_item {
    max-width: 260px;
    width: 100%;
    text-align: left;
}

.okay_list_currency_name .currency_name_active {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #10CFBD;
}

.okay_list .okay_list_currency_exchange_item .cur_input_exchange {
    width: 115px;
}

.okay_list .okay_list_order_number {
    width: 100px;
}

.okay_list .okay_list_currency_number {
    width: 100px;
}

.okay_list .okay_list_order_date {
    width: 150px;
}

.okay_list .okay_list_users_date {
    width: 160px;
}

.okay_list .okay_list_order_status {
    width: 120px;
}

.okay_list .okay_list_user_number {
    width: 140px;
}

.okay_list .okay_list_user_name {
    width: calc(100% - 500px);
    text-align: left;
}

.okay_list .okay_list_user_date {
    width: 160px;
}

.okay_list .okay_list_user_price {
    width: 200px;
}

.okay_list .okay_list_ordfig_name {
    width: calc(100% - 340px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_ordfig_val {
    width: 130px;
    text-align: center;
}

.okay_list .okay_list_ordfig_price {
    width: 150px;
    text-align: center;
}

.okay_list .okay_list_text_inline,
.okay_list .okay_list_order_product_count span,
.okay_list .okay_list_order_status span {
    display: inline-block;
    vertical-align: middle;
}

.okay_list .okay_list_orders_name {
    width: calc(100% - 705px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_order_name {
    width: calc(100% - 550px);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_users_name {
    width: 40%;
    position: relative;
    text-align: left;
    max-width: 500px;
}

.okay_list .okay_list_order_product_count {
    width: 90px;
}

.okay_list .okay_list_order_product_count i {
    color: #48b0f7;
    cursor: pointer;
}

.okay_list .okay_list_order_total_price {
    width: 200px;
}

.okay_list .okay_list_order_amount_price {
    width: 150px;
}

.okay_list .okay_list_order_marker {
    width: 140px;
}

.okay_list .okay_list_order_stg_sts_name {
    width: calc(100% - 350px);
    text-align: left;
}

.okay_list .okay_list_order_stg_lbl_name {
    width: calc(100% - 170px);
    text-align: left;
}

.okay_list .okay_list_order_stg_sts_status {
    width: 210px;
    text-align: left;
}

.okay_list .okay_list_order_stg_sts_label {
    width: 60px;
    text-align: center;
}

.okay_list .okay_list_order_stg_sts_label .label_color_item {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #cccccc;
}

.okay_list .okay_list_pages_group {
    width: 200px;
    text-align: center !important;
}

.okay_list .okay_list_users_group {
    width: 140px;
    text-align: center !important;
}

.okay_list .okay_list_users_email {
    width: 200px;
    text-align: center;
}

.okay_list .okay_list_blog_setting,
.okay_list .okay_list_pages_setting,
.okay_list .okay_list_features_setting,
.okay_list .okay_list_products_setting {
    width: 110px;
    text-align: center;
}

.okay_list .okay_list_setting {
    width: 100px;
}

.okay_list .okay_list_menu_setting {
    width: 100px;
}

.okay_list .cur_settings {
    width: 90px;
}

.okay_list .products_variants_block .okay_list_setting {
    text-align: left;
    padding-left: 12px;
}

.okay_list .okay_list_close {
    width: 50px;
}

.okay_list .okay_list_translations_num {
    width: 70px;
}

.okay_list .okay_list_translations_name {
    width: calc((100% - 200px) / 2);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_translations_variable {
    width: calc((100% - 200px) / 2);
    position: relative;
    text-align: left;
}

.okay_list .okay_list_close .btn_close {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    color: #8c8c8c;
}

.btn_close {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    color: #fff;
}

.btn_close svg,
.okay_list .okay_list_close .btn_close svg {
    display: inline-block;
    cursor: pointer;
    transition: 0.1s all;
    margin: 2px 2px;
    vertical-align: middle;
    line-height: 0px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
}

.btn_close.delete_feature svg {
    margin-top: 10px;
    height: 10px;
    width: 10px;
    color: #848484;
}

.btn_close.delete_grey:hover svg,
.btn_close:hover svg,
.okay_list .okay_list_close .btn_close:hover {
    background: none;
    border: none;
    outline: none;
    color: #f82828;
}

.okay_list .okay_list_variants {
    margin-top: -10px;
    margin-bottom: 10px;
}

.input-group-addon-date,
.input-group-addon,
.input-group > .variant_input,
.input-group-btn,
.input-group-qw,
.import_file,
.input-group .form-control {
    display: table-cell;
    vertical-align: top;
}

.search .input-group-btn {
    width: 50px;
}

.okay_list_currency_exchange_item .input-group-qw {
    vertical-align: middle;
}

.okay_list_boding .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
    border-radius: 3px;
}

.date_filter button {
    height: 35px;
}

.input-group .form-control:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none !important;
    color: #626262;
}

.input-group-addon {
    width: 1%;
    min-width: 40px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    color: #626262;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
}

.input-group-addon-date {
    min-width: 40px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.25;
    color: #626262;
    text-align: center;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    /*    float: left;*/
    width: 100%;
    margin-bottom: 0;
    border-radius: 0px;
    border-right: 0px;
    color: #626262;
}

.okay_list .okay_list_ordfig_val .form-control,
.okay_list .okay_list_count .form-control,
.okay_list .okay_list_price .form-control {
    height: 30px;
    padding: 3px 7px;
    min-height: 30px;
}

.cur_settings .setting_icon,
.okay_list_setting .setting_icon {
    display: inline-block;
    height: 28px;
    width: 40px;
    background: rgb(255, 255, 255);
    color: rgb(206, 206, 206);
    position: relative;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 2px;
    cursor: pointer;
    transition: 0.1s all;
    margin: 4px 2px;
    line-height: inherit;
    vertical-align: middle;
    font-size: 12px;
}

.cur_settings .setting_icon svg,
.cur_settings .setting_icon svg,
.okay_list_setting .setting_icon svg {
    display: inline-block;
    vertical-align: top;
    height: 14px;
    width: 16px;
}

.cur_settings .setting_icon_yandex.fn_active_class,
.okay_list_setting .setting_icon_yandex.fn_active_class {
    background: #10CFBD;
    border-color: #10CFBD;
    color: #fff;
    font-weight: 600;
}

.okay_list_setting .setting_icon_featured.fn_active_class,
.okay_list_setting .setting_icon_featured:hover {
    background: #F8D053;
    border-color: #F8D053;
    color: #fff
}

.okay_list_setting .setting_icon_open svg {
    height: 26px;
    width: 16px;
}

.okay_list_setting .setting_icon_open:hover {
    background: #8A7DBE;
    border-color: #8A7DBE;
    color: #fff
}

.okay_list_setting .setting_icon_copy:hover {
    background: #2B6A94;
    border-color: #2B6A94;
    color: #fff
}


/***************************************************  Стилизация списков 2 вариант   */
.purchases_table {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    height: auto;
}

.purchases_table .purchases_head {
    width: 100%;
    overflow: hidden;
    min-height: 30px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #2b303b;
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}

.purchases_table .purchases_body_items,
.purchases_table .purchases_body {
    width: 100%;
    min-height: 40px;
    height: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
}

.purchases_table .purchases_body_item {
    width: 100%;
    height: 100%;
    min-height: 40px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.purchases_table .purchases_body_item {
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #2b303b;
}

.purchases_head .purchases_heading,
.purchases_body .purchases_bodyng {
    padding: 10px 10px;
}

.purchases_table .purchases_table_orders_num {
    width: 50px;
    min-height: 30px;
}

.purchases_table .purchases_table_orders_sku {
    width: 150px;
    min-height: 30px;
}

.purchases_table .purchases_table_orders_price {
    width: 100px;
    min-height: 30px;
}

.purchases_table .purchases_table_orders_unit {
    width: 100px;
    min-height: 30px;
}

.purchases_table .purchases_table_orders_total {
    width: 110px;
    min-height: 30px;
}

.purchases_table .purchases_table_orders_name {
    width: calc(100% - 520px);
    text-align: left;
    min-height: 30px;
}

/****************************************** Catalog menu  */

.pg_id_grup {
    width: calc(100% - 60px);
    margin: 0px;
}


/****************************************** Catalog menu  */

body.mobile-open {
    max-width: 100%;
    overflow-x: hidden;
}

body.mobile-open .sidebar {
    margin-left: 0;
}

body.mobile-open #footer,
body.mobile-open .main {
    margin-left: 200px !important;
}

body .main .page_scroll {
    height: calc(100% - 15px);
    width: 100%;
}

body.sidebar-nav .sidebar {
    margin-left: 0;
}

body.sidebar-nav #footer,
body.sidebar-nav .main {
    padding-left: 200px !important;
}

body.menu-pin #admin_catalog {
    width: 280px;
    transform: translate(210px, 0) !important;
    -webkit-transform: translate(210px, 0) !important;
    -ms-transform: translate(210px, 0) !important;
}

body.menu-pin .page-container {
    padding-left: 0;
}

#admin_catalog {
    width: 280px;
    background-color: var(--bg-color);
    z-index: 1100;
    left: -210px;
    position: fixed;
    bottom: 0;
    top: 0px;
    right: auto;
    cursor: pointer;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}


#quickview .sidebar_header,
#admin_catalog .sidebar_header {
    display: block;
    height: 55px;
    line-height: 55px;
    /*background-color: #272b35;*/
    border-bottom: 1px solid #232730;
    color: #000;
    width: 100%;
    padding: 0 10px;
    padding-left: 55px;
    clear: both;
    z-index: 10;
}

#quickview .sidebar_header .logo_box,
#admin_catalog .sidebar_header .logo_box {
    display: inline-block;
    width: 150px;
}

.fix_logo_img {
    position: fixed;
    left: 0px;
    width: 31px;
    top: 8px;
}

#admin_catalog .sidebar-menu {
    height: calc(100% - 55px);
    position: relative;
    width: 100%;
}

#admin_catalog .sidebar-menu .menu_items {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 0px);
    padding-bottom: 25px !important;
    width: 100%;
}

#admin_catalog .sidebar-menu .menu_items > li {
    display: block;
    padding: 0;
    clear: right;
    line-height: 24px;
}

#admin_catalog .sidebar-menu .menu_items > li::after,
#admin_catalog .sidebar-menu .menu_items > li::before {
    display: table;
    content: " ";
    clear: both;
}

#admin_catalog .sidebar-menu .menu_items > li > a {
    display: block;
    padding: 3px 3px;
    padding-left: 20px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #000;
    /*color: rgb(120, 129, 149);*/
}

#admin_catalog .icon-thumbnail {
    display: inline-block;
    background: var(--bg-color);
    height: 40px;
    width: 40px;
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    float: right;
    margin-right: 13px;
    margin-left: 18px;
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: bold;
}

#admin_catalog .sidebar-menu .menu_items > li.active > a,
#admin_catalog .sidebar-menu .menu_items > li.active > .icon-thumbnail,
#admin_catalog .sidebar-menu .menu_items > li:hover > a,
#admin_catalog .sidebar-menu .menu_items > li:hover > .icon-thumbnail {
    color: #fff;
}

#admin_catalog .sidebar-menu .menu_items > li > a > .title {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 85px);
}

#admin_catalog .sidebar-menu .menu_items > li > a > .arrow {
    float: right;
}

#admin_catalog .sidebar-menu .menu_items > li > a > .arrow::before {
    float: right;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

#admin_catalog .sidebar-menu .menu_items > li.nav-dropdown.open > a > .arrow::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#admin_catalog .sidebar-menu .menu_items > li ul.submenu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0 0 10px 0;
    background-color: var(--bg-color-sub);
    padding: 10px 0 10px 0;
}

#admin_catalog .sidebar-menu .menu_items > li.nav-dropdown.open > ul.submenu {
    display: block;
}

#admin_catalog .sidebar-menu .menu_items > li ul.submenu > li {
    background: none;
    padding: 0px 20px 0 40px;
    margin-top: 1px;
}

#admin_catalog .sidebar-menu .menu_items > li ul.submenu > li > a {
    display: block;
    padding: 5px 0px;
    font-size: 13px;
    white-space: normal;
    /*color: #788195;*/
    color: #000;
}

#admin_catalog .sidebar-menu .menu_items > li ul.submenu > li:hover > a,
#admin_catalog .sidebar-menu .menu_items > li ul.submenu > li:hover > .icon-thumbnail,
#admin_catalog .sidebar-menu .menu_items > li ul.submenu > li.active > a,
#admin_catalog .sidebar-menu .menu_items > li ul.submenu > li.active > .icon-thumbnail {
    color: #fff;
}

#admin_catalog .sidebar-menu .menu_items > li ul.submenu > li .icon-thumbnail {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    background-color: var(--bg-color-sub);
    font-size: 14px;
}

#admin_catalog .scrollbar-inner > .scroll-element.scroll-y {
    left: 0px;
}

body.menu-pin #admin_catalog .scrollbar-inner > .scroll-element.scroll-y,
#admin_catalog:hover .scrollbar-inner > .scroll-element.scroll-y {
    left: inherit;
}

#mob_menu {
    top: -100%;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    background-color: #272b35;
    display: block;
    z-index: 9;
    padding: 80px 20px 20px 20px;
}


/******************************************* Header_style  *******/
header.navbar {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    position: relative;
    height: 55px;
    padding: 0;
    background-color: var(--bg-color);
    border-bottom: 1px solid #000;
    z-index: 1030;
    padding-left: 70px;
}

header.navbar .container-fluid {
    height: 55px;
}

header.navbar .container-fluid h1 {
    color: #000;
    font-weight: bold;
    float: left;
    margin: 5px 0 5px 10px;
}

.admin_switches {
    position: relative;
    margin-left: 0px;
    margin-top: 10px;
    display: inline-block;
}

.admin_switches .box_adswitch {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.admin_switches .adswitch {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    color: #02bcf2;
    display: block;
    width: 50%;
    text-align: center;
}

.admin_switches .adswitch:hover {
    background: #fff;
    color: #02bcf2;
}

.admin_switches .adswitch.active {
    background: #02bcf2;
    color: #ffffff;
}

.admin_languages,
.admin_notification,
.admin_techsupport,
.admin_exit {
    float: right;
    margin-top: 8px;
    cursor: pointer;
}

.admin_notification .notification_title,
.admin_techsupport a,
.admin_exit a {
    display: block;
    height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.admin_languages .languages_inner {
    display: block;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-top: 8px;
}

.admin_languages a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    height: 24px;
    border: 1px solid rgba(204, 204, 204, 0.6);
    border-radius: 3px;
    opacity: 0.5;
}

.admin_languages a.focus,
.admin_languages a:hover {
    opacity: 1;
}

.admin_languages a:before {
    margin-top: 10px;
}

.admin_languages a:after {
    margin-top: 20px;
}

.admin_languages a img {
    margin-top: -5px;
}

.admin_notification .notification_title,
.admin_techsupport a {
    color: #000;
}

.admin_notification .notification_title:hover,
.admin_techsupport a:hover {
    color: #02bcf2;
}

.admin_notification .counter,
.admin_techsupport .counter {
    background: #02bcf2;
    color: #ffffff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: block;
}

.admin_notification .counter {
    background: #10CFBD;
}

.admin_techsupport [data-hint]::after {
    width: 140px;
    line-height: 24px;
}

.admin_exit a {
    color: #000;
    padding-right: 15px;
}

.admin_exit a:hover {
    color: #f82828;
}

.btn svg,
.btn span,
.admin_notification .notification_title span,
.admin_notification .notification_title svg,
.admin_techsupport a span,
.admin_techsupport a svg,
.admin_exit a span,
.admin_exit a svg,
.admin_switches a span,
.admin_switches a svg {
    display: inline-block;
    vertical-align: middle;
}

.admin_exit a svg,
.admin_notification .notification_title svg,
.admin_techsupport a svg {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.admin_switches a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.admin_switches a.btn_vid_help svg {
    margin-right: 0px;
}

.menu_switch {
    position: relative;
    width: 50px;
    height: 55px;
    margin: 0px 0px 0 0;
    line-height: 55px;
    display: block;
    float: right;
    padding-top: 30px;
    padding-left: 10px;
    cursor: pointer;

}

.menu_hamburger {
    width: 24px;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    display: block;
}

.menu_hamburger::before, .menu_hamburger::after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background: #000;
    position: absolute;
    border-radius: 4px;
    transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu_hamburger::before {
    top: -8px;
    left: 0;
    width: 22px;
}

.menu_hamburger::after {
    top: 8px;
    width: 16px;
    left: 0;
}

.menu_switch:hover .menu_hamburger::before,
.menu_switch:hover .menu_hamburger::after {
    width: 24px;
    animation: xfade 48s 0s infinite;
}

@keyframes xfade {
    0% {
        transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    33% {
        transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    66% {
        transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    100% {
        transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
}

#quickview.open .menu_switch .menu_hamburger,
body.menu-pin .menu_switch .menu_hamburger {
    background: none;
}

#quickview.open .menu_switch .menu_hamburger::before,
#quickview.open .menu_switch .menu_hamburger::after,
body.menu-pin .menu_switch .menu_hamburger::before,
body.menu-pin .menu_switch .menu_hamburger::after {
    top: 0;
    width: 24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#quickview.open .menu_switch .menu_hamburger::after,
body.menu-pin .menu_switch .menu_hamburger::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.notification_inner {
    position: relative;
}

.notification_toggle {
    top: 125%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
    background: #ccc;
    width: 240px;
    white-space: normal;
    border-radius: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*    margin-top: 10px;*/
    display: inline-block;
    /*    pointer-events: none;*/
    position: absolute;
    visibility: hidden;
    border: 1px solid rgba(204, 204, 204, 0.2);
    padding: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(204, 204, 204, 0.2);
    box-shadow: 0px 0px 5px rgba(204, 204, 204, 0.2);
    color: rgb(118, 118, 118);
    cursor: pointer;
    z-index: 200;
}

.notification_inner:hover > .notification_toggle,
.notification_inner .notification_toggle:hover {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.notification_toggle .notif_item {
    line-height: inherit;
    margin-right: 5px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    height: 40px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.notification_toggle .notif_item .l_notif {
    display: flex;
    align-items: center;
    display: -moz-flex;
    align-items: -moz-center;
    display: -webkit-flex;
    align-items: -webkit-center;
    width: calc(100% - 35px);
}

.notification_toggle .notif_item:last-child {
    border-bottom: none;
}

.notification_toggle .notif_icon {
    padding: 0px;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 0px;
    line-height: 49px;
}

.notification_toggle .notif_icon svg {
    width: 18px;
    height: 18px;
}

.notification_toggle .notif_icon svg {
    width: 18px;
    height: 18px;
}

.notification_toggle .notif_count,
.notification_toggle .notif_title {
    padding: 10px;
    cursor: pointer;
}

.notification_toggle .notif_count {
    color: #2b303b;
    width: 35px;
}


/************************************************************************* Footer  */
#footer {
    padding: 0px 15px 0px;
    line-height: 35px;
    color: rgb(38, 50, 56);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(43, 48, 59);
    height: 35px;
    padding-left: 0px;
    z-index: 100;
}


/************************************************************************* Products.tpl  */

.fixed-panel {
    position: fixed;
    top: 55px;
    z-index: 2000;
    transition: 0.5s all;
}

.variants_toggle {
    cursor: pointer;
    color: #20a8d8;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    font-weight: 500;
}

.products_variants_block {
    display: none;
    width: 100%;
}

.tablet_icon_menu {
    display: none;
    padding: 5px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 33px;
    width: 100%;
    background: #fff;
}

.fn_show_icon_menu.show .tablet_icon_menu {
    display: block;
}

.fn_show_icon_menu.show:before {
    content: '';
    position: absolute;
    bottom: -9px;
    border: 5px solid transparent;
    border-top: 5px solid #20a8d8;
}


/************************************************************************* Products.tpl  */

.file_upload:hover span {
    color: #20a8d8;
}

.file_upload input[type="file"] {
    display: none;
}

.file_upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file_upload span {
    line-height: 30px;
}

/************************************************************************* Order.tpl  */

.wrap_order_label {
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
    background-color: #fefefe;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    border: dashed 1px #cfd8dc;
    margin-bottom: 15px;
}

.wrap_order_label .box_order_label {

}

.box_border_buyer {
    border-top: 1px solid #cfd8dc;
    padding-top: 15px;
    margin-top: 15px;
}

.add_order_marker .tag {
    margin-bottom: 0px;
}

.checkbox_email {
    width: 290px;
    margin-top: 10px;
}

.checkbox_email .checkbox_label span {
    display: inline-block;
    vertical-align: middle;
}

.checkbox_email .checkbox_label {
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.checkbox_email .checkbox_label::before {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 10%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 20px;
}

.checkbox_email input[type="checkbox"]:checked + .checkbox_label::before {
    content: '\f00c';
    font-family: "FontAwesome";
}

.neighbors_orders {
    float: right;
}

.neighbors_orders .prev_order,
.neighbors_orders .next_order {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}


/************************************************************************* Orders.tpl  */

.orders_toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
}

.purchases_table div.table_row:nth-of-type(even) {
    background-color: #eceff1;
}

.order_paid {
    margin-top: 5px;
}

.okay_list .orders_labels .tag {
    margin-top: 10px;
    margin-bottom: 0px;
}

.okay_list .okay_list_order_marker .orders_labels .tag {
    margin-top: 5px
}

.box_labels_show {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px dotted #48b0f7;
    position: relative;
    cursor: pointer;
}

.box_labels_show:hover {
    border-bottom: 1px dotted transparent;
}

.box_labels_show span,
.box_labels_show svg {
    display: inline-block;
    vertical-align: middle;
    color: #48b0f7;
}

.box_labels_show svg {
    width: 12px;
    height: 12px;
}

.box_labels_hide {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #D6DADC;
    border-bottom-color: #C4C9CC;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    display: none;
    overflow: hidden;
    position: absolute;
    width: 170px;
    z-index: 70;
    -webkit-transform: translate3d(0, 0, 0);

}

.box_labels_hide.active_labels {
    display: block;
}

.box_labels_hide .heading_label {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #D6DADC;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 500;
    padding: 5px 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.btn_close.delete_grey svg,
.btn_close.delete_labels_hide svg {
    color: #848484;
    height: 10px;
    width: 10px;
}

.btn_close.delete_labels_hide {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box_labels_hide .option_labels_box {
    margin: 0px;
    padding: 0px 10px;
}

.box_labels_hide .option_labels_box li {
    margin-bottom: 10px;
    display: block;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 0 2px #000;
    text-align: left;
    padding: 5px 5px 6px;
    font-size: 12px;
}

.option_labels_box .label_labels {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0px;
}

.option_labels_box .label_labels span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
}

.option_labels_box .label_labels::before {
    content: "";
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 0 2px #000;
    vertical-align: middle;
    left: inherit;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 20px;
    margin-right: 0px;
    text-align: center;
}

.option_labels_box .label_labels:hover::before,
.option_labels_box input[type="checkbox"]:checked + .label_labels::before {
    content: '\f00c';
    font-family: "FontAwesome";
}

.orders_purchases_block {
    width: 100%;
    padding: 0px 10px 10px;
    height: auto;
}


/************************************************************************* Comments.tpl  */

.admin_note {
    border-left: 5px solid #02bcf2;
    padding: 0px 10px !important;
}

.admin_note2 {
    border-bottom: none;
    padding-bottom: 10px;
}

.okay_list .okay_list_comments_name.admin_note {
    /*width: calc(100% - 280px);*/
    margin-left: 20px;

}

/************************************************************************* Import.tpl  */

.import_table_wrap {
    overflow-x: auto;
}

.import_item {
    font-size: 12px;
}


/************************************************************************* Export.tpl  */

.option_export_wrap label {
    display: block !important;
    cursor: pointer;
}

.option_export_wrap input {
    display: none;
}

.export_item {
    display: block;
    position: relative;
    padding: 0.25rem;
    margin: 0 auto;
}

.export_item:before {
    color: #4dbd74;
    content: "";
    cursor: pointer;
    font-size: 32px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -9px;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 15%;
}

.option_export_wrap input[type=radio]:checked + .export_item:before {
    content: '\f00c';
    font-family: "FontAwesome";
}

.option_export_wrap input[type=radio]:checked + .export_item + .export_options {
    display: block !important;
}

/************************************************************************* Theme.tpl  */

.gray_filter {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}

.rename_theme {
    cursor: pointer;
    padding: 0.3rem;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.opacity_toggle {
    opacity: 0;
}

.theme_active {
    color: #48b0f7;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.theme_active svg {
    width: 22px;
    height: 22px;
    font-weight: 600;
}

.theme_active_span {
    display: inline-block;
    vertical-align: middle;
}

.banner_card_header {
    color: #fff;
    background-color: #2b303b;
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
}

.img_bnr_c_head {
    min-height: 60px;
    line-height: 28px;
}

/************************************************************************* Images.tpl  */

.theme_image_item {
    width: 100%;
    height: 150px;
    text-align: center;
    display: block;
    background: url("../images/transparent.gif");
    line-height: 150px;
}

.theme_image_item > img {
    max-width: 140px;
    max-height: 140px;
}

.wrap_bottom_tag_images {
    position: relative;
}

.wrap_bottom_tag_images .tag {
    position: absolute;
    bottom: -5px;
}

.btn_images_add {
    float: left;
}

.btn_images_add + input {
    float: left;
    width: auto;
    margin-left: 15px;
    height: 36px;
    padding: 0px;
}

/************************************************************************* Categories.tpl  */

.okay_textarea {
    width: 100%;
    min-height: 107px;
    resize: none;
}

.short_textarea {
    width: 100%;
    min-height: 75px;
    resize: none;
}

.category_image img {
    max-width: 100%;
    max-height: 100%;
}

.category_image {
    max-width: 250px;
    margin: 0 auto;
}

.categories_sub_block {
    width: 100%;
}

.categories_sub_block .fn_row {
    min-height: 80px;
}

.items_sub_block {
    width: 100%;
}

.items_sub_block .fn_row {
    min-height: 80px;
}

/************************************************************************* Banner.tpl  */

.banner_card {
    margin-bottom: 20px;
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
}

.banner_card_header {
    color: #fff;
    background-color: #2b303b;
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
}

.banner_card_block {
    padding: 15px;
}

.theme_block_image {
    min-height: 300px;
    max-height: 300px;
    text-align: center;
    line-height: 300px;
}

.theme_block_image img {
    max-height: 290px;
}

.theme_block_image .btn {
    position: absolute;
    right: 0px;
    width: 100%;
}

.theme_block_image .theme_btn_admin {
    bottom: 0px;
}

.theme_block_image .theme_btn_block {
    bottom: 45px;
}

.bnr_id_grup {
    width: 100%;
    margin: 0px 0px 10px;
}

.bnr_id_grup .form-control {
    border-right: 1px solid #ccc;
}

.menus_id_grup {
    width: 35%;
    margin: 0px;
}

/************************************************************************* Banners_image.tpl  */

.banner_image {
    position: relative;
    width: auto;
    display: inline-block;

    /*

        max-height: 250px;
        height: 250px;
    */
}

.watermark_image,
.admin_banner_images {
    max-width: 100%;
    max-height: 100%;

}

.delete_banner {
    display: none;
}

.banner_image:hover .delete_banner {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.dropzone_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone_block_banner {
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
    border: 1px dashed #ddd;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.dropzone_block_banner:hover {
    background: #bababa;
}

.banner_placeholder {
    font-size: 60px;
    color: #ddd;
}


/************************************************************************* Category.tpl  */

.category_images_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -10px;
    overflow: hidden;
}

.category_images_list li {
    min-height: 100px;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    position: relative;
    height: 120px;
    line-height: 115px;
    background: #F8F8F8;
    width: 215px;
    float: left;
    text-align: center;
    cursor: pointer;
    -moz-transition: 0.1s all;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    box-sizing: border-box;
}

.category_image_item {
    border: 1px solid #ddd;
    padding: 0;
    float: left;
    width: 18%;
    text-align: center;
    line-height: 100px;
    cursor: grab;
}

.category_image_item:hover .remove_image {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    z-index: 10;
}

/************************************************************************* Brand.tpl  */

.brand_images_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -10px;
    overflow: hidden;
}

.brand_images_list li {
    min-height: 100px;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    position: relative;
    height: 120px;
    line-height: 115px;
    background: #F8F8F8;
    width: 215px;
    float: left;
    text-align: center;
    cursor: pointer;
    -moz-transition: 0.1s all;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    box-sizing: border-box;
}

.brand_image_item {
    border: 1px solid #ddd;
    padding: 0;
    float: left;
    width: 18%;
    text-align: center;
    line-height: 100px;
    cursor: grab;
}

.banner_image:hover .remove_image,
.brand_image_item:hover .remove_image {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    z-index: 10;
}


/************************************************************************* Product.tpl  */
.toggle_arrow_wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px;
}

.toggle_arrow_wrap a {
    position: relative;
    display: block;
    font-size: 24px;
}

.action_title {
    position: relative;
}

.toggle_body_wrap {
    display: none;
}

.toggle_body_wrap.on {
    display: block
}

.product_images_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -10px;
}

.product_images_list li {
    min-height: 100px;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    position: relative;
    height: 120px;
    width: 120px;
    line-height: 115px;
}

.product_image_item {
    border: 1px solid #ddd;
    padding: 0;
    float: left;
    width: 18%;
    text-align: center;
    line-height: 100px;
    cursor: grab;
}

.product_image_item:hover {
    border: 1px solid #4DCDC1;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: -1px 3px 5px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 1px 3px 0px rgba(77, 205, 193, 1);
}

.object_images_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: -10px;
}

.object_images_list li {
    min-height: 100px;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    position: relative;
    height: 120px;
    line-height: 115px;
}

.object_image_item {
    border: 1px solid #ddd;
    padding: 0;
    float: left;
    width: 18%;
    text-align: center;
    line-height: 100px;
    cursor: grab;
}

.object_image_item:hover {
    border: 1px solid #4DCDC1;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: -1px 3px 5px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 1px 3px 0px rgba(77, 205, 193, 1);
}

.dropzone_block {
    background: #F8F8F8;
    width: 18%;
    float: left;
    text-align: center;
    padding: 15px;
    border: 1px dashed #ddd;
    position: relative;
    cursor: pointer;
    -moz-transition: 0.1s all;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    box-sizing: border-box;
}

.product_image_item img {
    max-width: 100%;
    text-align: center;
    max-height: 120px;
}

.dropzone_block:hover,
.dropzone_block:hover span {
    background: #bababa;
    cursor: pointer;
}

.dropzone_block i {
    -moz-transition: 0.1s all;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
}

.dropzone_block:hover i {
    color: #F8F8F8;
}

.first_image {
    border-color: #4DCDC1;
}

.first_image:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #4DCDC1;
    border-right: 20px solid #4DCDC1;
}

.first_image:after {
    display: block;
    width: 15px;
    height: 15px;
    content: '✔';
    color: #fff;
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 17px;
    line-height: 22px;
}

.remove_image {
    display: none;
    position: relative;
    background: none;
    border: none;
    outline: none;
    padding: 0px;
    cursor: pointer;
}

.remove_image:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #f66a6a;
    border-right: 20px solid #f66a6a;
}

.remove_image:hover:before {
    border-top-color: #f82828;
    border-right-color: #f82828;
}

.remove_image:after {
    display: block;
    width: 15px;
    height: 15px;
    content: '\f00d';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
}

.product_image_item:hover .remove_image {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    z-index: 10;
}

.object_image_item:hover .remove_image {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    z-index: 10;
}

.dropinput {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    cursor: pointer;
}

.variants_header div {
    float: left;
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    background: #cfd8dc;
    border: none;
    border-radius: 3px;

}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    width: 17px;
    height: 17px;
    background-color: #4ccdc1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #cfd8dc;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 7px;
    background: #cfd8dc;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    width: 17px;
    height: 17px;
    background-color: #4ccdc1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 7px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #cfd8dc;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #cfd8dc;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #4ccdc1;
}

input[type=range]:focus::-ms-fill-lower {
    background: #cfd8dc;
}

input[type=range]:focus::-ms-fill-upper {
    background: #cfd8dc;
}

.feature_row {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 34px;
    overflow: hidden;
}

.new_feature_row {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.wrap_inner_new_feature {
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: calc(100% - 35px);
    float: left;
    overflow: hidden;
}

.delete_feature {
    float: right;
}

.delete_variant_1 {
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 34px;
    color: #f66a6a;
}

.delete_variant_1:hover {
    color: #f62323;
}

.feature_name {
    float: left;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background-color: rgba(118, 118, 118, 0.7);
    width: 35%;
    padding: 5px 10px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feature_name a {
    color: #ffffff;
}

.additional_values.feature_name {
    background: transparent;
}

.new_feature_row .new_feature_name {
    float: left;
    width: 35%;
}

.new_feature_row .new_feature_value {
    float: left;
    width: 65%;
}

.new_feature_row .new_feature {
    padding: 5px 10px;
    border: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 0px;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
    color: #263238;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.new_feature_row .new_feature:first-child {
    border-left: none;
}

.feature_value {
    float: left;
    width: 65%;
}

.feature_multi_values {
    width: 35px;
    padding: 5px;
    float: left;
    height: 34px;
    text-align: center;
    border-radius: 0px;
}

.feature_multi_values.btn.btn_mini svg {
    margin: 0;
}

.feature_input {
    display: block;
    width: calc(100% - 35px);
    padding: 5px 10px;
    font-size: 14px;
    color: #607d8b;
    border: none;
    transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
    background: #f7f7f7;
    height: 34px;
    font-weight: 400;
    border: 1px solid transparent;
    float: left;
}

.feature_input:focus {
    border-color: rgba(118, 118, 118, 0.7);
    background: #fff;
    border-radius: 0px 5px 5px 0px;
}

.feature_value::-ms-expand {
    background-color: transparent;
    border: 0;
}

.feature_value:focus {
    color: #607d8b;
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
}

.feature_value::placeholder {
    color: #999;
    opacity: 1;
}

.feature_value:disabled, .variant_input[readonly] {
    background-color: #cfd8dc;
    opacity: 1;
}

.feature_value:disabled {
    cursor: not-allowed;
}

.new_feature {
    display: block;
    float: left;
    width: 45%;
    padding: 4px;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #607d8b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.new_feature:focus {
    color: #607d8b;
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
}


.tab {
    display: none;
}

.tab_navigation {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.tab_navigation_link {
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(183, 183, 183);
    font-size: 16px;
    margin-right: 20px;
    text-decoration: none;
    position: relative;
}

.tab_navigation_link.selected {
    color: #263238;
    text-decoration: none;
}

.tab_container {
    min-height: 160px;
}

.tab_navigation_link:hover {
    color: #263238;
}

.tab_navigation_link.selected:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    width: 100%;
    content: '';
    border-bottom: 2px solid #4ccdc1;
}

.show_more_images {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #02bcf2;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-top: 18px;
    text-decoration: underline;
}

.show_more_images:hover {
    text-decoration: none;
}

.save_btn {
    font-weight: bold;
    color: #000;
}

.product_category_item,
.object_category_item,
.object_ingredient_item,
.object_artifact_item,
.object_artifact_item,
.manager_city_item, .manager_school_item, .manager_group_item {
    float: left;
    padding: 5px 5px;
    background: #f7f7f7;
    border-radius: 4px;
    color: #83959d;
    margin: 5px;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    white-space: nowrap;
    border: 1px solid transparent;
    line-height: 14px;
}

.manager_group_item, .manager_school_item, .manager_city_item {
    float: unset;
    width: fit-content;
}

.sortable_cat {
    overflow: hidden;
    margin-left: -5px;
    margin-bottom: -5px;
}

.product_category_item .product_cat_name,
.object_category_item .object_cat_name,
.object_ingredient_item .object_cat_name,
.object_artifact_item .object_cat_name,
.manager_city_item .manager_city_name,
.manager_school_item .manager_school_name,
.manager_group_item .manager_group_item {
    max-width: 95%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.product_category_item label,
.object_category_item label,
.object_ingredient_item label,
.object_artifact_item label,
.manager_city_item label, .manager_school_item label, .manager_group_item label {
    margin: 0 0 0 1px !important;
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
    color: #f66a6a;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.product_category_item input,
.object_category_item input,
.object_ingredient_item input,
.object_artifact_item input,
.manager_city_item input, .manager_school_item input, .manager_group_item input {
    display: none;
}

.product_category_item.first_category,
.object_category_item.first_category,
.object_ingredient_item.first_category,
.object_artifact_item.first_category,
.manager_city_item.first_city, .manager_school_item.first_school {
    border-color: #4DCDC1;
}

.first_category:before, .first_city:before, .first_school:before, .first_group:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #4DCDC1;
    border-right: 5px solid #4DCDC1;
}


.product_image_item.product_special {
    border-color: #4DCDC1;
}

.product_special:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #4DCDC1;
    border-right: 20px solid #4DCDC1;
}

.product_special:after {
    display: block;
    width: 15px;
    height: 15px;
    content: "✔";
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    right: 3px;
    font-size: 17px;
    line-height: 22px;
}

.change_special {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.product_image_item:hover .change_special,
.object_image_item:hover .change_special {
    display: block;
    line-height: 28px;
    background: #4DCDC1;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

/************************************************************************* manager.tpl  */

.permission_block {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 4px;
    color: #83959d;
    position: relative;
    border: 1px solid transparent;
    margin-bottom: 15px;
}

.permission_block .permission_boxes {

}

.permission_block .permission_box {
    padding: 10px 0px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

}

.permission_block .permission_box span {
    margin-right: 15px;
}

.permission_block .permission_box label {

}


/************************************************************************* templates.tpl  */

.design_tabs {

}

.design_tabs .design_navigation {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.design_tabs .design_navigation .design_navigation_link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #83959d;
    margin-right: 20px;
    position: relative;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 22px;
    margin-bottom: 15px;
}

.design_tabs .design_navigation .design_navigation_link:hover,
.design_tabs .design_navigation .design_navigation_link.focus {
    color: #263238;
    text-decoration: none;
}

.design_tabs .design_navigation .design_navigation_link.focus::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    width: 100%;
    content: '';
    border-bottom: 2px solid #4ccdc1;
}

.design_tabs .design_container {
    min-height: 100px;
    overflow: hidden;
}

.design_tabs .design_container .design_tab {
    float: left;
    padding: 5px 5px;
    background: #f7f7f7;
    border-radius: 4px;
    color: #83959d;
    margin: 5px;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    white-space: nowrap;
    border: 1px solid transparent;
    line-height: 14px;
}

.design_tabs .design_container .design_tab:hover,
.design_tabs .design_container .design_tab.focus {
    border-color: #4DCDC1;
}

.design_tabs .design_container .design_tab:hover::before,
.design_tabs .design_container .design_tab.focus::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #4DCDC1;
    border-right: 5px solid #4DCDC1;
}

/************************************************************************* Delivery.tpl  */
.payment_item {
    height: 60px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.wrap_payment_item {
    margin-top: 10px;
}

.bnr_dl_price {
    width: 120px;
    margin: 0px;
}

.delivery_inline_block {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.payment_item .okay_ckeckbox {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: left;
    padding: 10px 0px;
    cursor: pointer;
}

.okay_ckeckbox::before {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 10%;
    content: "";
    display: inline-block;
    height: 20px;
    left: inherit;
    position: relative;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    width: 20px;
    margin-right: 10px;
    text-align: center;
}

.payment_item .okay_ckeckbox .payment_name_wrap,
.payment_item .okay_ckeckbox .payment_img_wrap {
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
}

.payment_item .okay_ckeckbox .payment_img_wrap {
    margin-right: 10px;
}


.chosen-container-multi .chosen-choices {
    cursor: pointer !important;
    border: 1px solid #ccc !important;
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    padding: 5px 5px 40px !important;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px !important;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    display: block;
    width: 100%;
}

.chosen-container-multi .chosen-choices:after {
    content: "\f107";
    border: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 15px;

}

.chosen-container-multi .chosen-choices li.search-choice {
    float: left;
    padding: 5px 5px !important;
    background: #f7f7f7 !important;
    border-radius: 4px !important;
    color: #848383 !important;
    margin: 5px !important;
    position: relative !important;
    cursor: pointer !important;
    max-width: 100% !important;
    white-space: nowrap;
    border: 1px solid #e4e4e4 !important;
    line-height: 14px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    margin: 0 0 0 1px !important;
    position: relative !important;
    text-align: center !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 14px !important;
    color: #f66a6a !important;
    font-size: 13px !important;
    cursor: pointer !important;
    display: inline-block !important;
    vertical-align: middle !important;
    transition: 0.5s all !important;
    background: none !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
    content: "\f00d";
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.chosen-container .chosen-drop {

    box-shadow: 5px 5px rgba(102, 102, 102, .1) !important;
    text-shadow: none !important;
    padding: 0 !important;
    background-color: #fff !important;
    margin: 10px 0 0 !important;
    border: 1px solid #eee !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.chosen-container-active .chosen-choices {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container .chosen-results li.highlighted {
    text-decoration: none !important;
    background-image: none !important;
    background-color: #f6f6f6 !important;
    color: #555 !important;
    filter: none !important;
}

.chosen-container .chosen-results li {
    padding: 8px 16px !important;
    color: #6f6f6f !important;
    text-decoration: none !important;
    display: block !important;
    clear: both !important;
    font-weight: 300 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item !important;
    color: rgb(204, 204, 204) !important;
    cursor: default !important;
}

.seo_cateogories_wrap {
    min-height: 300px;
    max-height: 650px;
    overflow-y: auto;
    border: 1px solid #ddd;
}

.seo_item {
    position: relative;
    cursor: pointer;
    padding: 5px;
}

.seo_item:hover, .seo_item.active {
    background: rgba(38, 50, 56, 0.4);
    cursor: pointer;
}

.ajax_preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0.7;
    background: #fff url(../images/ajax_preloader.gif) no-repeat center center;
    z-index: 9999;
}

/***************************************************** select language  */
.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: pointer;
}

.ddcommon ul {
    padding: 0;
    margin: 0;
}

.ddcommon ul li {
    list-style-type: none;
}

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3;
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3;
}

.ddcommon .disabled img,
.ddcommon .disabled span,
.ddcommon.disabledAll {
    opacity: .5;
    /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=50)";
    /* ie 8 */
    filter: alpha(opacity=50);
    /* ie lt 7 */
    -khtml-opacity: .5;
    /* safari 1.x */
    -moz-opacity: .5;
    /* ff lt 1.5, netscape */
    color: #999999;
}

.ddcommon .clear {
    clear: both
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0 0 0 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none;
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
    box-shadow: -5px -5px 5px -5px #888888
}

.borderRadiusTp .border,
.borderRadius .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

img.fnone {
    float: none !important
}

.ddcommon .divider {
    display: none;
}

.ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    right: 4px;
}

.ddcommon .ddArrow:hover {
    background-position: 0 100%;
}

.ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid rgb(123, 123, 123);
    -webkit-appearance: none;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    height: 35px;
    vertical-align: middle;
    padding: 1px 6px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    outline: 0;
    line-height: 1.42857143;
    color: rgb(44, 44, 44);
    background-color: rgb(255, 255, 255);
    background-image: none;
    padding-right: 25px;
    z-index: 1;
}

.ddcommon .ddTitle .ddTitleText {
    display: block;
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.ddcommon .ddTitle .description {
    display: block;
}

.ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999
}

.ddcommon .ddChild li {
    clear: both;
}

.ddcommon .ddChild li .description {
    display: block;
}

.ddcommon .ddChild li img {
    border: 0 none;
    position: relative;
    vertical-align: middle;
    float: left
}

.ddcommon .ddChild li.optgroup {
    padding: 0;
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: bold;
    font-style: italic
}

.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0;
}


/*************** default theme **********************/


.dd .divider {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #fff;;
    right: 24px;
}

.dd .ddArrow {
    width: 16px;
    height: 16px;
    margin-top: 7px;
}

.dd .ddArrow:before {

    content: "\f107";
    display: inline-block;
    border: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(44, 44, 44);
}

.dd .ddArrow:hover {
    background-position: 0 100%;
}


.dd .ddTitle .ddTitleText {
    padding: 5px 20px 5px 5px;
}

.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.dd .ddTitle .description {
    font-size: 12px;
    color: #666
}

.dd .ddTitle .ddTitleText img {
    padding-right: 5px;
    max-width: 28px;
}

.dd .ddChild {
    border: 1px solid #c3c3c3;
    background-color: #fff;
    left: -1px;
}

.dd .ddChild li {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
}

.dd .ddChild li .description {
    color: #666;
}

.dd .ddChild li .ddlabel {
    color: #333;
}

.dd .ddChild li.hover {
    background-color: #f2f2f2
}

.dd .ddChild li img {
    padding: 0 6px 0 0;
    max-width: 28px;
}

.dd .ddChild li.optgroup {
    padding: 0;
}

.dd .ddChild li.optgroup .optgroupTitle {
    padding: 0 5px;
    font-weight: bold;
    font-style: italic
}

.dd .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px
}

.dd .ddChild li.selected {
    background-color: #d5d5d5;
    color: #000;
}


#footer,
.main {
    transition-duration: 0.25s, 0.25s, 0.25s, 0.25s;
    transition-property: padding-left, padding-right, margin-left, margin-right;
}

.aside-menu {
    transition-duration: 0.25s, 0.25s;
    transition-property: left, right;
}

.footer {
    transition-duration: 0.25s, 0.25s, 0.25s, 0.25s, 0.25s, 0.25s;
    transition-property: padding-left, padding-right, margin-left, margin-right, left, right;
}


.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    display: none;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
    text-align: center;
}

.modal-body .btn-danger svg {
    width: 12px;
    height: 12px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(43, 48, 59);
    border-bottom: 1px solid rgb(33, 37, 45);
}

.modal .heading_modal {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

.modal .card-header::after {
    content: "";
    display: table;
    clear: both;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 100px auto 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }

    .modal-md {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


/************************************************************************* Progress Bar */
.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    background-color: #eceff1;
    border: 0;
    appearance: none;
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0;
}

.progress[value]::-moz-progress-bar {
    background: url(../images/progress.gif);
}

.progress[value]::-webkit-progress-value {
    background: url(../images/progress.gif);
}

.progress[value]::-webkit-progress-bar {
    background-color: #eceff1;
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #eceff1;
}

@media screen and (min-width: 0\0
) {
    .progress {
        background-color: #eceff1;
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0
) {
}

.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0
) {
}

.progress-success[value]::-webkit-progress-value {
    background-color: #4dbd74;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #4dbd74;
}

.progress-success[value]::-ms-fill {
    background-color: #4dbd74;
}

@media screen and (min-width: 0\0
) {
    .progress-success .progress-bar {
        background-color: #4dbd74;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #63c2de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #63c2de;
}

.progress-info[value]::-ms-fill {
    background-color: #63c2de;
}

@media screen and (min-width: 0\0
) {
    .progress-info .progress-bar {
        background-color: #63c2de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f8cb00;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f8cb00;
}

.progress-warning[value]::-ms-fill {
    background-color: #f8cb00;
}

@media screen and (min-width: 0\0
) {
    .progress-warning .progress-bar {
        background-color: #f8cb00;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #f86c6b;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #f86c6b;
}

.progress-danger[value]::-ms-fill {
    background-color: #f86c6b;
}

@media screen and (min-width: 0\0
) {
    .progress-danger .progress-bar {
        background-color: #f86c6b;
    }
}

.progress.progress-sm {
    height: 8px;
}


/**/

.d-table {
    display: table;
    height: 100%
}

.d-100vh-va-middle {
    display: table-cell;
    vertical-align: middle;
}

.d-table .input-group .form-control {
    border-right: 1px solid rgb(204, 204, 204);
    border-left: 0px
}

.card {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #cfd8dc;
}

.card-block {
    padding: 20px;
}

.okay_bg {
    background: RGB(9, 26, 51);
}

.card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.card-group .card {
    display: table-cell;
    vertical-align: middle;
}

.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}


.fn_fast_save {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: rgba(43, 48, 59, 0.9);
    padding: 10px;
    transition: 1s;
    display: none;
    z-index: 1000;
}

.fn_fast_save button {
    display: inline-block;
    float: none;
}

.fn_fast_action_block {
    display: inline-block;
}

.fn_fast_save .additional_params,
.fn_fast_save .action {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.fn_fast_save .additional_params > div {
    width: 100% !important;
}

.fn_disable_url {
    cursor: pointer;
}

div.mce-fullscreen {
    top: 60px !important;
    background: #fff !important;
}

.colorpicker {
    z-index: 100 !important;
}

#ui-datepicker-div {
    z-index: 100 !important;
}

.okay_disabled,
.okay_disabled input,
.okay_disabled select,
.okay_disabled textarea {
    background: rgba(221, 221, 221, 0.5);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.system_header {
    color: #fff;
    background-color: #2b303b;
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
}

.system_information {
    min-height: 50px;
    text-align: left;
}

.import_row {
    min-height: 35px
}

.lite_logo {
    font-size: 30px;
    padding: 0;
    margin-top: -25px;
    font-weight: 300;
}

.seo_template_button {
    color: #2b303b;
}

.feature_alias_variable {
    width: 30%;
    text-align: left;
}

.feature_alias_name {
    width: 30%;
    text-align: left;
}

.feature_alias_value {
    width: calc(40% - 90px);
    text-align: left;
}

.boxed_not_available {
    background: RGB(193, 48, 42);
    border: 1px solid rgb(230, 230, 230);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px 4px 2px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 60px 20px;
}

.boxed_not_available_title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.3rem;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 600;
}

.boxed_not_available svg {
    max-width: 100%;
    max-height: auto;
}

.boxed_not_available_text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 40px;
    line-height: 1.4;
}

.boxed_not_available_text a {
    text-decoration: underline;
    color: rgb(34, 188, 248);
    font-weight: 600;
    font-size: 1.2rem;
}

.boxed_not_available_text a:hover {
    text-decoration: none;
}

.feature_value_name {
    width: calc(100% - 500px);
    text-align: left;
}

.feature_value_translit {
    width: 200px;
    text-align: left;
}

.feature_value_products_num {
    width: 90px;
    text-align: left;
}

.feature_value_products_num .form-control {
    text-align: center;
    background-color: #cfd8dc;
}

.feature_value_index {
    width: 120px;
    text-align: center;
}

.fn_test_smtp_status {
    width: auto;
    border: none;
    margin-left: 15px;
    display: none;
}

.schools-wrapper {
    max-width: 300px;
    width: 100%;
    height: max-content;
    border-right: 1px solid rgba(224, 224, 224, 1);
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    border-left: 1px solid rgba(224, 224, 224, 1);
}

.school-block {
    padding: 14px 40px 14px 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.school-block:not(:last-child),
.manager-block:not(:last-child) {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.school-block p {
    margin: 0;
    padding: 0;
}

.wave {
    display: block;
    position: absolute;
    background: rgba(191, 191, 191, .3);
    border-radius: 100%;
    transform: scale(0);
    z-index: -1;
}

.wave.animate {
    animation: wave 0.65s linear forwards;
}

@keyframes wave {
    100% {
        opacity: .7;
        transform: scale(2.5)
    }
}

.full-info-wrapper {
    width: 100%;
    max-width: 600px;
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 20px;
}

.full-info-wrapper > div:last-child {
    border-left: 1px solid rgba(224, 224, 224, 1);
}

.school-managers-wrapper,
.school-groups-wrapper {
    width: 100%;
    border-right: 1px solid rgba(224, 224, 224, 1);
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    height: max-content;
    overflow: hidden;
}

.manager-block {
    /* background: rgba(191, 191, 191, .3); */
    opacity: .7;
    padding: 15px 40px 15px 16px;
}

.manager-block p {
    /* padding: 0; */
    margin: 0;
    color: #000;
}

@keyframes removeElement {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes addElement {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: .7;
        transform: translateX(0);
    }
}

.school-name {
    display: flex;
}

.about-school {
    width: calc(100% - 40px);
    transition: .3s;
}

.about-school:hover {
    color: #2b303b;
}

.show-groups {
    width: 32px;
    background: url(../images/home.svg) no-repeat;
    display: block;
    height: 18px;
    background-size: contain;
    border-right: 1px solid #989898;
    padding-right: 14px;
    margin-right: 14px;
    transition: .3s;
}

.show-groups:hover {
    opacity: .7;
}

.group-line {
    display: flex;
    max-width: 600px;
}

.group-line > div {
    flex-basis: 50%;
}

.group-line > div:not(:last-child) {
    border-right: 1px solid rgba(224, 224, 224, 1);
}

.show-all-groups {
    box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    max-width: 600px;
}

.groups-header {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    padding: 14px 40px 14px 16px;
    background: #2b303b;
    color: #fff;
    width: 100%
}

.pupils {
    border: 1px solid #ededed;
    margin: 20px auto 0;
}

.school-block {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.group-line.list-counters > div {
    background-color: #7d7d7d;
}

.text-wait {
    color: #ff8d00 !important;
}

.toggle_body_wrap.edit-part {
    display: none;
}

.reletive-left {
    position: relative;
}

.block-info-wrapper,
.hide-only-info {
    /* display: none; */
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}

.groups-edit-wrapper .big-colls {
    width: 43%;
}

.groups-edit-wrapper .small-colls {
    width: 14%;
}

.groups-edit-wrapper .heading_bold {
    word-break: break-word;
}

@media (max-width: 568px) {
    .groups-edit-wrapper .big-colls {
        width: 100%;
    }

    .groups-edit-wrapper .small-colls {
        width: 100%;
    }

    .school-block {
        padding: 10px;
    }

    .manager-block {
        padding: 11px;
    }

    .full-info-wrapper {
        grid-template-columns: repeat(2, 50%);
    }

    .groups-header {
        padding: 14px 3px;
        font-size: 12px;
    }

    .wrap_heading {
        padding: 0;
    }

    .mob-header-icons {
        max-width: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mob-header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0 0;
    }

    .mob-header-top .btn-info {
        max-width: 100px;
        width: 100%;
    }

    .box_btn_heading {
        margin: 0 auto 10px;
    }

    .export_block {
        margin: 10px auto;
    }
}

.main {
    /*background: black;*/
}

.show-all-groups {
    background: #fff;
}

.box_heading {
    color: #0fcebc;
}

.heading_box {
    font-size: 26px;
    font-style: italic;
}

.heading_box {
    font-size: 26px;
    font-style: italic;
    line-height: 30px;
}

.full-info-wrapper > div {
    background: #fff;
    height: max-content;
}

#groupTabs {
    z-index: 100;
    display: inline-block;
}

.info-b,
.gears {
    cursor: pointer;
}

.info-b {
    margin: 0 10px 0 0;
}

.manipulate-icons {
    display: flex;
    flex-flow: row nowrap;
}

.gray {
    background-color: #b5b5b5;
    color: #fff;
}

.gray a {
    color: #fff;
}

.filter-config {
    position: relative;
    margin-left: 10px;
}

.fc-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    width: 250px;
}

.flex-btns-config {
    display: flex;
    align-items: center;
}

.logs-head {
    background: #2b303b;
    color: #fff;
    font-size: 18px;
}

.logs-row {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    grid-gap: 2%;
}

.logs-body .logs-row:nth-child(even) {
    background: #f1f1f1;
}

.logs-col {
    padding: 10px;
}

.logs-wrapper {
    border: 1px solid #2a2f3a;
}

.online-box {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.green-ball {
    background: green;
    animation: green-blink 2s ease-in-out infinite;
}

.red-ball {
    background: red;
}

@keyframes green-blink {
    0% {
        background: green;
    }
    50% {
        background: #00ce00;
    }
    100% {
        background: green;
    }
}

.chat-messages {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
}

.chat-message {
    display: flex;
    flex-direction: column;
    gap: 5px;

    max-width: 85%;
    min-width: 200px;
    width: max-content;
    position: relative;

    color: #2b303b;
    margin-top: 10px;
    background: #c5e4ff;
    border-radius: 0 10px 10px 10px;
    padding: 15px;
}

.chat-message.admin {
    /*background: #81bc71;*/
    background: #cce694;
    border-radius: 10px 0 10px 10px;
    color: white;
    margin-left: auto;
}

.chat-messages__body {
    text-align: left;
    border-top: 1px solid rgb(37 67 93 / 10%);
    padding: 10px 10px 5px 10px;
    color: #25435d;
}

.admin .chat-messages__body {
    text-align: left;
    border-top: 1px solid rgb(63 93 37 / 10%);
    color: #3f5d25;
}

.chat-messages__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
}

.chat-messages__date {
    margin-left: auto;
    font-style: italic;
    color: rgb(37 67 93 / 50%);
}

.admin .chat-messages__date {
    color: rgb(63 93 37 / 50%);
}

.chat-messages__btn-settings {
    display: flex;
    background: unset;
    border: unset;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0.5;
}

.chat-messages__btn-settings svg path {
    transition: all 0.3s ease-out;
}

.chat-messages__btn-settings.active svg path,
.chat-messages__btn-settings:hover svg path {
    fill: #fff;
}

.chat-messages__settings {
    display: flex;
    flex-direction: column;
    min-width: 250px;

    position: absolute;
    z-index: 100;
    top: 110%;
    border-radius: 5px;
    padding: 10px;

    gap: 10px;
    background: #48b0f7;
    color: #fff;
}

.chat-messages__info, .chat-messages__status {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;

}

.chat-message__answer-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0px 30px;
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding-top: 10px;
}

.chat-message__answer-wrap button {
    color: #ffffff;
    background-image: none;
    background-color: #10cfbd;
    border-color: #10cfbd;
    transition: all 0.3s ease-out;
}

.chat-message__answer-wrap button:hover {
    opacity: 0.7;
}

.chat-message__page-item {
    border: unset;
    background: unset;
    cursor: pointer;
    text-decoration: underline;
    color: #48b0f7;
    margin: 20px 0;
}

.chat-messages__processed {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.chat-messages__processed-item:first-child {
    right: -12px;
    position: relative;
}

.position-relative {
    position: relative;
}

/*<editor-fold desc="******* File dropzone *******">*/
.files_list {
    list-style: none;
    padding: 0;
    margin: 0 -1% -10px;
    overflow: hidden;
}

.files_list li {
    min-height: 100px;
    overflow: hidden;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    position: relative;
    height: 120px;
    line-height: 100%;
    background: #F8F8F8;
    width: 215px;
    float: left;
    text-align: center;
    cursor: pointer;
    -moz-transition: 0.1s all;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    box-sizing: border-box;
}

.file_item {
    border: 1px solid #ddd;
    padding: 0;
    float: left;
    width: 18%;
    text-align: center;
    line-height: 100px;
    cursor: grab;
}


.dropzone_block {
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
    border: 1px dashed #ddd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
}

.dropzone_block .dropzone {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropzone_block_file:hover {
    background: #bababa;
}

.file_wrapper {
    display: flex;
    align-items: center;
    max-width: 250px;
    height: 120px;
    padding: 5px;
}

.file_wrapper span {
    word-break: break-all;
}

.file_wrapper:hover .remove_file {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    z-index: 10;
}

.remove_file {
    display: none;
    position: relative;
    background: none;
    border: none;
    outline: none;
    padding: 0px;
    cursor: pointer;
}

.remove_file:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    border: 20px solid transparent;
    border-top: 20px solid #f66a6a;
    border-right: 20px solid #f66a6a;
}

.remove_file:hover:before {
    border-top-color: #f82828;
    border-right-color: #f82828;
}

.remove_file:after {
    display: block;
    width: 15px;
    height: 15px;
    content: '\f00d';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
}

/*</editor-fold>*/

