@charset "UTF-8";
/* формы с подчеркиванием */
/* оверлеи */
/* иконки */
/* статусы */
/* кнопки */
/* форма загрузки */
html, body {
  height: 100%;
  background: #fff;
}

html {
  font-size: 14px;
}

body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #2f2b2c;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100%;
  overflow-y: scroll;
}

.fade.show {
  display: block !important;
  opacity: 1;
}

/* icons */
.theme-icon {
  font-size: 25px;
  color: #C62827;
  display: inline-block;
  width: 25px;
  height: 25px;
}

i.theme-icon {
  background: #C62827;
  background: -moz-radial-gradient(circle at 15px 10px, #C62827 0%, #C62827 20%, #212121 100%);
  background: -webkit-radial-gradient(circle at 15px 10px, #C62827 0%, #C62827 20%, #212121 100%);
  background: radial-gradient(circle at 15px 10px, #C62827 0%, #C62827 20%, #212121 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.text-icon {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1rem;
  border: none !important;
  background: none !important;
}

/* pager */
.pagination .page-item .page-link {
  background: none;
  border: none;
  color: #646265;
  text-decoration: none;
}
.pagination .page-item.active .page-link {
  background-color: #646265;
  color: #fff;
  font-weight: bold;
}
.pagination .page-item.disabled .page-link {
  background: none;
  color: #656366;
}

.panel-toggler {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.panel-toggler:before {
  font: 900 1rem/1 "Font Awesome 5 Free";
}

/* layout */
#layout {
  min-height: 100%;
  width: 100%;
  height: 100%;
  /* Switcher */
}
#layout.layout-window {
  background-color: #f0f2f6;
}
#layout.layout-billing #sectionbar .nav .nav-item .nav-link:active, #layout.layout-billing #sectionbar .nav .nav-item .nav-link:hover, #layout.layout-billing #sectionbar .nav .nav-item .nav-link.active {
  background-color: #ECEFF1;
  border-left-color: #ECEFF1;
}
#layout.layout-billing #header {
  background-color: #313131;
  color: #fff;
}
#layout.layout-billing #header .section-header {
  color: #fff;
}
#layout.layout-billing #header a {
  color: #fff;
}
#layout.layout-billing .content-wrapper .content-block .page-block {
  padding: 10px;
}
#layout.layout-billing .content-wrapper .content-block .btn, #layout.layout-billing .content-wrapper .content-block input, #layout.layout-billing .content-wrapper .content-block textarea {
  border-radius: 3px;
}
#layout .bootstrap-switch {
  z-index: 2;
  background-color: #fff;
}
#layout .bootstrap-switch .bootstrap-switch-label {
  border: 1px solid #d4d7dd;
  background-color: #fff;
}
#layout .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
#layout .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background-color: #80CBC4;
}
#layout .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
#layout .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background-color: #FC6256;
}
#layout .language-switcher .language-item {
  display: block;
  text-align: center;
  color: #1e2727;
}
#layout .language-switcher .language-item.language-current {
  color: #C62827;
}
#layout .language-switcher hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #E3E7F2;
  margin: 2px 0;
}

#main {
  width: 100%;
  height: 100%;
  /* кнопочные меню */
}
#main .scroll-wrapper {
  height: 100%;
  overflow-y: auto;
}
#main .logo-main .logo-link {
  display: block;
  width: auto;
  height: 26px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
}
#main .logo-main .logo-link img {
  vertical-align: middle;
}
#main .logo-main .logo-logo {
  width: 26px;
}
#main .logo-main .logo-text {
  width: 66px;
  margin-left: 4px;
}
#main .nav.button-menu {
  margin: 0 -8px -8px 0;
}
#main .nav.button-menu .nav-item {
  margin: 0 8px 8px 0;
}
#main .nav.button-menu .nav-item .nav-link {
  padding: 7px 16px;
  text-decoration: none;
  font: 1rem/1.5 "Segoe UI", "Roboto", Arial, Helvetica, sans-serif;
  background: #f0f2f6;
  border: 1px solid #d4d7dd;
  color: #2f2b2c;
}
#main .nav.button-menu .nav-item .nav-link.active {
  background-color: #fff;
}
#main .nav.button-menu .nav-item .nav-link .theme_icon {
  height: 1.2rem;
}
#main .nav.button-menu .nav-item .nav-link:hover {
  color: #1e2727;
}
#main .nav.button-menu .nav-item .nav-link:last-child {
  margin-right: 0;
}
#main .btn-group.switcher-menu .btn {
  padding: 7px 16px;
  text-decoration: none;
  font: 1rem/1.5 "Segoe UI", "Roboto", Arial, Helvetica, sans-serif;
  background: #f0f2f6;
  border: 1px solid #d4d7dd;
  color: #2f2b2c;
}
#main .btn-group.switcher-menu .btn.active {
  background-color: #fff;
}
#main .btn-group.switcher-menu .btn .theme_icon {
  height: 1.2rem;
}

@media (max-width: 400px) {
  #layout .logo-main .logo-text {
    display: none;
  }
}
/* -- панель основного меню -- */
#sectionbar {
  position: fixed;
  z-index: 100;
  width: 270px;
  height: 100%;
  background: #fff;
  color: #2f2b2c;
  /*border-right: 1px solid #D9DADE;*/
  box-shadow: 3px 0 5px rgba(0, 10, 35, 0.15);
  /* кнопка сворачивания */
  /* складывание вбок на большом экране */
  /* складывание вверх на маленьком экране */
}
#sectionbar .sectionbar-block {
  overflow: hidden auto;
  padding: 18px 0;
}
#sectionbar .panel-header {
  margin: 0 24px 50px;
}
#sectionbar .nav .theme-icon {
  font-size: 20px;
  margin-right: 25px;
}
#sectionbar .nav .nav-item .nav-link {
  color: #212121;
  cursor: pointer;
  position: relative;
  padding: 8px 30px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
#sectionbar .nav .nav-item .nav-link:active, #sectionbar .nav .nav-item .nav-link:hover, #sectionbar .nav .nav-item .nav-link.active {
  color: #212121;
  background-color: #F6D8D8;
  border-left-color: #F6D8D8;
  border-right-color: #C62827;
}
#sectionbar .nav .nav-item .nav-link img, #sectionbar .nav .nav-item .nav-link span, #sectionbar .nav .nav-item .nav-link i {
  vertical-align: middle;
}
#sectionbar .nav .nav-item .dropdown-toggle::after {
  position: absolute;
  top: 40%;
  right: 30px;
  transition: 500ms;
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid #2f2b2c;
}
#sectionbar .nav .nav-item.dropdown.show .dropdown-toggle::after {
  border-top: 0.3em solid #2f2b2c;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
