@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(../fonts/SourceCodePro-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Code Pro Semibold'), local('SourceCodePro-Semibold'), url(../fonts/SourceCodePro-Semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Code Pro Bold'), local('SourceCodePro-Bold'), url(../fonts/SourceCodePro-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 900;
  src: local('Source Code Pro Black'), local('SourceCodePro-Black'), url(../fonts/SourceCodePro-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(../fonts/SourceSansPro-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/SourceSansPro-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url(../fonts/SourceSansPro-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url(../fonts/SourceSerifPro-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Serif Pro Semibold'), local('SourceSerifPro-Semibold'), url(../fonts/SourceSerifPro-Semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Serif Pro Bold'), local('SourceSerifPro-Bold'), url(../fonts/SourceSerifPro-Bold.ttf) format('truetype');
}
.theme-light {
  --body-bg: #f5f7fa;
  --body-color: #435a6b;
  --btn-color: #ffffff;
  --btn-color-highlighted: #435a6b;
  --icon-color: #ffffff;
  --icon-color-highlighted: #435a6b;
  --card-bg: #ffffff;
  --input-bg: #ffffff;
  --input-border-focus-color: #7dcdfe;
  --input-group-bg: #e9ecef;
  --input-group-border-color: #435a6b;
  --card-shadow-color: rgba(0, 0, 0, 0.04);
  --topbar-bg: #ffffff;
  --border-color: #e4e9f2;
  --navbar-shadow-color: #eef0f3;
  --table-accent-color: #f5f7fa;
  --table-stripe-color: #f5f7fa;
  --brand-logo-display: unset;
  --brand-logo-white-display: none;
  --link-color: #0b6aa2;
  --link-hover-color: #324350;
  --btn-link-color: #435a6b;
  --btn-link-hover-color: #26323c;
  --daterangepicker-accent-color: #ebf4f8;
  --wizard-bg: #ffffff url("images/setup-assistant-bg.svg") no-repeat left top/auto 43.75rem;
  --sidebar-accent-color: #0b6aa2;
  --checkbox-border-color: #435a6b;
  --checkbox-checked-bg: transparent;
  --button-shadow-color: rgba(0, 0, 0, 0.16);
  --invert-color: 0;
  --list-group-color: #5cbcf6;
  --custom-select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23435a6b' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center/auto 100%;
}
.theme-light ::-ms-reveal {
  filter: invert(0);
}
.theme-dark {
  --body-bg: #212529;
  --body-color: #dddddd;
  --btn-color: #000000;
  --btn-color-highlighted: #2b3035;
  --icon-color: #ffffff;
  --icon-color-highlighted: #2b3035;
  --card-bg: #2b3035;
  --input-bg: #2b3035;
  --input-border-focus-color: #7dcdfe;
  --input-group-bg: #1f2327;
  --input-group-border-color: #495057;
  --card-shadow-color: rgba(0, 0, 0, 0.25);
  --topbar-bg: #2b3035;
  --border-color: #495057;
  --navbar-shadow-color: #1f232b;
  --table-accent-color: #1f2327;
  --table-stripe-color: #1f2327;
  --brand-logo-display: none;
  --brand-logo-white-display: unset;
  --link-color: #85adcc;
  --link-hover-color: #739ab6;
  --btn-link-color: #dddddd;
  --btn-link-hover-color: #ffffff;
  --daterangepicker-accent-color: #1f2327;
  --wizard-bg: #2b3035 url("images/setup-assistant-bg-black.svg") no-repeat left top/auto 43.75rem;
  --sidebar-accent-color: #7dcdfe;
  --checkbox-border-color: #5cbcf6;
  --checkbox-checked-bg: #7dcdfe;
  --button-shadow-color: rgba(0, 0, 0, 0.4);
  --invert-color: 1;
  --list-group-color: #5cbcf6;
  --custom-select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%2385adcc' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center/auto 100%;
}
.theme-dark ::-ms-reveal {
  filter: invert(1);
}
.backend-wrapper {
  flex-direction: row;
  min-height: 100%;
}
.backend-wrapper #backend-search-dropdown {
  box-shadow: 0 0 4px #b7b9bc;
  background-color: #fff;
}
.backend-wrapper > .backend-sidebar > .backend-brandbar {
  background-color: #fff;
  flex: none;
  padding: 1em;
  z-index: 2;
  box-shadow: 1px 3px 4px rgba(46, 46, 46, 0.09);
}
.backend-wrapper > .backend-sidebar > .backend-brandbar .backend-brand,
.backend-wrapper > .backend-sidebar > .backend-brandbar .backend-brand img {
  height: 100%;
}
.backend-wrapper > .backend-sidebar > .backend-brandbar .backend-sidebar-toggle {
  float: right;
  height: 100%;
  background: none;
  border: none;
  color: #9b9b9b;
  outline: none;
}
.backend-wrapper > .backend-sidebar > .backend-brandbar .backend-sidebar-toggle:hover {
  color: #5cbcf6;
}
.backend-wrapper > .backend-sidebar > .backend-brandbar .backend-sidebar-toggle > .fa:before {
  content: "\f100";
}
.backend-wrapper > .backend-sidebar > .backend-navigation {
  color: #fff;
  background-color: #3098d6;
  height: calc(100% - 4.5rem);
  overflow-y: auto;
}
.backend-wrapper > .backend-sidebar > .backend-navigation a {
  color: #fff;
  text-decoration: none;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu {
  margin: 0;
  padding: 0;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu li a {
  display: block;
  padding: 0.5em 1em;
  border-left: 6px solid transparent;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel {
  padding-bottom: 1em;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel > li {
  padding-bottom: 1em;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel > li > .backend-root-label {
  padding: 0 1em;
  border-left: 6px solid transparent;
  padding-bottom: 1em;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel > li > .backend-root-label > a {
  padding: 0.75em 0;
  border-bottom: 1.5px solid #5cbcf6;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-left: none;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel > li > .backend-root-label > a > .fa {
  font-size: 1.5em;
  padding-right: 1.5em;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel > li > .backend-root-label > a > span {
  font-size: 0.85em;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel > li.single {
  padding-bottom: 0;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel > li.single > .backend-root-label {
  padding-bottom: 0;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.toplevel > li.single > .backend-root-label > a {
  color: #fff;
  border-bottom: none;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li.current {
  background-color: #0b6aa2;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li.current > a {
  font-weight: bold;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li > a {
  border-left: 6px solid transparent;
  display: flex;
  align-items: center;
  font-size: 0.85em;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li > a > span {
  flex: auto;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li > a > .fa {
  font-size: 0.75em;
  color: #fff;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li > a > .fa:before {
  content: "\f078";
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li > .thirdlevel {
  height: 0;
  overflow: hidden;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li.expanded > a {
  background-color: #0b6aa2;
  border-left: 6px solid #5cbcf6;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li.expanded > a > .fa {
  color: #fff;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li.expanded > a > .fa:before {
  content: "\f077";
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.secondlevel > li.expanded > .thirdlevel {
  height: auto;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.thirdlevel > li {
  background-color: #0b6aa2;
  font-size: 0.85em;
  list-style-type: disc;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.thirdlevel > li > a {
  padding-left: 1.5em;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-menu.thirdlevel > li.current > a {
  font-weight: bold;
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-root-menu-icon-0:before {
  content: "\f1c9";
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-root-menu-icon-1:before {
  content: "\f03e";
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-root-menu-icon-2:before {
  content: "\f07a";
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-root-menu-icon-3:before {
  content: "\f013";
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-root-menu-icon-4:before {
  content: "\f1e6";
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-root-menu-icon-5:before {
  content: "\f1e6";
}
.backend-wrapper > .backend-sidebar > .backend-navigation .backend-root-menu-icon-6:before {
  content: "\f1e6";
}
.backend-wrapper > .backend-sidebar.collapsed {
  width: 64px;
}
.backend-wrapper > .backend-sidebar.collapsed .backend-brand {
  display: none;
}
.backend-wrapper > .backend-sidebar.collapsed .backend-sidebar-toggle > .fa:before {
  content: "\f101";
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .secondlevel {
  display: none;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .secondlevel > li {
  width: 256px;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single {
  padding-bottom: 0.5em;
  position: relative;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.current .backend-root-label,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single.current .backend-root-label,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.compact-expanded .backend-root-label,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single.compact-expanded .backend-root-label {
  background-color: #5cbcf6;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.current .backend-root-label > a,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single.current .backend-root-label > a,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.compact-expanded .backend-root-label > a,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single.compact-expanded .backend-root-label > a {
  color: #fff;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.compact-expanded .backend-root-label,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single.compact-expanded .backend-root-label {
  border-left: 6px solid #0b6aa2;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.compact-expanded .secondlevel,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single.compact-expanded .secondlevel {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 64px;
  width: 256px;
  background: #3098d6;
  z-index: 4;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li > .backend-root-label,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single > .backend-root-label {
  padding-bottom: 0;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li > .backend-root-label > a,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single > .backend-root-label > a {
  border-bottom: none;
}
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li > .backend-root-label > a > span,
.backend-wrapper > .backend-sidebar.collapsed > .backend-navigation .toplevel > li.single > .backend-root-label > a > span {
  display: none;
}
.backend-wrapper > .backend-main {
  flex: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.backend-wrapper > .backend-main > .backend-navbar {
  background-color: #fff;
  flex: none;
  padding: 0.75em;
  z-index: 1;
  box-shadow: 2px 4px 4px #eef0f3;
  display: flex;
  flex-direction: row;
}
.backend-wrapper > .backend-main > .backend-navbar > .backend-navbar-left {
  flex: auto;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  height: 100%;
  list-style: none;
}
.backend-wrapper > .backend-main > .backend-navbar > .backend-navbar-left > li {
  height: 100%;
}
.backend-wrapper > .backend-main > .backend-navbar > .backend-navbar-left .backend-search {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.backend-wrapper > .backend-main > .backend-navbar > .backend-navbar-left .backend-search .fa {
  padding-right: 1em;
  color: #bdbdbd;
  flex: none;
}
.backend-wrapper > .backend-main > .backend-navbar > .backend-navbar-left .backend-search input {
  height: 100%;
  flex: auto;
  border: none;
  box-shadow: none;
  outline: none;
}
.backend-wrapper > .backend-main > .backend-navbar > .backend-navbar-left .backend-search input::placeholder {
  color: #bdbdbd;
}
.backend-wrapper > .backend-main > .backend-navbar > .backend-navbar-right {
  margin: 0;
  padding: 0;
  flex: none;
  height: 100%;
}
.backend-wrapper > .backend-main > .backend-navbar > .backend-navbar-right > li {
  display: inline-flex;
  margin: 0 1em;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.backend-wrapper > .backend-main > .backend-navbar .widget-selector-menu {
  padding: 1em;
  min-width: 256px;
}
.backend-wrapper > .backend-main > .backend-content {
  background: var(--body-bg);
  flex: auto;
}
.backend-search-item {
  margin-bottom: 0.5em;
}
.panel.widget {
  box-shadow: 1px 1px 4px #d5d7da;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.nav-tabs > li > a > .badge {
  background-color: #5cbcf6;
  color: #fff;
  margin-left: 5px;
}
.nav-tabs > li > a {
  background: #eee none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  line-height: 1.5;
  margin-right: 2px;
}
.jtl-list-group {
  padding-left: 0;
}
.jtl-list-group .list-group-item2 {
  margin-bottom: 15px;
}
.jtl-list-group .input-group:last-child,
.jtl-list-group .list-group-item2:last-child {
  margin-bottom: 0;
}
.input-group.error .input-group-addon,
.input-group.error .form-control,
.input-group.error .input-group-checkbox-wrap,
.form-control.error {
  border-color: red;
}
.input-group-addon {
  padding: 5px 10px;
  font-size: 16px;
}
.input-group-addon .btn-tooltip {
  font-size: 12px;
  padding: 0 6px;
}
.input-group-addon.error {
  color: red;
}
.input-group-addon label {
  margin-bottom: 2px;
}
.ui-dialog-buttonset > .btn {
  float: left;
  position: relative;
}
.ui-dialog-buttonset > .btn:first-child {
  margin-left: 0;
}
.ui-dialog-buttonset > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: 0;
}
.ui-dialog-buttonset > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .input-group,
.btn-group-vertical > .input-group {
  position: relative;
  float: left;
}
.btn-group > .input-group .input-group-addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.container.left,
.container.right {
  padding-left: 0;
}
.documentation {
  float: right;
}
.clearall.well {
  overflow: hidden;
}
.hidden-soft {
  display: none;
}
h1.label-wrap,
h2.label-wrap,
h3.label-wrap,
h4.label-wrap,
h5.label-wrap {
  margin: 0 0 6px;
}
.input-group-wrap {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.input-group-checkbox-wrap {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-radius: 0 4px 4px 0;
}
.list-group-item.boxRow {
  overflow: hidden;
}
.list-group-item .left {
  float: left;
  line-height: 34px;
}
tr.highlight {
  background-color: #f5f5f5;
}
.navbar .input-group {
  margin-bottom: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover {
  outline: none;
}
.badge.sid {
  min-width: 50px;
}
.badge.error {
  background: #d9534f;
  color: #fff;
}
label {
  cursor: pointer;
}
label .fillout {
  color: red;
}
.label a {
  color: inherit;
}
.pages .pageinfo {
  float: left;
  margin-top: 25px;
  margin-right: 15px;
}
.block .input-group.p25 {
  min-width: 300px;
}
.block .pages .pageinfo {
  margin-top: 5px;
}
.pages {
  overflow: hidden;
}
.p33 {
  width: 33.33333333%;
}
.p100 {
  width: 100%;
}
.p25 {
  width: 25%;
  float: left;
}
.left {
  float: left;
}
.container.left {
  float: none;
  margin-left: 0;
}
.block {
  overflow: hidden;
}
p.submit {
  margin-top: 15px;
}
ol.affacted-tables {
  list-style-type: decimal-leading-zero;
}
ol.affacted-tables li {
  list-style-position: inside;
  padding-left: 5px;
}
pre {
  font-size: 11px;
}
.custom-content pre {
  color: #666;
  font-size: 12px;
  margin: 20px 0;
  height: auto;
  max-height: 250px;
  overflow: scroll;
  background-color: #f7f7f9;
}
.submit-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
}
.submit-form {
  float: left;
  margin-right: 10px;
}
ul.default li {
  list-style: inherit;
}
ul.hlist {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
ul.hlist li {
  display: block;
  float: left;
}
ul.hlist li.right {
  float: right;
}
.well h1 {
  margin-top: 0;
}
.multi_input {
  margin: 0;
}
/* sticky footer */
html {
  position: relative;
  background: #F0F0F0;
  height: 100%;
  width: 100%;
  margin: 0;
  /* The height must be greater as the height set for #topbar in admin/templates/bootstrap/css/app/_topbar.scss. */
  scroll-padding-top: 6rem;
}
body {
  background-color: transparent;
  min-height: 100%;
  height: 100%;
}
.backend-wrapper.container {
  background: #fff;
  position: relative;
  margin: 65px auto 20px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.container {
  background-color: transparent;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 45px;
  padding-top: 10px;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #eaeaea;
}
.centered {
  text-align: center;
}
/* widgets */
.widget_settings.list-group .widget_item .title {
  font-weight: 700;
}
.widget_settings.list-group .widget_item .add {
  position: absolute;
  top: 5px;
  right: 10px;
}
.column {
  margin: 0;
  padding: 0;
}
.column_wrapper .column {
  float: left;
  width: 33.3%;
}
.column_wrapper #left {
  width: 40%;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
.column_wrapper #center {
  width: 30%;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
.column_wrapper #right {
  width: 30%;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
.column_wrapper .widget {
  margin: 10px 5px 0;
  padding: 0;
  list-style: none;
}
.column_wrapper .widget:hover {
  border-color: #ebebeb;
}
.column_wrapper .widget:hover .widget-head {
  background-color: #F9F9F9;
}
.widget-hidden {
  display: none;
}
.widget-head .options {
  float: right;
  visibility: hidden;
  padding: 0;
}
.widget-head .options a {
  padding: 0 0 0 3px;
}
.widget-head .options .collapse {
  padding-right: 5px;
}
.widget-head:hover .options,
.widget-head:hover .collapse,
.widget-head:hover .remove {
  visibility: visible;
}
.column_wrapper .widget .widget-head p {
  visibility: hidden;
}
.column_wrapper .widget:hover .widget-head p {
  display: block;
}
.column_wrapper #left .widget {
  margin: 10px 5px 0 0;
}
.column_wrapper #right .widget {
  margin: 10px 0 0 5px;
}
.column_wrapper .widget .widget-content .widget-custom-data {
  margin: 0;
}
.column_wrapper .widget .widget-content .widget-custom-data .box_info {
  margin: 0 0 5px;
}
ul.linklist,
.widget-custom-data ul,
.widget-custom-data ol {
  padding: 0;
}
.widget_settings_wrapper {
  display: none;
}
.widget-custom-data ul li,
.widget-custom-data ol li {
  padding: 0;
}
.widget-custom-data ol li {
  list-style: inside decimal;
}
.widget-placeholder {
  border: 2px dashed #ddd;
  margin-bottom: 20px;
  list-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.linklist li {
  list-style: none;
  overflow: hidden;
}
ul.linklist li img {
  float: left;
  margin: 0 10px 0 0;
}
ul.linklist.padded li img {
  height: 32px;
  width: 32px;
}
.column_wrapper .linklist li {
  list-style: none;
  margin: 0;
  padding-bottom: 5px;
}
ul.linklist li p.desc {
  font-size: 11px;
}
ul.linklist li a {
  display: block;
  line-height: 18px;
  overflow: hidden;
  text-decoration: none;
}
ul.linklist li a:hover {
  text-decoration: underline;
}
.widget-custom-data .container {
  width: 100%;
}
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
#login_wrapper {
  max-width: 290px;
  padding: 0;
  margin: 0 auto;
}
#login_wrapper .card-header {
  background-color: #e7e7e7;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#login_wrapper img.logo {
  text-align: center;
  height: 40px;
}
#login_wrapper a.captcha {
  padding: 15px;
  display: block;
}
/* ajax */
.single_search_browser {
  background-color: #fff;
  border: 3px solid #c1c1c1;
  border-radius: 10px;
  display: none;
  overflow: auto;
  padding: 10px;
  position: absolute;
  width: 900px;
  z-index: 999;
}
#ajax_list_picker,
.ajax_list_picker {
  background: #fff;
  display: none;
  position: absolute;
  width: 900px;
  overflow: auto;
  padding: 10px;
  border: 3px solid #c1c1c1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  z-index: 999;
}
#ajax_list_picker h1,
.ajax_list_picker h1 {
  float: none;
  font-size: 1.3em;
}
#ajax_list_picker input[type="text"],
.ajax_list_picker input[type="text"] {
  width: 874px;
}
#ajax_list_picker div.select_wrapper,
.ajax_list_picker div.select_wrapper {
  margin: 15px 0 10px;
  clear: both;
}
#ajax_list_picker div.select_wrapper h2,
.ajax_list_picker div.select_wrapper h2 {
  font-size: 1.2em;
}
#ajax_list_picker div.select_wrapper select,
.ajax_list_picker div.select_wrapper select {
  width: 100%;
  min-height: 280px;
  overflow: auto;
}
#ajax_list_picker div.search,
.ajax_list_picker div.search {
  width: 430px;
  float: left;
}
#ajax_list_picker div.added,
.ajax_list_picker div.added {
  width: 430px;
  float: right;
}
.upload_info {
  display: none;
}
img.slide-image {
  max-width: 100%;
  max-height: 300px;
  width: 100%;
}
.margin2 {
  margin: 2px;
}
.vheight {
  height: 100% !important;
}
.highlight .input-group-addon,
.highlight .input-group-wrap {
  color: #fff;
  border-color: #5CBCF6;
}
.highlight .input-group-addon:first-child {
  background: #5CBCF6;
}
legend {
  font-size: 16px;
  width: auto;
  padding: 0 10px 20px;
  margin-bottom: -16px;
}
#area_wrapper {
  margin: 0 auto;
  position: relative;
  text-align: left;
}
#area_container {
  clear: both;
}
#area_editor {
  background: #fff;
}
#area_editor .category {
  margin-top: 0;
}
#area_wrapper div.area {
  background-color: #fff;
}
.red {
  background: red;
}
.green {
  background: green;
}
.single_search_browser input[type="text"],
.single_search_browser div.search select {
  width: 100%;
}
.single_search_browser div.search select {
  margin: 10px 0;
}
.single_search_browser img#loaderimg {
  visibility: hidden;
  padding-left: 5px;
}
.input-group-checkbox-wrap:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group span.cke_skin_kama {
  border: 0 none;
  border-radius: 0;
  padding: 0;
}
.input-group .cke_skin_kama .cke_wrapper {
  border: 0 none;
  border-radius: 0;
}
body .cke_skin_kama .cke_rcombo a,
body .cke_skin_kama .cke_rcombo a:active,
body .cke_skin_kama .cke_rcombo a:hover {
  height: 25px;
}
body .cke_skin_kama .cke_wrapper {
  background-color: #eee;
}
li.filestate {
  margin-bottom: 2px;
}
.select_wrapper {
  overflow: hidden;
}
.navbar-form {
  padding: 0;
}
.colorpicker {
  z-index: 999;
}
.colorpicker input[type="text"],
.colorpicker input[type="search"],
.colorpicker select {
  background: none;
  padding: inherit;
  margin: inherit;
  height: auto;
  line-height: inherit;
  font-size: 11px;
  width: inherit;
  box-shadow: none;
  border-radius: 0;
  border: inherit;
}
.navbar-form.navbar-right:last-child {
  margin-right: 0;
}
.navbar-form2 {
  overflow: hidden;
}
.profiler-pie-chart {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
ul.affacted-tables {
  padding: 0;
}
li.list {
  list-style: inside;
}
.affacted-tables .list {
  margin-bottom: 10px;
}
#formtableDIV,
#formtableDIV #buttons,
#formtableOptionDIV,
#formtableOptionDIV #buttonsOption {
  padding: 10px 0;
}
.ui-widget-content {
  font-size: 1em;
}
.plain-list .item {
  overflow: hidden;
}
.plain-list .for {
  float: left;
  font-weight: 700;
}
.plain-list .name {
  float: left;
  padding-right: 5px;
}
.input-group-addon .preisstring {
  padding-left: 5px;
}
.hlist2 .key {
  display: inline-block;
  min-width: 200px;
}
.hlist2 .value {
  font-weight: 700;
}
table tbody td div.sub {
  padding-left: 20px;
  background-image: url(../gfx/layout/subitem.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}
#theme-preview {
  border-left: 1px solid #ccc;
  width: 100%;
}
.clear {
  clear: both;
}
.boxRow {
  overflow: hidden;
  width: 100%;
}
.boxSubName {
  padding-left: 40px;
}
#install-header-image {
  margin-right: 10px;
  position: relative;
  bottom: 5px;
}
/* Marktplatz */
.marktplatz-search {
  margin: 0 auto;
  margin-right: auto !important;
  float: none !important;
}
.marktplatz-search .input-group .form-control {
  width: 360px;
  height: 50px;
}
.marktplatz-search .input-group button.btn.btn-default.search_submit {
  height: 50px;
  width: 50px;
}
.marketplace-search {
  margin-bottom: 25px;
}
.marketplace .item-img-wrapper {
  height: 96px;
  width: 128px;
  margin: 15px auto;
}
.marketplace .item-img-wrapper img {
  max-width: 128px;
  max-height: 96px;
}
h3.mp-headline {
  color: #555;
  margin-left: 15px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 15px;
}
.mp-logo {
  width: 245px;
  margin-bottom: 25px;
  margin-top: -25px;
}
.mp-menu {
  padding: 0 25px;
  margin-top: 15px;
}
.mp-menu .nav {
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
.sidebar-item-wrapper {
  background: #fff;
  clear: both;
  float: left;
  margin-top: 25px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  padding: 5px;
}
.sidebar-item-wrapper h4 {
  padding-left: 15px;
  margin-bottom: 15px;
}
.col-md-12.btn-wrapper {
  text-align: center;
  margin: 15px 0;
}
ul.nav.nav-pills.nav-stacked {
  border-radius: 2px;
}
ul.nav.nav-pills.nav-stacked li a {
  position: static;
  border-radius: 0;
}
ul.nav.nav-pills.nav-stacked li {
  border-bottom: 1px solid #eaeaea;
  margin-top: 0;
}
ul.nav.nav-pills.nav-stacked li:last-child {
  border-bottom: none;
}
span.cat-icon {
  float: left;
  display: block;
  padding: 10px 15px;
  border-right: 1px solid #eaeaea;
  margin-right: 10px;
  color: #4791bf;
  width: 45px;
}
ul.nav.nav-pills.nav-stacked li:hover .cat-icon {
  background-color: #f4f4f4;
}
ul.nav.nav-pills.nav-stacked li.active .cat-icon {
  background-color: #f4f4f4;
}
span.mp-sortorder {
  background: #fff;
  height: 50px;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  display: inline-block;
}
select.mp-sort {
  margin-top: 13px;
  margin-left: 10px;
  border: none;
  background: #fff;
}
select.mp-order {
  margin-top: 13px;
  margin-right: 10px;
  border: none;
  background: #fff;
}
.item.item-category {
  width: 110px;
  height: 110px;
  margin: 0 15px 0 0;
  padding: 10px;
  display: inline-block;
  background: #fff;
  text-align: center;
  border: none;
}
ul.fluid-list {
  padding: 0;
  margin: 25px 0;
  text-align: center;
}
ul.fluid-list .item {
  padding: 15px;
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 0 -2px;
}
.cert-wrapper {
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 3;
}
.cert-wrapper img {
  height: 55px;
}
.cat-wrapper {
  background: #5cbcf6;
  color: #fff;
  overflow: hidden;
  width: 100%;
}
.cat-wrapper span.cat-name {
  padding: 10px;
  display: block;
  float: left;
  width: 85%;
  text-align: left;
}
.cat-wrapper span.cat-icon {
  color: #fff;
  display: block;
  float: left;
  width: 15%;
  margin-right: 0;
  font-size: 18px;
  padding: 7px 0;
}
p.title {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-img-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
}
ul.fluid-list .item-extension.item .item-inner {
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
.item.item-category:last-child {
  margin-right: 0;
}
.item .author-meta {
  font-size: 0.9em;
}
.item .short-description {
  border-top: 1px solid #eaeaea;
  font-size: 0.9em;
  text-align: left;
  padding: 10px;
  margin-bottom: 0;
  min-height: 110px;
}
.item .item-right p {
  margin-bottom: 2px;
}
.item .item-left {
  float: left;
  width: 128px;
  min-height: 1px;
}
.item .item-right {
  float: left;
  margin-left: 15px;
  width: 185px;
}
#cat-tools:before {
  content: "\f085";
}
#cat-importexport:before {
  content: "\f0c7";
}
#cat-sprachpakete:before {
  content: "\f0ac";
}
#cat-druckvorlagen:before {
  content: "\f02f";
}
#cat-auswertungen:before {
  content: "\f200";
}
#cat-templatesthemes:before {
  content: "\f03e";
}
#cat-zahlungsarten:before {
  content: "\f0d6";
}
#cat-seo:before {
  content: "\f1a0";
}
#cat-marketing:before {
  content: "\f0c0";
}
#cat-sonstiges:before {
  content: "\f1a8";
}
.card-header .btn-tooltip.btn-heading {
  margin-right: 16px;
}
.table td {
  vertical-align: middle;
}
.table td label {
  margin-bottom: 0;
}
.table-align-top td,
.table-align-top thead th {
  vertical-align: top;
}
.table-images {
  overflow: hidden;
}
.table-images input {
  float: left;
  width: 40%;
}
span.cross-sign {
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  font-size: 16px;
  font-weight: 700;
  width: 10%;
  line-height: 30px;
}
.success {
  color: #5cb85c;
  margin-right: 10px;
}
span.success {
  color: #fff;
}
.error {
  color: #d9534f;
  margin-right: 10px;
}
.list-wrapper {
  float: left;
  height: 100%;
  border-right: 1px solid #eaeaea;
  position: relative;
  margin-bottom: -500em;
  padding-bottom: 500em;
}
.navbar-fright a i.fa {
  font-size: 18px;
}
/* Dashboard */
.dashboard-wrapper a {
  text-decoration: underline dotted;
}
.dashboard-wrapper a:hover {
  text-decoration: none;
}
.row.dashboard-conf {
  margin-bottom: 15px;
}
.widget-head .widget-title::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: inherit;
}
#widget-Visitors .widget-head .widget-title::before {
  content: "\f0c0";
}
#widget-SalesVolume .widget-head .widget-title::before,
#widget-ShopStats .widget-head .widget-title::before {
  content: "\f080";
}
#widget-Clock .widget-head .widget-title::before {
  content: "\f017";
}
#widget-Patch .widget-head .widget-title::before {
  content: "\f0ad";
}
#widget-Help .widget-head .widget-title::before {
  content: "\f059";
}
#widget-ServerSettings .widget-head .widget-title::before {
  content: "\f1c0";
}
#widget-Shopinfo .widget-head .widget-title::before {
  content: "\f07a";
}
#widget-LastOrders .widget-head .widget-title::before {
  content: "\f022";
}
#widget-Campaigns .widget-head .widget-title::before {
  content: "\f1a0";
}
#widget-UnlockRequestNotifier .widget-head .widget-title::before {
  content: "\f164";
}
#widget-LastSearch .widget-head .widget-title::before,
#widget-Top10Search .widget-head .widget-title::before {
  content: "\f002";
}
#widget-Serverinfo .widget-head .widget-title::before {
  content: "\f05a";
}
#widget-ExtensionViewer .widget-head .widget-title::before {
  content: "\f1e6";
}
#widget-VisitorsOnline .widget-head .widget-title::before {
  content: "\f21b";
}
#widget-News .widget-head .widget-title::before {
  content: "\f1ea";
}
#widget-Bots .widget-head .widget-title::before {
  content: "\f188";
}
/* Widgets */
.clock {
  text-align: center;
}
p#clock_time {
  font-size: 44px;
  font-family: serif;
}
p#clock_date {
  font-size: 18px;
}
.documentation {
  padding-left: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
li.navbar-fright {
  float: right;
}
.input-group-checkbox-wrap {
  border: 0 none;
}
.input-group-colorpicker-wrap {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #555;
  display: table-cell;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.input-group-checkbox-wrap input[type=radio] {
  margin: 2px 0 2px 5px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .navbar-right .dropdown {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm li > a {
  color: #555;
}
.yamm-content li a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px 5px 3px;
  white-space: nowrap;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 0.1s ease-in;
}
.yamm-content:last-child {
  margin-right: -13px;
}
.yamm-content li {
  margin-left: -10px;
  padding-left: 10px;
}
.yamm-content li a:focus,
.yamm-content li a:hover {
  color: #E04000;
  text-decoration: none;
}
.yamm-content .left {
  border-right: 1px solid #e5e5e5;
  padding-left: 10px;
}
.yamm-content .left:last-child {
  border-right: 0 none;
}
ul.list-unstyled {
  height: 100%;
}
.table .plugin-install-date {
  white-space: nowrap;
}
h4 .label {
  font-size: 70%;
}
.boxRowContainer {
  padding-top: 10px;
}
input[size="3"] {
  width: 50px;
}
input[size="2"] {
  width: 40px;
}
input[type="number"][size="2"] {
  width: 55px;
}
input[type="number"][size="3"] {
  width: 60px;
}
.accordion-heading {
  overflow: hidden;
}
.accordion-heading a {
  outline: none;
}
.accordion-heading h3 {
  line-height: 34px;
}
.clear-both {
  clear: both;
}
.box-active-filters {
  margin: 0;
  padding: 0 0 0 15px;
}
.input-group-wrap .file-input .input-group {
  margin-bottom: 0;
}
.settings .input-group .btn-file {
  margin-right: -1px;
}
#log .highlight {
  word-break: break-all;
}
.btn.ui-button-text-only .ui-button-text {
  padding: 0;
  display: inline;
  text-shadow: none;
  background: none;
  color: #fff;
}
.ui-widget-header {
  background: #337ab7 none;
  border: 0;
}
.input-group .link_image {
  max-width: 100%;
}
.input-group .CodeMirror {
  border: 1px solid #ccc;
}
.boxRowBaseContainer .boxRow {
  padding-left: 30px;
}
.text-vcenter,
.table > thead > tr > th.text-vcenter,
.table > tbody > tr > th.text-vcenter,
.table > tfoot > tr > th.text-vcenter,
.table > thead > tr > td.text-vcenter,
.table > tbody > tr > td.text-vcenter,
.table > tfoot > tr > td.text-vcenter {
  vertical-align: middle;
}
tr.text-vcenter > td,
tr.text-vcenter > th {
  vertical-align: middle !important;
}
.text-vtop {
  vertical-align: top;
}
tr.text-vtop > td,
tr.text-vtop > th {
  vertical-align: top !important;
}
.row.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.cache-row .file-path {
  word-break: break-all;
  max-width: 100%;
}
.cache-row .value {
  min-width: 85px;
}
.alert a:not(.btn) {
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.btn-group-md > .btn,
.btn-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.tooltip-inner {
  max-width: 500px;
  padding: 5px 10px;
  font-size: 13px;
}
.tooltip-inner code {
  color: inherit;
}
.alert-custom {
  padding: 10px;
}
.alert-custom > [data-notify="icon"] {
  height: 50px;
  margin-right: 12px;
  font-size: 1.5em;
  line-height: 1em;
}
.alert-custom > [data-notify="title"] {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.alert-custom > [data-notify="message"] {
  font-size: 100%;
}
.text-x1 {
  font-size: 110%;
}
.text-x2 {
  font-size: 120%;
}
.text-x3 {
  font-size: 130%;
}
.text-x4 {
  font-size: 140%;
}
.text-twice {
  font-size: 2em;
}
.text-three-times {
  font-size: 3em;
}
.text-four-times {
  font-size: 4em;
}
.text-five-times {
  font-size: 5em;
}
.last-child {
  margin-bottom: 0;
}
pre#debug {
  font-size: 13px;
  color: #333;
}
pre#debug b {
  color: red;
}
[data-notify="container"] .close {
  font-size: 16px;
  opacity: 0.5;
}
/******************** NEW *******************/
.backend-wrapper .navbar-default {
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.backend-wrapper .navbar-brand img {
  height: 50px;
  width: 50px;
}
.backend-wrapper .navbar-brand {
  padding: 0;
  margin: 0;
}
.badge-notify {
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  float: left;
  border-radius: 0;
  padding: 5px 8px;
  margin-top: -1px;
  margin-right: 5px;
}
@media (min-width: 1240px) {
  .container {
    width: 1222px;
  }
}
#main-search.modal {
  padding: 0 !important;
}
#main-search.modal .modal-dialog {
  width: auto;
  margin: 0 auto;
}
#main-search.modal .modal-content {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: transparent;
}
#main-search.modal .modal-header {
  border: 0;
  padding: 0;
  position: relative;
}
#main-search.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  opacity: 1;
  padding: 10px 20px;
  font-size: 60px;
  z-index: 10;
}
#main-search.modal input[type="search"] {
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0;
  margin: 0 auto;
  padding: 0 30px;
  outline: none;
  z-index: 1;
}
#main-search.modal input[type="search"]::-webkit-input-placeholder {
  color: #8c8c8c;
}
#main-search.modal input[type="search"]:-moz-placeholder {
  color: #8c8c8c;
}
#main-search.modal input[type="search"]::-moz-placeholder {
  color: #8c8c8c;
}
#main-search.modal input[type="search"]:-ms-input-placeholder {
  color: #8c8c8c;
}
#main-search.modal .modal-body {
  max-height: calc(100vh - 87px);
  overflow-y: auto;
  color: #fff;
}
#main-search.modal .modal-body h2 small {
  font-size: 50%;
  display: block;
  margin-top: -2px;
  color: rgba(255, 255, 255, 0.5);
}
#main-search.modal .modal-body ul {
  padding: 0;
}
#main-search.modal .modal-body ul li.active a {
  background: red;
  display: block;
}
#main-search a,
#main-search button {
  color: #ffffff;
}
#main-search.modal .modal-body ul li p {
  margin: 0;
}
#main-search.modal .modal-body ul li small {
  display: block;
  margin-top: -2px;
  color: rgba(255, 255, 255, 0.3);
}
.modal-backdrop.in {
  opacity: 0.85;
}
.nag {
  display: block;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  margin: 10px 5px;
}
.nag a {
  color: #000;
}
.nag a:hover,
.nag a:active {
  text-decoration: none;
}
.nag:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.nag > .nag-split {
  width: 20px;
  float: left;
  height: 100%;
  text-align: center;
}
.nag > .nag-split > .fa {
  position: relative;
  top: calc(50% - 10px) !important;
  font-size: 20px;
  padding-left: 1px;
}
.nag > .nag-content {
  padding-left: 30px;
  padding-right: 20px;
}
.nag > .nag-content * {
  white-space: nowrap;
}
.nag > .nag-content .nag-title {
  font-size: 1.2em;
}
.nag > .nag-content .nag-text {
  color: #777;
  font-size: 0.9em;
}
.dropdown-menu-custom {
  padding: 5px;
}
.well {
  min-height: 20px;
  background-color: #F7F7F7;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.switcher {
  z-index: 980;
  position: fixed;
  top: 84px;
  right: -360px;
  width: 360px;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.switcher .btn-toggle {
  position: absolute;
  left: -43px;
  top: 0;
  padding: 10px 15px;
  z-index: 980;
  border-right-width: 0;
  background-color: #E04000;
}
.switcher,
.switcher .btn-toggle {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
}
.switcher {
  color: #333;
}
.switcher a.btn-toggle {
  color: #fff;
}
.switcher.open {
  right: -2px;
  z-index: 1060;
}
.switcher.open a.btn-toggle {
  color: #fff;
  background-color: #333;
}
.switcher .switcher-content {
  padding: 15px;
  min-height: 44px;
  background-color: #fff;
}
.switcher .switcher-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.switcher .switcher-header h2 {
  margin: 0;
  padding: 0 15px;
  line-height: 39px;
  font-size: 20px;
}
.navbar-inverse {
  background-color: #333;
  border: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #EFEFEF;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #333;
  background-color: #FFF;
}
.menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  background-color: #000;
  opacity: 0;
}
.menu-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.menu-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.media.widget {
  margin-top: 5px;
}
.media.widget .media-heading {
  margin: 0;
  font-size: 1.1em;
}
.media.widget .media-right {
  vertical-align: middle;
}
.media.widget .media-right a {
  color: #fff;
}
.media.widget .badge-widget {
  float: left;
  margin: 0;
  border-radius: 0;
  background: #E04000;
  padding: 8px 10px;
}
.label {
  border-radius: 0;
}
.btn-group-plain .btn {
  border: 0;
  background-color: transparent;
}
.btn-group-plain .btn:hover {
  color: #E04000;
}
.content-header {
  margin-top: 0;
}
.content-header .actions {
  opacity: 0.25;
  transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
}
.content-header:hover .actions {
  opacity: 1;
}
.content-header .description a {
  color: #5cbcf6;
  font-weight: bold;
  text-decoration: underline;
}
.dropdown.avatar > a {
  padding: 0;
}
.dropdown.avatar img {
  height: 34px;
  margin: 8px;
  border-radius: 50%;
}
.systemcheck2 {
  margin-top: -45px;
}
.systemcheck .page-header {
  border-color: #dddddd;
}
.systemcheck .page-header h1 {
  font-size: 30px;
}
.systemcheck .test-name {
  color: #444;
}
.systemcheck table td {
  vertical-align: middle !important;
}
.systemcheck h4.label-wrap i {
  width: 12px;
  max-width: 12px;
}
.systemcheck .label {
  padding: 0.4em 0.6em;
  border-radius: 0;
}
.db-sidebar.affix {
  position: static;
}
.db-sidenav {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.db-sidebar .nav > li > a {
  display: block;
  padding: 2px 0;
  font-size: 16px;
}
.db-sidebar .nav > li > a:focus,
.db-sidebar .nav > li > a:hover {
  color: #563d7c;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  .db-sidebar.affix {
    position: fixed;
    top: 45px;
  }
  .db-sidebar.affix-bottom {
    position: absolute;
  }
  .db-sidebar.affix .db-sidenav,
  .db-sidebar.affix-bottom .db-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
h1.top,
h2.top,
h3.top,
h4.top,
h5.top {
  margin-top: 0;
}
h2 .btn-group {
  vertical-align: inherit;
}
.simple-menu {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
}
.simple-menu > li {
  display: inline-block;
}
.simple-menu > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\2014";
}
.CodeMirror {
  background: #f7f7f7;
  font-size: 12px;
  height: 260px;
}
.code-inline {
  background-color: #eee;
  padding: 0 5px;
  margin: 0;
}
.code-inline pre {
  display: table-cell;
  white-space: nowrap;
  background-color: transparent !important;
  border: 0;
  padding: 0;
  margin: 0;
}
.nowrap td,
.nowrap th,
td.nowrap {
  white-space: pre;
}
.table-sql {
  background-color: #fff;
  font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif;
}
.table-sticky-header thead {
  background-color: #fff;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 1px;
}
.table-sql td.data {
  font-family: monospace;
}
.table-sql td.data-str {
  color: #0005CC;
}
.table-sql td.data-int,
.table-sql td.data-float {
  color: #3A9A00;
}
.table-sql td.data-date {
  color: #A500D8;
}
.table-sql td.data-char {
  text-align: center;
}
.table-sql td.data-char span {
  background-color: #999;
  display: inline;
  padding: 0.1em 0.4em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.table-sql td.data-null {
  color: #999;
  font-style: italic;
}
.highlight {
  color: #000 !important;
  background-color: #FFFF88 !important;
}
.panel-danger {
  background-color: #C82E29;
  color: #ffffff !important;
}
.panel-danger a,
.panel-danger table,
.panel-danger .btn-link {
  color: #fff;
}
.border-right {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-color: rgba(0, 0, 0, 0.07) !important;
}
.panel-body > *:last-child {
  margin-bottom: 0;
}
.card-header .heading-body,
.card-header .heading-right {
  display: table-cell;
  vertical-align: middle;
}
.card-header .heading-body .btn,
.card-header .heading-right .btn {
  white-space: nowrap;
}
.card-header .heading-right > .btn-group {
  border-collapse: collapse;
}
.card-header .heading-right > .btn-group > .btn {
  display: table-cell;
  float: none;
  /*width: 1%;*/
}
.card-header .heading-body {
  width: 10000px;
}
.table.table-blank > thead > tr > th,
.table.table-blank > tbody > tr > th,
.table.table-blank > tfoot > tr > th,
.table.table-blank > thead > tr > td,
.table.table-blank > tbody > tr > td,
.table.table-blank > tfoot > tr > td {
  border-top-width: 0;
}
.alert {
  border: 0;
}
.alert i.fa {
  padding: 0 3px;
}
.alert-sm {
  padding: 10px;
}
.alert-xs {
  padding: 5px 10px;
}
.widget-content .alert {
  margin-bottom: 0;
}
.query {
  margin: 20px 0;
}
.query-code {
  padding: 10px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
.query-code code {
  padding: 0;
  background: transparent;
}
.query-sub > * {
  vertical-align: middle;
}
.query-sub > * + * {
  margin-left: 10px;
  display: inline-block;
}
.input-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0;
}
#filter form {
  margin: 0;
}
#filter fieldset {
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: top;
}
#filter fieldset + fieldset {
  margin-left: 10px;
}
#filter legend {
  font-size: 14px;
  margin: 0 10px -6px 10px;
  width: auto;
  padding: 0;
  border: 0;
}
#filter fieldset .form-control {
  width: auto;
  display: inline-block;
}
#filter .fieldset-body {
  padding: 10px;
}
#filter .fieldset-body .fieldset-row > * {
  vertical-align: middle;
}
#filter .fieldset-body .fieldset-row > a {
  margin-left: 5px;
}
#filter .fieldset-body .fieldset-row + .fieldset-row {
  padding: 10px 0 0 0;
}
#filter .input-xs,
#filter .btn-xs {
  height: 23px;
}
.paginator {
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  width: 100%;
}
.paginator .slider.slider-horizontal {
  width: 400px;
  margin-left: -200px;
}
.paginator-bottom {
  border-bottom: 0;
  position: fixed;
  bottom: 0;
}
.paginator .slider-handle {
  background: #333333;
}
.paginator .slider-selection {
  background-image: none;
  background-color: #ddd;
  filter: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.paginator .slider-track-low,
.paginator .slider-track-high {
  background: #ddd;
}
.paginator .slider-track-low,
.paginator .slider-track-high,
.paginator .slider-selection {
  border-radius: 0;
}
.thumb-box {
  margin: auto;
  position: relative;
}
.thumb-box .thumb {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.thumb-box.thumb-lg {
  height: 333px;
  width: 500px;
}
.thumb-box.thumb-md {
  height: 160px;
  width: 250px;
}
.thumb-box.thumb-sm {
  height: 80px;
  width: 120px;
}
.thumb-box.thumb-xs {
  height: 50px;
  width: 75px;
}
.label abbr {
  border: none;
}
.toolbar {
  margin-bottom: 10px;
  padding: 10px;
}
.toolbar-container {
  padding: 0;
  margin: 0;
}
.toolbar label {
  margin: 0;
  margin-bottom: 5px;
}
.toolbar-col {
  padding-left: 5px;
  padding-right: 5px;
}
.toolbar-row {
  margin-left: -5px;
  margin-right: -5px;
}
.toolbar .well {
  margin: 0;
}
.ui-state-highlight {
  border: 0;
}
.ui-sortable-handle:hover {
  cursor: ns-resize;
}
.template-favicon-upload .file-input {
  overflow-x: hidden;
}
.review-reply {
  margin: 0;
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu .list-wrapper {
    float: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .dropdown .dropdown-menu .list-wrapper .list-unstyled {
    float: none;
  }
  .yamm-content li a {
    color: #fff;
  }
  .nag {
    background-color: inherit;
  }
  .nag:hover {
    background-color: inherit;
  }
  .nag a {
    color: #fff;
  }
}
.tt-menu {
  max-height: 256px;
  overflow-y: auto;
}
.tt-suggestion {
  cursor: pointer;
}
.top40 {
  margin-top: 40px;
}
.word-break-all {
  word-break: break-all;
}
#question-answers,
#question-options {
  padding: 8px;
}
#question-answers button,
#question-options button {
  margin-bottom: 10px;
}
div.markdown ul li {
  list-style: disc outside none;
}
div.markdown ol li {
  list-style: decimal outside none;
}
div.markdown p {
  text-align: justify;
}
div.markdown blockquote {
  font-size: inherit;
}
div.markdown pre {
  overflow-wrap: break-word;
  white-space: pre-line;
  word-break: unset;
}
div.markdown table {
  border: 1px solid #ddd;
}
div.markdown thead tr th,
div.markdown tbody tr th,
div.markdown tfoot tr th,
div.markdown thead tr td,
div.markdown tbody tr td,
div.markdown tfoot tr td {
  border: 1px solid #ddd;
  padding: 8px;
}
div.markdown thead tr th,
div.markdown thead tr td {
  border-bottom-width: 2px;
}
.alert-default {
  color: #666;
  background-color: #f0f0f0;
}
.close {
  cursor: pointer;
}
.btn-default {
  border-color: #5CBCF6;
  color: #5CBCF6;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-default:hover {
  box-shadow: none;
  color: #5CBCF6;
}
.btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.kv-upload-progress {
  margin-bottom: 1rem;
}
.file-preview {
  border-radius: 0.125rem;
  border-style: dashed;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 0;
}
.file-preview .fileinput-remove {
  top: 1rem;
  right: 1rem;
}
.file-preview .krajee-default.file-preview-frame {
  border: 0;
  margin: 0;
  box-shadow: none;
  padding: 0;
  float: none;
}
.file-preview .krajee-default.file-preview-frame:hover {
  box-shadow: none;
  border: 0;
}
.file-preview .krajee-default.file-preview-frame .kv-file-content {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.file-preview .file-upload-indicator {
  display: none;
}
.file-preview .file-preview-thumbnails img {
  max-width: 100%;
}
.file-drop-zone {
  margin: 0.75rem 0 0;
  padding: 0;
  border: 2px solid transparent;
}
.file-drop-zone.clickable:hover {
  border: 2px solid transparent;
}
.file-drop-zone .file-drop-zone-title {
  padding: 1.5rem 1rem;
}
.grid {
  column-count: 2;
}
.grid .grid-item {
  break-inside: avoid;
  width: 100%;
}
.file-input .close {
  float: right;
}
.file-input .input-grp-append .btn-file,
.file-input #shoplogo-upload {
  cursor: pointer;
}
.file-input .file-preview {
  border-radius: 0.125rem;
  border-style: dashed;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 0;
}
.file-input .file-drop-zone {
  margin: 0.75rem 0 0;
  padding: 0;
  border: 2px solid transparent;
}
.hide-fileinput-remove .fileinput-remove {
  display: none;
}
#articlePicker-result-list .list-group-item {
  padding: 0.5rem;
}
#articlePicker-result-list .list-group-item .list-group-item-text {
  margin: 0;
}
#settings form.settings {
  column-count: 2;
  column-width: 450px;
  column-gap: 2rem;
}
#settings form.settings .config-card-wrapper {
  padding-bottom: 2rem;
}
#settings form.settings .card {
  break-inside: avoid;
  margin-bottom: 0;
}
#settings form.settings .card.single {
  column-span: all;
}
#settings form.settings .save-wrapper {
  -webkit-column-span: all;
  column-span: all;
  margin-top: 2rem;
}
#dropdown-search {
  max-height: 75vh;
  overflow: auto;
}
#dropdown-search code {
  color: inherit;
}
.icon-hover span {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s;
  width: inherit;
  height: inherit;
}
.icon-hover span:nth-child(2) {
  opacity: 0;
}
.icon-hover span:nth-child(2):hover {
  opacity: 1;
}
.icon-hover span:nth-child(1):hover {
  opacity: 0;
}
.has-notify-icon {
  position: relative;
}
.has-notify-icon span:nth-child(2) {
  transform: scale(0.4);
  position: absolute;
  top: -16px;
  right: -25px;
  color: #fff;
}
.has-notify-icon.stack-refresh span:nth-child(2) {
  right: -29px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.tr-divider-top {
  border-top: 3px solid #bdbdbd;
}
.tr-divider-bottom {
  border-bottom: 3px solid #bdbdbd;
}
.navbar-toggler {
  z-index: 1050;
}
.cursor-pointer {
  cursor: pointer;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bootstrap-select.disabled {
  color: #6c757d;
  background-color: #e9ecef;
  opacity: 0.7;
}
.search-page {
  overflow-x: auto;
}
.search-page .path {
  margin-left: auto;
  padding-left: 1rem;
  color: #bdbdbd;
  font-size: 0.703125rem;
  line-height: 1.4375rem;
}
.search-page ul ul {
  list-style: none;
  padding-left: 0;
}
.search-page .dropdown-item {
  display: flex;
  flex-direction: row;
}
[aria-expanded="true"] .rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 10px;
}
.rotate-180 {
  font-size: 10px;
}
.select2-container {
  min-width: 100%;
  max-width: inherit;
}
.typeahead-spinner {
  position: absolute;
  right: 42px;
  top: 12px;
  display: none;
}
.exstore-banner {
  width: 100%;
  margin: 2rem auto;
  display: block;
  max-width: 2000px;
}
@media (max-width: 768px) {
  .exstore-banner {
    max-width: 412px;
  }
}
.card-widget.card .chevronToggle {
  float: right;
}
#codeIsStillValid {
  background-color: var(--body-bg);
}
#codeIsStillValid > div {
  width: 10px;
  height: 100%;
  background: var(--primary);
  animation: codeValid 30s linear infinite;
  animation-delay: var(--secondsCodeIsStillValid, 0);
}
@keyframes codeValid {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
:root,
:root.theme-light {
  --body-bg: #f5f7fa;
  --body-color: #435a6b;
  --btn-color: #ffffff;
  --btn-color-highlighted: #435a6b;
  --icon-color: #ffffff;
  --icon-color-highlighted: #435a6b;
  --card-bg: #ffffff;
  --input-bg: #ffffff;
  --input-border-focus-color: #7dcdfe;
  --input-group-bg: #e9ecef;
  --input-group-border-color: #435a6b;
  --card-shadow-color: rgba(0, 0, 0, 0.04);
  --topbar-bg: #ffffff;
  --border-color: #e4e9f2;
  --navbar-shadow-color: #eef0f3;
  --table-accent-color: #f5f7fa;
  --table-stripe-color: #f5f7fa;
  --brand-logo-display: unset;
  --brand-logo-white-display: none;
  --link-color: #0b6aa2;
  --link-hover-color: #324350;
  --btn-link-color: #435a6b;
  --btn-link-hover-color: #26323c;
  --daterangepicker-accent-color: #ebf4f8;
  --wizard-bg: #ffffff url("images/setup-assistant-bg.svg") no-repeat left top/auto 43.75rem;
  --sidebar-accent-color: #0b6aa2;
  --checkbox-border-color: #435a6b;
  --checkbox-checked-bg: transparent;
  --button-shadow-color: rgba(0, 0, 0, 0.16);
  --invert-color: 0;
  --list-group-color: #5cbcf6;
  --custom-select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23435a6b' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center/auto 100%;
  --primary: #5cbcf6;
  --secondary: #435a6b;
  --dark-gray: #bdbdbd;
  --success: #0f9d48;
  --info: #9cadbc;
  --warning: #f68b25;
  --danger: #e10505;
  --light-gray: #f5f7fa;
}
:root ::-ms-reveal,
:root.theme-light ::-ms-reveal {
  filter: invert(0);
}
:root .text-primary,
:root.theme-light .text-primary {
  color: #5cbcf6 !important;
}
:root .badge-primary,
:root.theme-light .badge-primary {
  background-color: #5cbcf6;
}
:root .alert-primary,
:root.theme-light .alert-primary {
  background-color: #5cbcf6;
  border-color: #5cbcf6;
}
:root .btn-primary,
:root.theme-light .btn-primary {
  background-color: #5cbcf6;
  border-color: #5cbcf6;
}
:root .text-secondary,
:root.theme-light .text-secondary {
  color: #435a6b !important;
}
:root .badge-secondary,
:root.theme-light .badge-secondary {
  background-color: #435a6b;
}
:root .alert-secondary,
:root.theme-light .alert-secondary {
  background-color: #435a6b;
  border-color: #435a6b;
}
:root .btn-secondary,
:root.theme-light .btn-secondary {
  background-color: #435a6b;
  border-color: #435a6b;
}
:root .text-dark-gray,
:root.theme-light .text-dark-gray {
  color: #bdbdbd !important;
}
:root .badge-dark-gray,
:root.theme-light .badge-dark-gray {
  background-color: #bdbdbd;
}
:root .alert-dark-gray,
:root.theme-light .alert-dark-gray {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
:root .btn-dark-gray,
:root.theme-light .btn-dark-gray {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}
:root .text-success,
:root.theme-light .text-success {
  color: #0f9d48 !important;
}
:root .badge-success,
:root.theme-light .badge-success {
  background-color: #0f9d48;
}
:root .alert-success,
:root.theme-light .alert-success {
  background-color: #0f9d48;
  border-color: #0f9d48;
}
:root .btn-success,
:root.theme-light .btn-success {
  background-color: #0f9d48;
  border-color: #0f9d48;
}
:root .text-info,
:root.theme-light .text-info {
  color: #9cadbc !important;
}
:root .badge-info,
:root.theme-light .badge-info {
  background-color: #9cadbc;
}
:root .alert-info,
:root.theme-light .alert-info {
  background-color: #9cadbc;
  border-color: #9cadbc;
}
:root .btn-info,
:root.theme-light .btn-info {
  background-color: #9cadbc;
  border-color: #9cadbc;
}
:root .text-warning,
:root.theme-light .text-warning {
  color: #f68b25 !important;
}
:root .badge-warning,
:root.theme-light .badge-warning {
  background-color: #f68b25;
}
:root .alert-warning,
:root.theme-light .alert-warning {
  background-color: #f68b25;
  border-color: #f68b25;
}
:root .btn-warning,
:root.theme-light .btn-warning {
  background-color: #f68b25;
  border-color: #f68b25;
}
:root .text-danger,
:root.theme-light .text-danger {
  color: #e10505 !important;
}
:root .badge-danger,
:root.theme-light .badge-danger {
  background-color: #e10505;
}
:root .alert-danger,
:root.theme-light .alert-danger {
  background-color: #e10505;
  border-color: #e10505;
}
:root .btn-danger,
:root.theme-light .btn-danger {
  background-color: #e10505;
  border-color: #e10505;
}
:root .text-light-gray,
:root.theme-light .text-light-gray {
  color: #f5f7fa !important;
}
:root .badge-light-gray,
:root.theme-light .badge-light-gray {
  background-color: #f5f7fa;
}
:root .alert-light-gray,
:root.theme-light .alert-light-gray {
  background-color: #f5f7fa;
  border-color: #f5f7fa;
}
:root .btn-light-gray,
:root.theme-light .btn-light-gray {
  background-color: #f5f7fa;
  border-color: #f5f7fa;
}
:root.theme-dark {
  --body-bg: #212529;
  --body-color: #dddddd;
  --btn-color: #000000;
  --btn-color-highlighted: #2b3035;
  --icon-color: #ffffff;
  --icon-color-highlighted: #2b3035;
  --card-bg: #2b3035;
  --input-bg: #2b3035;
  --input-border-focus-color: #7dcdfe;
  --input-group-bg: #1f2327;
  --input-group-border-color: #495057;
  --card-shadow-color: rgba(0, 0, 0, 0.25);
  --topbar-bg: #2b3035;
  --border-color: #495057;
  --navbar-shadow-color: #1f232b;
  --table-accent-color: #1f2327;
  --table-stripe-color: #1f2327;
  --brand-logo-display: none;
  --brand-logo-white-display: unset;
  --link-color: #85adcc;
  --link-hover-color: #739ab6;
  --btn-link-color: #dddddd;
  --btn-link-hover-color: #ffffff;
  --daterangepicker-accent-color: #1f2327;
  --wizard-bg: #2b3035 url("images/setup-assistant-bg-black.svg") no-repeat left top/auto 43.75rem;
  --sidebar-accent-color: #7dcdfe;
  --checkbox-border-color: #5cbcf6;
  --checkbox-checked-bg: #7dcdfe;
  --button-shadow-color: rgba(0, 0, 0, 0.4);
  --invert-color: 1;
  --list-group-color: #5cbcf6;
  --custom-select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%2385adcc' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center/auto 100%;
  --primary: #1ca2f2;
  --secondary: #364856;
  --dark-gray: #979797;
  --success: #0c7e3a;
  --info: #738ba0;
  --warning: #d96f09;
  --danger: #b40404;
  --light-gray: #b3c2d9;
}
:root.theme-dark ::-ms-reveal {
  filter: invert(1);
}
:root.theme-dark .text-primary {
  color: #1ca2f2 !important;
}
:root.theme-dark .badge-primary {
  background-color: #1ca2f2;
}
:root.theme-dark .alert-primary {
  background-color: #1ca2f2;
  border-color: #1ca2f2;
}
:root.theme-dark .btn-primary {
  background-color: #1ca2f2;
  border-color: #1ca2f2;
}
:root.theme-dark .text-secondary {
  color: #364856 !important;
}
:root.theme-dark .badge-secondary {
  background-color: #364856;
}
:root.theme-dark .alert-secondary {
  background-color: #364856;
  border-color: #364856;
}
:root.theme-dark .btn-secondary {
  background-color: #364856;
  border-color: #364856;
}
:root.theme-dark .text-dark-gray {
  color: #979797 !important;
}
:root.theme-dark .badge-dark-gray {
  background-color: #979797;
}
:root.theme-dark .alert-dark-gray {
  background-color: #979797;
  border-color: #979797;
}
:root.theme-dark .btn-dark-gray {
  background-color: #979797;
  border-color: #979797;
}
:root.theme-dark .text-success {
  color: #0c7e3a !important;
}
:root.theme-dark .badge-success {
  background-color: #0c7e3a;
}
:root.theme-dark .alert-success {
  background-color: #0c7e3a;
  border-color: #0c7e3a;
}
:root.theme-dark .btn-success {
  background-color: #0c7e3a;
  border-color: #0c7e3a;
}
:root.theme-dark .text-info {
  color: #738ba0 !important;
}
:root.theme-dark .badge-info {
  background-color: #738ba0;
}
:root.theme-dark .alert-info {
  background-color: #738ba0;
  border-color: #738ba0;
}
:root.theme-dark .btn-info {
  background-color: #738ba0;
  border-color: #738ba0;
}
:root.theme-dark .text-warning {
  color: #d96f09 !important;
}
:root.theme-dark .badge-warning {
  background-color: #d96f09;
}
:root.theme-dark .alert-warning {
  background-color: #d96f09;
  border-color: #d96f09;
}
:root.theme-dark .btn-warning {
  background-color: #d96f09;
  border-color: #d96f09;
}
:root.theme-dark .text-danger {
  color: #b40404 !important;
}
:root.theme-dark .badge-danger {
  background-color: #b40404;
}
:root.theme-dark .alert-danger {
  background-color: #b40404;
  border-color: #b40404;
}
:root.theme-dark .btn-danger {
  background-color: #b40404;
  border-color: #b40404;
}
:root.theme-dark .text-light-gray {
  color: #b3c2d9 !important;
}
:root.theme-dark .badge-light-gray {
  background-color: #b3c2d9;
}
:root.theme-dark .alert-light-gray {
  background-color: #b3c2d9;
  border-color: #b3c2d9;
}
:root.theme-dark .btn-light-gray {
  background-color: #b3c2d9;
  border-color: #b3c2d9;
}
@media (prefers-color-scheme: dark) {
  :root {
    --body-bg: #212529;
    --body-color: #dddddd;
    --btn-color: #000000;
    --btn-color-highlighted: #2b3035;
    --icon-color: #ffffff;
    --icon-color-highlighted: #2b3035;
    --card-bg: #2b3035;
    --input-bg: #2b3035;
    --input-border-focus-color: #7dcdfe;
    --input-group-bg: #1f2327;
    --input-group-border-color: #495057;
    --card-shadow-color: rgba(0, 0, 0, 0.25);
    --topbar-bg: #2b3035;
    --border-color: #495057;
    --navbar-shadow-color: #1f232b;
    --table-accent-color: #1f2327;
    --table-stripe-color: #1f2327;
    --brand-logo-display: none;
    --brand-logo-white-display: unset;
    --link-color: #85adcc;
    --link-hover-color: #739ab6;
    --btn-link-color: #dddddd;
    --btn-link-hover-color: #ffffff;
    --daterangepicker-accent-color: #1f2327;
    --wizard-bg: #2b3035 url("images/setup-assistant-bg-black.svg") no-repeat left top/auto 43.75rem;
    --sidebar-accent-color: #7dcdfe;
    --checkbox-border-color: #5cbcf6;
    --checkbox-checked-bg: #7dcdfe;
    --button-shadow-color: rgba(0, 0, 0, 0.4);
    --invert-color: 1;
    --list-group-color: #5cbcf6;
    --custom-select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%2385adcc' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center/auto 100%;
    --primary: #1ca2f2;
    --secondary: #364856;
    --dark-gray: #979797;
    --success: #0c7e3a;
    --info: #738ba0;
    --warning: #d96f09;
    --danger: #b40404;
    --light-gray: #b3c2d9;
  }
  :root ::-ms-reveal {
    filter: invert(1);
  }
  :root .text-primary {
    color: #1ca2f2 !important;
  }
  :root .badge-primary {
    background-color: #1ca2f2;
  }
  :root .alert-primary {
    background-color: #1ca2f2;
    border-color: #1ca2f2;
  }
  :root .btn-primary {
    background-color: #1ca2f2;
    border-color: #1ca2f2;
  }
  :root .text-secondary {
    color: #364856 !important;
  }
  :root .badge-secondary {
    background-color: #364856;
  }
  :root .alert-secondary {
    background-color: #364856;
    border-color: #364856;
  }
  :root .btn-secondary {
    background-color: #364856;
    border-color: #364856;
  }
  :root .text-dark-gray {
    color: #979797 !important;
  }
  :root .badge-dark-gray {
    background-color: #979797;
  }
  :root .alert-dark-gray {
    background-color: #979797;
    border-color: #979797;
  }
  :root .btn-dark-gray {
    background-color: #979797;
    border-color: #979797;
  }
  :root .text-success {
    color: #0c7e3a !important;
  }
  :root .badge-success {
    background-color: #0c7e3a;
  }
  :root .alert-success {
    background-color: #0c7e3a;
    border-color: #0c7e3a;
  }
  :root .btn-success {
    background-color: #0c7e3a;
    border-color: #0c7e3a;
  }
  :root .text-info {
    color: #738ba0 !important;
  }
  :root .badge-info {
    background-color: #738ba0;
  }
  :root .alert-info {
    background-color: #738ba0;
    border-color: #738ba0;
  }
  :root .btn-info {
    background-color: #738ba0;
    border-color: #738ba0;
  }
  :root .text-warning {
    color: #d96f09 !important;
  }
  :root .badge-warning {
    background-color: #d96f09;
  }
  :root .alert-warning {
    background-color: #d96f09;
    border-color: #d96f09;
  }
  :root .btn-warning {
    background-color: #d96f09;
    border-color: #d96f09;
  }
  :root .text-danger {
    color: #b40404 !important;
  }
  :root .badge-danger {
    background-color: #b40404;
  }
  :root .alert-danger {
    background-color: #b40404;
    border-color: #b40404;
  }
  :root .btn-danger {
    background-color: #b40404;
    border-color: #b40404;
  }
  :root .text-light-gray {
    color: #b3c2d9 !important;
  }
  :root .badge-light-gray {
    background-color: #b3c2d9;
  }
  :root .alert-light-gray {
    background-color: #b3c2d9;
    border-color: #b3c2d9;
  }
  :root .btn-light-gray {
    background-color: #b3c2d9;
    border-color: #b3c2d9;
  }
}
body,
html {
  background-color: var(--body-bg);
  color: var(--body-color);
}
.topbar,
.backend-wrapper > .backend-main > .backend-navbar {
  background-color: var(--topbar-bg);
}
.card {
  background-color: var(--card-bg);
  box-shadow: 0 0.125rem 0.375rem var(--card-shadow-color);
}
.tab-content,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: var(--card-bg);
  color: var(--body-color);
}
.nav-tabs .nav-link {
  border-color: var(--border-color);
}
.list-group-item {
  background-color: var(--card-bg);
  border-color: var(--border-color);
}
.backend-wrapper > .backend-main > .backend-navbar {
  box-shadow: 2px 4px 4px var(--navbar-shadow-color);
}
a,
a:hover,
.table,
.subheading1,
pre {
  color: var(--body-color);
}
.subheading1,
.table thead th,
.table-sm thead th {
  color: var(--link-color);
}
.table thead th {
  background-color: var(--body-bg);
}
hr,
.table {
  border-color: var(--border-color);
}
.table th,
.table td {
  border-top: 1px solid var(--border-color);
}
.custom-select {
  background: var(--custom-select-arrow);
  border-color: var(--body-color);
}
.form-control,
.form-control:focus,
.form-control:active,
.custom-select {
  background-color: var(--input-bg);
  color: var(--body-color);
}
.form-control:disabled,
.form-control[readonly] {
  background-color: var(--input-group-bg);
  color: var(--link-color);
}
.custom-control-label::before {
  background-color: var(--input-bg);
  border-color: var(--checkbox-border-color);
  color: var(--link-color);
}
.custom-control-input:checked ~ .custom-control-label::after {
  background-color: var(--checkbox-checked-bg);
}
.input-group-text {
  background-color: var(--input-color);
  color: var(--body-color);
}
.input-group-text *:not(i, .fa) {
  color: var(--link-color);
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: var(--table-stripe-color);
}
.save-wrapper {
  background-color: var(--card-bg);
}
::-webkit-scrollbar-track {
  background: var(--body-bg) !important;
  border-color: var(--body-bg) !important;
}
.custom-control-label::before {
  background-color: var(--input-bg);
}
.form-counter .btn,
.form-counter .btn:hover,
.form-counter .btn:focus {
  background-color: var(--input-bg);
  color: var(--body-color);
}
.brand-logo {
  display: var(--brand-logo-display);
}
.brand-logo-white {
  display: var(--brand-logo-white-display);
}
.dropdown-item-text,
.nav-tabs .nav-link,
.page-link,
.page-text,
.page-item.active .page-link,
.page-item.active .page-text {
  color: var(--link-color);
}
.btn-light,
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  color: var(--link-color);
  background-color: var(--body-bg);
  border-color: var(--border-color);
}
.btn-link {
  color: var(--btn-link-color);
}
.btn-link:hover {
  color: var(--btn-link-hover-color);
}
.highlight .btn-link {
  color: var(--btn-color-highlighted);
}
.highlight .btn-link:hover {
  color: var(--btn-color-highlighted);
}
.dropdown-menu {
  background-color: var(--card-bg);
  border-color: var(--border-color);
  color: var(--body-color);
  box-shadow: 0 0.125rem 0.625rem var(--navbar-shadow-color);
}
.dropdown-item {
  color: var(--body-color);
}
.fa-info-circle {
  color: var(--body-color);
}
.highlight .fa-info-circle {
  color: var(--icon-color-highlighted);
}
.alert .fa-info-circle {
  color: var(--icon-color);
}
.daterangepicker,
.daterangepicker .calendar-table {
  background-color: var(--card-bg);
  border-color: var(--border-color);
  color: var(--body-color);
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: var(--card-bg);
  color: var(--body-color);
}
.daterangepicker td.in-range {
  background-color: var(--daterangepicker-accent-color);
  color: var(--body-color);
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: var(--body-color);
  border-color: var(--body-color);
}
.daterangepicker .ranges li:hover {
  background-color: var(--daterangepicker-accent-color);
  color: var(--body-color);
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: var(--daterangepicker-accent-color);
  border-color: transparent;
  color: inherit;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--table-accent-color);
  color: var(--body-color);
}
/*
.input-group:not(.file-caption-main) {
  background-color: var(--input-group-bg);
  border-color: var(--input-group-border-color);
}
*/
::-webkit-calendar-picker-indicator {
  filter: invert(var(--invert-color));
}
.file-caption-name {
  color: var(--body-color);
}
.list-group-item:nth-of-type(odd) {
  background-color: var(--body-bg);
}
.list-group-item.active {
  color: var(--icon-color);
  background-color: var(--list-group-color);
  border-color: var(--list-group-color);
}
.close.fileinput-remove {
  color: var(--link-color);
}
.select2-container--default .select2-selection--multiple {
  background-color: var(--input-bg);
  border-color: var(--border-color);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--input-group-bg);
  border-color: var(--input-group-border-color);
}
.select2-dropdown {
  background-color: var(--card-bg);
  border-color: var(--border-color);
  color: var(--body-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--table-accent-color);
  color: var(--body-color);
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--table-accent-color);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--input-border-focus-color);
}
#ulVK .input-group {
  background-color: var(--input-bg);
  border-color: var(--border-color);
}
.form-control:focus {
  border-color: var(--input-border-focus-color);
}
.table-hover tbody tr:hover {
  background-color: var(--table-accent-color);
  color: var(--body-color);
}
.modal-content {
  background-color: var(--card-bg);
}
@media (min-width: 992px) {
  #modal-setup-assistant .modal-content {
    background: var(--wizard-bg);
  }
}
#modal-setup-assistant .close > span,
.modal-content .close {
  color: var(--body-color);
}
#dropdown-search .dropdown-header {
  color: var(--sidebar-accent-color);
}
#dropdown-search .icon-wrapper svg {
  color: var(--card-bg);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background-color: var(--card-bg);
  color: var(--body-color);
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: var(--body-color);
}
.accordion-row.active {
  background-color: var(--body-bg);
}
input.file-caption-name::placeholder {
  color: var(--body-color);
}
.CodeMirror {
  background-color: var(--body-bg) !important;
  color: var(--body-color) !important;
}
.CodeMirror-cursor {
  border-color: var(--body-color) !important;
}
.systemcheck .test-name {
  color: var(--body-color);
}
#area_container {
  background-color: var(--body-bg) !important;
}
#area_editor {
  background-color: var(--card-bg) !important;
}
pre#debug {
  color: var(--body-color);
}
.nav-tabs > li > a > .badge {
  background-color: var(--primary);
}
#notify-drop .close.close-notify,
#notify-drop .dropdown-item-text {
  color: var(--body-color);
}
/*# sourceMappingURL=custom.css.map */