/* ==================================================
  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');

/************************************************************************* Общие стили  */
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: #fff;
    max-width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
}
.main .container-fluid {
    padding: 0 15px;
    padding-bottom: 70px;
    min-height: 100%;
    position: relative;
    z-index:2;
}
.main {
    width: 100%;
    padding: 0;
    padding-top: 0px;
    margin: 0;
    min-height: 100%;
    position: relative;
}

.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: inherit;
}
/********************************************************* 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-muted,
.text_grey{color: #b4b4b4!important;}
.text_exclamation{color: #FFDA44!important;}
.text_ban{color: #D80027!important;}

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


.font_12{font-size: 12px;}
.font_14{font-size: 14px;}
.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;
    min-height: 24px;
}
.heading_normal{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #767676;
    font-size: 16px;
    line-height: 26px;
}
.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;

}
.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;
}

/************************************************************************* 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 16px;
    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.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;
    white-space: nowrap;
    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-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.ok_related_list{
    text-align: center;
    border: none;
}
.okay_list.ok_related_list .okay_list_body_item:last-child{
    border-bottom: 1px solid transparent;
}
.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 .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;
}
.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 .remove_variant{
   position: absolute;
    width: 50px;
    right: 0px;
    top: 0px;
}

.okay_list .okay_list_subicon{
    width: 50px;
}
.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_user_name_modules {
    width: calc(100% - 600px);
    position: relative;
    text-align: left;
}
.okay_list .okay_list_user_commit_modules{
    width: 550px;
    text-align: left;
    word-wrap: break-word;
}
.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: 60px;
    height: 60px;
    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_name_module{
    width: calc(100% - 345px);
    position: relative;
    text-align: left;
}
.okay_list .okay_list_name_modules{
    width: calc(100% - 620px);
    position: relative;
    text-align: left;
}
.okay_list .okay_list_commit_modules{
    width: 200px;
    text-align: left;
}
.okay_list .okay_list_note_modules{
    width: 350px;
    text-align: left;
}
.okay_list .okay_list_status_modules{
    width: 70px;
    text-align: center;
}
.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{
    width: calc(100% - 500px);
}
.okay_list .subcategories_level_2 .okay_list_categories_name{
    width: calc(100% - 530px);
}
.okay_list .subcategories_level_1 .okay_list_subicon{
    margin-left: 30px;
}
.okay_list .subcategories_level_2 .okay_list_subicon{
    margin-left: 60px;
}
.okay_list .okay_list_features_name{
    width: calc(100% - 670px);
    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: calc(100% - 430px);
    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_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_module_user_name{
    width: calc(100% - 570px);
    text-align: left;
}
.okay_list .okay_list_module_user_email{
    width: 200px;
    text-align: left;
    word-wrap: break-word;
}
.okay_list .okay_list_module_user_note{
    width: 300px;
    text-align: left;
    word-wrap: break-word;
}
.okay_list .okay_list_module_user_access{
    width: 70px;
    text-align: left;
}
.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% - 700px);
    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: calc(100% - 720px);
    position: relative;
    text-align: left;
}
.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: left!important;
}
.okay_list .okay_list_version_module{
    width: 120px;
    text-align: center;
}
.okay_list .okay_list_version_okay{
    width: 110px;
    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 .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{

}
.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.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: #2b303b;
    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: #ffffff;
    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;
}
.header_module_box{
    height: 55px;
    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;
}
.header_module .logo_box{
    display: inline-block;
    width: 150px;
    max-height: 45px;
}
.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% - 15px);
    width: 100%;
    padding-top: 5px;

}
#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: rgb(120, 129, 149);
}
#admin_catalog  .icon-thumbnail{
    display: inline-block;
    background: #21252d;
    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: #21252d;
    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;
}
#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: #2b303b;
    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.header_module {
    position: relative!important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    position: relative;
    height: 55px;
    padding: 0;
    background-color: rgb(43, 48, 59);
    border-bottom: 1px solid #cfd8dc;
    z-index: 1030;
}
header.navbar .container-fluid{
     height: 55px;
}
.admin_switches{
    position: relative;
    margin-left: 0px;
    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 20px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.admin_languages .languages_inner{
    display: block;
    padding-right: 20px;
    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: #fff;
}
.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: #fff;
    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;
}
.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: #fff;
    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: #fff;
    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: 50px;
    color: rgb(38, 50, 56);
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGB(251, 251, 251);
    height: 50px;
    z-index: 1;
}




/************************************************************************* 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{
    height: 20px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}
.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";
}



/************************************************************************* 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;
}

/************************************************************************* 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;
}
.bnr_id_grup{
    width: calc(100% - 213px);
    margin: 0px;
}
.bnr_id_grup .form-control{
   border-right: 1px solid #ccc;
}
/************************************************************************* 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;
    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);
}

.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;
}
.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;
}
.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_input {
    display: block;
    width: 100%;
    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;
}
.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{
    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;
}
.sortable_cat{
    overflow: hidden;
    margin-left: -5px;
    margin-bottom: -5px;
}

.product_category_item .product_cat_name{
    max-width: 95%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.product_category_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{
    display: none;
}
.product_category_item.first_category{
    border-color: #4DCDC1;
}
.first_category: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{
    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;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: rgb(43, 48, 59);
    padding: 10px;
    transition: 1s;
    display: none;
    z-index: 1000;
}
.fn_fast_save button {
    display: inline-block;
    float: none;
}
.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;}
.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
}

/*.demo_wrap {*/
    /*margin: 0;*/
    /*height: 100%;*/
    /*height: 100vh;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*min-height: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*font-size: 14px;*/
    /*font-weight: normal;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*line-height: 1.5;*/
    /*color: #030303;*/
    /*background-color: #e1e8ed;*/
    /*min-width: 320px;*/