#sectionbar .nav .nav-item.api-switcher-widget.bootstrap-switch-wrapper,
#sectionbar .nav .nav-item.api-switcher-widget .bootstrap-switch-handle-on,
#sectionbar .nav .nav-item.api-switcher-widget .bootstrap-switch-handle-off,
#sectionbar .nav .nav-item.api-switcher-widget .bootstrap-switch-label {
  height: 28px !important;
}
#sectionbar .nav .nav-item.language-switcher {
  padding: 10px 30px;
}
#sectionbar .dropdown-menu .theme-icon {
  margin-right: 15px;
  font-size: 15px;
  width: 17.5px;
  height: 17.5px;
}
#sectionbar .dropdown-menu .dropdown-item {
  padding: 8px 30px;
  color: #212121;
}
#sectionbar .dropdown-menu .dropdown-item:hover, #sectionbar .dropdown-menu .dropdown-item:focus {
  background-color: #f6d8d8;
}
#sectionbar .dropdown-menu .dropdown-item.active {
  background-color: #F6D8D8;
  color: #212121;
}
#sectionbar .collapsible.collapsed {
  display: none;
}
#sectionbar.folded .scroll-wrapper {
  overflow: hidden;
}
#sectionbar.folded .collapsible-md {
  display: none;
}
#sectionbar .panel-toggler {
  display: block;
  position: absolute;
  top: 18px;
  left: 100%;
  width: 20px;
  background: #fff;
  color: #2f2b2c;
  /*border-right: 1px solid #D9DADE;*/
  box-shadow: 3px 0 5px rgba(0, 10, 35, 0.15);
}
@media (min-width: 961px) {
  #sectionbar .panel-toggler {
    padding: 7px 0;
  }
  #sectionbar .panel-toggler:before {
    content: "";
  }
}
@media (max-width: 960px) {
  #sectionbar .panel-toggler {
    left: auto;
    right: 10px;
    box-shadow: none;
    padding: 0;
  }
  #sectionbar .panel-toggler:before {
    content: "";
  }
}
@media (min-width: 961px) {
  #sectionbar .nav .nav-item .nav-link {
    padding: 8px 20px;
  }
  #sectionbar .nav .nav-item .dropdown-toggle::after {
    right: 20px;
  }
  #sectionbar .dropdown-menu {
    position: relative !important;
    float: none;
    z-index: auto;
    transform: none !important;
    margin: 0 0 0 15px;
    border: none;
    background: transparent;
  }
  #sectionbar.folded {
    width: 80px;
  }
  #sectionbar.folded .icon-menu {
    margin-right: 0;
  }
  #sectionbar.folded .panel-toggler:before {
    content: "";
  }
  #sectionbar.folded .dropdown-menu {
    margin: 0;
  }
  #sectionbar .nav {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  #sectionbar {
    position: relative;
    width: 100%;
    height: auto;
  }
  #sectionbar .panel-toggler {
    border: 0;
    padding: 0;
  }
  #sectionbar.folded {
    height: 80px;
  }
  #sectionbar.folded .panel-toggler:before {
    content: "";
  }
  #sectionbar .nav {
    flex-direction: row;
  }
  #sectionbar .nav .nav-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #sectionbar {
    position: relative;
    width: 100%;
    height: auto;
  }
  #sectionbar.folded .collapsible-sm {
    display: none;
  }
  #sectionbar .nav {
    flex-direction: column;
  }
  #sectionbar .nav .nav-item {
    width: 100%;
  }
}

/* основная секция */
#section {
  margin-left: 270px;
  height: 100%;
  background: #f0f2f6;
  /* расширение вбок на большом экране, 100% на маленьком */
}
@media (min-width: 961px) {
  #section.expanded {
    margin-left: 80px;
  }
}
@media (max-width: 960px) {
  #section {
    position: relative;
    margin-left: 0;
  }
}

/* -- панель вспомногательного меню -- */
.pagebar {
  position: fixed;
  z-index: 99;
  width: 350px;
  height: 100%;
  background: #555;
  color: #fff;
  /* кнопка сворачивания */
  /* складывание вбок на большом экране и вверх на маленьком */
}
.pagebar h1, .pagebar h2, .pagebar h3, .pagebar h4, .pagebar h5, .pagebar h6 {
  color: #fff;
}
.pagebar .pagebar-block {
  padding: 40px;
}
.pagebar .btn.btn-reset {
  background-color: #7A7A7A;
}
.pagebar .collapsible.collapsed {
  display: none;
}
.pagebar.folded .collapsible {
  display: none;
}
.pagebar .panel-toggler {
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 0;
  background: #555;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  line-height: 1;
}
.pagebar .panel-toggler, .pagebar .panel-toggler.focus, .pagebar .panel-toggler.focus {
  box-shadow: none;
}
@media (min-width: 801px) {
  .pagebar .panel-toggler {
    top: 45px;
    right: 40px;
    width: 18px;
    height: 18px;
  }
  .pagebar.folded {
    width: 0;
  }
  .pagebar.folded.full-folded {
    width: 0;
  }
  .pagebar.folded .panel-toggler {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    height: 100%;
  }
}
@media (max-width: 800px) {
  .pagebar {
    position: relative;
    width: 100%;
    height: auto;
  }
  .pagebar .panel-toggler {
    top: 45px;
    right: 35px;
  }
  .pagebar.folded {
    height: 0;
  }
  .pagebar.folded.full-folded {
    height: 0;
  }
  .pagebar.folded .panel-toggler {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 0;
  }
  .pagebar.folded .panel-toggler:before {
    content: "";
  }
}
.pagebar .accordion {
  margin: -40px;
}
.pagebar .accordion .card {
  border: none;
  background: #373737;
}
.pagebar .accordion .card-header {
  padding: 0;
  border-top: 1px solid #424242;
  background-color: #484848;
  background-position: 87.5% center;
  background-repeat: no-repeat;
}
.pagebar .accordion .card-header button {
  display: block;
  width: 100%;
  padding: 10px 40px;
  text-align: left;
  background: transparent;
  border: none;
  font: bold 1.1rem "Segoe UI", "Roboto", Arial, Helvetica, sans-serif;
  color: #D0CED4;
  text-decoration: none;
}
.pagebar .accordion .card-body {
  padding: 30px 40px;
  background: #373737;
  color: #fff;
  border-top: 1px solid #606060;
}
.pagebar .accordion .card-body .styled-form .form-control {
  background: #373737;
  border-color: #D0CED4;
}
.pagebar .accordion .card-body textarea {
  background: #3F3F3F;
  border: 1px solid #696969;
}
.pagebar .accordion .card-body .sku-filters-form textarea {
  height: 100px;
}
.pagebar .accordion .collapse {
  padding: 0;
}

/* секция просмотра */
#section-content {
  margin-left: 350px;
  background: #f0f2f6;
  /* расширение вбок на большом экране, 100% на маленьком */
}
@media (min-width: 801px) {
  #section-content {
    /* content lg */
    /* content md */
  }
  #section-content.expanded {
    margin-left: 0;
  }
  #section-content.fullsize {
    margin-left: 0;
  }
}
@media (min-width: 801px) and (min-width: 1601px) {
  #section-content .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 801px) and (max-width: 1600px) {
  #section-content .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 800px) {
  #section-content {
    position: relative;
    margin-left: 0;
  }
}

/* полностью скрыть pagebar */
@media (min-width: 801px) {
  #section.full-folded .pagebar.folded {
    width: 0;
  }
}
@media (max-width: 800px) {
  #section.full-folded .pagebar.folded {
    height: 0;
  }
}
@media (min-width: 801px) {
  #section.full-folded #section-content.expanded {
    margin-left: 0;
  }
}

/* верхняя панель и меню */
#header {
  background: #fff;
  border-bottom: 1px solid #E3E7F2;
}
#header .container-fluid {
  padding-right: 0;
}
#header .logo-main {
  float: left;
  margin: 20px 60px 20px 0;
}
#header .section-header {
  float: left;
  padding: 22px 0 20px;
  font: bold 1.4rem/1.2 "Roboto Condensed", Arial, Helvetica, sans-serif;
}

/* верхнее меню */
#topbar {
  float: right;
}
#topbar .nav {
  display: table;
  height: 70px;
}
#topbar .nav .divider {
  display: block;
  height: 70px;
  width: 1px;
  background: #E3E7F2;
  margin: 0 4px;
}
#topbar .nav .nav-item {
  display: table-cell;
  height: 70px;
  padding: 5px 10px;
  vertical-align: middle;
}
#topbar .nav .nav-item .nav-link {
  display: inline;
  padding: 0;
}
#topbar .nav .user-current {
  font-size: 0.9rem;
  padding: 10px 20px;
}
#topbar .nav .user-current .dropdown-toggle {
  text-decoration: none;
  color: #5e5e5e;
}
#topbar .nav .user-current .user-name {
  font: bold 1.14rem "Roboto Condensed", Arial, Helvetica, sans-serif;
}
#topbar .nav .user-current.role-admin .user-name {
  color: #5e5e5e;
}
#topbar .nav .api-switcher-widget {
  padding: 10px 20px 10px 10px;
}
#topbar .nav .api-switcher-widget > .nav-item {
  padding-left: 20px;
}

/* секция контента */
#content {
  /* верхний заголовок страницы */
  /* обертка содержимого страницы */
}
#content .icon-actions a {
  text-decoration: none;
}
#content .item-menu {
  margin: 20px 0;
}
#content .item-menu a {
  text-decoration: none;
}
#content .header-block {
  margin: 0 0 50px;
}
#content .header-block .breadcrumb {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
#content .content-block {
  margin: 0;
  padding: 0;
  /* блоки страницы на белом фоне */
}
#content .content-block .page-block {
  background: #fff;
  border: 1px solid #d4d7dd;
  color: #2f2b2c;
}
#content .content-block .section-header {
  margin: 0 0 20px;
  font-weight: bold;
}
#content .content-block .block-header {
  margin: 0 0 20px;
  font: bold 1rem "Segoe UI", Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#login {
  display: flex;
  justify-content: center;
}
#login .message-window {
  max-width: 460px;
}

/* заголовок страницы */
header h1, header h2, header h3 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
header h1 {
  font-size: 1.6rem;
}

/* filter form */
.pagebar {
  color: #fff;
}
.pagebar .section-header {
  margin-bottom: 70px;
  font: bold 1.4rem/1.2 "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #fff;
}
.pagebar .secondary {
  color: #979797;
}
.pagebar .cbx-active {
  border: none;
  background: #fff;
  color: #000;
}
.pagebar .checkbox-field.state-success .cbx-active {
  background: #80CBC4;
}
.pagebar .checkbox-field.state-warning .cbx-active {
  background: #EECC5E;
}
.pagebar .checkbox-field.state-danger .cbx-active {
  background: #FC6256;
}

/* content */
.content-wrapper {
  padding: 45px 0 40px;
  /* content lg */
  /* content md */
}
.content-wrapper .page-header {
  margin: 0;
  padding: 0;
}
.content-wrapper .page-header h1 {
  margin: 0;
  padding: 0;
  font: bold 1.72rem/1.2 "Roboto Condensed", Arial, Helvetica, sans-serif;
}
@media (min-width: 1601px) {
  .content-wrapper .content-block {
    margin-bottom: -60px;
  }
  .content-wrapper .content-block .page-block {
    margin: 0 -25px 60px;
    padding: 60px 50px;
  }
}
@media (max-width: 1600px) {
  .content-wrapper .content-block {
    margin-bottom: -40px;
  }
  .content-wrapper .content-block .page-block {
    margin: 0 -15px 40px;
    padding: 40px 30px;
  }
}

/* tabs */
.content-tabs .nav-tabs {
  border-color: 1px solid #d4d7dd;
}
.content-tabs .nav-tabs .nav-item {
  margin-right: 2px;
}
.content-tabs .nav-tabs .nav-item.disabled {
  opacity: .3;
}
.content-tabs .nav-tabs .nav-link {
  position: relative;
  padding: 16px 20px 10px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #d4d7dd;
  background-color: #EAEBEF;
  color: #2F2B2C;
  text-transform: uppercase;
  text-decoration: none;
}
.content-tabs .nav-tabs .nav-link.active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.content-tabs .nav-tabs .nav-link.active:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #ea3225;
}
.content-tabs.scrollable .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.content-tabs .tab-content {
  padding: 0;
}
.content-tabs .tab-content .tab-pane {
  background: #fff;
  border: 1px solid #d4d7dd;
  border-top: none;
  padding: 40px 50px 50px;
}
.content-tabs .tab-content .tab-pane .tab-sections {
  position: relative;
}
.content-tabs .tab-content .tab-pane .tab-sections .loader {
  background: rgba(255, 255, 255, 0.5);
}

.form-group.required label::after {
  content: "*";
  color: #FC6256;
}
.form-group.required .select2-selection__placeholder:after {
  content: " *";
  color: #FC6256;
}
.form-group.has-error .help-block {
  color: #C62827;
}

/* формы */
.styled-form {
  /* LabelInPlace */
  /* custom checkboxes */
  /* custom radio */
  /* datepicker */
}
.styled-form label {
  color: #2f2b2c;
}
.styled-form.form-horizontal .label, .styled-form.form-horizontal .form-group {
  margin-bottom: 1rem;
}
.styled-form.upload-form .required .control-input {
  position: relative;
}
.styled-form.upload-form .required .control-input::after {
  content: '*';
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 5px;
  height: 5px;
  color: #FC6256;
}
.styled-form .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0 5px;
  border-bottom: 1px solid #818181;
}
.styled-form .btn {
  padding: 8px 20px;
  text-decoration: none;
  font: bold 1rem/1 "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.styled-form .checkbox [type=checkbox] {
  margin-right: 12px;
}
.styled-form input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.styled-form input[type=radio] + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.styled-form input[type=radio] + label::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: transparent;
  border: 1px solid #2f2b2c;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.styled-form input[type=radio]:checked + label::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy05IC05IDE4IDE4Jz48Y2lyY2xlIHI9JzUnIGZpbGw9JyMyZjJiMmMnLz48L3N2Zz4=");
}
.styled-form .buttons {
  margin-bottom: -1rem;
  margin-right: -10px;
}
.styled-form .buttons .btn {
  margin-right: 10px;
  margin-bottom: 1rem;
  min-width: 90px;
}
.styled-form .lip-group label {
  left: 0 !important;
  width: 100%;
}
.styled-form .lip-group label .lip-icon {
  display: none;
}
.styled-form .cbx {
  border-radius: 0;
}
.styled-form .custom-checkbox-list {
  margin-bottom: 60px;
}
.styled-form .custom-checkbox-list .list-label {
  margin-bottom: 1rem;
}
.styled-form .custom-checkbox-list .checkbox-field {
  margin-bottom: 0.8rem;
}
.styled-form .radio-group .form-check {
  padding: 10px 0 10px 10px;
}
.styled-form .radio-group .form-check input {
  margin-right: 10px;
}
.styled-form .input-group.date .input-group-text {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0 5px;
  border-bottom: 1px solid #818181;
  padding: 5px 1px 5px 10px;
}

/* -- панель вспомногательного меню -- */
.pagebar .styled-form {
  /* LabelInPlace */
}
.pagebar .styled-form label {
  color: #fff;
  font-weight: normal;
}
.pagebar .styled-form .form-group.has-value .select2-selection {
  background: rgba(131, 203, 196, 0.1);
}
.pagebar .styled-form .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0;
  border-bottom: 1px solid #818181;
  background: transparent;
  border-color: #D0CED4;
  color: #fff;
}
.pagebar .styled-form .form-control, .pagebar .styled-form .form-select {
  height: 2.5rem;
  min-height: 2.5rem;
}
.pagebar .styled-form .input-group-text {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
}
.pagebar .styled-form .input-group.date .input-group-text {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0;
  border-bottom: 1px solid #818181;
  background: transparent;
  border-color: #D0CED4;
  color: #fff;
}
.pagebar .styled-form .input-group.date .input-group-text.kv-date-remove, .pagebar .styled-form .input-group.date .input-group-text.kv-date-picker {
  padding: 5px 1px 5px 10px;
}
.pagebar .styled-form input[type=radio] + label::before {
  border-color: #D0CED4;
}
.pagebar .styled-form input[type=radio]:checked + label::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy05IC05IDE4IDE4Jz48Y2lyY2xlIHI9JzUnIGZpbGw9JyNEMENFRDQnLz48L3N2Zz4=");
}
.pagebar .styled-form .radio-group .form-check {
  color: #f0f2f6;
}
.pagebar .styled-form .radio-group .form-check input {
  border: 1px solid #f0f2f6;
  background: transparent;
}
.pagebar .styled-form .lip-group {
  flex-grow: 10;
}
.pagebar .styled-form .lip-group label {
  margin-bottom: 0;
}
.pagebar .styled-form .select2-container .select2-selection {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0;
  border-bottom: 1px solid #818181;
  background: transparent;
  border-color: #D0CED4;
  color: #fff;
}
.pagebar .styled-form .select2-container .select2-selection .select2-selection__rendered {
  color: #fff;
}
.pagebar .styled-form .select2-container .select2-selection .select2-selection__arrow b {
  color: #fff;
}
.pagebar .styled-form .select2-container .select2-selection .select2-selection__placeholder {
  color: #fff;
  font-weight: normal;
}
.pagebar .styled-form .form-group.has-value .lip-group input, .pagebar .styled-form .form-group.has-value .select2-selection {
  background: rgba(131, 203, 196, 0.1);
}
.pagebar .styled-form .form-floating > .form-control,
.pagebar .styled-form .form-floating > .form-control-plaintext,
.pagebar .styled-form .form-floating > .form-select {
  height: 2.5rem;
  min-height: 2.5rem;
  line-height: 1.5rem;
}