/*}*/
/*.iframe {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*border: 0;*/
    /*margin-top: 50px;*/
/*}*/
.fixed_menu {
    display: block;
    width: 100%;
    /*height: 50px;*/
    /*padding:10px 0px 0px;*/
    position: fixed;
    background-color: rgb(72, 176, 247);
    border-bottom: 1px solid rgb(207, 216, 220);
    z-index: 100;
}
.wait {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.52) url('../images/fn_ajax_wait.gif') no-repeat 50%;
}
.wait .text {
    width: 300px;
    text-align: center;
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% + 30px);
}
.param_row {
    margin-top: 7px;
    padding: 0 15px;
}
th, td {
    padding: 1px 3px;
}
.snippet .btn {
    opacity: 1;
    padding: 2px 6px;
    position: absolute;
    right: 4px;
    top: 4px;
}
.clippy {
    margin-top: -3px;
    position: relative;
    top: 3px;
}
.snippet:hover .btn, .snippet .btn:focus {
    opacity: 1;
}
.autocomplete-suggestions a{
    color: #2b303b;
}
.iframe{
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    border: none;
}
.device_button{
    height: 50px;
    cursor: pointer;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: transparent;
    border: 1px solid transparent;
    color: rgb(255, 255, 255);
    padding: 5px 13px;
    position: relative;
    margin-left: -1px;
}

.device_button.active{
    background: rgba(0, 111, 188, 0.6);
    border: 1px solid rgba(0, 111, 188, 0.6);
    color: rgb(255, 255, 255);
}
.device_button.active:hover{
    background: rgba(0, 111, 188, 0.3);
    border: 1px solid rgba(0, 111, 188, 0.3);
    color: rgb(255, 255, 255);
}
.device_button:hover{
    background: rgba(0, 111, 188, 0.3);
    border: 1px solid rgba(0, 111, 188, 0.3);
    color: rgb(255, 255, 255);
}
/*.device_button:before{*/
    /*width: 1px;*/
    /*height: 30px;*/
    /*content: "";*/
    /*position: absolute;*/
    /*background: rgb(89, 89, 89);*/
    /*display: block;*/
    /*right: -1px;*/
    /*top: 10px;*/
/*}*/

.device_button svg{
    width: 35px;
    height: 35px;
}
.demo_wrap.adaptive_mode{
    padding: 50px;
    height: 100% !important;
}
.header_navigaor{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: -7px;
}

#devices.device_wrap {
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-image: none;
    padding: 0px;
    height: calc(100vh - 50px);
    top: 50px;
    text-align: center;
}
#devices .device {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 99%;
    width: 100%;
}
/*.iphone-landscape {*/
    /*background-image: url(../images/iphone-landscape.png);*/
    /*padding: 23px 0 24px 0px;*/
/*}*/
/*.iphone-portrait {*/
    /*background-image: url(../images/iphone-portrait.png);*/
    /*padding: 115px 0 117px 0px;*/
/*}*/
/*.ipad-portrait {*/
    /*background-image: url(../images/ipad-portrait.png);*/
    /*padding: 111px 0 128px 0;*/
/*}*/
/*.ipad-landscape {*/
    /*background-image: url(../images/ipad-landscape.jpg);*/
    /*padding: 95px 0 103px 0;*/
/*}*/