.sortable-form .row-field .field-type {
  padding: 0;
  border: none;
  background: transparent;
}

/* plugins */
.styled-form {
  /* Select2 */
}
.styled-form .select2-container {
  max-width: 100%;
}
.styled-form .select2-container span {
  box-shadow: none;
}
.styled-form .select2-container .select2-selection {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0 5px;
  border-bottom: 1px solid #818181;
}
.styled-form .select2-container .select2-selection .select2-selection__arrow {
  border: none !important;
}
.styled-form .select2-container .select2-selection .select2-selection__arrow b {
  border: none;
  margin: 0;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0;
  width: auto;
  height: auto;
}
.styled-form .select2-container .select2-selection .select2-selection__arrow b:before {
  font: 900 1rem "Font Awesome 5 Free";
  content: "";
  color: #818181;
}
.styled-form .select2-container .select2-selection .select2-search--inline {
  position: relative;
}
.styled-form .select2-container .select2-selection .select2-search--inline:before {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  margin-top: -0.5rem;
  font: 900 1rem "Font Awesome 5 Free";
  content: "";
  color: #818181;
}
.styled-form .select2-container .select2-selection .select2-search__field {
  width: 100% !important;
  clear: both;
  padding: 0;
  margin: 0;
}
.styled-form .select2-container.select2-container--open .select2-selection .select2-selection__arrow b:before {
  content: "";
  color: #818181;
}
.styled-form .select2-container .select2-selection__clear {
  padding: 5px 0;
  margin-right: 21px;
  color: #818181;
}
.styled-form .select2-container .select2-selection__clear span {
  font: 900 21px "Font Awesome 5 Free";
}
.styled-form .datepicker-field .kv-date-remove .kv-dp-icon {
  font: 900 14px "Font Awesome 5 Free";
  opacity: 0.5;
}

.pagebar .styled-form .select2-container.select2-container--open {
  border: 1px solid #d1d2d5;
}
.pagebar .styled-form .select2-container .select2-dropdown {
  border: 1px solid #d1d2d5;
  border-radius: 0;
  margin-left: -1px;
  box-shadow: none !important;
}
.pagebar .styled-form .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #EAECF0;
  color: #2f2b2c;
}
.pagebar .styled-form .select2-container:not(.select2-container--disabled) .select2-dropdown {
  border-color: #d1d2d5;
}
.pagebar .styled-form .select2-container .select2-selection__clear {
  color: #fff;
}

/* upload-form */
.upload-form-block .description {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 1.14rem;
}
.upload-form-block .overlay {
  background: rgba(212, 214, 221, 0.4) no-repeat 50% 50%;
}
.upload-form-block .form-errors h2 {
  margin: 0;
  text-align: left;
  text-transform: none;
}
.upload-form-block .form-errors p {
  margin: 14px 0 0;
  font-size: 1rem;
}
.upload-form-block .dragndrop.draghover {
  background: #81cbc4;
}
.upload-form-block .dragndrop.draghover .dropmessage {
  position: absolute;
  top: 2px;
  right: 5px;
  color: #000;
  font-size: 0.6rem;
}
.upload-form-block form {
  position: relative;
  /* url field */
  /* file button */
  /* submit button */
}
.upload-form-block form .form-group {
  margin-bottom: 30px;
}
.upload-form-block form .btn {
  height: 36px;
}
.upload-form-block form .control-label {
  margin: 8px 0 0;
  white-space: nowrap;
}
.upload-form-block form .control-input {
  flex-grow: 6;
}
.upload-form-block form .file-row {
  margin-right: -2px;
  margin-left: -2px;
}
.upload-form-block form .file-row .col {
  padding-right: 2px;
  padding-left: 2px;
}
.upload-form-block form .filetext {
  flex-grow: 10;
  position: relative;
}
.upload-form-block form .filetext input {
  border: 1px solid #D1D2D6;
  background: #fff;
  color: #2f2b2c;
  width: 100%;
  height: 36px;
}
.upload-form-block form .filetext input[disabled] {
  background: #f0f2f6;
}
.upload-form-block form .filetext::after {
  content: "*";
  position: absolute;
  color: #FC6256;
  top: 0;
  right: 7px;
}
.upload-form-block form .filebutton {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  background: #CFD4DA;
  color: #414246;
  padding: 0 24px;
  height: 36px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 36px;
}
.upload-form-block form .filebutton .fileinput {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  font-size: 2.4rem;
  cursor: pointer;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.upload-form-block form .extend-data.form-inline .form-control {
  width: 100%;
}
.upload-form-block form .btn-submit {
  padding: 0 24px;
  height: 36px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 36px;
}
.upload-form-block form .btn-reset {
  padding: 0 24px;
  height: 36px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 36px;
}
.upload-form-block form .select2-container .select2-selection {
  height: 36px;
}
.upload-form-block form .select2-container .select2-selection .select2-selection__rendered {
  line-height: 35px;
}
.upload-form-block form .select2-container .select2-selection .select2-selection__arrow {
  height: 35px;
}
.upload-form-block form .select2-container .select2-selection__rendered {
  padding-right: 2rem;
}
.upload-form-block form .select2-container .select2-selection__clear {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #2f2b2c;
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  margin: 0;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 100%;
}

a:link, a:visited {
  color: #2f2b2c;
}
a:hover, a:active {
  color: #80CBC4;
}
a.linked {
  text-decoration: underline;
}

input {
  border-radius: 0;
}

input, div, span {
  box-shadow: none;
}

.bg-value-high {
  background-color: #228755 !important;
  color: #fff !important;
}

.bg-value-middle {
  background-color: #FDC124 !important;
  color: #fff !important;
}

.bg-value-low {
  background-color: #D93146 !important;
  color: #fff !important;
}

.bg-value-high-s {
  background-color: #4BA077 !important;
  color: #fff !important;
}

.bg-value-middle-s {
  background-color: #FDCD43 !important;
  color: #fff !important;
}

.bg-value-low-s {
  background-color: #E05B6B !important;
  color: #fff !important;
}

.text-value-high {
  color: #228755 !important;
}

.text-value-middle {
  color: #FDC124 !important;
}

.text-value-low {
  color: #D93146 !important;
}

.text-value-high-s {
  color: #4BA077 !important;
}

.text-value-middle-s {
  color: #FDCD43 !important;
}

.text-value-low-s {
  color: #E05B6B !important;
}

body .loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
body .btn {
  text-decoration: none;
}
body .btn.btn-primary, body .btn.btn-success, body .btn.btn-warning, body .btn.btn-danger, body .btn.btn-info, body .btn.btn-dark, body .btn.btn-submit, body .btn.btn-reset, body .btn.btn-close, body .btn.btn-toggle {
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font: bold 1rem/1 "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
body .btn.btn-light {
  padding: 8px 20px;
  text-decoration: none;
  font: bold 1rem/1 "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #f0f2f6;
  border: 1px solid #d4d7dd;
  color: #2f2b2c;
}
body .btn.btn-file {
  padding: 8px 20px;
  text-decoration: none;
  font: bold 1rem/1 "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
body .btn.btn-reset {
  background-color: #5e5e5e;
}
body .btn.btn-close {
  background-color: #5e5e5e;
}
body .btn.btn-submit {
  background-color: #ea3225;
}
body .btn.btn-toggle {
  background-color: #313131;
}
body .btn.btn-toggle.active {
  background-color: #959595;
}
body .btn.btn-sm {
  padding: 6px 14px;
}
body label {
  font-weight: normal;
}
body .navflex-column a {
  padding: 8px 0;
}
body .item-state-general {
  color: #c0c9e2;
}
body .item-state-bad {
  color: #fc4b3d;
}
body .item-state-normal {
  color: #ecc547;
}
body .item-state-good {
  color: #6ec4bc;
}

.link-list a {
  text-decoration: underline;
}

/* список элементов карточки */
.card-list .col {
  padding-bottom: 30px;
}
.card-list .item {
  position: relative;
  background: #fff;
  border: 1px solid #E3E7F2;
}
.card-list .item a {
  text-decoration: underline;
}
.card-list .item img {
  border: 1px solid #F0F1F5;
}
.card-list .item .item-inner {
  padding: 20px;
  font-size: 1rem;
  text-align: left;
}
.card-list .item .image-dummy {
  font-size: 100px;
  color: #E6E6E8;
}
.card-list.marked-list .item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #E3E7F2;
}

body .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
body .modal-dialog {
  border-radius: 0;
}
body .modal-dialog a {
  text-decoration: underline;
}
body .modal-dialog .modal-content {
  border: 0;
  font-size: 1rem;
}
body .modal-dialog .modal-header {
  border-radius: 0;
  padding: 10px 20px;
  background: #ea3225;
  color: #fff;
}
body .modal-dialog .modal-header .modal-title {
  text-transform: uppercase;
  font: bold 1.2rem "Segoe UI", Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
}
body .modal-dialog .modal-header .theme_icon {
  height: 1.2rem;
  margin-right: 10px;
}
body .modal-dialog .modal-body {
  padding: 50px 40px 40px;
}
body .modal-dialog .modal-body .select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal;
}
body .modal-dialog .form-vertical label {
  margin-left: 15px;
}
body .modal-dialog .form-vertical .form-check {
  margin-left: 15px;
}
body .modal-dialog .form-vertical .form-check label {
  margin-left: 0;
}
body .modal-dialog .modal-footer {
  border: 0;
  justify-content: flex-start;
  padding: 0 40px 50px;
}
body .modal-dialog .modal-footer .btn {
  text-transform: uppercase;
  font: bold 1.2rem "Roboto", Arial, Helvetica, sans-serif;
  margin: 0 8px 0 0;
  padding: 7px 24px;
}
body .modal-dialog .bootstrap-dialog-message {
  font-size: 1rem;
}
body .modal-dialog .error-summary {
  display: block;
}

/* сообщение в окне на весь экран */
.modal-content.message-window {
  margin: 0 auto;
  padding: 40px 48px 48px;
}
.modal-content.message-window .modal-header {
  margin-bottom: 50px;
  padding: 0;
  border: none;
}
.modal-content.message-window .modal-title {
  margin-left: 12px;
  font: bold 1.7rem "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.modal-content.message-window .modal-body {
  padding: 0;
}
.modal-content.message-window .form-group {
  margin-bottom: 30px;
}
.modal-content.message-window label {
  margin-left: 12px;
  margin-bottom: 12px;
}
.modal-content.message-window input, .modal-content.message-window select, .modal-content.message-window textarea, .modal-content.message-window span {
  border-color: #DADADC;
}
.modal-content.message-window .btn {
  padding: 8px 20px;
  text-decoration: none;
  font: bold 1rem/1 "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

body {
  /* таблицы */
  /* список элементов таблица */
  /* content lg */
  /* yii grid */
  /* large table */
}
body .table th, body .table td {
  padding: 10px 12px;
}
body .table th {
  background: #EAEBEF;
  border-width: 1px;
}
body .table.table-bordered tr td {
  border-color: #d4d7dd;
}
body .table.table-columns tr td {
  border-left: 1px solid #d4d7dd;
  border-right: 1px solid #d4d7dd;
  border-top: none;
  border-bottom: 1px solid #d4d7dd;
}
body .table.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #fafafb;
}
body .table.table-report th {
  text-transform: uppercase;
}
@media (min-width: 1601px) {
  body .table th, body .table td {
    padding: 16px 24px;
  }
}
body table {
  margin: 0;
}
body table .icon-actions {
  min-width: 100px;
}
body table .filters {
  border: 1px solid #d4d7dd;
  /*.form-control {@include basic-input-layout;}*/
}
body table .filters td {
  border: none;
}
body .top-bar {
  margin: 0 -15px;
}
body .top-bar .card-header {
  float: left;
  padding: 0 15px 15px;
}
body .top-bar .kv-panel-before {
  padding: 0 15px 15px;
  border: 0;
}
body .item a {
  text-decoration: underline;
}
body .item a.btn-link {
  text-decoration: none;
}
body .item .icon-actions a {
  text-decoration: none;
  margin-right: 5px;
}
body .item .icon-actions a:last-child {
  margin-right: 0 !important;
}
@media (min-width: 1601px) {
  body table .icon-actions {
    white-space: nowrap;
  }
  body table .icon-actions a {
    margin-right: 10px;
  }
}
body .grid-view .card {
  background: none;
  border: none;
}
body .grid-view .kv-grid-container {
  background: #fff;
}
body .grid-view .kv-panel-before {
  background: transparent;
}
body .grid-view .kv-panel-before .kv-grid-toolbar .btn-group .btn {
  padding: 7px 16px;
  text-decoration: none;
  font: 1rem/1.5 "Segoe UI", "Roboto", Arial, Helvetica, sans-serif;
  background: #f0f2f6;
  border: 1px solid #d4d7dd;
  color: #2f2b2c;
  margin: 0 0 8px -1px;
}
body .grid-view .kv-panel-before .kv-grid-toolbar .btn-group .btn.active {
  background-color: #fff;
}
body .grid-view .kv-panel-before .kv-grid-toolbar .btn-group .btn .theme_icon {
  height: 1.2rem;
}
body .grid-view .kv-panel-after {
  background: transparent;
  padding: 10px 0;
  text-align: right;
}
body .grid-view .kv-panel-after .btn {
  font: normal 1rem/1 "Segoe UI", "Roboto", Arial, Helvetica, sans-serif;
}
body .grid-view .card-header {
  background: transparent !important;
  border: none;
}
body .grid-view .card-footer {
  background: transparent;
  border: 0;
}
body .grid-view.entity-grid table th a {
  text-decoration: underline;
}
body .grid-view.entity-grid .preview-link.mapping-preview {
  color: #aaa !important;
}
body .grid-view.entity-grid .preview-link.api-preview {
  color: #555 !important;
}
body .largetable {
  position: relative;
}
body .largetable-noscroll {
  overflow: hidden;
}
body .largetable-scroller {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}
body .largetable .largetable-left-button, body .largetable .largetable-right-button {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}
body .largetable .largetable-left-button {
  left: 0;
  box-shadow: inset 30px 0 10px -30px #424242;
  cursor: w-resize;
}
body .largetable .largetable-right-button {
  right: 0;
  box-shadow: inset -30px 0 10px -30px #424242;
  cursor: e-resize;
}
body .largetable-shadow-left:not(.largetable-maximized) .largetable-left-button, body .largetable-shadow-right:not(.largetable-maximized) .largetable-right-button {
  width: 30px;
}
body .largetable-maximize-btn {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: .7;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 11px;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
body .largetable-maximize-btn:hover {
  opacity: .9;
}
body .largetable-maximize-btn.largetable-btn-top {
  bottom: auto;
  top: 30px;
}
body .largetable-maximize-btn.largetable-btn-bottom {
  bottom: 30px;
  top: auto;
}
body .largetable-maximized {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  background: #fff;
}
body .largetable-maximized .largetable-maximize-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='4 14 10 14 10 20'%3E%3C/polyline%3E%3Cpolyline points='20 10 14 10 14 4'%3E%3C/polyline%3E%3Cline x1='14' y1='10' x2='21' y2='3'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E");
  display: block;
  position: fixed;
}
body .largetable-maximized .largetable-scroller {
  padding: 20px;
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
}
@media only screen and (min-width: 481px) {
  body .largetable-shadow-left .largetable-maximize-btn,
  body .largetable-shadow-right .largetable-maximize-btn {
    display: block;
  }
}

.summary-header {
  font: bold 1.14rem "Segoe UI", Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  margin: 20px 0;
}

.legend {
  font-size: 80%;
  /* markers */
}
.legend .status:before {
  display: inline;
  margin: 0 4px;
  position: relative;
  top: 3px;
  font: 900 1.2rem "Font Awesome 5 Free";
}
.legend .status.status-not-processed:before {
  content: '\f00d';
  color: #787878;
}
.legend .status.status-in-processed:before {
  content: '\f00c';
  color: #1871d7;
}
.legend .status.status-processed:before {
  content: '\f00c';
  color: #80CBC4;
}
.legend .status.status-error:before {
  content: '\f06a';
  color: #C62827;
}
.legend .status.status-canceled:before {
  content: '\f05e';
  color: #000;
}
.legend .status.status-not-analyzed:before {
  content: '\f00c';
  color: #c0c9e2;
}
.legend .status.status-good:before {
  content: '\f00c';
  color: #6ec4bc;
}
.legend .status.status-normal:before {
  content: '\f00c';
  color: #ecc547;
}
.legend .status.status-bad:before {
  content: '\f06a';
  color: #fc4b3d;
}

.preview-link {
  cursor: pointer;
}

/* сравнение с матрицей */
.matrixmatching-grid .matrixmatching-table .matched-value {
  text-transform: uppercase;
  font-weight: bold;
}
.matrixmatching-grid .matrixmatching-table .item.missed-item td {
  background-color: #FEBFBA;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.matrixmatching-grid .matrixmatching-table .item.missed-item .matched-value {
  color: #FC6256;
}
.matrixmatching-grid .matrixmatching-table .item.excess-item td {
  background-color: #FFCEA0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.matrixmatching-grid .matrixmatching-table .item.excess-item .matched-value {
  color: #FC6256;
}
.matrixmatching-grid .matrixmatching-table .item.exists-item .matched-value {
  color: #198f35;
}

.matrix-value {
  margin-bottom: 30px;
}

/* общий процент */
.percent-card {
  border: 1px solid #d4d6dd;
}
.percent-card .card-measure {
  border-right: 1px solid #d4d6dd;
  background: #d4d6dd;
  color: #000;
  flex-grow: 1;
  width: 8rem;
  height: 8rem;
  max-width: 140px;
  max-height: 140px;
  padding: 1rem;
  font: bold 5rem/0.9 "Segoe UI", Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  white-space: nowrap;
  text-align: center;
}
.percent-card .card-measure span {
  line-height: 1.1;
}
.percent-card .card-state {
  height: 8rem;
  padding: 1rem 3rem;
  flex-grow: 2;
  font: bold 1.14rem/1.2 "Segoe UI", Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.percent-card .card-state .state-value {
  font-size: 3rem;
}
.percent-card .card-state .state-description {
  text-transform: uppercase;
}
.percent-card.matrix-percent-card {
  border-color: #FE804E;
}
.percent-card.matrix-percent-card .card-measure {
  border-color: #FE804E;
  background: #FE804E;
  color: #fff;
}

/* категории */
.categories-list .item {
  margin-bottom: 15px;
}
.categories-list .item .item-inner {
  background: #fff;
  border: 1px solid #E3E7F2;
  padding: 20px;
  font-size: 1rem;
  color: #212121;
}
.categories-list .item .item-header {
  margin: -20px -20px 20px;
  padding: 20px;
  background: #D9DADC;
  font: bold 1.14rem/1.1 "Segoe UI", Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212121;
  text-transform: uppercase;
}
.categories-list .item .item-actions {
  margin-top: 20px;
}
.categories-list .item .item-actions .btn {
  padding: 8px 20px;
  text-decoration: none;
  font: bold 1rem/1 "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/* список элементов карточки */
.card-list .summary {
  width: 100%;
  margin: 0 15px 20px;
}
.card-list .empty {
  width: 100%;
  margin: 20px 15px 0;
}
.card-list.tradepoints-list .item:before {
  background-color: #c0c9e2;
}
.card-list.tradepoints-list .item.status-bad:before {
  background-color: #fc4b3d;
}
.card-list.tradepoints-list .item.status-normal:before {
  background-color: #ecc547;
}
.card-list.tradepoints-list .item.status-good:before {
  background-color: #6ec4bc;
}
.card-list.sessions-list .item {
  min-width: 265px;
  min-height: 450px;
}
.card-list.images-list .item {
  margin-bottom: 20px;
}

/* ширина карточек ТТ  */
.tradepoints-list .col {
  flex-basis: auto;
}

@media (min-width: 2001px) {
  .card-list .col {
    width: 25%;
  }

  #section-content.expanded .card-list .col {
    width: 20%;
  }
}
@media (max-width: 2000px) {
  .card-list .col {
    width: 33.33%;
  }

  #section-content.expanded .card-list .col {
    width: 25%;
  }
}
@media (max-width: 1600px) {
  .card-list .col {
    width: 50%;
  }

  #section-content.expanded .card-list .col {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .card-list .col {
    width: 100%;
  }

  #section-content.expanded .tradepoints-list .col {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .card-list .col {
    width: 100%;
  }

  #section-content.expanded .card-list .col {
    width: 100%;
  }
}
/* last photos list */
.sessions-list .item .item-photo, .images-list .item .item-photo {
  min-width: 120px;
  min-height: 120px;
}
.sessions-list .item .item-header, .images-list .item .item-header {
  margin-bottom: 10px;
}
.sessions-list .item .item-data, .images-list .item .item-data {
  line-height: 1.8;
}
.sessions-list .item .action-links, .images-list .item .action-links {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.14rem;
  line-height: 1;
}
.sessions-list .item .action-links a, .images-list .item .action-links a {
  text-decoration: none;
}
.sessions-list .photo-item .data, .images-list .photo-item .data {
  margin-top: 5px;
  font-size: 80%;
}
.sessions-list .info-item .data, .images-list .info-item .data {
  font-size: 80%;
  text-align: left;
}

.sessions-list.card-list .item .item-photo {
  margin: 20px -10px;
  text-align: center;
}
.sessions-list.card-list .item .session-name {
  display: block;
  font-size: 0.8rem;
}
.sessions-list.card-list .item.status-not-processed:before {
  background-color: #787878;
}
.sessions-list.card-list .item.status-in-processed:before {
  background-color: #1871d7;
}
.sessions-list.card-list .item.status-processed:before {
  background-color: #80CBC4;
}
.sessions-list.card-list .item.status-error:before {
  background-color: #C62827;
}
.sessions-list.card-list .item.status-canceled:before {
  background-color: #000;
}

.sessions-table .item.status-not-processed {
  background-color: #c4c4c4 !important;
}
.sessions-table .item.status-not-processed .icon-process {
  color: #787878;
}
.sessions-table .item.status-in-processed {
  background-color: #94c1f3 !important;
}
.sessions-table .item.status-in-processed .icon-process {
  color: #1871d7;
}
.sessions-table .item.status-processed {
  background-color: #edf7f6 !important;
}
.sessions-table .item.status-processed .icon-process {
  color: #80CBC4;
}
.sessions-table .item.status-error {
  background-color: #f8dbdb !important;
}
.sessions-table .item.status-error .icon-process {
  color: #C62827;
}
.sessions-table .item.status-canceled {
  background-color: #737373 !important;
}
.sessions-table .item.status-canceled .icon-process {
  color: #000;
}

.images-list .item .item-inner {
  text-align: center;
}

.statistics-form {
  margin-bottom: 50px;
}

/* shelf share statistics */
#shareStatisticsForm .form-label, #shareStatisticsForm .form-delimiter {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#shareStatisticsForm .form-delimiter {
  justify-content: center;
}
#shareStatisticsForm .col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
#shareStatisticsForm .buttons {
  padding-bottom: 0;
}
#shareStatisticsForm .buttons .btn {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #shareStatisticsForm .form-label {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #shareStatisticsForm .form-field {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #shareStatisticsForm .form-delimiter {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 1400px) {
  #shareStatisticsForm .form-label {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  #shareStatisticsForm .form-field {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #shareStatisticsForm .form-delimiter {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  #shareStatisticsForm .buttons {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* шапка состояния ТТ */
.session-state {
  margin-bottom: 50px;
}
.session-state .session-info {
  width: 100%;
  overflow: hidden;
}
.session-state .session-info .col-block {
  float: left;
  margin-right: 50px;
}
.session-state .session-states {
  float: right;
  width: 100%;
  margin: 0 0 20px;
}
.session-state .session-states .row {
  justify-content: right;
  margin: -10px;
}
.session-state .card-state {
  padding: 0 5px 5px;
}
.session-state .card-state .inner {
  padding: 20px 5px 20px;
  height: 100%;
  background: #81848B;
  color: #fff;
  text-align: center;
}
.session-state .card-state .state-value {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.session-state .card-state .state-description {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.session-state .card-state.sessionState .inner {
  background: #fff;
  border: 1px solid #E3E7F2;
  color: #1e2727;
}
.session-state .card-state.sessionState.state-good .state-value {
  color: #198f35;
}
.session-state .card-state.sessionState.state-general .state-value {
  color: #1e2727;
}
.session-state .card-state.sessionState.state-bad .state-value {
  color: #C62827;
}
@media (min-width: 576px) {
  .session-state .session-info {
    width: 100%;
  }
  .session-state .session-states {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .session-state .session-info {
    width: 67%;
  }
  .session-state .session-states {
    width: 33%;
  }
  .session-state.cards-lg .session-info {
    width: 100%;
  }
  .session-state.cards-lg .session-states {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .session-state .session-info {
    width: 75%;
  }
  .session-state .session-states {
    width: 25%;
  }
  .session-state.cards-lg .session-info {
    width: 100%;
  }
  .session-state.cards-lg .session-states {
    width: 50%;
  }
  .session-state.cards-md .session-info {
    width: 67%;
  }
  .session-state.cards-md .session-states {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .session-state .session-info {
    width: 75%;
  }
  .session-state .session-states {
    width: 25%;
  }
  .session-state.cards-lg .session-info {
    width: 67%;
  }
  .session-state.cards-lg .session-states {
    width: 33%;
  }
  .session-state .session-states .card-state .state-text {
    font-size: 2.2rem;
  }
}

.session-manage-menu .nav-link.disabled {
  background: #f0f2f6;
  color: #5e5e5e;
}

/* sku list stat */
.stat-table .stat-table__list-wrapper {
  overflow-y: scroll;
  max-height: 800px;
}
.stat-table .stat-table__export {
  margin-bottom: 10px;
  text-align: right;
}
.stat-table .stat-table__table-header {
  margin: 0 0 10px;
  font-size: 120%;
}
.stat-table .stat-table__table {
  margin: 0;
  width: 100%;
}
.stat-table .stat-table__table .row-item {
  background: transparent;
  cursor: pointer;
}
.stat-table .stat-table__table .row-item.visible, .stat-table .stat-table__table .row-item.visible td {
  background-color: #FDD835 !important;
}
.stat-table .stat-table__table .row-item.selected, .stat-table .stat-table__table .row-item.selected td {
  background-color: #0e0 !important;
}
.stat-table .stat-table__table .row-item small {
  font-size: 90%;
  color: #b0b4c3;
}
.stat-table .stat-table__table .row-item .row-item-price {
  color: #1565C0;
}
.stat-table .stat-table__table .row-item .row-item-preview-icon {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #6c757d;
}
.stat-table .stat-table__table .row-item .preview-link.mapping-preview {
  color: #aaa !important;
}
.stat-table .stat-table__table .row-item .preview-link.api-preview {
  color: #555 !important;
}
.stat-table .stat-table__table .item-name-header, .stat-table .stat-table__table .item-name {
  width: 85%;
}
.stat-table .stat-table__table .item-count-header, .stat-table .stat-table__table .item-count {
  width: 15%;
}
.stat-table .stat-table__table .item-name {
  position: relative;
}
.stat-table .sku-list-sku-header, .stat-table .sku-list-face-header {
  font-size: 110%;
}
.stat-table table {
  margin-top: 10px;
  font: 300 1rem "Segoe UI", Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 1px solid #d4d7dd;
}
.stat-table th, .stat-table td {
  border: none;
}
.stat-table td {
  border: 1px solid #d4d7dd;
}
.stat-table thead {
  background: #EAEBEF;
  color: #2F2B2C;
  text-transform: uppercase;
}
.stat-table .even {
  background: #F5F5F5;
}
.stat-table a {
  text-decoration: underline;
}
.stat-table .table > thead > tr > th {
  border-bottom: 1px solid #d4d7dd;
}

.pallet-table {
  margin-bottom: 20px;
}
.pallet-table .pallet-header {
  font-size: 120%;
  font-weight: bold;
}

/* обзор витрины, список SKU и размеченное фото */
.case-info a {
  text-decoration: underline;
}
.case-info .case-data {
  margin-bottom: 20px;
}
.case-info .case-data .session-date-selector {
  margin-bottom: 20px;
  max-width: 25rem;
}
.case-info .case-data .session-about {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .case-info .case-data {
    margin-bottom: 80px;
  }
}

.stillage-kpi-summary .kpi-grid-summary {
  margin-bottom: 16px;
}

/* графики статистики ТТ */
.statistics-result-graph .inner {
  margin: 0 -10px 10px;
  padding: 20px 20px 10px;
  border: 1px solid #d4d7dd;
}
.statistics-result-graph .inner .graph-card {
  min-height: 100px;
}
.statistics-result-graph .graph-header {
  font: bold 1.2rem "Segoe UI", "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* виджет разметки витрины */
.case-marked-widget {
  margin-top: 20px;
}
.case-marked-widget.hide-markup .markup-object {
  display: none;
}
.case-marked-widget.hide-objects .object-position {
  display: none;
}
.case-marked-widget.hide-empties .object-space {
  display: none;
}
.case-marked-widget.hide-shelves .object-shelf {
  display: none;
}
.case-marked-widget.hide-pricetags .object-pricetag {
  display: none;
}
.case-marked-widget .case-marked-toolbar {
  position: relative;
  z-index: 100;
}
.case-marked-widget .case-marked-toolbar .action-buttons {
  float: right;
  margin-bottom: 4px;
}
.case-marked-widget .case-marked-toolbar .ratio-buttons {
  float: left;
  margin-bottom: 4px;
}
.case-marked-widget .case-marked-toolbar .dropdown-item {
  cursor: pointer;
}
.case-marked-widget .case-marked-toolbar .dropdown-item::before {
  display: inline-block;
  margin-right: 10px;
  width: 1rem;
  height: 1rem;
  border: 1px solid #d4d7dd;
  color: #2f2b2c;
  font: 900 0.8rem "Font Awesome 5 Free";
  content: "";
}
.case-marked-widget .case-marked-toolbar .dropdown-item.active {
  color: #2f2b2c;
  background-color: #EAECF0;
}
.case-marked-widget .case-marked-toolbar .dropdown-item.active::before {
  content: "";
  border-color: #c6cad2;
}
.case-marked-widget.markup-active .action-buttons .btn, .case-marked-widget.markup-active .ratio-buttons .btn {
  background: #E6FAFE;
  border-color: #C6E7ED;
}
.case-marked-widget .image-view {
  max-height: 1000px;
  position: relative;
  overflow: auto;
}
.case-marked-widget .image-view.image-view-bigger {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.case-marked-widget .image-view.image-full {
  width: 100%;
  height: 800px;
}
.case-marked-widget .image-view .inner {
  position: relative;
  transform-origin: 0 0;
  transition: transform 500ms, margin-top 500ms, margin-left 500ms;
}
.case-marked-widget .image-view .inner img {
  position: absolute;
  top: 0;
  left: 0;
}
.case-marked-widget .case-marked-views {
  background: #fff;
  border: 1px solid #d3d6dd;
}

/* просмотр разметки витрины */
.case-full .image-view {
  width: 100%;
  height: 800px;
}
.case-full .image-view .markup-object-label {
  display: block;
}

#tags-marking .image-view-medium .markup-object-label, #tags-marking .image-view-big .markup-object-label {
  display: block;
}

/* формы с подчеркиванием */
/* оверлеи */
/* иконки */
/* статусы */
/* кнопки */
/* форма загрузки */
/* объекты разметки */
div.markup-object {
  position: absolute;
  overflow: visible;
  border: 2px solid #EEEEF0;
  z-index: 2;
  cursor: pointer;
}
div.markup-object:hover {
  z-index: 20;
}
div.markup-object.object-shelf {
  z-index: 2;
  border-style: dashed;
  border-color: #FF80AB;
}
div.markup-object.object-tag {
  z-index: 3;
  border-color: #00eedd;
}
div.markup-object.object-position {
  z-index: 4;
}
div.markup-object.object-good {
  border-color: #FFF8E1;
}
div.markup-object.object-unknown {
  border-color: #81D4FA;
}
div.markup-object.object-space {
  border-color: #F1F4F6;
  border-style: dashed;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #F1F4F6 50%, #F1F4F6 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(45deg, #fff 10%, rgba(0, 0, 0, 0) 10%);
  background-size: 8px 8px;
}
div.markup-object.object-bottle {
  border-color: #FFF8E1;
}
div.markup-object.object-cap {
  border-color: #81D4FA;
}
div.markup-object.mkp-highlight {
  border-color: #FDD835;
  z-index: 10;
}
div.markup-object.mkp-selected {
  border-color: #0e0;
  z-index: 10;
}
div.markup-object .markup-object-label {
  display: none;
  position: absolute;
  bottom: 100%;
  right: -2px;
  margin-bottom: 2px;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font: 10px Arial,Helvetica,Sans-serif;
}
div.markup-object .markup-object-label.label-pricetag {
  display: block;
}
div.markup-object.mkp-highlight {
  border-color: #FDD835;
  z-index: 10;
}
div.markup-object.mkp-selected {
  border-color: #0e0;
  z-index: 10;
}

svg .markup-object-group {
  z-index: 2;
  cursor: pointer;
}
svg .markup-object-group .markup-object {
  fill: transparent;
  stroke-width: 2;
  stroke: #EEEEF0;
}
svg .markup-object-group:hover {
  z-index: 20;
}
svg .markup-object-group.object-shelf {
  z-index: 2;
}
svg .markup-object-group.object-shelf .markup-object {
  stroke: #FF80AB;
  stroke-dasharray: 10,10;
}
svg .markup-object-group.object-tag {
  z-index: 3;
}
svg .markup-object-group.object-tag .markup-object {
  stroke: #00eedd;
}
svg .markup-object-group.object-tag.separated-pricetag .markup-object {
  stroke-dasharray: 5,2;
}
svg .markup-object-group.object-position {
  z-index: 4;
}
svg .markup-object-group.object-good .markup-object {
  stroke: #FFF8E1;
}
svg .markup-object-group.object-unknown .markup-object {
  stroke: #81D4FA;
}
svg .markup-object-group.object-space .markup-object {
  fill: url("#spacePattern");
  stroke: #F1F4F6;
  stroke-dasharray: 10,10;
}
svg .markup-object-group.object-bottle .markup-object {
  stroke: #FFF8E1;
}
svg .markup-object-group.object-cap .markup-object {
  stroke: #81D4FA;
}
svg .space-stroke {
  stroke: #F1F4F6;
  stroke-width: 2px;
}
svg .markup-object-label {
  display: none;
  fill: #000;
  font: 10px Arial,Helvetica,Sans-serif;
  text-shadow: white -2px -2px 3px, white -2px 2px 3px, white 2px -2px 3px, white 2px 2px 3px;
}
svg .markup-object-label.label-pricetag {
  display: block;
}
svg .markup-object-control {
  display: none;
  fill: #1565C0;
  font: bold 20px monospace;
  text-shadow: #000 -2px -2px 3px, #000 -2px 2px 3px, #000 2px -2px 3px, #000 2px 2px 3px;
}
svg .markup-object-group.mkp-highlight .markup-object {
  stroke: #FDD835;
  z-index: 10;
}
svg .markup-object-group.mkp-highlight .markup-object-control {
  display: block;
}
svg .markup-object-group.mkp-selected .markup-object {
  stroke: #0e0;
  z-index: 10;
}
svg .markup-object-group polyline.markup-object {
  fill: none;
}
svg .frame-group.frame-focus {
  /* .frame-object {stroke: $object-visible;} */
}
svg .frame-group.frame-focus .frame-label {
  display: block;
}
svg .frame-group.frame-changed .frame-object {
  stroke: #FF6D00;
}
svg .frame {
  /* controls */
}
svg .frame-panel {
  fill: rgba(0, 0, 0, 0.4);
}
svg .frame-previewer {
  fill: #FBC02D;
}
svg .frame-edit {
  fill: #29B6F6;
}
svg .frame-label, svg .frame-edit {
  cursor: pointer;
}

/* tables */
.table tr.item.mkp-highlight, .table tr.item.mkp-highlight td {
  background: #FDD835 !important;
}
.table tr.item.mkp-selected, .table tr.item.mkp-selected td {
  background: #0e0 !important;
}

/* мануал со вкладками */
.manual-tabs.tabs-x .nav-tabs .nav-link {
  text-decoration: none;
  line-height: 1.1;
  padding: 8px 15px;
  border-radius: 0;
}
.manual-tabs.tabs-x .nav-tabs .nav-link.active {
  background: #fff;
  border-color: #E3E7F2 #fff #E3E7F2 #E3E7F2;
}
.manual-tabs.tabs-x.tabs-left .nav-tabs {
  width: 320px;
}
.manual-tabs.tabs-x.tabs-left .category-tab .nav-link {
  font-weight: bold;
}
.manual-tabs.tabs-x.tabs-left .sub-tab-1 .nav-link {
  padding: 6px 5px 6px 40px;
}
.manual-tabs.tabs-x.tabs-left .sub-tab-2 .nav-link {
  padding: 4px 5px 4px 60px;
  font-size: 0.8rem;
}
.manual-tabs.tabs-x.tabs-left .sub-tab-3 .nav-link {
  padding: 2px 5px 2px 80px;
  font-size: 0.8rem;
}
.manual-tabs.tabs-x.tabs-left .tab-content {
  margin-left: 319px;
  border: 1px solid #E3E7F2;
  padding: 30px 10px 30px 30px;
  background: #fff;
}
.manual-tabs.tabs-x .tab-pane a {
  text-decoration: underline;
}
.manual-tabs.tabs-x .tab-pane .header {
  margin-bottom: 20px;
}
.manual-tabs.tabs-x .tab-pane .code-header {
  margin: 30px 0 0;
  font-weight: bold;
}
.manual-tabs.tabs-x .tab-pane .example-link {
  color: #0277BD;
}
.manual-tabs.tabs-x .tab-pane .description {
  font-style: italic;
  font-size: 0.9rem;
  color: #90A4AE;
}
.manual-tabs.tabs-x .paragraph-header {
  margin: 20px 0 0;
  font: bold 1.14rem/1.5 monospace;
}
.manual-tabs.tabs-x .paragraph-code {
  margin-left: -30px;
  margin-right: -10px;
  padding: 15px 0;
  font: 1rem/1.5 monospace;
}
.manual-tabs.tabs-x .paragraph-code > p {
  margin: 0 0 0 30px;
}
.manual-tabs.tabs-x .paragraph-code strong, .manual-tabs.tabs-x .paragraph-code b {
  font-weight: 600;
}
.manual-tabs.tabs-x .paragraph-code .paragraph-header {
  margin: 0 30px 5px;
}
.manual-tabs.tabs-x .paragraph-code .paragraph-pre {
  padding: 20px;
  background: #F9FAFE;
  color: #000;
}
.manual-tabs.tabs-x .paragraph-code .paragraph-pre em {
  padding: 0 10px;
  font-size: 0.9rem;
  color: #90A4AE;
}
@media (max-width: 991px) {
  .manual-tabs.tabs-x.tabs-left .nav-tabs {
    float: none;
    border: none;
    width: auto;
    margin-bottom: 40px;
  }
  .manual-tabs.tabs-x.tabs-left .nav-tabs .nav-link.active, .manual-tabs.tabs-x.tabs-left .nav-tabs .nav-link:hover, .manual-tabs.tabs-x.tabs-left .nav-tabs .nav-link:focus {
    border-radius: 4px;
    border-color: #e1e3eb;
  }
  .manual-tabs.tabs-x.tabs-left .tab-content {
    margin-left: 0;
    border: none;
  }
}
@media (min-width: 1601px) {
  .manual-tabs.tabs-x.tabs-left .nav-tabs {
    width: 350px;
  }
  .manual-tabs.tabs-x.tabs-left .tab-content {
    margin-left: 349px;
  }
}

/*# sourceMappingURL=theme.css.map */
