html,
body {
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--bg-color);
  font-family: 'Open Sans', sans-serif;
  color: var(--gen-color-foreground-primary);
  font-size: 14px;
}

h1 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--gen-color-foreground-primary);
}

h2 {
  font-size: 26px;
  font-weight: 200;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--gen-color-foreground-primary);
}

h3,
h4 {
  font-size: 18px;
  font-weight: 200;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: var(--gen-color-foreground-primary);
}

h4 {
  font-size: 14px;
}

.hborder {
  border-bottom: 1px solid var(--gen-color-border-secondary);
  padding-bottom: 5px;
}

p {
  margin: 5px 0 15px;
}

hr {
  border-top: 1px solid var(--gen-color-border-secondary);
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

.logo {
  width: 100%;
  max-width: 220px;
  margin: 5px 0 15px 0;
}

.container {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  align-items: center;
}

.genetec {
  background-image: url('../images/genetec-white.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 115px;
  padding: 0;
  bottom: 25px;
  position: absolute;
  left: 25px;
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--bg-color-32);
}

.noselect,
no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.show-opacity {
  opacity: 1 !important;
}

.hide-opacity {
  opacity: 0 !important;
}

.clearfix {
  clear: both;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.margin-top-xs {
  margin-top: 5px !important;
}

.margin-bottom-xs {
  margin-bottom: 5px !important;
}

.margin-left-xs {
  margin-left: 5px !important;
}

.margin-right-xs {
  margin-right: 5px !important;
}

.margin-top-sm {
  margin-top: 10px !important;
}

.margin-bottom-sm {
  margin-bottom: 10px !important;
}

.margin-left-sm {
  margin-left: 10px !important;
}

.margin-right-sm {
  margin-right: 10px !important;
}

.margin-top-md {
  margin-top: 15px !important;
}

.margin-bottom-md {
  margin-bottom: 15px !important;
}

.margin-left-md {
  margin-left: 15px !important;
}

.margin-right-md {
  margin-right: 15px !important;
}

.margin-top-lg {
  margin-top: 20px !important;
}

.margin-bottom-lg {
  margin-bottom: 20px !important;
}

.margin-left-lg {
  margin-left: 20px !important;
}

.margin-right-lg {
  margin-right: 20px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.padding-top-xs {
  padding-top: 5px !important;
}

.padding-bottom-xs {
  padding-bottom: 5px !important;
}

.padding-left-xs {
  padding-left: 5px !important;
}

.padding-right-xs {
  padding-right: 5px !important;
}

.padding-top-sm {
  padding-top: 10px !important;
}

.padding-bottom-sm {
  padding-bottom: 10px !important;
}

.padding-left-sm {
  padding-left: 10px !important;
}

.padding-right-sm {
  padding-right: 10px !important;
}

.padding-top-md {
  padding-top: 20px !important;
}

.padding-bottom-md {
  padding-bottom: 20px !important;
}

.padding-left-md {
  padding-left: 20px !important;
}

.padding-right-md {
  padding-right: 20px !important;
}

.padding-top-lg {
  padding-top: 40px !important;
}

.padding-bottom-lg {
  padding-bottom: 40px !important;
}

.padding-left-lg {
  padding-left: 40px !important;
}

.padding-right-lg {
  padding-right: 40px !important;
}

.no-scroll {
  overflow: hidden !important;
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-no-events {
  pointer-events: none;
}

.fix-xs {
  width: 60px !important;
}

.fix-sm {
  width: 100px !important;
}

.fix-md {
  width: 150px !important;
}

.fix-lg {
  width: 250px !important;
}

.fix-xl {
  width: 400px !important;
}

ul.fix-xs {
  min-width: 76px !important;
  height: inherit;
}

ul.fix-sm {
  min-width: 136px !important;
  height: inherit;
}

ul.fix-md {
  min-width: 186px !important;
  height: inherit;
}

ul.fix-lg {
  min-width: 286px !important;
  height: inherit;
}

ul.fix-xl {
  min-width: 436px !important;
  height: inherit;
}

.rotate15 {
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate70 {
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}

.rotate90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body,
body#login,
body#splashpage,
body .modal-content {
  background: var(--bg-color);
}

#login,
.login {
  background-position: top center;
  background-size: cover;
  background-color: var(--bg-color-36);
}

#login .navbar-default,
.login .navbar-default {
  background-color: transparent;
  border-bottom: none;
}

#login #content,
.login #content {
  overflow-y: scroll;
}

#login-container {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 10%;
  padding: 40px;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  background-color: var(--bg-color-12);
}

#login-container .logo {
  width: 100%;
  max-width: 400px;
  height: 80px;
  background-image: url('../images/genetec-white.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar.navbar-default {
  height: 60px;
}

.navbar-header {
  width: 100%;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

.navbar-default.navbar-static-top {
  position: fixed;
  width: 100%;
  height: 60px;
  min-height: 20px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.navbar-default {
  background-color: var(--gen-color-background-layer-2);
  border-bottom: 3px solid var(--gen-color-border-secondary);
}

.navbar-default .navbar-brand {
  padding: 17px 2px;
  font-size: 18px;
  line-height: 16px;
  color: var(--gen-color-foreground-primary);
  font-weight: 300;
  display: block;
  margin-right: 30px;
  margin-left: 0 !important;
}

.navbar-default .navbar-title {
  padding: 17px 2px;
  margin-left: -5px;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: var(--gen-color-foreground-primary);
}

#splashpage .navbar-default .navbar-brand {
  display: block;
}

.tistore-brand {
  background-image: url('../images/texas-instrument.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 108px;
  color: var(--gen-color-foreground-error);
  background-color: transparent;
  padding: 0;
  margin-top: 7px;
}

.navbar-brand {
  background-image: url('../images/mobius-white.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 48px;
  width: 30px;
  padding: 0;
  margin-top: 7px;
}

.navbar-brand > img {
  display: block;
  max-height: 30px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: var(--gen-color-foreground-primary);
  background-color: transparent;
}

.navbar-default .navbar-brand span {
  display: block;
  clear: both;
  font-size: 12px;
  color: var(--gen-color-foreground-secondary);
}

.navbar-right {
  float: right !important;
  margin-right: 5px;
}

.navbar-top-links li {
  display: inline-block;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 15px 5px;
  min-height: 50px;
  color: var(--gen-color-foreground-primary);
}

.navbar-top-links li a i {
  margin-top: 18px;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.navbar-default .navbar-toggle-pills {
  background-color: transparent;
  display: block;
  border: none;
  color: var(--gen-color-foreground-primary);
  margin-left: 0;
  margin-right: 20px;
  z-index: 99;
  height: 60px;
  padding-top: 12px;
  text-align: center;
  float: left;
  border-radius: 0;
  outline: 0;
}

.navbar-default .navbar-toggle-pills i {
  font-size: 17px;
}

.navbar-default .navbar-toggle {
  background-color: var(--accent-color-primary-hover);
  display: block;
  float: left;
  border: none;
  padding: 8px 10px 6px 10px;
  color: var(--gen-color-foreground-primary);
  margin-left: 0;
  margin-top: 10px;
  margin-right: 20px;
  z-index: 99;
}

.navbar-default .navbar-toggle i {
  font-size: 17px;
}

.navbar-default .navbar-toggle i span {
  display: none;
}

.navbar-default .navbar-toggle :after {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 999;
  content: ' ';
  display: none;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--accent-color-primary-hover);
  right: -8px;
  top: 9px;
}

.navbar-default .navbar-toggle .icon-bar {
  width: 17px;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  background-color: var(--accent-color-primary-hover) !important;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  background-color: var(--accent-color-primary-hover) !important;
}

.notice-alert .notice-icon:before {
  font-size: 24px;
  color: var(--gen-color-foreground-error);
}

.notice-alert .notice-badge {
  position: absolute;
  margin-top: -10px;
  margin-left: 18px;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: var(--gen-color-foreground-primary);
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: var(--gen-color-foreground-error);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#menu {
  position: absolute;
  background-color: var(--gen-color-background-layer-3);
  max-width: 460px;
  top: 60px;
  left: 0;
  border-radius: 0 0 2px 0;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

#menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#splashpage {
  background-size: cover;
  background-position: center center;
}

#splashpage #content {
  overflow-y: scroll;
}

#splashmenu {
  max-width: 30vw;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
#statsmenu {
  max-width: 660px;
  margin: auto;
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
#statsmenu .favorite > div {
  margin-top: 12vw;
  float: none;
  display: inline-table;
  width: 150px;
  vertical-align: top;
  height: 180px;
  text-align: center;
}

#statsmenu .favorite > div span {
  display: block;
  width: 100%;
  color: var(--gen-color-foreground-primary);
}

#statsmenu .favorite > div > a {
  background-color: var(--accent-color-primary-dark);
  width: 130px;
  height: 130px;
  border-radius: 8px;
  border: 1px solid var(--accent-color-primary-dark);
  box-shadow: none;
  margin-bottom: 15px;
}

#statsmenu .favorite > div > a i {
  font-size: 42px;
  color: var(--gen-color-foreground-primary);
  margin-top: 29px;
  display: block;
}

#statsmenu .favorite > div > a img {
  width: 42px;
  margin-top: -5px;
}

#statsmenu .favorite > div > a:hover {
  background-color: var(--accent-color-primary-hover);
  border: 1px solid var(--accent-color-primary-hover);
}

#statsmenu .favorite > div > a:hover > i {
  color: var(--gen-color-foreground-primary);
}

#menu .menu-search input,
#splashmenu .menu-search input {
  color: var(--gen-color-foreground-primary);
}

#menu .group,
#splashmenu .group {
  margin: auto;
  width: 80%;
  margin-top: 20px;
}

#menu .group ul li,
#splashmenu .group ul li {
  float: left;
  margin-left: 30px;
  width: 70px;
}

#menu .group ul li h2,
#splashmenu .group ul li h2 {
  color: var(--accent-color-primary);
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}

#menu .group ul li ul li,
#splashmenu .group ul li ul li {
  margin-left: 0;
}

#menu .group ul li ul li a,
#splashmenu .group ul li ul li a {
  color: var(--gen-color-foreground-primary);
  padding: 2px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

#menu .group ul li ul li a.active,
#splashmenu .group ul li ul li a.active {
  background-color: var(--gen-color-background-layer-2);
}

#menu .group ul li ul li a:hover,
#splashmenu .group ul li ul li a:hover {
  background-color: var(--gen-color-background-layer-2);
  color: var(--gen-color-foreground-primary);
}

#menu .group ul li ul li a:focus,
#splashmenu .group ul li ul li a:focus {
  background-color: var(--gen-color-background-layer-2);
  color: var(--gen-color-foreground-primary);
}

#menu .favorite,
#splashmenu .favorite {
  padding: 20px;
  text-align: center;
}

#menu .favorite ul li,
#splashmenu .favorite ul li {
  display: inline-block;
  width: 140px;
  height: 160px;
}

#menu .favorite ul li:last-of-type,
#splashmenu .favorite ul li:last-of-type {
  border: 0;
}

#menu .favorite ul li a,
#splashmenu .favorite ul li a {
  color: var(--gen-color-foreground-primary);
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

#menu .favorite ul li a:hover,
#splashmenu .favorite ul li a:hover {
  color: var(--accent-color-primary-hover);
}

#menu .favorite ul li a:hover i,
#splashmenu .favorite ul li a:hover i {
  background-color: var(--accent-color-primary-hover);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
  color: var(--gen-color-foreground-primary);
}

#menu .favorite ul li a i,
#splashmenu .favorite ul li a i {
  display: block;
  width: 90px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: var(--gen-color-background-layer-2);
  padding: 20px;
  font-size: 34px;
  text-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: var(--gen-color-foreground-primary);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}

#menu .favorite ul li a i.active,
#splashmenu .favorite ul li a i.active {
  background-color: var(--gen-color-background-layer-2);
}

#menu .favorite ul li a i:focus,
#splashmenu .favorite ul li a i:focus {
  background-color: var(--gen-color-background-layer-2);
  color: var(--gen-color-foreground-primary);
}

#menu .favorite ul li a span,
#splashmenu .favorite ul li a span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 105px;
  padding: 0 0 0 8px;
}

#splashmenu .favorite > div {
  float: none;
  display: inline-table;
  width: 7.5vw;
  vertical-align: top;
  height: 8vw;
  text-align: center;
  margin-bottom: 0.5vw;
}

#splashmenu .favorite > div span {
  display: block;
  width: 100%;
  color: var(--gen-color-foreground-primary);
}

#splashmenu .favorite > div > a {
  background-color: var(--accent-color-primary-dark);
  width: 6.5vw;
  height: 6.5vw;
  border-radius: 8px;
  border: 1px solid var(--accent-color-primary-dark);
  box-shadow: none;
  padding: 1.5vw;
}

#splashmenu .favorite > div > a > gen-icon {
  font-size: 3vw !important;
  color: var(--gen-color-foreground-primary);
  display: block;
}

#splashmenu .favorite > div > a img {
  width: 42px;
  margin-top: -5px;
}

#splashmenu .favorite > div > a:hover {
  background-color: var(--accent-color-primary-hover);
  border: 1px solid var(--accent-color-primary-hover);
}

#splashmenu .favorite > div > a:hover > i {
  color: var(--gen-color-foreground-primary);
}

#menu .favorite > div {
  display: inline-block;
  width: 140px;
  height: 160px;
  text-align: center;
  vertical-align: top;
}

#menu .favorite > div span {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 13px;
}

#menu .favorite > div > a {
  background-color: var(--gen-color-background-layer-2);
  width: 100px;
  height: 100px;
  padding-top: 28px;
  border-radius: 2px;
}

#menu .favorite > div > a i {
  font-size: 30px;
}

#menu .favorite > div > a:hover {
  background-color: var(--accent-color-primary-hover);
}

#menu .favorite > div > a:hover > i {
  color: var(--gen-color-foreground-primary);
}

#splashmenu .favorite ul li {
  width: 150px;
  height: 170px;
}

#splashmenu .favorite ul li a i {
  display: block;
  width: 120px;
  font-size: 44px;
  margin-top: 0;
  background-color: var(--gen-color-background-default);
}

#splashmenu .favorite ul li a span {
  top: 125px;
}

#menu .config {
  width: 100%;
  text-align: right;
  background-color: var(--gen-color-background-layer-2);
  clear: both;
  margin-top: 15px;
  padding: 10px;
}

#menu .config a {
  color: var(--gen-color-foreground-primary);
  margin-right: 15px;
}

#menu .config a:hover {
  color: var(--accent-color-primary-hover);
}

#menu .arrow {
  float: right;
}

#menu .fa.arrow:before {
  content: '';
}

#menu .active > a > .fa.arrow:before {
  content: '';
}

#menu .nav-second-level li,
#menu .nav-third-level li {
  border-bottom: none !important;
}

.partial-menu {
  background-color: var(--gen-color-background-layer-2);
  color: var(--gen-color-foreground-primary);
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 75px;
  margin-bottom: 30px;
  padding-top: 35px;
  padding-left: 10px;
}

.partial-menu .nav.nav-tabs,
.partial-menu .nav.nav-pills {
  margin-bottom: 0;
  float: left;
}

.partial-menu #action-button {
  position: absolute;
  right: 25px;
}

.partial-menu #display-button {
  padding-right: 85px;
}

.partial-menu .nav.nav-pills > li .form-control,
.partial-menu .nav.nav-tabs > li .form-control {
  color: var(--gen-color-foreground-primary);
}

.partial-menu .nav.nav-pills > li.dropdown.open > a,
.partial-menu .nav.nav-tabs > li.dropdown.open > a {
  color: var(--accent-color-primary-hover);
  background-color: transparent;
}

.partial-menu .nav.nav-pills > li.dropdown.open > a i,
.partial-menu .nav.nav-tabs > li.dropdown.open > a i {
  color: var(--gen-color-foreground-primary);
}

.partial-menu .nav.nav-pills > li.active > a,
.partial-menu .nav.nav-tabs > li.active > a,
.partial-menu .nav.nav-pills > li.active > a:hover,
.partial-menu .nav.nav-tabs > li.active > a:hover,
.partial-menu .nav.nav-pills > li.active > a:focus,
.partial-menu .nav.nav-tabs > li.active > a:focus {
  background-color: transparent;
  color: var(--accent-color-primary-hover);
}

.partial-menu .nav.nav-pills > li.active > a i,
.partial-menu .nav.nav-tabs > li.active > a i,
.partial-menu .nav.nav-pills > li.active > a:hover i,
.partial-menu .nav.nav-tabs > li.active > a:hover i,
.partial-menu .nav.nav-pills > li.active > a:focus i,
.partial-menu .nav.nav-tabs > li.active > a:focus i {
  color: var(--accent-color-primary-hover);
}

.partial-menu .nav.nav-pills > li label.focus,
.partial-menu .nav.nav-tabs > li label.focus,
.partial-menu .nav.nav-pills > li label.filled,
.partial-menu .nav.nav-tabs > li label.filled {
  opacity: 0;
}

.partial-menu .nav.nav-pills > li > a,
.partial-menu .nav.nav-tabs > li > a {
  border-radius: 0;
  color: var(--gen-color-foreground-primary);
}

.partial-menu .nav.nav-pills > li > a:hover,
.partial-menu .nav.nav-tabs > li > a:hover {
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-background-layer-3);
}

.partial-menu .nav.nav-pills > li.divider,
.partial-menu .nav.nav-tabs > li.divider {
  border-left: 1px solid var(--gen-color-border-secondary);
  height: 28px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
}

#sidemenu {
  width: 58px;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  background-color: var(--gen-color-background-layer-2);
  top: 60px;
  left: 0;
  bottom: 0;
  z-index: 999;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sidemenu .sidemenu-spacing {
  height: 200px;
}

#sidemenu #sidemenu-footer {
  position: fixed;
  bottom: 0;
  width: inherit;
  border-top: 1px solid var(--gen-color-border-secondary);
  background-color: var(--gen-color-background-layer-2);
}

#sidemenu > .nav {
  width: 250px;
}

#sidemenu > .nav > li {
  border-bottom: 1px solid var(--gen-color-border-secondary);
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
}

#sidemenu > .nav > li a {
  color: var(--gen-color-foreground-primary);
  padding: 12px;
  white-space: nowrap;
}

#sidemenu > .nav > li a.active {
  background-color: var(--gen-color-background-layer-2);
}

#sidemenu > .nav > li a.submenu:after {
  font-family: 'sc-icons';
  font-size: 15px;
  content: '';
  float: right;
  padding-right: 5px;
  padding-top: 5px;
  color: var(--gen-color-foreground-primary);
}

#sidemenu > .nav > li a:not(.no-hover):hover {
  background-color: var(--gen-color-background-layer-3);
  color: var(--gen-color-foreground-primary);
}

#sidemenu > .nav > li a:focus {
  background-color: var(--gen-color-background-layer-2);
  color: var(--gen-color-foreground-primary);
  border-bottom: 0;
}

#sidemenu > .nav > li > ul {
  background-color: var(--gen-color-background-layer-2);
  list-style: none;
  padding-left: 0;
}

#sidemenu > .nav > li > ul li i {
  font-size: 17px;
  margin-right: 8px;
}

#sidemenu > .nav > li > ul li a {
  font-size: 13px;
  color: var(--gen-color-foreground-primary);
  padding: 6px 4px 6px 17px;
  white-space: nowrap;
  position: relative;
  display: block;
  border-bottom: 1px solid transparent;
}

#sidemenu > .nav > li > ul li a.active {
  background-color: var(--gen-color-background-layer-2);
}

#sidemenu > .nav > li > ul li a:hover {
  border-bottom: 1px solid transparent;
}

#sidemenu > .nav li i {
  font-size: 24px;
  margin-right: 12px;
  vertical-align: middle;
  text-align: center;
  width: 29px;
  color: var(--gen-color-foreground-secondary);
}

#sidemenu:hover {
  width: 250px;
}

#sidemenu .arrow {
  float: left;
  margin-top: 4px;
}

#sidemenu .fa.arrow:before {
  content: '';
}

#sidemenu .active > a > .fa.arrow:before {
  content: '';
}

#sidemenu .nav-second-level li,
#sidemenu .nav-third-level li {
  border-bottom: none !important;
}

#sidemenu .nav-third-level li a {
  padding-left: 30px;
}

.sidewidget {
  width: 15%;
  height: 100%;
  position: relative;
  z-index: 99;
  background-color: var(--gen-color-background-layer-2);
}

.sidewidget.left {
  float: left;
}

.sidewidget.left + #page-wrapper {
  position: relative;
  width: 85%;
  float: left;
}

.sidewidget .tree-list,
.sidewidget .tree-columns {
  height: 96%;
}

.browser {
  max-height: 400px;
  overflow-y: auto;
  background-color: var(--gen-color-background-solid-default);
  color: var(--gen-color-foreground-primary);
  font-size: 14px;
  border: 1px solid var(--gen-color-border-secondary);
  border-radius: 2px;
}

.browser ul {
  padding: 0 0 0 20px;
  margin-bottom: 0;
}

.browser li {
  padding: 5px 5px 5px 15px;
  list-style: none;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-touch-callout: none;
  margin: 5px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.browser li:hover {
  border: 1px solid var(--gen-color-border-secondary);
  cursor: pointer;
  background-color: var(--gen-color-background-lists-hover);
}

.browser li.active {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: var(--gen-color-background-lists-selected);
  cursor: pointer;
}

#content {
  padding-top: 60px;
  height: 100%;
  padding-right: 0;
  padding-bottom: 35px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-header {
  font-family: 'Open Sans', sans-serif;
  color: var(--accent-color-primary);
  font-weight: 200;
  border-bottom: 1px solid var(--gen-color-border-secondary);
  margin-top: 10px;
}

#page-wrapper {
  padding: 10px 15px;
  height: 100%;
  overflow-y: auto;
}

#page-wrapper.with-sidemenu {
  margin-left: 43px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content-noscroll-haft-140 {
  height: calc(49% - 70px);
}

.content-scroll-haft-140 {
  height: calc(49% - 70px);
  overflow-y: auto;
}

.content-scroll-full-140 {
  height: calc(99% - 140px);
  overflow-y: auto;
}

.modal {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.modal-header {
  padding: 8px 15px;
  background-color: var(--gen-color-background-solid-pressed);
  border-bottom: 1px solid var(--gen-color-border-secondary);
  color: var(--gen-color-foreground-primary);
  min-height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-header.advanced {
  background-color: var(--gen-color-background-layer-3);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.modal-header.advanced h2 {
  color: var(--gen-color-foreground-primary);
}

.modal-header.advanced .form-control[disabled],
.modal-header.advanced .form-control[readonly],
.modal-header.advanced fieldset[disabled] .form-control,
.modal-header.advanced .form-control {
  color: var(--gen-color-foreground-primary);
}

.modal-header.advanced.small {
  overflow-y: hidden;
  padding-bottom: 0;
}

.modal-header.advanced .responsive-img {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  width: 25%;
}

.modal-header.advanced .responsive-hide {
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-header.advanced.small .responsive-img {
  width: 8%;
}

.modal-header.advanced.small .responsive-img .thumbnails {
  min-width: initial;
}

.modal-header.advanced.small .responsive-hide {
  opacity: 0;
}

.modal-danger .modal-header {
  background-color: var(--gen-color-foreground-error);
}

.modal-danger .modal-header .modal-title {
  color: var(--gen-color-foreground-primary);
}

.modal-header .close {
  position: relative;
  right: -2px;
  color: inherit;
}

.modal-title {
  border-bottom: 0;
  color: var(--gen-color-foreground-primary);
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}

.modal-options {
  display: inline-block;
  font-size: 14px;
  float: right;
}

.modal-options ul {
  list-style: none;
}

.modal-options ul > li {
  float: left;
}

.modal-header.advanced .modal-options {
  position: absolute;
  right: 10px;
}

.modal-body {
  padding: 5px 25px 15px 25px;
}

.modal-body .modal-sidemenu {
  width: 58px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background-color: var(--gen-color-background-layer-2);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-body .modal-sidemenu .nav > li {
  border-bottom: 1px solid var(--gen-color-border-secondary);
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: right;
}

.modal-body .modal-sidemenu .nav > li i {
  font-size: 17px;
  margin-right: 8px;
}

.modal-body .modal-sidemenu .nav > li a {
  color: var(--gen-color-foreground-primary);
  padding: 12px 22px 12px 12px;
  white-space: nowrap;
}

.modal-body .modal-sidemenu .nav > li a.active {
  border-right: 3px solid var(--accent-color-primary-hover);
}

.modal-body .modal-sidemenu .nav > li a.submenu:after {
  font-family: 'sc-icons';
  font-size: 15px;
  content: '';
  float: right;
  padding-right: 5px;
  padding-top: 5px;
  color: var(--gen-color-foreground-primary);
}

.modal-body .modal-sidemenu .nav > li a:not(.no-hover):hover {
  background-color: var(--gen-color-background-layer-3);
  color: var(--gen-color-foreground-primary);
}

.modal-body .modal-sidemenu .nav > li a:focus {
  background-color: var(--gen-color-background-layer-2);
  color: var(--gen-color-foreground-primary);
  border-bottom: 0;
}

.modal-body .with-sidemenu {
  margin-left: 58px;
  height: 75vh;
  overflow-y: auto;
}

.modal-content {
  position: relative;
  background-color: var(--gen-color-background-solid-pressed);
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  outline: 0;
}

.modal-footer {
  padding: 15px 15px 5px 15px;
  text-align: right;
  border-top: 1px solid var(--gen-color-border-secondary);
  background-color: var(--gen-color-background-solid-pressed);
}

#login .modal.in .modal-dialog,
.login .modal.in .modal-dialog {
  opacity: 0;
}

#login .modal.fade .modal-dialog,
.login .modal.fade .modal-dialog {
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 1;
}

#login .modal,
.login .modal {
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 1;
}

#login .modal-backdrop,
.login .modal-backdrop {
  opacity: 0;
}

#login .modal-content,
.login .modal-content,
#login .modal-header,
.login .modal-header {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.alert {
  padding: 4px 8px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert .alert-link {
  font-weight: 400;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: -2px;
  color: inherit;
}

.alert-success {
  background-color: var(--gen-color-highlight-success);
  border-color: var(--gen-color-highlight-success);
  color: var(--gen-color-foreground-primary);
}

.alert-success .alert-link {
  color: var(--gen-color-foreground-success);
}

.alert-success:before {
  content: '';
  font-family: 'sc-icons';
  color: var(--gen-color-foreground-success);
  margin-right: 3px;
}

.alert-info {
  background-color: var(--gen-color-background-layer-3);
  border-color: var(--gen-color-border-secondary);
  color: var(--gen-color-foreground-primary);
}

.alert-info .alert-link {
  color: var(--gen-color-accent-solid);
}

.alert-info:before {
  content: '';
  font-family: 'sc-icons';
  color: var(--gen-color-accent-solid);
  margin-right: 3px;
}

.alert-warning {
  background-color: var(--gen-color-highlight-caution);
  border-color: var(--gen-color-highlight-caution);
  color: var(--gen-color-foreground-primary);
}

.alert-warning .alert-link {
  color: var(--accent-color-primary);
}

.alert-warning:before {
  content: '';
  font-family: 'sc-icons';
  color: var(--accent-color-primary);
  margin-right: 3px;
}

.alert-spin {
  background-color: var(--gen-color-background-layer-3);
  border-color: var(--gen-color-border-secondary);
  color: var(--gen-color-foreground-primary);
}

.alert-spin .alert-link {
  color: var(--gen-color-accent-solid);
}

.alert-danger,
.alert-error {
  background-color: var(--gen-color-foreground-error);
  border-color: var(--gen-color-foreground-error);
  color: var(--gen-color-foreground-primary);
}

.alert-danger .alert-link,
.alert-error .alert-link {
  color: var(--gen-color-foreground-error);
}

.alert-danger:before,
.alert-error:before {
  content: '';
  font-family: 'sc-icons';
  color: var(--gen-color-foreground-error);
  margin-right: 3px;
}

.alert.alert-sticky {
  position: fixed;
  z-index: 9999;
  top: 65px;
  text-align: center;
  margin-left: 58px;
}

.alert.alert-sticky.fade {
  font-size: 11px;
  right: 40%;
  left: 40%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.alert.alert-spin.alert-sticky.fade.in {
  width: 200px;
  margin: auto;
}

.alert.alert-sticky.fade.in {
  font-size: 14px;
  right: 25%;
  left: 25%;
  opacity: 1;
  pointer-events: auto;
}

#toaster {
  top: 65px !important;
  width: 350px !important;
}

.panel {
  background-color: transparent;
}

.panel-default,
.panel-primary,
.panel-danger {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 25px;
}

.panel-default > .panel-heading,
.panel-primary > .panel-heading,
.panel-danger > .panel-heading {
  padding: 9px 18px;
  font-size: 26px;
  font-weight: 300;
}

.panel-default > .panel-heading {
  color: var(--gen-color-foreground-primary);
  border-bottom: 1px solid var(--gen-color-border-secondary);
  background-color: var(--gen-color-background-solid-pressed);
}

.panel-primary > .panel-heading {
  color: var(--gen-color-foreground-primary);
  border-bottom: 1px solid var(--gen-color-border-secondary);
  background-color: var(--gen-color-background-layer-3);
}

.panel-danger > .panel-heading {
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-foreground-error);
}

.panel-title {
  display: inline-block;
  font-size: 26px;
}

.panel-options {
  display: inline-block;
  font-size: 14px;
  padding-top: 8px;
  float: right;
}

.panel-options ul {
  list-style: none;
}

.panel-default .panel-body {
  background-color: var(--gen-color-background-solid-pressed);
  border-radius: 0 0 2px 2px;
  padding: 18px;
  color: var(--gen-color-foreground-primary);
}

.panel-primary .panel-body {
  background-color: var(--gen-color-background-layer-3);
  border-radius: 0 0 2px 2px;
  padding: 18px;
  color: var(--gen-color-foreground-primary);
}

.panel-heading {
  border-radius: 2px 2px 0 0;
}

.panel-default > .panel-heading .btn-link {
  padding: 0 5px;
  margin-top: -4px;
  text-decoration: none;
  font-size: 13px;
  color: var(--accent-color-primary);
}

.panel-default > .panel-heading .btn-link:hover {
  text-decoration: none;
  color: var(--accent-color-primary);
}

.panel-default > .panel-heading .btn-link i {
  color: var(--accent-color-primary);
}

.panel-footer {
  background-color: var(--gen-color-background-solid-pressed);
  border: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  min-height: 55px;
  text-align: right;
  padding: 15px 15px 5px 15px;
}

.navbar-header .nav.nav-tabs,
.navbar-header .nav.nav-pills {
  float: left;
  margin-bottom: 0;
}

.navbar-header .nav.nav-tabs > li.divider,
.navbar-header .nav.nav-pills > li.divider {
  border-left: 1px solid var(--gen-color-border-secondary);
  height: 57px;
  margin-top: 0;
}

.navbar-header .nav.nav-tabs > li > a,
.navbar-header .nav.nav-pills > li > a {
  font-size: 14px;
  color: var(--gen-color-foreground-primary);
}

.navbar-header .nav.nav-tabs li {
  margin-top: 12px;
}

.navbar-header .nav.nav-tabs > li > a {
  height: 48px;
}

.nav.nav-tabs,
.nav.nav-pills {
  border-bottom: 0;
  margin-bottom: 25px;
}

.nav.nav-tabs i,
.nav.nav-pills i {
  margin-left: 0;
}

.nav.nav-tabs .btn,
.nav.nav-pills .btn {
  margin-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus,
.nav-tabs-top > li.active > a,
.nav-tabs-top > li.active > a:hover,
.nav-tabs-top > li.active > a:focus,
.nav-tabs-top .open > a,
.nav-tabs-top .open > a:hover,
.nav-tabs-top .open > a:focus {
  color: var(--gen-color-foreground-primary);
  background-color: transparent;
  border: 0;
  cursor: default;
  outline: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
  border-bottom: 3px solid var(--accent-color-primary-hover);
}

.nav-tabs.nav-tabs-top > li.active > a,
.nav-tabs.nav-tabs-top > li.active > a:hover,
.nav-tabs.nav-tabs-top > li.active > a:focus,
.nav-tabs.nav-tabs-top .open > a,
.nav-tabs.nav-tabs-top .open > a:hover,
.nav-tabs.nav-tabs-top .open > a:focus {
  border-top: 3px solid var(--accent-color-primary-hover);
  border-bottom: 3px solid transparent;
}

.navbar-header .nav-tabs > li.active > a,
.navbar-header .nav-tabs > li.active > a:hover,
.navbar-header .nav-tabs > li.active > a:focus {
  color: var(--gen-color-foreground-primary);
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
}

.nav-tabs.nav-tabs-top > li > a {
  border-top: 3px solid transparent;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 25px;
}

.nav-tabs > li > a:hover {
  border-bottom: 3px solid transparent;
  background-color: transparent;
}

.nav-tabs.nav-tabs-top > li > a:hover {
  border-top: 3px solid transparent;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  outline: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: var(--gen-color-foreground-primary);
  background-color: var(--accent-color-primary-hover);
  outline: 0;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  border: none;
  background-color: var(--gen-color-background-layer-3);
}

.nav-pills > li > a[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-header .nav.nav-pills {
  margin-top: 0;
}

.navbar-header .nav.nav-pills > li i {
  color: var(--accent-color-primary-hover);
}

.navbar-header .nav.nav-pills > li.dropdown.open > a {
  color: var(--gen-color-foreground-primary);
  background-color: var(--accent-color-primary-hover);
}

.navbar-header .nav.nav-pills > li.dropdown.open > a i {
  color: var(--gen-color-foreground-primary);
}

.navbar-header .nav.nav-pills > li > div:not(.dropdown-tree) {
  margin-top: 11px;
}

.navbar-header .nav.nav-pills > li > div:not(.dropdown-tree) label.focus,
.navbar-header .nav.nav-pills > li > div:not(.dropdown-tree) label.filled {
  opacity: 0;
}

.navbar-header .nav.nav-pills > li > a {
  height: 57px;
  padding-top: 19px;
  border-radius: 0;
}

.navbar-header .nav.nav-pills > li > a:hover {
  background-color: var(--gen-color-background-layer-3);
}

.navbar-header .nav.nav-pills > li.open {
  background-color: var(--gen-color-background-layer-3);
}

.navbar-header .nav-pills > li.active > a,
.navbar-header .nav-pills > li.active > a:hover,
.navbar-header .nav-pills > li.active > a:focus {
  color: var(--gen-color-foreground-primary);
}

.navbar-header .nav-pills > li.active > a i,
.navbar-header .nav-pills > li.active > a:hover i,
.navbar-header .nav-pills > li.active > a:focus i {
  color: var(--gen-color-foreground-primary);
}

.table {
  margin-bottom: 0;
}

.table .table {
  background-color: transparent;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: transparent;
}

table > thead .sorting_asc:after {
  content: '';
  float: right;
  font-family: 'sc-icons';
  color: var(--gen-color-foreground-secondary);
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table > thead .sorting_desc:after {
  content: '';
  float: right;
  font-family: 'sc-icons';
  color: var(--gen-color-foreground-secondary);
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table > thead .sorting:after {
  content: '';
  float: right;
  font-family: 'sc-icons';
  color: var(--gen-color-foreground-secondary);
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 0;
  font-size: 14px;
}

.table > thead > tr > th {
  color: var(--gen-color-foreground-secondary);
  font-weight: 300;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

.table > thead > tr > th .radio,
.table > thead > tr > th .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

table > thead > tr > th .th-fix {
  position: absolute;
  margin-top: -45px;
}

.table > thead > tr > th small {
  font-size: 85%;
  display: block;
}

.table > tbody > tr > td {
  border-top: 0;
  color: var(--gen-color-foreground-primary);
}

.table > tbody > tr > td .radio,
.table > tbody > tr > td .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.table > tbody > tr > td img {
  max-height: 30px;
}

.table > tbody > tr.bg-danger,
.table > tbody > tr.bg-warning,
.table > tbody > tr.bg-neutral {
  border-bottom: 1px dotted var(--bg-color);
}

.table > tbody > tr:hover {
  z-index: 99;
  margin-bottom: 0;
  background-color: var(--gen-color-background-lists-hover);
}

.table > tbody > tr.active,
.table > tbody > tr:focus {
  background-color: var(--gen-color-background-lists-selected);
  z-index: 99;
  margin-bottom: 0;
}

.table > tbody > tr.active > td {
  background-color: inherit;
}

.table .td-xs {
  width: 5%;
}

.table .td-sm {
  width: 10%;
}

.table .td-md {
  width: 30%;
}

.table .td-lg {
  width: 50%;
}

.table .td-xl {
  width: 65%;
}

.test-view-right-panel {
  margin: 0em 0em 2em 1em;
  text-align: center;
}

.failure-result {
  display: block;
  background-color: var(--fragola-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-highlight-error);
  padding: 0.3em 0.63em 0.3em 0.63em;
  color: var(--gen-color-foreground-inverse);
  width: 60%;
  border-style: solid;
  border-width: 1.5px;
}

.success-result {
  display: block;
  background-color: var(--pistacchio-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-highlight-success);
  padding: 0.3em;
  color: var(--gen-color-foreground-inverse);
  width: 60%;
  border-style: solid;
  border-width: 1.5px;
}

.other-result {
  display: block;
  background-color: var(--banana-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-border-secondary);
  padding: 0.3em;
  color: var(--gen-color-foreground-inverse);
  width: 60%;
  border-style: solid;
  border-width: 1.5px;
}

.skip-result {
  display: block;
  background-color: var(--mango-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-highlight-warning);
  padding: 0.3em;
  color: var(--gen-color-foreground-inverse);
  width: 60%;
  border-style: solid;
  border-width: 1.5px;
}

.priority-low {
  display: block;
  background-color: var(--banana-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-border-secondary);
  padding: 0.8em;
  color: var(--gen-color-foreground-inverse);
  width: 100%;
  border-style: solid;
  border-width: 1.5px;
}

.priority-normal {
  display: block;
  background-color: var(--banana-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-border-secondary);
  padding: 0.8em;
  color: var(--gen-color-foreground-inverse);
  width: 100%;
  border-style: solid;
  border-width: 1.5px;
}

.priority-medium {
  display: block;
  background-color: var(--arancia-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-highlight-success);
  padding: 0.8em;
  color: var(--gen-color-foreground-inverse);
  width: 100%;
  border-style: solid;
  border-width: 1.5px;
}

.priority-high {
  display: block;
  background-color: var(--fragola-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-highlight-error);
  padding: 0.8em;
  color: var(--gen-color-foreground-inverse);
  width: 100%;
  border-style: solid;
  border-width: 1.5px;
}

.priority-expedite {
  display: block;
  background-color: var(--fragola-color);
  border-radius: 6px !important;
  border-color: var(--gen-color-highlight-error);
  padding: 0.8em;
  color: var(--gen-color-foreground-inverse);
  width: 100%;
  border-style: solid;
  border-width: 1.5px;
}

.table-height {
  height: 300px;
}

.table-height-xs {
  height: 100px;
}

.table-height-sm {
  height: 200px;
}

.table-height-md {
  height: 500px;
}

.table-height-lg {
  height: 700px;
}

.table_result {
  margin-top: 15px;
  color: var(--gen-color-foreground-secondary);
}

table.table-height {
  width: 100%;
}

table.table-height thead,
table.table-height tbody,
table.table-height tr,
table.table-height td,
table.table-height th {
  display: block;
}

table.table-height tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

table.table-height tbody {
  height: 300px;
  overflow-y: auto;
}

table.table-height thead {
  width: calc(100%);
}

table.table-height tbody td,
table.table-height thead th {
  width: 10%;
  float: left;
  border-right: 1px solid var(--gen-color-border-primary);
}

table.table-height tbody td:last-child,
table.table-height thead th:last-child {
  border-right: none;
}

.table-header th {
  border-bottom: none !important;
  position: relative;
}

.table-header th .resizable {
  position: absolute;
  margin-top: -6px;
  right: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  text-align: center;
  width: 8px;
  height: 32px;
  cursor: col-resize;
  border-right: 1px solid var(--gen-color-border-secondary);
}

.table-footer {
  margin-top: 5px;
}

.table-bordered {
  border: 1px solid var(--gen-color-border-secondary);
  border-radius: 2px;
  padding: 1px;
  overflow-y: auto;
}

.modal-body .table-bordered {
  overflow-y: auto;
}

.table-collapse tbody tr {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-collapse tbody tr.collapse,
.table-collapse tbody tr.collapsing {
  opacity: 0;
}

.table-collapse tbody tr.in {
  opacity: 1;
}

.table-collapse tbody tr.in,
.table-collapse tbody tr.collapsing {
  background-color: var(--gen-color-background-lists-hover);
}

.table-collapse tbody tr.in :hover,
.table-collapse tbody tr.collapsing :hover {
  background-color: var(--gen-color-background-lists-hover);
}

.table-collapse tbody tr.in > td,
.table-collapse tbody tr.collapsing > td {
  padding-right: 0;
  padding-left: 0;
}

.table-collapse tbody tr.in > td table td,
.table-collapse tbody tr.collapsing > td table td {
  font-size: 12px;
}

.table-collapse tbody tr.in > td table td:first-of-type,
.table-collapse tbody tr.collapsing > td table td:first-of-type {
  padding-left: 30px;
}

.table-collapse tbody tr.in > td.td-padding,
.table-collapse tbody tr.collapsing > td.td-padding {
  padding: 8px;
}

.table-collapse tbody tr td.expandable,
.table-collapse tbody tr.expandable {
  cursor: pointer;
}

.table-collapse tbody tr td.expandable:not(.collapsed),
.table-collapse tbody tr.expandable:not(.collapsed),
.table-collapse tbody tr.focus {
  background-color: var(--gen-color-background-lists-selected);
}

.table-collapse tbody tr td.expandable:first-of-type::before,
.table-collapse tbody tr.expandable td:first-of-type::before {
  float: left;
  font-family: 'sc-icons';
  font-style: normal;
  margin-right: 10px;
  content: '';
  color: var(--accent-color-primary);
}

.table-collapse tbody tr:not(.collapse),
.table-collapse tbody tr td:not(.collapse) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table-collapse tbody tr.expandable.collapsed td:first-of-type::before,
.table-collapse tbody tr td.expandable.collapsed:first-of-type::before {
  content: '';
  color: var(--accent-color-primary);
}

.table .checkbox,
.table .radio {
  margin-top: 0;
}

table .btn {
  margin-bottom: 0;
}

.img-thumbnail {
  padding: 3px;
  background-color: transparent;
  border: 1px solid var(--gen-color-border-secondary);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.img-rounded {
  border-radius: 6px;
}

.img-profile,
.img-profile-sm {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background-position: top center;
  background-size: cover;
}

.img-profile img,
.img-profile-sm img {
  max-height: 40px !important;
}

.img-profile-md {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  background-position: top center;
  background-size: cover;
}

.img-profile-md img {
  max-height: 70px !important;
}

.img-profile-lg {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  text-align: center;
  background-position: top center;
  background-size: cover;
}

.img-profile-lg img {
  max-height: 100px !important;
}

.img-profile.federation:after {
  position: absolute;
  font-family: 'sc-icons';
  margin-left: -3em;
  margin-top: 2.8em;
  content: '';
  font-size: 0.5em;
  color: var(--gen-color-foreground-warning);
  text-shadow: 2px -1px 0 #25282a;
}

.img-nav,
.img-nav-sm {
  max-height: 30px !important;
}

.img-nav-md {
  max-height: 50px !important;
}

.img-nav-lg {
  max-height: 80px !important;
}

.img-nav-xl {
  max-height: 120px !important;
}

.thumbnails {
  background-color: var(--gen-color-background-layer-3);
  display: inline-block;
  position: relative;
  width: 18%;
  margin: 0 0 15px 15px;
  border-radius: 2px;
}

.thumbnails.with-description {
  height: 240px;
  overflow: hidden;
}

.thumbnails.full {
  width: 100%;
}

.thumbnails .thumbnails-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 150px;
  text-align: center;
  background-color: var(--gen-color-background-default);
}

.thumbnails .thumbnails-img.full {
  height: 100%;
  width: 100%;
}

.thumbnails .thumbnails-img > .thumbnails-noimg {
  width: 100%;
  position: absolute;
  top: 30%;
}

.thumbnails .thumbnails-img > .thumbnails-noimg i {
  font-size: 34px;
}

.thumbnails .thumbnails-img img {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.thumbnails .thumbnails-text {
  width: 100%;
  padding: 8px;
  line-height: 12px;
}

.thumbnails .thumbnails-text a i {
  color: var(--gen-color-foreground-primary);
  margin: 0;
}

.thumbnails .thumbnails-text p {
  line-height: 13px;
  font-size: 12px;
  height: 40px;
  overflow: hidden;
}

.thumbnails .thumbnails-hover {
  position: absolute;
  text-align: center;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.thumbnails .thumbnails-hover.full {
  height: 100%;
  width: 100%;
}

.thumbnails .thumbnails-hover:hover {
  opacity: 1;
}

.thumbnails .thumbnails-hover .thumbnails-check {
  position: absolute;
  top: 0;
  height: 37px;
  width: 38px;
  padding: 0 0 0 10px;
  background-color: var(--gen-color-background-solid-pressed);
}

.thumbnails .thumbnails-hover .thumbnails-edit {
  position: absolute;
  top: 0;
  height: 37px;
  width: 38px;
  padding: 10px 10px 0 8px;
}

.thumbnails .thumbnails-hover .thumbnails-play {
  width: 100%;
  top: 30%;
  position: absolute;
}

.thumbnails .thumbnails-hover .thumbnails-play a {
  vertical-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.thumbnails .thumbnails-hover .thumbnails-play a .play {
  font-size: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--gen-color-foreground-primary);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.thumbnails .thumbnails-hover .thumbnails-play a .play:hover {
  color: var(--gen-color-foreground-primary);
}

.thumbnails .thumbnails-hover .thumbnails-play a .more {
  top: -5px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.thumbnails .thumbnails-hover .thumbnails-play a .more:hover {
  color: var(--accent-color-primary-hover);
}

.thumbnails label {
  color: var(--gen-color-foreground-secondary);
  font-size: 13px;
  margin: 0;
}

.modal-header.advanced .thumbnails {
  background-color: var(--gen-color-background-solid-hover);
  margin-top: 5px;
  width: 100%;
  max-width: unset;
}

.modal-header.advanced .thumbnails .thumbnails-img {
  background-color: transparent;
  width: 100%;
  height: auto;
}

.modal-header.advanced .thumbnails .thumbnails-img img {
  position: relative;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  float: right;
}

.pagination > li > a,
.pagination > li > span {
  background-color: var(--gen-color-background-layer-3);
  color: var(--gen-color-foreground-primary);
  border: transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: var(--gen-color-background-layer-3);
  color: var(--gen-color-foreground-primary);
  border: transparent;
}

label {
  font-weight: 300;
}

html[data-useragent*='MSIE 10.0'] div[class^='col-'] > label:hover {
  cursor: text;
}

div[class^='col-'] > label,
.th-fix > label {
  font-style: normal;
  color: var(--gen-color-foreground-secondary);
  margin-bottom: 0;
  margin-left: 2px;
  top: 8px;
  overflow-y: hidden;
  font-size: 13px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  position: absolute;
  display: block;
  margin-bottom: 5px;
  top: -18px;
}

div[class^='col-'] > label.filled,
.th-fix > label.filled {
  top: -18px;
}

div[class^='col-'] > label.focus,
.th-fix > label.focus {
  top: -18px;
  color: var(--accent-color-primary);
}

div[class^='col-'] > label.has-error,
.th-fix > label.has-error {
  top: -18px;
}

label span {
  font-size: 12px;
  height: 11px;
  font-style: italic;
  color: var(--gen-color-foreground-tertiary);
}

input[type='text']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='text']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

textarea {
  position: relative;
}

.form-group {
  margin-bottom: 0;
}

.form-group div[class^='col-'] {
  margin-top: 30px;
}

fieldset {
  margin-bottom: 20px;
}

.input-search label {
  text-align: left;
  position: absolute;
  font-style: normal;
  color: var(--gen-color-foreground-secondary);
  margin-bottom: 0;
  margin-left: 5px;
  top: 8px;
  overflow-y: hidden;
  font-size: 13px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.input-search label.focus,
.input-search label.filled {
  opacity: 0;
}

.input-search input {
  float: left;
  padding-right: 22px;
}

.input-search input:focus + .ico-search,
.input-search input.filled + .ico-search {
  opacity: 0;
}

.input-search input:focus + .ico-search + .ico-clear,
.input-search input.filled + .ico-search + .ico-clear {
  opacity: 0.5;
}

.input-search .ico-search,
.input-search .ico-clear {
  position: absolute;
  right: 10px;
  box-shadow: none;
  right: 16px;
  background-color: transparent;
  padding: 3px;
  display: block;
  border: 0;
}

.input-search .ico-clear {
  opacity: 0;
  font-size: 12px;
  margin-top: 7px;
  margin-bottom: 0;
}

.input-search .ico-search {
  margin-top: 5px;
  opacity: 0.5;
}

.navbar-header .dropdown-search label {
  margin: -10px 0 0 0;
}

.navbar-header .dropdown-search input {
  border-bottom-color: var(--gen-color-highlight-caution);
  padding: 0;
}

.dropdown-search {
  margin-top: 8px;
}

.dropdown-search label {
  text-align: left;
  position: absolute;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: var(--gen-color-foreground-secondary);
  margin: -11px 0 0 0;
  overflow-y: hidden;
  pointer-events: none;
}

.dropdown-search label:focus,
.dropdown-search label.filled {
  opacity: 1 !important;
}

.dropdown-search input {
  float: left;
  background-color: transparent;
  padding-left: 0;
  padding-right: 22px;
  height: 24px;
}

.dropdown-search input:focus + .ico-search,
.dropdown-search input.filled + .ico-search {
  opacity: 0;
}

.dropdown-search input:focus + .ico-search + .ico-clear,
.dropdown-search input.filled + .ico-search + .ico-clear {
  opacity: 0.5;
}

.dropdown-search .ico-search,
.dropdown-search .ico-clear {
  position: absolute;
  right: 10px;
  box-shadow: none;
  right: 16px;
  background-color: transparent;
  padding: 3px;
  display: block;
  border: 0;
}

.dropdown-search .ico-clear {
  opacity: 0;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
}

.dropdown-search .ico-search {
  opacity: 0.5;
}

.form-control,
.btn-list,
.btn-list:hover,
.btn-list:active {
  background-color: var(--gen-color-background-solid-default);
  color: var(--gen-color-foreground-primary);
  font-size: 14px;
  padding-left: 5px;
  border-radius: 2px;
  height: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: var(--gen-color-border-secondary);
  border-bottom-width: 1px;
}

textarea.form-control {
  padding-top: 5px;
  padding-left: 5px;
  border-left: 1px solid var(--gen-color-border-secondary);
  margin-left: -3px;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

label + div.form-control {
  display: inline-block;
  margin-top: 5px;
  border: none;
}

.form-inline .input-group {
  margin-right: 15px;
}

.input-group-span {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
  top: -7px;
  right: 15px;
}

.input-group-span span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  max-width: 70px;
}

.control-label {
  color: var(--gen-color-foreground-secondary);
  text-align: left;
  margin-bottom: 0;
  margin-right: 5px;
  padding-top: unset !important;
  font-weight: 300;
}

input + span {
  font-weight: 300;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.btn.dropdown-toggle.btn-list[disabled] {
  background-color: var(--gen-color-background-solid-default);
  color: var(--gen-color-foreground-primary);
  font-size: 14px;
  font-weight: 300;
  border-radius: 2px;
  border: none;
  opacity: 0.3;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control[readonly] {
  color: var(--gen-color-foreground-primary);
  border: none;
  background-color: transparent;
  padding-left: 2px;
}

.input-disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.switch-disabled {
  background-color: var(--gen-color-background-solid-disabled);
}

input:hover,
textarea:hover,
.btn-list:hover {
  border-color: var(--accent-color-primary);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: var(--accent-color-primary);
  border-bottom-width: 1px;
}

textarea.form-control:hover {
  padding-top: 5px;
  border-left-color: var(--accent-color-primary);
}

.form-control:focus,
.btn-list:focus {
  border-color: var(--accent-color-primary);
  outline: 0;
  color: var(--gen-color-foreground-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-width: 1px;
}

textarea.form-control:focus {
  padding-top: 5px;
  border-left-color: var(--accent-color-primary);
}

.form-control:focus + .input-placeholder {
  color: var(--accent-color-primary);
}

input:hover + .input-animate::before,
textarea:hover + .input-animate::before {
  border-color: var(--gen-color-highlight-caution);
}

input:hover + .input-animate.has-error::before,
textarea:hover + .input-animate.has-error::before {
  border-color: var(--gen-color-foreground-error);
}

input + .input-animate,
textarea + .input-animate,
.btn-group.bootstrap-select + .input-animate,
.tags + .input-animate {
  position: absolute;
  bottom: 0;
  padding-left: 5px;
  height: calc(100%);
  text-align: left;
  pointer-events: none;
}

.input-group input + .input-animate,
.input-group input + .input-placeholder {
  left: 0;
  right: 0;
}

.input-animate > span,
.input-placeholder,
label.input-placeholder {
  position: absolute;
  font-size: 12px;
  color: var(--gen-color-foreground-secondary);
  opacity: 1;
  z-index: 99;
}

#login-container .input-animate > span,
#login-container .input-placeholder,
#login-container label.input-placeholder {
  opacity: 1;
}

.input-animate::before,
.input-animate::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

textarea + .input-animate {
  border-left: 1px solid var(--gen-color-border-secondary);
}

.input-group .input-animate::before,
.input-group .input-animate::after {
  height: calc(75%);
}

input + .input-animate::after,
textarea + .input-animate::after,
.btn-group.bootstrap-select + .input-animate:after,
.tags + .input-animate:after {
  margin-top: 1px;
  border-bottom: 2px solid var(--accent-color-primary);
  width: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

input + .input-animate.has-error::after,
textarea + .input-animate.has-error::after,
.btn-group.bootstrap-select + .input-animate.has-error:after {
  border-bottom: 2px solid var(--gen-color-highlight-error);
}

input:focus + .input-animate::after,
input:focus + .input-group .input-animate::after,
textarea:focus + .input-animate::after,
.btn-group.bootstrap-select.open + .input-animate::after,
.tag.focus + .input-animate:after {
  width: 100%;
}

input.filled + .input-animate > span,
textarea.filled + .input-animate > span,
.btn-group.bootstrap-select.open + .input-animate > span,
.btn-group.bootstrap-select.filled + .input-animate > span {
  -webkit-animation: placeholder-out 0.3s both;
  animation: placeholder-out 0.3s both;
}

.navbar-header .form-control {
  color: var(--gen-color-foreground-primary);
}

.form-inline .checkbox input[type='checkbox'],
.form-inline .radio input[type='radio'] {
  position: relative;
  margin-left: 0;
  margin-bottom: 10px;
}

.form-inline .checkbox label,
.form-inline .radio label {
  padding-left: 5px;
  left: -2px;
  margin-top: -9px;
}

.form-inline .checkbox label i::before,
.form-inline .radio label i::before {
  font-size: 3em;
  margin-top: -20px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline,
.form-horizontal .switch {
  margin-top: 8px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  margin-left: 5px;
}

.form-horizontal .form-inline .radio,
.form-horizontal .form-inline .checkbox {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: -10px;
}

.checkbox {
  padding-left: 20px;
  padding-top: 1px !important;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  text-align: left;
  margin-top: -3px;
  font-weight: 300;
  z-index: 2;
  color: var(--gen-color-foreground-primary);
}

.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  outline: 0;
  margin-left: -20px;
  border: 1px solid var(--accent-color-primary-hover);
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox.partial label::before {
  background-color: var(--gen-color-highlight-caution);
  font-family: 'sc-icons';
  padding-left: 2px;
  padding-top: 1px;
  content: '';
  font-size: 11px;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  border-radius: 2px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  background-color: var(--accent-color-primary-hover);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

.checkbox input[type='checkbox'],
.checkbox input[type='radio'] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type='checkbox']:focus + circle::before,
.checkbox input[type='radio']:focus + label::before {
  color: var(--accent-color-primary-hover);
}

.checkbox input[type='checkbox']:focus + label::before {
  border: 2px solid var(--accent-color-primary-hover);
}

.radio input[type='radio']:focus + label::before {
  border: 2px solid var(--accent-color-primary-hover);
}

.checkbox input[type='checkbox']:checked + label::after,
.checkbox input[type='radio']:checked + label::after {
  font-family: 'sc-icons';
  content: '';
  transform: scale(1, 1);
  -webkit-animation: checked 0.5s both;
  -moz-animation: checked 0.5s both;
  -o-animation: checked 0.5s both;
  animation: checked 0.5s both;
}

.checkbox input[type='checkbox']:disabled + label,
.checkbox input[type='radio']:disabled + label {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.checkbox input[type='checkbox']:disabled + label::before,
.checkbox input[type='radio']:disabled + label::before {
  background-color: var(--gen-color-background-solid-default);
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type='checkbox']:checked + label::before,
.checkbox-primary input[type='radio']:checked + label::before {
  background-color: transparent;
  border-color: var(--accent-color-primary-hover);
}

.checkbox-primary input[type='checkbox']:checked + label::after,
.checkbox-primary input[type='radio']:checked + label::after {
  color: var(--gen-color-foreground-primary);
}

.radio {
  padding-left: 20px;
  padding-top: 1px !important;
}

.radio span,
.checkbox span {
  top: -4px;
  position: relative;
  display: inline;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  margin-top: -3px;
  font-weight: 300;
  color: var(--gen-color-foreground-primary);
  z-index: 2;
}

.radio label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid var(--accent-color-primary-hover);
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border 0.25s ease-in-out;
  -o-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: ' ';
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.5s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.3s cubic-bezier(0.1, -0.33, 0.2, 1.33);
}

.radio input[type='radio'] {
  opacity: 0;
  z-index: 1;
}

.radio input[type='radio']:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type='radio']:disabled + label {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.radio input[type='radio']:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type='radio'] + label::after {
  background-color: transparent;
}

.radio-primary input[type='radio']:checked + label::before {
  border-color: var(--accent-color-primary-hover);
}

.radio-primary input[type='radio']:checked + label::after {
  background-color: var(--accent-color-primary-hover);
}

input[type='checkbox'].styled:checked + label:after,
input[type='radio'].styled:checked + label:after {
  font-family: 'sc-icons';
  content: '';
}

input[type='checkbox'] .styled:checked + label::before,
input[type='radio'] .styled:checked + label::before {
  color: var(--gen-color-foreground-primary);
}

input[type='checkbox'] .styled:checked + label::after,
input[type='radio'] .styled:checked + label::after {
  color: var(--gen-color-foreground-primary);
}

.switch-toggle a {
  display: none;
}

@media only screen {
  .switch {
    clear: both;
    min-height: 25px;
    margin-left: 5px;
  }

  .form-inline .switch {
    clear: none;
    min-height: inherit;
    float: left;
  }

  .switch > input {
    opacity: 0;
  }

  .switch > label + label {
    color: var(--gen-color-foreground-primary);
    float: left;
    padding: 0 20px 0 10px;
  }

  .switch > label + label:hover {
    cursor: pointer;
  }

  .switch > label:first-of-type {
    display: block;
    width: 30px;
    min-height: 12px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    background-color: var(--gen-color-background-default);
    border-radius: 10px;
    top: 4px;
    float: left;
  }

  .switch > label a {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    right: 46%;
    top: -2px;
    z-index: 4;
    width: 50%;
    height: 100%;
    background-color: var(--gen-color-background-layer-3);
    border-radius: 50%;
    padding: 8px;
    pointer-events: none;
  }

  .switch > input:focus label ~ a,
  .switch > input:focus label + label {
    outline: 0;
  }

  .switch > input label {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }

  .switch > input:checked + label > a {
    background-color: var(--accent-color-primary-hover);
    right: -2px;
  }

  .switch > input:disabled + label > a {
    background-color: var(--gen-color-background-solid-disabled);
  }

  .switch > input:disabled + label + label {
    opacity: 0.55;
    filter: alpha(opacity=55);
  }

  .switch-disabled {
    background-color: var(--gen-color-background-solid-disabled);
  }
}

.checkbox .focus-animate,
.radio .focus-animate,
.switch .focus-animate,
.irs-slider > .focus-animate {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  background-color: var(--accent-color-primary-hover);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-out;
}

.form-inline .checkbox .focus-animate,
.form-inline .radio .focus-animate {
  top: 0;
  left: 14px;
}

.switch > input + label .focus-animate {
  top: -2px;
  left: -1px;
  background-color: var(--gen-color-background-layer-3);
}

.switch > input:checked + label .focus-animate {
  left: 15px;
  background-color: var(--accent-color-primary-hover);
  top: -2px;
}

.irs-slider > .focus-animate {
  left: -1px;
  background-color: var(--accent-color-primary-hover);
  top: -1px;
}

.checkbox input[type='checkbox'] + label:focus + .focus-animate,
.checkbox input[type='checkbox'] + label:hover + .focus-animate,
.radio input[type='radio'] + label:focus + .focus-animate,
.radio input[type='radio'] + label:hover + .focus-animate,
.switch:hover > input:not(:disabled) + label .focus-animate,
.switch > input:focus + label .focus-animate,
.irs-slider:hover > .focus-animate {
  -webkit-animation: focus-in 0.2s forwards;
  -moz-animation: focus-in 0.2s forwards;
  -o-animation: focus-in 0.2s forwards;
  animation: focus-in 0.2s forwards;
}

.irs {
  height: 25px;
  top: -5px;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-with-grid {
  height: 50px;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
  height: 2px;
  top: 23px;
  background-color: var(--gen-color-background-lists-hover);
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
  height: 8px;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
  height: 8px;
}

.irs-line-right {
  right: 0;
  width: 11%;
  height: 8px;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 2px;
  top: 18px;
  background: var(--accent-color-primary-hover);
}

.irs-bar-edge {
  position: absolute;
  display: block;
  left: 0;
  height: 2px;
  top: 18px;
  width: 14px;
  border-right: 0;
  background-color: var(--accent-color-primary-hover);
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
  top: 12px;
  width: 15px;
  height: 15px;
  background: var(--gen-color-background-layer-3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: var(--gen-color-foreground-primary);
  font-size: 12px;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  opacity: 0.5;
  background: var(--accent-color-primary-hover);
}

.irs-grid-pol.small {
  height: 4px;
  background: var(--gen-color-background-layer-3);
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: var(--gen-color-background-default);
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs-slider.state_hover,
.irs-slider:hover {
  background: var(--accent-color-primary-hover);
}

.irs-min,
.irs-max {
  color: var(--gen-color-foreground-primary);
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: var(--gen-color-background-solid-pressed);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: var(--gen-color-background-layer-2);
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: var(--gen-color-background-layer-3);
}

.irs-grid-text {
  position: absolute;
  bottom: 5px;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: var(--gen-color-foreground-tertiary);
}

.irs-disabled {
  opacity: 0.4;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 6px;
  height: 28px;
  left: -12px;
  top: -6px;
}

.noUi-vertical {
  width: 6px;
}

.noUi-vertical .noUi-handle {
  width: 18px;
  height: 18px;
  left: -6px;
  top: -10px;
}

.noUi-background {
  background: var(--gen-color-background-lists-hover);
}

.noUi-connect {
  background: var(--gen-color-accent-solid);
  box-shadow: inset 0 0 3px var(--gen-color-background-solid-pressed);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px var(--gen-color-background-solid-pressed), 0 3px 6px -5px var(--gen-color-border-secondary);
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border-radius: 50%;
  background: var(--gen-color-background-layer-3);
  cursor: pointer;
}

.noUi-handle:hover {
  background-color: var(--accent-color-primary-hover);
}

.noUi-active {
  background-color: var(--accent-color-primary-hover);
}

.noUi-active:hover {
  background-color: var(--accent-color-primary-hover);
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: var(--gen-color-background-solid-disabled);
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.btn.dropdown-toggle {
  margin-bottom: 0;
}

.dropdown.inline {
  display: inline-block;
}

.dropdown a > label {
  display: block;
  color: var(--gen-color-foreground-secondary);
  font-size: 12px;
  position: absolute;
  font-weight: 400;
  margin: -16px 0 0 0;
}

.dropdown-menu {
  background-color: var(--gen-color-background-layer-3);
  font-size: 14px;
}

.dropdown-menu.fix-height {
  overflow: auto;
  max-height: 420px;
}

.dropdown-menu.no-scroll {
  padding-top: 0;
}

.input-group.open .dropdown-menu {
  background-color: var(--gen-color-background-layer-3);
  width: 100%;
  left: inherit;
  right: 0;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--gen-color-foreground-primary);
  white-space: nowrap;
}

.dropdown-menu > li > a img {
  margin-right: 10px;
}

.dropdown-menu > li > a i {
  margin-left: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-background-layer-2);
  outline: 0;
}

.nav-pills > li > a.padding-label,
.navbar-header .nav.nav-pills > li > a.padding-label {
  background-color: transparent;
  padding-top: 13px;
}

.nav.nav-pills > li > a.padding-label:hover,
.nav.nav-tabs > li > a.padding-label:hover {
  background-color: transparent;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: var(--gen-color-foreground-primary);
  background-color: var(--accent-color-primary);
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: var(--gen-color-background-lists-selected);
}

.dropdown-header {
  display: block;
  padding: 3px 20px 10px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--gen-color-foreground-secondary);
  white-space: nowrap;
}

.dropdown-content {
  list-style: none;
  padding: 0;
  margin-bottom: 80px;
  overflow: scroll;
  max-height: 378px;
}

.dropdown-content > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--gen-color-foreground-primary);
  white-space: nowrap;
}

.dropdown-content > li > a img {
  margin-right: 10px;
}

.dropdown-footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 32px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--gen-color-foreground-secondary);
  white-space: nowrap;
  background-color: var(--gen-color-background-layer-2);
  overflow: hidden;
  text-align: center;
}

.dropdown-footer .btn {
  border-radius: 0;
}
/*!
* Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
* Copyright 2013-2015 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
*/
.bootstrap-select {
  width: 220px \0;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  margin-top: 0;
  z-index: 99;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: var(--gen-color-highlight-error);
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(
    .input-group-btn
  ) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
  background-color: transparent;
  margin-top: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled,
fieldset[disabled] .form-control .bootstrap-select.btn-group {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus,
fieldset[disabled] .form-control .bootstrap-select.btn-group {
  outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  border: 1px solid var(--gen-color-border-secondary);
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.selected {
  background-color: var(--accent-color-primary);
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: var(--accent-color-primary);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: var(--gen-color-background-solid-default);
  border: 1px solid var(--gen-color-border-secondary);
  pointer-events: none;
  opacity: 0.9;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: var(--gen-color-background-solid-default);
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--gen-color-border-secondary);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--gen-color-background-layer-3);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid var(--gen-color-border-secondary);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid var(--gen-color-background-layer-3);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.dropdown-tree {
  background-color: var(--gen-color-background-layer-3);
  position: absolute;
  min-width: 250px;
  margin: 2px 0 0;
}

.dropdown-tree .tree-columns {
  margin: 0;
}

.dropdown-menu > li > a.dropdown-no-icon {
  padding-left: 34px !important;
}

.dropdown-menu > li > a.dropdown-icon {
  padding-left: 10px !important;
}

.list > label {
  color: var(--gen-color-foreground-secondary);
}

.list hr {
  margin-bottom: 0;
  margin-top: 0;
}

.list ul {
  background-color: var(--gen-color-background-solid-default);
  border: 1px solid var(--gen-color-border-secondary);
  border-radius: 2px;
  list-style: none;
  padding-left: 0;
}

.list ul li {
  padding: 6px 6px 6px 6px;
}

.list ul li:hover {
  background-color: var(--gen-color-background-lists-hover);
}

.list ul li:hover i[class*='ico-sc'] {
  color: var(--gen-color-foreground-error) !important;
  opacity: 1 !important;
}

.list ul li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.list.fix-height ul {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 230px;
}

.list .btn {
  margin-bottom: 0;
}

.list input {
  border-width: 0;
}

.list input:focus {
  border-bottom-width: 1px;
}

.list .input-group:hover {
  background-color: var(--gen-color-background-lists-hover);
}

.list .input-group + .help-block {
  margin-top: 0;
}

.list-group-item {
  background-color: var(--gen-color-background-solid-pressed);
  border: none;
}

a.list-group-item {
  color: var(--gen-color-foreground-primary);
}

.list-danger {
  border-left: 3px solid var(--gen-color-highlight-error) !important;
  margin-bottom: 5px;
}

.list-warning {
  border-left: 3px solid var(--accent-color-primary) !important;
}

.list-success {
  border-left: 3px solid var(--gen-color-highlight-success) !important;
}

.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gen-color-background-solid-pressed);
  z-index: 2000;
}

.dtp > .dtp-content {
  background: var(--bg-color);
  max-width: 300px;
  box-shadow: var(--gen-shadow-sm);
  max-height: 500px;
  position: relative;
  left: 50%;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: var(--accent-color-primary-hover);
  color: var(--gen-color-foreground-primary);
  text-align: center;
  padding: 0.3rem;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background: var(--accent-color-primary-hover);
  text-align: center;
  color: var(--gen-color-foreground-primary);
  height: 80px;
  padding: 0 50px 0 50px;
}

.dtp div.dtp-date > div {
  padding: 0;
  width: 33%;
  margin: 0;
  float: left;
}

.dtp div.dtp-actual-day {
  color: var(--gen-color-foreground-primary);
}

.dtp div.dtp-actual-month {
  font-size: 1.5em;
  color: var(--gen-color-foreground-primary);
}

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 58px;
  color: var(--gen-color-foreground-primary);
}

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 63px;
  color: var(--gen-color-foreground-primary);
}

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: var(--gen-color-foreground-primary);
}

.dtp div.dtp-picker {
  padding: 1rem;
  text-align: center;
  height: 275px;
}

.dtp-picker-calendar,
.dtp-picker-datetime {
  animation: fadein 0.5s both;
}

.dtp div.dtp-picker-month,
.dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center;
}

.dtp .dtp-close {
  position: absolute;
  top: 4px;
  right: 0;
}

.dtp .dtp-close > a {
  color: var(--gen-color-foreground-primary);
}

.dtp .dtp-close > a > i {
  font-size: 1em;
}

.dtp table.dtp-picker-days {
  margin: 0;
}

.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr > td {
  border: none;
}

.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 0.3rem;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: var(--gen-color-foreground-tertiary) !important;
}

.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
  color: var(--gen-color-foreground-primary);
  text-decoration: none;
  padding: 0.4rem 0.5rem 0.5rem 0.6rem;
  border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: var(--accent-color-primary);
  color: var(--gen-color-foreground-primary);
}

.dtp table.dtp-picker-days tr > td:hover {
  background: var(--gen-color-accent-hover);
}

.dtp table.dtp-picker-days tr > td:hover a {
  color: var(--gen-color-foreground-primary);
}

.dtp table.dtp-picker-days tr > th {
  color: var(--gen-color-foreground-secondary);
  text-align: center;
  font-weight: 700;
  padding: 0.4rem 0.3rem;
}

.dtp .p10 > a {
  color: var(--accent-color-primary-hover);
  text-decoration: none;
}

.dtp .p20 {
  width: 20%;
  display: inline-block;
}

.dtp .p60 {
  width: 60%;
  display: inline-block;
}

.dtp .p80 {
  width: 80%;
  display: inline-block;
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: var(--gen-color-foreground-primary);
  font-weight: 500;
  padding: 0.7rem 0.5rem;
  border-radius: 50% !important;
  text-decoration: none;
  font-size: 1rem;
  background: var(--gen-color-background-solid-pressed);
}

.dtp .dtp-actual-meridien a.selected {
  background: var(--accent-color-primary-hover);
  color: var(--gen-color-foreground-primary);
}

.dtp .dtp-picker-time > a {
  display: block;
  line-height: 23px;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp .dtp-picker-time {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 1em;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 500;
  text-align: center !important;
}

.dtp .dtp-picker-time > a.dtp-select-hour,
.dtp .dtp-picker-time > a.dtp-select-minute {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dtp .dtp-picker-time > a.dtp-select-hour:hover,
.dtp .dtp-picker-time > a.dtp-select-hour.selected:hover {
  background: var(--accent-color-primary-hover);
  color: var(--gen-color-foreground-primary);
}

.dtp .dtp-picker-time > a.dtp-select-minute:hover {
  background: var(--accent-color-primary-hover);
  color: var(--gen-color-foreground-primary);
}

.dtp .dtp-picker-time > a.dtp-select-hour.selected {
  background: var(--accent-color-primary-hover);
  color: var(--gen-color-foreground-primary);
}

.dtp .dtp-picker-time > a.dtp-select-hour.disabled,
.dtp .dtp-picker-time > a.dtp-select-minute.disabled {
  color: var(--gen-color-foreground-disabled);
}

.dtp .dtp-picker-time > a.dtp-select-minute.selected {
  background: var(--accent-color-primary-hover);
  color: var(--gen-color-foreground-primary);
}

.dtp div.dtp-picker-clock {
  margin: 1rem 2rem 0 2rem;
  padding: 1rem;
  border-radius: 50% !important;
  background: var(--gen-color-background-solid-pressed);
}

.dtp-clock-center {
  width: 15px;
  height: 15px;
  background: var(--bg-color);
  border-radius: 50%;
  position: absolute;
  z-index: 50;
}

.dtp .dtp-hand,
.dtp .dtp-hour-hand {
  position: absolute;
  width: 4px;
  margin-left: -2px;
  background: var(--gen-color-foreground-secondary);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 1;
}

.dtp .dtp-minute-hand {
  width: 2px;
  margin-left: -1px;
}

.dtp .dtp-hand.on {
  background: var(--accent-color-primary);
}

.dtp .dtp-buttons {
  padding: 13px 1rem 1rem 1rem;
  text-align: left;
}

a.dtp-select-month-after i,
a.dtp-select-month-before i,
a.dtp-select-year-after i,
a.dtp-select-year-before i {
  color: var(--gen-color-foreground-tertiary);
}

.dtp .invisible {
  visibility: hidden;
}

.dtp .left {
  float: left;
}

.dtp .right {
  float: right;
}

.dtp .clearfix {
  clear: both;
}

.dtp .center {
  text-align: center;
}

.datetimepicker {
  border-radius: 4px;
  direction: ltr;
  display: block;
  margin-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 320px;
}

.datetimepicker > div {
  display: none;
}

.datetimepicker .hour,
.datetimepicker .minute {
  height: 34px;
  line-height: 34px;
  margin: 0;
  width: 25%;
}

.datetimepicker .table {
  margin: 0;
}

.datetimepicker .table td,
.datetimepicker .table th {
  border: 0;
  height: 20px;
  text-align: center;
  font-weight: 400;
}

.datetimepicker .minute:hover,
.datetimepicker .hour:hover,
.datetimepicker .day:hover,
.datetimepicker .switch:hover,
.datetimepicker .left:hover,
.datetimepicker .right:hover {
  background: var(--accent-color-primary-hover);
  cursor: pointer;
}

.datetimepicker .past,
.datetimepicker .future {
  color: var(--gen-color-foreground-primary);
  opacity: 0.6;
}

.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background: none;
  color: var(--gen-color-foreground-disabled);
  opacity: 0.7;
  cursor: default;
}

.datetimepicker .active,
.datetimepicker .active:hover,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled:hover {
  background-repeat: repeat-x;
  color: var(--gen-color-foreground-primary);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker td.today {
  border: var(--accent-color-primary-hover) 2px solid;
}

.datetimepicker .active:hover,
.datetimepicker .active:hover:hover,
.datetimepicker .active.disabled:hover,
.datetimepicker .active.disabled:hover:hover,
.datetimepicker .active:active,
.datetimepicker .active:hover:active,
.datetimepicker .active.disabled:active,
.datetimepicker .active.disabled:hover:active,
.datetimepicker .active.active,
.datetimepicker .active:hover.active,
.datetimepicker .active.disabled.active,
.datetimepicker .active.disabled:hover.active,
.datetimepicker .active.disabled,
.datetimepicker .active:hover.disabled,
.datetimepicker .active.disabled.disabled,
.datetimepicker .active.disabled:hover.disabled,
.datetimepicker td.active[disabled],
.datetimepicker td.active:hover[disabled],
.datetimepicker td.active.disabled[disabled],
.datetimepicker td.active.disabled:hover[disabled],
.datetimepicker span.active[disabled],
.datetimepicker span.active:hover[disabled],
.datetimepicker span.active.disabled[disabled],
.datetimepicker span.active.disabled:hover[disabled] {
  background-color: var(--accent-color-primary-hover);
}

.datetimepicker span {
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}

.datetimepicker span:hover {
  background: var(--accent-color-primary-hover);
}

.btn {
  border-radius: 2px;
  font-size: 14px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  margin-bottom: 10px;
  vertical-align: top;
  outline: 0;
  background-color: var(--accent-color-primary);
}

.btn[disabled] {
  font-weight: 300;
}

.btn:hover,
.btn-group.open .dropdown-toggle {
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--accent-color-primary-hover);
}

.btn-absolute {
  position: absolute;
}

.btn-primary,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-accent-solid);
  outline: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-primary i,
.btn-primary[disabled] i,
.btn-primary[disabled]:hover i,
fieldset[disabled] .btn-primary fieldset[disabled] .btn-primary:hover i,
.btn-primary.disabled i,
.btn-primary.disabled:hover i {
  color: var(--gen-color-foreground-primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover .open > .dropdown-toggle.btn-primary {
  color: var(--gen-color-foreground-primary);
  outline: 0;
  background-color: var(--gen-color-accent-hover);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-primary:hover i,
.btn-primary:active i,
.btn-primary:focus i,
.btn-primary:active:hover i,
.btn-primary:active i,
.btn-primary.active i,
.btn-primary.active:hover .open > .dropdown-toggle.btn-primary i {
  color: var(--gen-color-foreground-primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--gen-color-accent-hover);
}

.btn-primary:active:hover,
.btn-primary:focus:hover {
  background-color: var(--gen-color-accent-hover);
}

.btn-success,
.btn-success[disabled],
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success fieldset[disabled] .btn-success:hover,
.btn-success.disabled,
.btn-success.disabled:hover {
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-highlight-success);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-success i,
.btn-success[disabled] i,
.btn-success[disabled]:hover i,
fieldset[disabled] .btn-success fieldset[disabled] .btn-success:hover i,
.btn-success.disabled i,
.btn-success.disabled:hover i {
  color: var(--gen-color-foreground-primary);
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:active,
.btn-success.active,
.btn-success.active:hover .open > .dropdown-toggle.btn-success {
  color: var(--gen-color-foreground-primary);
  outline: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-success:hover i,
.btn-success:active i,
.btn-success:focus i,
.btn-success:active:hover i,
.btn-success:active i,
.btn-success.active i,
.btn-success.active:hover .open > .dropdown-toggle.btn-success i {
  color: var(--gen-color-foreground-primary);
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: var(--gen-color-foreground-success);
}

.btn-success:active:hover,
.btn-success:focus:hover {
  background-color: var(--gen-color-foreground-success);
}

.btn-default,
.btn-default.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled,
.btn-default.disabled:hover {
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-background-layer-3);
  outline: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-default i,
.btn-default.active i,
.btn-default[disabled] i,
.btn-default[disabled]:hover i,
fieldset[disabled] .btn-default i,
fieldset[disabled] .btn-default:hover i,
.btn-default.disabled i,
.btn-default.disabled:hover i {
  color: var(--gen-color-foreground-primary);
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus {
  outline: 0;
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-background-layer-3);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-default:hover i,
.btn-default:active i,
.btn-default:focus i,
.btn-default:active:hover i,
.btn-default:active i,
.btn-default.active i,
.btn-default.active:hover i,
.btn-default.active:focus i,
.open > .dropdown-toggle.btn-default i,
.open > .dropdown-toggle.btn-default:hover i,
.open > .dropdown-toggle.btn-default:focus i {
  color: var(--gen-color-foreground-primary);
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: var(--gen-color-background-layer-3);
}

.btn-default:active:hover,
.btn-default:focus:hover {
  background-color: var(--gen-color-background-layer-3);
}

.btn-default.toggle-off.active {
  background-color: var(--gen-color-background-layer-3);
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled,
.btn-danger.disabled:hover {
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-foreground-error);
  outline: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-danger i,
.btn-danger[disabled] i,
.btn-danger[disabled]:hover i,
fieldset[disabled] .btn-danger fieldset[disabled] .btn-danger:hover i,
.btn-danger.disabled i,
.btn-danger.disabled:hover i {
  color: var(--gen-color-foreground-primary);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.active:hover .open > .dropdown-toggle.btn-danger {
  color: var(--gen-color-foreground-primary);
  outline: 0;
  border-color: transparent;
}

.btn-danger:hover i,
.btn-danger:active i,
.btn-danger:focus i,
.btn-danger:active:hover i,
.btn-danger:active i,
.btn-danger.active i,
.btn-danger.active:hover .open > .dropdown-toggle.btn-danger i {
  color: var(--gen-color-foreground-primary);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: var(--gen-color-foreground-error);
}

.btn-danger:active:hover,
.btn-danger:focus:hover {
  background-color: var(--gen-color-foreground-error);
}

.btn-warning,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled,
.btn-warning.disabled:hover {
  color: var(--gen-color-foreground-primary);
  background-color: var(--gen-color-highlight-caution);
  outline: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-warning i,
.btn-warning[disabled] i,
.btn-warning[disabled]:hover i,
fieldset[disabled] .btn-warning fieldset[disabled] .btn-warning:hover i,
.btn-warning.disabled i,
.btn-warning.disabled:hover i {
  color: var(--gen-color-foreground-primary);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:active:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.active:hover .open > .dropdown-toggle.btn-warning {
  color: var(--gen-color-foreground-primary);
  outline: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-warning:hover i,
.btn-warning:active i,
.btn-warning:focus i,
.btn-warning:active:hover i,
.btn-warning:active i,
.btn-warning.active i,
.btn-warning.active:hover .open > .dropdown-toggle.btn-warning i {
  color: var(--gen-color-foreground-primary);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background-color: var(--accent-color-primary);
}

.btn-warning:active:hover,
.btn-warning:focus:hover {
  background-color: var(--accent-color-primary);
}

.input-group-btn > .btn {
  padding: 5px 12px;
  position: relative;
  height: 31px;
  margin-bottom: 0;
  margin-top: -1px;
}

.btn-link {
  color: var(--accent-color-primary);
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: var(--accent-color-primary-hover);
}

.btn.btn-link.navbar-btn {
  color: var(--gen-color-foreground-primary);
  text-decoration: none;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 4px;
}

.btn.btn-link.navbar-btn:hover,
.btn.btn-link.navbar-btn:focus {
  color: var(--accent-color-primary-hover);
  text-decoration: none;
  outline: 0;
}

.btn.btn-link.navbar-btn span {
  display: block;
  color: var(--gen-color-foreground-secondary);
  font-size: 12px;
  margin-top: -2px;
  text-align: left;
  line-height: 12px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: var(--gen-color-background-layer-1);
  cursor: inherit;
  display: block;
}

.btn-circle {
  border-radius: 50%;
  padding: 0 0 0 0;
  width: 27px;
  height: 27px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
}

.btn-circle.btn-lg {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 13px;
}

.btn-circle.btn-xl {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-size: 24px;
}

#btn-login {
  width: 100%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: var(--gen-color-foreground-primary);
  text-shadow: 0 1px 0 var(--gen-color-background-default);
}

.btn-group .btn-default {
  border: 1px solid var(--gen-color-border-secondary);
  background-color: var(--gen-color-background-layer-3);
  color: var(--gen-color-foreground-primary);
}

.btn-group .btn-default:focus {
  color: var(--gen-color-foreground-primary);
}

.btn-group .btn-default:hover {
  border: 1px solid var(--gen-color-border-secondary);
}

.btn-group .btn-default.active {
  color: var(--gen-color-foreground-primary);
  background-color: var(--accent-color-primary-hover);
  border: 1px solid var(--accent-color-primary-hover);
}

.btn-group .btn-default.active:hover {
  background-color: var(--accent-color-primary-hover);
}

.steps table {
  width: 100%;
}

.steps table .btn {
  font-weight: bold;
  border: 2px solid;
}

.steps table tr {
  height: 15px;
}

.steps table tr td {
  padding: 3px;
  white-space: nowrap;
}

.steps .step-line {
  width: 95%;
}

.tooltip .tooltip-inner {
  background-color: var(--gen-color-background-layer-3);
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: var(--gen-color-foreground-primary);
  font-weight: 300;
  padding: 10px;
  text-align: left;
  word-break: break-word;
}

.tooltip .tooltip-inner img {
  max-height: 100px;
}

.tooltip.left.in,
.tooltip.top.in,
.tooltip.bottom.in,
.tooltip.right.in {
  opacity: 1;
}

.tooltip.left .tooltip-arrow {
  border-left-color: var(--gen-color-background-layer-3);
}

.tooltip.top .tooltip-arrow {
  border-top-color: var(--gen-color-background-layer-3);
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--gen-color-background-layer-3);
}

.tooltip.right .tooltip-arrow {
  border-right-color: var(--gen-color-background-layer-3);
}

.popover {
  padding: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  background-color: var(--gen-color-background-layer-3);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.popover-title {
  margin: 0;
  padding: 6px 14px;
  font-size: 14px;
  color: var(--gen-color-accent-solid);
  background-color: var(--gen-color-background-layer-3);
  border-bottom: none;
  border-radius: 2px;
}

.popover.left > .arrow:after {
  border-left-color: var(--gen-color-background-layer-3);
}

.popover.top > .arrow:after {
  border-top-color: var(--gen-color-background-layer-3);
}

.popover.right > .arrow:after {
  border-right-color: var(--gen-color-background-layer-3);
}

.popover.bottom > .arrow:after {
  border-bottom-color: var(--gen-color-background-layer-3);
}

a,
a:focus {
  color: var(--accent-color-primary);
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: var(--accent-color-primary-hover);
  text-decoration: none;
  cursor: pointer;
}

a:hover i {
  color: var(--accent-color-primary-hover);
}

a i {
  color: var(--accent-color-primary);
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

.text-default {
  color: var(--gen-color-foreground-primary) !important;
}

.text-primary {
  color: var(--accent-color-primary-hover) !important;
}

.text-success {
  color: var(--gen-color-foreground-success) !important;
}

.text-info {
  color: var(--gen-color-accent-solid) !important;
}

.text-inverse {
  color: var(--gen-color-foreground-inverse) !important;
}

.text-neutral {
  color: var(--gen-color-foreground-disabled) !important;
}

.text-warning {
  color: var(--accent-color-primary) !important;
}

.text-label {
  color: var(--gen-color-foreground-secondary) !important;
}

.text-danger {
  color: var(--gen-color-foreground-error) !important;
}

.text-fade {
  opacity: 0.3 !important;
}

.text-huge {
  font-size: 59px !important;
}

.text-hd {
  font-size: 39px !important;
}

.text-xxl {
  font-size: 24px !important;
}

.text-xl {
  font-size: 18px !important;
}

.text-lg {
  font-size: 16px !important;
}

.text-md {
  font-size: 14px !important;
}

.text-sm {
  font-size: 12px !important;
}

.text-xs {
  font-size: 10px !important;
}

.bg-primary {
  background-color: var(--gen-color-highlight-caution);
}

.bg-success {
  background-color: var(--gen-color-highlight-success);
}

.bg-info {
  background-color: var(--gen-color-background-layer-3);
}

.bg-neutral {
  background-color: var(--gen-color-background-layer-3);
}

.bg-warning {
  background-color: var(--gen-color-highlight-caution) !important;
}

.bg-danger {
  background-color: var(--gen-color-highlight-error) !important;
}

.text-wrap {
  word-break: break-all;
  white-space: pre-line;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: var(--gen-color-foreground-success);
  margin-bottom: 2px;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: var(--accent-color-primary);
  margin-bottom: 2px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: var(--gen-color-foreground-error);
  margin-bottom: 2px;
}

.form-control.has-success,
.has-success .form-control,
.has-success .form-control:focus {
  border: none;
  border-bottom: 1px solid var(--gen-color-highlight-success);
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.form-control.has-warning,
.has-warning .form-control,
.has-warning .form-control:focus {
  border: none;
  border-bottom: 1px solid var(--accent-color-primary);
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.form-control.has-error,
.has-error .form-control,
.has-error .form-control:focus {
  border: none;
  border-bottom: 1px solid var(--gen-color-highlight-error);
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

label.has-error,
td.has-error,
.help-block.has-error {
  color: var(--gen-color-foreground-error) !important;
  opacity: 1;
}

label.has-warning,
td.has-warning,
.help-block.has-warning {
  color: var(--accent-color-primary) !important;
  opacity: 1;
}

label.has-success,
td.has-success,
.help-block.has-success {
  color: var(--gen-color-foreground-success) !important;
  opacity: 1;
}

label.has-info {
  color: var(--gen-color-accent-solid);
  opacity: 1;
}

.input-group + .help-block {
  margin-top: 5px;
}

.help-block {
  font-size: 12px;
  color: var(--gen-color-foreground-disabled);
  margin-top: 5px;
  margin-bottom: 0;
  padding: 2px;
}

.form-inline .help-block {
  margin-left: 3px;
}

.input-animate + .help-block {
  position: absolute;
  font-size: 12px;
}

[class^='ico-'].ico-stack:before {
  text-shadow: -2px 2px 0 var(--gen-color-background-default);
  position: absolute;
  margin-left: -1em;
  font-size: 0.6em;
}

#sidemenu .nav li i.ico-stack {
  margin: 0;
}

#sidemenu .nav li i.ico-stack:before {
  margin-left: -2.1em;
}

[class^='ico-'].federation:after {
  position: absolute;
  font-family: 'sc-icons';
  margin-left: -3em;
  margin-top: 1.2em;
  content: '';
  font-size: 0.5em;
  color: var(--gen-color-foreground-warning);
  text-shadow: 2px -1px 0 var(--gen-color-background-default);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: var(--bg-color);
  border: 1px solid var(--gen-color-border-secondary);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--gen-color-background-layer-3);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--accent-color-primary-hover);
}

html {
  scrollbar-face-color: var(--gen-color-background-layer-3);
  scrollbar-shadow-color: var(--bg-color);
  scrollbar-track-color: var(--bg-color);
  scrollbar-arrow-color: var(--gen-color-foreground-tertiary);
}

.spinner {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 999;
  margin-right: 10px;
  margin-left: auto;
  display: inline-block;
  vertical-align: middle;
}

.btn .spinner {
  margin-top: -4px;
}

.sc2 > div,
.sc2 > div,
.sc3 > div {
  width: 6px;
  height: 6px;
  background-color: var(--accent-color-primary);
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn-primary .sc2 > div,
.btn-primary .sc2 > div,
.btn-primary .sc3 > div {
  background-color: var(--gen-color-foreground-primary);
}

.btn-default .sc2 > div,
.btn-default .sc2 > div,
.btn-default .sc3 > div {
  background-color: var(--gen-color-foreground-primary);
}

.btn-warning .sc2 > div,
.btn-warning .sc2 > div,
.btn-warning .sc3 > div {
  background-color: var(--gen-color-foreground-primary);
}

.btn-danger .sc2 > div,
.btn-danger .sc2 > div,
.btn-danger .sc3 > div {
  background-color: var(--gen-color-foreground-primary);
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress {
  height: 2px;
  background-color: var(--gen-color-background-lists-hover);
}

td .progress {
  margin-top: 8px;
  margin-bottom: 0;
}

label + .progress {
  margin-top: 7px;
}

.btn .progress {
  height: 2px;
  margin: 5px -13px -7px -13px;
  background-color: var(--gen-color-background-lists-hover);
}

.progress .progress-bar,
.btn .progress .progress-bar {
  background-color: var(--accent-color-primary-hover);
}

.progress .progress-bar > span {
  position: absolute;
  left: 50%;
  text-align: right;
  font-size: 12px;
}

.progress .progress-bar.active,
.btn .progress .progress-bar.active {
  background-color: var(--accent-color-primary-hover);
  -webkit-animation: btn-progress 0.5s infinite ease-in-out;
  animation: btn-progress 0.5s infinite ease-in-out;
}

.progress .progress-bar.progress-bar-success {
  background-color: var(--gen-color-foreground-success);
}

.progress .progress-bar.progress-bar-success.active {
  -webkit-animation: btn-progress-success 0.3s infinite ease-in-out;
  animation: btn-progress-success 0.3s infinite ease-in-out;
}

.progress .progress-bar.progress-bar-warning {
  background-color: var(--accent-color-primary);
}

.progress .progress-bar.progress-bar-warning.active {
  -webkit-animation: btn-progress-warning 0.3s infinite ease-in-out;
  animation: btn-progress-warning 0.3s infinite ease-in-out;
}

.progress .progress-bar.progress-bar-danger {
  background-color: var(--gen-color-foreground-error);
}

.progress .progress-bar.progress-bar-danger.active {
  -webkit-animation: btn-progress-danger 0.3s infinite ease-in-out;
  animation: btn-progress-danger 0.3s infinite ease-in-out;
}

.progress.password-meter {
  margin-bottom: 0;
}

#page-wrapper.tiles {
  height: 100%;
  min-height: unset;
}

.tile2x2,
.tile2x3,
.tile3x2,
.tile3x3,
.tile4x4,
.tile4x6,
.tile3x6,
.tile6x6 {
  text-align: center;
  overflow: hidden;
  float: left;
  border: 1px transparent solid;
  background-color: var(--gen-color-background-default);
  vertical-align: middle;
  padding: 1px;
  background-clip: padding-box;
}

.tile2x2 {
  width: 33.3%;
  height: 33.3%;
}

.tile3x3 {
  width: 50%;
  height: 50%;
}

.tile3x2 {
  width: 50%;
  height: 33.3%;
}

.tile2x3 {
  width: 33.3%;
  height: 50%;
}

.tile4x4 {
  width: 66.6%;
  height: 66.5%;
}

.tile4x6 {
  width: 66.6%;
  height: 100%;
}

.tile3x6 {
  width: 50%;
  height: 100%;
}

.tile6x6 {
  width: 100%;
  height: 100%;
}

.tilexxx {
  height: 50%;
}

.tilexxx:nth-of-type(1),
.tilexxx:nth-of-type(4) {
  border-left: 1px solid var(--gen-color-border-secondary);
}

.tilexxx:nth-of-type(4),
.tilexxx:nth-of-type(5),
.tilexxx:nth-of-type(6) {
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

.stream {
  height: 100%;
}

.player {
  position: relative;
  display: inline-block;
  background-color: var(--gen-color-background-solid-pressed);
  padding-top: 1px;
  border: 2px solid var(--bg-color);
}

.player[class*='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}

.player .overlay {
  opacity: 0;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .overlay.outside {
  opacity: 1;
}

.player:hover .overlay,
.player.playback .overlay {
  opacity: 1;
}

.player:hover .info.top,
.player.playback .info.top {
  opacity: 1;
}

.player .video {
  position: relative;
}

.player .video > img {
  width: 100%;
}

.player .info.top {
  opacity: 0;
  height: 29px;
  position: absolute;
  z-index: 99;
  font-size: 14px;
  background-color: var(--gen-color-background-solid-pressed);
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .info.top.outside {
  margin-top: -29px;
  opacity: 1;
}

.player .info.top [class*='col-'] {
  padding-left: 5px;
  padding-right: 1px;
}

.player .info.top i {
  font-size: 18px;
  color: var(--gen-color-foreground-primary);
  border: 0;
}

.player .info.top .btn {
  font-size: 14px;
}

.player .info.top .btn-group {
  vertical-align: top;
}

.player .info.top > div .btn {
  margin: 0 4px 0 2px;
  padding: 1px 0 0 0;
  border: 0;
  line-height: 26px;
  background-color: transparent;
}

.player .info.top > div .btn.btn-link {
  color: var(--gen-color-foreground-primary);
}

.player .info.top > div .btn.btn-link:hover {
  color: var(--accent-color-primary-hover);
  text-decoration: none;
}

.player .info.top > div .btn i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .info.top > div .btn:hover {
  color: var(--accent-color-primary);
}

.player .info.top > div .btn:hover i {
  color: var(--accent-color-primary);
}

.player .info.top .dropdown-menu {
  margin-top: -1px;
}

.player .info.top .divider {
  border-left: 1px solid var(--gen-color-border-primary);
  width: 1px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  height: 29px;
  margin-left: 2px;
}

.player .outside .timeline {
  margin-top: 0 !important;
  opacity: 1 !important;
}

.player .outside .lapse {
  opacity: 0.6 !important;
}

.player .outside .cursor i {
  height: 21px !important;
}

.player .outside :hover > .lapse {
  opacity: 1 !important;
  background-color: var(--gen-color-background-solid-pressed) !important;
}

.player .outside :hover > .lapse i {
  color: var(--gen-color-foreground-secondary) !important;
}

.player .timeline {
  height: 21px;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .timeline.hover {
  position: absolute;
  margin-top: -30px;
}

.player .timeline .timebar {
  height: 6px;
  background-color: var(--gen-color-background-layer-3);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .timeline .timebar .recorded {
  position: relative;
}

.player .timeline .timebar .recorded i {
  height: 6px;
  position: absolute;
  background-color: var(--gen-color-foreground-primary);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .timeline .timebar .motion {
  position: relative;
}

.player .timeline .timebar .motion i {
  height: 6px;
  position: absolute;
  background-color: var(--gen-color-highlight-success);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .timeline .timebar .live {
  position: relative;
}

.player .timeline .timebar .live i {
  height: 6px;
  position: absolute;
  background-color: var(--gen-color-datavisualization-purple);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .timeline .timebar .bookmarks {
  position: relative;
  z-index: 999;
}

.player .timeline .timebar .bookmarks i {
  margin-top: -4px;
  font-size: 12px;
  position: absolute;
  color: var(--gen-color-foreground-error);
  text-shadow: 1px 1px 0 var(--gen-color-background-default);
}

.player .timeline .timebar .lapse {
  opacity: 0;
  height: 15px;
  margin-top: 6px;
  background-color: var(--gen-color-background-solid-pressed);
  width: 100%;
  overflow: hidden;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.player .timeline .timebar .lapse i {
  position: absolute;
}

.player .timeline .timebar .lapse i.lg {
  border-left: 1px solid var(--gen-color-border-primary);
  padding-top: 4px;
  padding-left: 2px;
  height: 10px;
  font-size: 9px;
  font-style: normal;
  font-weight: 400 !important;
  color: var(--gen-color-foreground-secondary);
}

.player .timeline .timebar .lapse i.sm {
  border-left: 1px solid var(--gen-color-border-primary);
  height: 3px;
}

.player .timeline .timebar .cursor {
  position: relative;
}

.player .timeline .timebar .cursor i {
  margin-top: 0;
  position: absolute;
  color: var(--accent-color-primary-hover);
  width: 3px;
  height: 6px;
  background-color: var(--accent-color-primary-hover);
  font-size: 13px;
  box-shadow: 2px 0 0 var(--gen-color-foreground-primary), -2px 0 0 var(--gen-color-foreground-primary), 0 2px 0 var(--gen-color-foreground-primary), 0 -2px 0 var(--gen-color-foreground-primary),
    1px 1px var(--gen-color-foreground-primary), -1px -1px 0 var(--gen-color-foreground-primary), 1px -1px 0 var(--gen-color-foreground-primary), -1px 1px 0 var(--gen-color-foreground-primary);
  z-index: 999;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.player .timeline .timebar .cursor-time {
  opacity: 0;
  background-color: var(--gen-color-background-solid-pressed);
  padding: 3px;
  position: absolute;
  font-size: 10px;
  margin-top: -20px;
  min-width: 70px;
  text-align: center;
  margin-left: -22px;
}

.player .timeline .timebar .cursor-time .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--gen-color-border-primary);
}

.player .timeline .timebar .cursor-time .line {
  position: absolute;
  width: 0;
  height: 10px;
  bottom: -15px;
  left: 50%;
  margin-left: -5px;
  border-left-width: 5px;
}

.player .timeline .timebar .hover-time {
  background-color: var(--gen-color-background-solid-pressed);
  padding: 3px;
  position: absolute;
  font-size: 10px;
  margin-top: -22px;
  border: 1px solid var(--gen-color-border-primary);
  margin-left: -22px;
}

.player .timeline:hover {
  cursor: pointer;
}

.player .timeline:hover .lapse,
.player .timeline:hover .cursor-time {
  opacity: 1;
}

.player .timeline:hover.hover {
  margin-top: -46px;
}

.player .outside .actions.hover {
  margin-top: 21px !important;
}

.player .actions {
  background-color: var(--gen-color-background-solid-pressed);
  height: 25px;
  padding-top: 3px;
}

.player .actions [class*='col-'] {
  padding-left: 5px;
  padding-right: 1px;
}

.player .actions.hover {
  position: absolute;
  z-index: 998;
  margin-top: -24px;
  width: 100%;
}

.player .actions label {
  font-size: 10px;
  color: var(--gen-color-foreground-primary);
  margin-left: 5px;
  line-height: 10px;
}

.player .actions .btn {
  background-color: transparent;
  padding: 0;
  border-color: transparent;
  margin: -1px 5px 5px 3px;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.player .actions .btn.btn-link {
  line-height: 12px;
  color: var(--gen-color-foreground-primary);
}

.player .actions .btn.btn-link:hover {
  color: var(--accent-color-primary-hover);
  text-decoration: none;
}

.player .actions .btn i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 19px;
  color: var(--gen-color-foreground-primary);
  vertical-align: sub;
}

.player .actions .btn i[class^='ico-']:before,
.player .actions .btn i [class*=' ico-']:before {
  margin-right: 0;
  margin-left: 0;
}

.player .actions .btn.btn-player-time i:before {
  line-height: 0;
}

.player .actions .btn.btn-player-time span {
  color: var(--gen-color-foreground-secondary);
  display: block;
}

.player .actions .btn.btn-player-time:hover,
.player .actions .btn.btn-player-time:focus {
  color: var(--accent-color-primary-hover);
  text-decoration: none;
}

.player .actions .btn.btn-player-time:hover span,
.player .actions .btn.btn-player-time:focus span {
  color: var(--accent-color-primary-hover);
}

.player .actions .btn:hover i {
  color: var(--accent-color-primary);
}

.player .btn-group .btn-default {
  border: 0;
}

.ptz {
  width: 192px;
  background-color: var(--gen-color-background-solid-pressed);
}

.ptz .ptz-margin {
  height: 205px;
}

.ptz-pattern {
  width: 230px;
  background-color: var(--gen-color-background-solid-pressed);
}

.ptz-pattern .ptz-margin {
  padding: 10px 10px 10px 10px;
  float: unset;
}

.ptz-controls-up {
  position: absolute;
  bottom: 31px;
  right: 0;
  z-index: 1000;
}

.ptz-controls-down {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--gen-color-background-solid-pressed);
}

.ptz-vslider {
  height: 120px;
  width: 45px;
  display: inline-block;
  text-align: center;
}

.ptz-vslider .noUi-target {
  height: 100px;
  margin: auto;
}

.ptz-ring {
  position: relative;
  width: 125px;
  height: 125px;
  display: inline-block;
  z-index: 9999;
}

.ptz-ring > i[class^='ptz-'] {
  position: absolute;
  color: var(--gen-color-foreground-tertiary);
}

.ptz-ring > i[class^='ptz-']:hover {
  color: var(--accent-color-primary-hover);
  cursor: pointer;
}

.ptz-ring > i[class^='ptz-']:focus {
  color: var(--accent-color-primary-hover);
}

.ptz-ring > i[class^='ptz-']:before {
  margin: 0;
  font-size: 40px;
}

.ptz-ring .ptz-ul {
  left: 11px;
  top: 11px;
}

.ptz-ring .ptz-u {
  left: 41px;
  top: 0;
}

.ptz-ring .ptz-ur {
  left: 71px;
  top: 11px;
}

.ptz-ring .ptz-l {
  left: 0;
  top: 41px;
}

.ptz-ring .ptz-r {
  left: 82px;
  top: 41px;
}

.ptz-ring .ptz-dl {
  left: 11px;
  top: 71px;
}

.ptz-ring .ptz-d {
  left: 41px;
  top: 82px;
}

.ptz-ring .ptz-dr {
  left: 71px;
  top: 71px;
}

.ptz-ring i.ptz-zi {
  left: 41px;
  top: 41px;
}

.ptz-ring i.ptz-zi:before {
  font-size: 19px;
}

.ptz-ring i.ptz-zo {
  left: 41px;
  top: 62px;
}

.ptz-ring i.ptz-zo:before {
  font-size: 19px;
}

.ptz-ring > i[class^='ico-sc'] {
  position: absolute;
  color: var(--gen-color-foreground-primary);
  pointer-events: none;
  font-size: 11px;
}

.ptz-ring i.ico-sc-ptz-zoom-in {
  left: 53px;
  top: 43px;
}

.ptz-ring i.ico-sc-ptz-zoom-out {
  left: 53px;
  top: 64px;
}

.ptz-ring i.ico-sc-ptz-up {
  left: 53px;
  top: 12px;
}

.ptz-ring i.ico-sc-ptz-down {
  left: 53px;
  top: 95px;
}

.ptz-ring i.ico-sc-ptz-left {
  left: 12px;
  top: 53px;
}

.ptz-ring i.ico-sc-ptz-right {
  left: 95px;
  top: 53px;
}

.door {
  width: 220px;
  background-color: var(--gen-color-background-solid-pressed);
}

.door .door-margin {
  padding: 0 10px 10px 10px;
}

.door-controls-down {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1000;
}

.archives {
  position: absolute;
  padding-top: 1px;
  left: 0;
  z-index: 1000;
  background-color: var(--gen-color-background-solid-pressed);
}

.archives .calendar-archives {
  background-color: var(--gen-color-background-solid-pressed);
  float: left;
  position: relative;
  display: table;
  padding: 10px;
}

.archives .timeline-archives {
  height: 22px;
  background-color: var(--gen-color-background-solid-pressed);
  float: left;
  position: relative;
  display: table;
  padding: 10px;
}

.archives .timeline-archives .am,
.archives .timeline-archives .pm {
  width: 50%;
  float: left;
}

.archives .timeline-archives .row {
  margin: 0;
  padding: 0;
  height: 23px;
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

.archives .timeline-archives label {
  position: relative;
  float: left;
  font-size: 11px;
  width: 15%;
  margin-bottom: 0;
  padding-right: 5px;
  text-align: right;
  vertical-align: top;
  color: var(--gen-color-foreground-secondary);
}

.archives .timeline-archives .timebar {
  height: 22px;
  background-color: var(--gen-color-background-default);
  float: left;
  width: 85%;
  position: relative;
}

.archives .timeline-archives .timebar .recorded {
  position: relative;
  cursor: pointer;
}

.archives .timeline-archives .timebar .recorded i {
  height: 22px;
  position: absolute;
  background-color: var(--gen-color-foreground-primary);
}

.archives .timeline-archives .timebar .motion {
  position: relative;
  pointer-events: none;
}

.archives .timeline-archives .timebar .motion i {
  height: 22px;
  position: absolute;
  background-color: var(--gen-color-highlight-success);
}

.archives .timeline-archives .timebar .bookmarks {
  position: relative;
  z-index: 999;
}

.archives .timeline-archives .timebar .bookmarks i {
  margin-top: -4px;
  font-size: 12px;
  position: absolute;
  color: var(--gen-color-foreground-error);
  text-shadow: 1px 1px 0 var(--gen-color-background-default);
}

.archives .timeline-archives .timebar .lapse {
  height: 22px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.archives .timeline-archives .timebar .lapse i {
  position: absolute;
}

.archives .timeline-archives .timebar .lapse i.lg {
  border-left: 1px solid var(--gen-color-border-secondary);
  padding-top: 4px;
  padding-left: 2px;
  bottom: 0;
  height: 5px;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  color: var(--gen-color-foreground-secondary);
}

.archives .timeline-archives .timebar .lapse i.sm {
  border-left: 1px solid var(--gen-color-border-secondary);
  height: 2px;
  bottom: 0;
}

.archives .timeline-archives .timebar .cursor {
  position: relative;
}

.archives .timeline-archives .timebar .cursor i {
  margin-top: -20px;
  margin-left: -10px;
  position: absolute;
  color: var(--accent-color-primary-hover);
  font-size: 15px;
  text-shadow: 2px 0 0 var(--gen-color-foreground-primary), -2px 0 0 var(--gen-color-foreground-primary), 0 2px 0 var(--gen-color-foreground-primary), 0 -2px 0 var(--gen-color-foreground-primary),
    1px 1px var(--gen-color-foreground-primary), -1px -1px 0 var(--gen-color-foreground-primary), 1px -1px 0 var(--gen-color-foreground-primary), -1px 1px 0 var(--gen-color-foreground-primary);
  z-index: 999;
}

.archives .timeline-archives .timebar .cursor-time {
  background-color: var(--gen-color-background-solid-pressed);
  padding: 3px;
  opacity: 1;
  position: absolute;
  font-size: 10px;
  margin-top: -42px;
  text-align: center;
  min-width: 70px;
  margin-left: -24px;
}

.archives .timeline-archives .timebar .cursor-time .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--gen-color-border-primary);
}

.archives .timeline-archives .timebar .cursor-time .line {
  position: absolute;
  width: 0;
  height: 10px;
  bottom: -15px;
  left: 50%;
  margin-left: -5px;
  border-left-width: 5px;
}

.archives .timeline-archives .timebar .hover-time {
  background-color: var(--gen-color-background-solid-pressed);
  padding: 3px;
  position: absolute;
  font-size: 10px;
  margin-top: -22px;
  border: 1px solid var(--gen-color-border-primary);
  margin-left: -22px;
}

.tree-columns {
  float: left;
  margin: 0 0 15px 0;
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid var(--gen-color-border-secondary);
  border-radius: 2px;
}

.tree-search {
  padding: 0 12px 12px 12px;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  background-color: var(--gen-color-background-layer-2);
}

.tree-heading {
  padding: 4px 12px 2px 12px;
  display: flex;
  position: relative;
  height: 40px;
  width: 100%;
  overflow: hidden;
  background-color: var(--gen-color-background-solid-pressed);
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tree-heading .tree-title {
  -webkit-transition: left 0.5s ease-in-out, opacity 0.6s ease-in-out;
  -o-transition: left 0.5s ease-in-out, opacity 0.6s ease-in-out;
  transition: left 0.5s ease-in-out, opacity 0.6s ease-in-out;
  top: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
  color: var(--gen-color-foreground-primary);
  z-index: 99;
}

.tree-heading .tree-home {
  border-radius: 50%;
  padding: 0 0 0 0;
  width: 27px;
  height: 27px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  margin-top: 0;
  margin-left: -5px;
  padding-top: 3px;
  z-index: 100;
  font-size: 19px;
  color: var(--gen-color-foreground-primary);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tree-heading .tree-home:before {
  font-family: 'sc-icons';
  content: '';
}

.tree-heading .tree-home:hover {
  color: var(--accent-color-primary-hover);
}

.tree-heading .tree-pin {
  border-radius: 50%;
  padding: 0 0 0 0;
  width: 27px;
  height: 27px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  margin-top: 0;
  padding-top: 4px;
  right: 10px;
  position: absolute;
  font-size: 19px;
  color: var(--gen-color-foreground-primary);
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tree-heading .tree-pin:before {
  font-family: 'sc-icons';
  content: '';
}

.tree-heading .tree-pin:hover {
  color: var(--accent-color-primary-hover);
}

.tree-heading .tree-previous {
  border-radius: 50%;
  padding: 0 0 0 0;
  width: 27px;
  height: 27px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  margin-top: 0;
  margin-left: -5px;
  padding-top: 4px;
  display: none;
  z-index: 100;
  opacity: 0;
  font-size: 18px;
  color: var(--gen-color-foreground-primary);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tree-heading .tree-previous:before {
  font-family: 'sc-icons';
  content: '';
}

.tree-heading .tree-previous:hover {
  color: var(--accent-color-primary-hover);
}

.tree-heading .tree-title.previous {
  left: -75px;
  opacity: 0;
}

.tree-heading .tree-title.main {
  left: 0;
  opacity: 1;
}

.tree-heading .tree-title.next {
  left: 75px;
  opacity: 0;
}

.tree-heading .tree-title.search {
  right: 7px;
  text-align: right;
}

.tree-list {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 2px;
  border: 1px solid #3a3a3a;
  background-color: var(--gen-color-background-layer-2);
  overflow-x: hidden;
}

.tree-list .tree-counter {
  padding-top: 3px;
  background-color: var(--accent-color-primary-hover);
  color: var(--gen-color-foreground-primary);
  right: 30px;
  position: absolute;
  margin-top: -20px;
  width: 21px;
  height: 21px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tree-list .tree-option {
  padding-top: 4px;
  display: inline-block;
  width: 90%;
  text-align: left;
  border-radius: 50%;
  color: var(--accent-color-primary);
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tree-list .tree-arrow:before {
  padding-top: 3px;
  font-size: 15px;
}

.tree-list .tree-arrow:after {
  content: '';
  font-family: 'sc-icons';
  float: right;
}

.tree-list ul {
  list-style: none;
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tree-list ul.in {
  display: block;
}

.tree-list li > ul {
  list-style: none;
}

.tree-heading .tree-counter,
.tree-heading .tree-option {
  display: none;
}

.tree-list ul li a.tree-file {
  color: var(--accent-color-primary);
}

.tree-list ul li a.tree-file:hover {
  color: var(--accent-color-primary-hover);
}

.tree-list ul li {
  border-bottom: 1px solid var(--gen-color-border-secondary);
  background-color: transparent;
}

.tree-list ul li .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tree-list ul li a {
  color: var(--gen-color-foreground-primary);
  padding: 12px 12px 12px 12px;
  width: 100%;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tree-list ul li a.active:after {
  float: right;
  color: var(--accent-color-primary-hover);
}

.tree-list ul li .checkbox {
  position: absolute;
  margin-left: 12px;
  margin-top: 12px;
}

.tree-list ul li .checkbox + a {
  padding-left: 45px;
}

.tree-list ul li a:hover {
  background-color: var(--gen-color-background-layer-3);
  color: var(--gen-color-foreground-primary);
}

.tree-list ul li a:focus {
  background-color: var(--gen-color-background-layer-2);
  color: var(--gen-color-foreground-primary);
}

.canvas-content {
  height: 100%;
}

.canvas-content .canvas-full {
  height: 100%;
  overflow-y: scroll;
  overflow-x: no-content;
  position: relative;
}

.canvas-content .canvas-half {
  height: 50%;
  overflow-y: scroll;
  overflow-x: no-content;
  position: relative;
  border: 1px inset #444;
}

.canvas-content .canvas-33 {
  height: 33.33%;
  overflow-y: scroll;
  overflow-x: no-content;
  position: relative;
  border: 1px inset #444;
}

.canvas-content .canvas-66 {
  height: 66.66%;
  overflow-y: scroll;
  overflow-x: no-content;
  position: relative;
  border: 1px inset #444;
}

.separator-vertical {
  border-left: 1px solid var(--gen-color-border-secondary);
  display: inline-block;
  width: 1px;
  min-height: 26px;
  vertical-align: text-bottom;
}

.separator-horizontal {
  border-bottom: 1px solid var(--gen-color-border-secondary);
  display: inline-block;
  width: 1px;
  min-height: 26px;
}

.console {
  position: relative;
  font-size: 13px;
}

.console div[class^='col-'] {
  margin-left: 0;
  margin-right: -15px;
}

.console [class*='header'] :not(.btn-group) .btn,
.console [class*='footer'] :not(.btn-group) .btn {
  margin-bottom: 0;
}

.console [class*='header'] :not(.btn-group) .btn.btn-default,
.console [class*='footer'] :not(.btn-group) .btn.btn-default,
.console [class*='header'] :not(.btn-group) .btn.btn-warning,
.console [class*='footer'] :not(.btn-group) .btn.btn-warning {
  background-color: var(--gen-color-background-lists-hover);
}

.console [class*='header'] :not(.btn-group) .btn.btn-default:hover,
.console [class*='footer'] :not(.btn-group) .btn.btn-default:hover,
.console [class*='header'] :not(.btn-group) .btn.btn-warning:hover,
.console [class*='footer'] :not(.btn-group) .btn.btn-warning:hover {
  background-color: var(--gen-color-background-layer-3);
}

.console [class*='content'] table > thead > tr > th {
  border-bottom: 0;
}

.console .console-header {
  z-index: 999;
  height: 50px;
  background-color: var(--gen-color-background-solid-pressed);
}

.console .console-header label {
  color: var(--gen-color-foreground-secondary);
  display: inline-block;
}

.console .console-header .nav.nav-tabs {
  padding: 0;
  margin-bottom: 0;
}

.console .console-header .btn {
  margin-bottom: 5px;
}

.console #toptions,
.console #foptions {
  z-index: 99;
}

.console #toptions .btn,
.console #foptions .btn {
  margin-bottom: 0;
}

.console i.icon-debug:before,
.console i.icon-error:before,
.console i.icon-fatal:before,
.console i.icon-info:before,
.console i.icon-perfo:before,
.console i.icon-warning:before {
  color: var(--gen-color-foreground-disabled);
}

.console i.icon-debug:hover:before {
  color: var(--gen-color-foreground-tertiary);
}

.console .active i.icon-debug:before {
  color: var(--gen-color-foreground-primary);
}

.console i.icon-error:hover:before {
  color: var(--gen-color-highlight-subtle-error);
}

.console .active i.icon-error:before {
  color: var(--gen-color-foreground-error);
}

.console i.icon-fatal:hover:before {
  color: var(--gen-color-highlight-subtle-error);
}

.console .active i.icon-fatal:before {
  color: var(--gen-color-foreground-error);
}

.console i.icon-info:hover:before {
  color: var(--gen-color-accent-subtle);
}

.console .active i.icon-info:before {
  color: var(--gen-color-accent-solid);
}

.console i.icon-perfo:hover:before {
  color: var(--gen-color-highlight-subtle-success);
}

.console .active i.icon-perfo:before {
  color: var(--gen-color-foreground-success);
}

.console i.icon-warning:hover:before {
  color: var(--gen-color-highlight-subtle-caution);
}

.console .active i.icon-warning:before {
  color: var(--accent-color-primary);
}

.console .console-pane {
  width: 25%;
  float: left;
  height: calc(99% - 1px);
  border: 1px solid var(--gen-color-border-secondary);
  margin-right: 15px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.console .console-pane.minimize {
  width: 0;
  opacity: 0;
  margin-left: -17px;
}

.console .console-pane .console-pane-header {
  height: 42px;
  padding: 10px;
  background-color: var(--bg-color);
}

.console .console-pane .console-pane-header input[type='text'] {
  height: 25px;
}

.console .console-pane .console-pane-header .checkbox.checkbox-primary,
.console .console-pane .console-pane-header .radio.radio-primary {
  margin-top: 0;
}

.console .console-pane .console-pane-options {
  z-index: 999;
  border-bottom: 1px solid var(--gen-color-border-secondary);
  background-color: var(--gen-color-background-solid-pressed);
  position: absolute;
  width: 25%;
  margin-left: -15px;
  margin-top: -15px;
  padding: 10px 5px 5px 10px;
}

.console .console-pane .console-pane-content {
  background-color: var(--gen-color-background-layer-1);
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 92px);
  padding: 2px;
}

.console .console-pane .console-pane-content .spin {
  padding: 25px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.console .console-pane .console-pane-content .tstatus {
  font-size: 8px;
  left: 23px;
  margin-top: -5px;
}

.console .console-pane .console-pane-content .tstatus i {
  color: var(--gen-color-foreground-disabled);
}

.console .console-pane .console-pane-content .tstatus i.active {
  color: var(--accent-color-primary);
}

.console .console-pane .console-pane-content ul {
  padding-left: 9px;
}

.console .console-pane .console-pane-content ul > li {
  list-style: none;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 200;
  font-size: 12px;
  line-height: 14px;
}

.console .console-pane .console-pane-content ul > li > label {
  margin-top: 5px;
}

.console .console-pane .console-pane-content ul > li a {
  color: var(--gen-color-foreground-primary);
}

.console .console-pane .console-pane-content ul > li a:hover {
  color: var(--accent-color-primary);
}

.console .console-pane .console-pane-content ul > li ul {
  padding-top: 5px;
  padding-left: 0;
  text-align: left;
}

.console .console-pane .console-pane-content ul > li ul li {
  list-style: none;
  font-size: 12px;
  line-height: 14px;
}

.console .console-pane .console-pane-content ul > li.list,
.console .console-pane .console-pane-content ul > li.list > a {
  font-size: 16px;
  color: var(--gen-color-foreground-secondary);
  border-bottom: 1px solid var(--gen-color-border-secondary);
  padding-top: 10px;
  padding-bottom: 10px;
}

.console .console-pane .console-pane-content ul > li.list > a,
.console .console-pane .console-pane-content ul > li.list > a > a {
  border-bottom: none;
  font-size: 14px;
}

.console .console-pane .console-pane-content ul > li.list > a.collapsed:before,
.console
  .console-pane
  .console-pane-content
  ul
  > li.list
  > a
  > a.collapsed:before {
  font-family: 'sc-icons';
  content: '';
  color: var(--accent-color-primary);
  margin-right: 10px;
}

.console
  .console-pane
  .console-pane-content
  ul
  > li.list
  > a:not(.collapsed)::before,
.console
  .console-pane
  .console-pane-content
  ul
  > li.list
  > a
  > a:not(.collapsed)::before {
  font-family: 'sc-icons';
  content: '';
  color: var(--accent-color-primary);
  margin-right: 10px;
}

.console .console-pane .console-pane-content ul > li.list > a + ul,
.console .console-pane .console-pane-content ul > li.list > a > a + ul {
  padding-left: 23px;
}

.console .console-pane .console-pane-content table td,
.console .console-pane .console-pane-content table th {
  font-size: 12px;
}

.console .console-pane .console-pane-footer {
  background-color: var(--bg-color);
  padding: 13px 10px 0 10px;
  height: 50px;
}

.console .console-pane .console-pane-footer i[class^='icon-'] {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: block;
}

.console .console-body {
  width: calc(75% - 20px);
  float: left;
  height: calc(99% - 1px);
  border: 1px solid var(--gen-color-border-secondary);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.console .console-body.full {
  width: calc(100% - 10px);
}

.console .console-body .console-body-header {
  background-color: var(--bg-color);
  height: 42px;
  padding: 10px;
}

.console .console-body .console-body-content {
  background-color: var(--gen-color-background-layer-1);
  height: calc(100% - 92px);
  overflow-y: scroll;
  overflow-x: no-content;
}

.console .console-body .console-body-content tbody .icon-debug:before {
  color: var(--gen-color-foreground-primary);
}

.console .console-body .console-body-content tbody .icon-error:before {
  color: var(--gen-color-foreground-error);
}

.console .console-body .console-body-content tbody .icon-fatal:before {
  color: var(--gen-color-foreground-error);
}

.console .console-body .console-body-content tbody .icon-info:before {
  color: var(--gen-color-accent-solid);
}

.console .console-body .console-body-content tbody .icon-perfo:before {
  color: var(--gen-color-foreground-success);
}

.console .console-body .console-body-content tbody .icon-warning:before {
  color: var(--accent-color-primary);
}

.console .console-body .console-body-content tbody td {
  font-size: 13px;
}

.console .console-body .console-body-content .popover {
  padding: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 200;
  background-color: transparent;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.console .console-body .console-body-content .popover .popover-content {
  padding: 0;
}

.console .console-body .console-body-content .popover.bottom > .arrow:after {
  border-bottom-color: var(--bg-color);
}

.console .console-body .console-body-footer {
  background-color: var(--bg-color);
  height: 50px;
  padding: 13px 10px 5px 10px;
}

.console-modal .icon-debug:before {
  color: var(--gen-color-foreground-primary);
}

.console-modal .icon-error:before {
  color: var(--gen-color-foreground-error);
}

.console-modal .icon-fatal:before {
  color: var(--gen-color-foreground-error);
}

.console-modal .icon-info:before {
  color: var(--gen-color-accent-solid);
}

.console-modal .icon-perfo:before {
  color: var(--gen-color-foreground-success);
}

.console-modal .icon-warning:before {
  color: var(--accent-color-primary);
}

select.tags {
  display: none;
}

div.tagmeasure,
div.tag ul li span,
div.tag ul.TokensContainer li.TokenSearch input {
  font-size: 13px;
}

div.tag {
  position: relative;
  display: inline-block;
  zoom: 1;
  width: 100%;
}

div.tag ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.tag ul li {
  white-space: nowrap;
}

div.tag ul.TokensContainer {
  cursor: text;
  padding: 0 5px 5px 0;
  overflow-y: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

div.tag ul.TokensContainer:hover {
  border-bottom: 1px solid var(--gen-color-highlight-caution);
}

div.tag ul.TokensContainer.focus {
  border-bottom: var(--accent-color-primary-hover) 1px solid;
}

div.tag ul.TokensContainer.Autosize {
  height: auto;
}

div.tag.Disabled ul.TokensContainer,
div.tag.Disabled ul.TokensContainer input {
  cursor: not-allowed;
}

div.tag ul.TokensContainer li.Token {
  border: 1px solid var(--gen-color-border-secondary);
  background-color: var(--gen-color-background-layer-3);
  padding: 0 5px 2px 5px;
  color: var(--gen-color-foreground-primary);
  float: left;
  border-radius: 2px;
  margin: 5px 5px 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.tag ul.TokensContainer.ui-sortable:not(.ui-sortable-disabled) li.Token {
  cursor: move;
}

div.tag ul.TokensContainer li.Token.MovingShadow {
  border: 1px solid var(--gen-color-highlight-warning);
}

div.tag ul.TokensContainer li.Token.PendingDelete {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: 'alpha(opacity=50)';
  filter: alpha(opacity=50);
}

div.tag ul.TokensContainer li.TokenSearch {
  margin: 5px 0 0 5px;
  height: 18px;
  float: left;
}

div.tag ul.TokensContainer li.TokenSearch input {
  margin: 0;
  padding: 1px 0;
  background-color: transparent;
  line-height: 18px;
  border: none;
  outline: none;
  font-size: 14px;
}

div.tag ul.TokensContainer li.Placeholder {
  position: absolute;
  line-height: 20px;
  padding: 5px 0 0 5px;
  display: none;
}

div.tag ul.Dropdown {
  border: 1px solid var(--gen-color-border-secondary);
  background-color: var(--gen-color-background-layer-3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 5px 0;
  margin: -1px 0 0 0;
  position: absolute;
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 999;
}

div.tag ul.TokensContainer li.Token a.Close {
  line-height: 18px;
  float: right;
  margin: 1px 0 0 5px;
  padding: 0;
  cursor: pointer;
  color: var(--gen-color-foreground-tertiary);
}

div.tag.Disabled ul.TokensContainer li.Token a.Close {
  display: none;
}

div.tag ul.TokensContainer li.Token a.Close:hover {
  background: transparent;
  text-decoration: none;
}

div.tag ul.Dropdown li {
  padding: 5px 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.tag ul.Dropdown li.Hover {
  color: var(--gen-color-foreground-primary);
  text-decoration: none;
  background-color: var(--accent-color-primary);
}

#footer-action {
  background-color: var(--gen-color-background-layer-2);
  bottom: 0;
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

#footer-action-page {
  background-color: var(--gen-color-background-layer-2);
  bottom: 0;
  position: fixed;
  z-index: 999;
  min-height: 50px;
  left: 250px;
  right: 0;
  padding: 15px 15px 0 15px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

#footer-action .btn-primary,
.modal-footer .btn-primary {
  min-width: 120px;
}

footer {
  background-color: var(--gen-color-background-layer-3);
  color: var(--gen-color-foreground-primary);
  height: 18px;
  font-size: 12px;
  bottom: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
}

.footer-spacer {
  height: 40px;
}

ag-grid-ng2 {
  display: inline-block;
}

.ag-root {
  font-size: 13px;
  cursor: default;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.ag-no-scrolls {
  white-space: nowrap;
  display: inline-block;
}

.ag-scrolls {
  height: 100%;
}

.ag-popup-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ag-header {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.ag-pinned-left-header {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.ag-pinned-right-header {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.ag-header-viewport {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}

.ag-scrolls .ag-header-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  height: 100%;
}

.ag-no-scrolls .ag-header-container {
  white-space: nowrap;
}

.ag-header-overlay {
  display: block;
  position: absolute;
}

.ag-header-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  text-align: left;
  display: inline-block;
  height: 100%;
}

.ag-header-group-cell {
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-header-group-cell-label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-header-cell-label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-header-cell-resize {
  height: 100%;
  width: 4px;
  float: right;
  cursor: col-resize;
}

.ag-header-expand-icon {
  padding-left: 4px;
}

.ag-header-cell-menu-button {
  float: right;
}

.ag-overlay-panel {
  display: table;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ag-overlay-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ag-body {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ag-floating-top {
  position: absolute;
  left: 0;
  width: 100%;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.ag-pinned-left-floating-top {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.ag-pinned-right-floating-top {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.ag-floating-top-viewport {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}

.ag-floating-top-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

.ag-floating-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.ag-pinned-left-floating-bottom {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.ag-pinned-right-floating-bottom {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.ag-floating-bottom-viewport {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}

.ag-floating-bottom-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

.ag-pinned-left-cols-viewport {
  float: left;
  overflow: hidden;
}

.ag-pinned-left-cols-container {
  display: inline-block;
  position: relative;
}

.ag-pinned-right-cols-viewport {
  float: right;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-pinned-right-cols-container {
  display: inline-block;
  position: relative;
}

.ag-body-viewport-wrapper {
  height: 100%;
}

.ag-body-viewport {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}

.ag-scrolls .ag-body-container {
  position: relative;
  display: inline-block;
}

.ag-scrolls .ag-row {
  white-space: nowrap;
  position: absolute;
  width: 100%;
}

.ag-no-scrolls .ag-row {
  position: relative;
}

.agile-gird-row:hover {
  background-color: var(--gen-color-background-lists-hover);
}

.ag-cell {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
}

.ag-group-cell-entire-row {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-footer-cell-entire-row {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-large .ag-root {
  font-size: 20px;
}

.ag-filter {
  position: absolute;
  z-index: 100;
}

.ag-filter-list-viewport {
  overflow-x: auto;
  height: 200px;
  width: 200px;
}

.ag-filter-list-container {
  position: relative;
  overflow: hidden;
}

.ag-filter-item {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

.ag-filter-filter {
  width: 170px;
  margin: 4px;
}

.ag-filter-select {
  width: 110px;
  margin: 4px 4px 0 4px;
}

.ag-no-vertical-scroll .ag-scrolls {
  height: unset;
}

.ag-no-vertical-scroll .ag-body {
  height: unset;
}

.ag-no-vertical-scroll .ag-body-viewport-wrapper {
  height: unset;
}

.ag-no-vertical-scroll .ag-body-viewport {
  height: unset;
}

.ag-list-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.ag-tool-panel-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  width: 200px;
}

.ag-sc .ag-root {
  border: 1px solid var(--gen-color-border-secondary);
  font-weight: 300;
}

.ag-sc .ag-cell {
  padding: 5px;
}

.ag-sc .ag-column-moving .ag-cell {
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -ms-transition: left 0.2s;
  transition: left 0.2s;
}

.ag-sc .ag-cell-focus {
  border: 1px solid var(--accent-color-primary-hover);
}

.ag-sc .ag-cell-focus:focus {
  outline: none;
}

.ag-sc .ag-cell-no-focus {
  border-right: 1px dotted var(--gen-color-border-secondary);
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.ag-sc .ag-cell-first-right-pinned {
  border-left: 1px dotted var(--gen-color-border-secondary);
}

.ag-sc .ag-header {
  border-bottom: 1px solid var(--gen-color-border-secondary);
  color: var(--gen-color-foreground-secondary);
}

.ag-sc .ag-no-scrolls .ag-header-container {
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

.ag-sc .ag-header-cell {
  border-right: 1px solid var(--gen-color-border-secondary);
}

.ag-sc .ag-header-cell-moving .ag-header-cell-label {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
}

.ag-sc .ag-header-cell-moving {
  background-color: var(--gen-color-background-layer-3);
}

.ag-sc .ag-header-cell-moving-clone {
  border-right: 1px solid var(--gen-color-border-secondary);
  border-left: 1px solid var(--gen-color-border-secondary);
  background-color: rgba(220, 220, 220, 0.8);
}

.ag-sc .ag-header-group-cell {
  border-right: 1px solid var(--gen-color-border-secondary);
}

.ag-sc .ag-header-group-cell-with-group {
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

.ag-sc .ag-header-cell-label {
  padding: 4px 2px 4px 2px;
}

.ag-sc .ag-header-cell-text {
  padding-left: 2px;
}

.ag-sc .ag-header-group-cell-label {
  padding: 4px;
  padding-left: 10px;
}

.ag-sc .ag-header-group-text {
  margin-right: 2px;
}

.ag-sc .ag-header-cell-menu-button {
  padding: 2px;
  margin-top: 4px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 0;
}

.ag-sc .ag-pinned-right-header {
  border-left: 1px solid var(--gen-color-border-secondary);
}

.ag-sc .ag-header-cell-menu-button:hover {
  border: 1px solid var(--gen-color-border-primary);
}

.ag-sc .ag-header-icon {
  color: var(--gen-color-foreground-secondary);
  float: right;
}

.ag-sc .ag-header-icon polygon,
.ag-sc .ag-header-icon rect {
  fill: var(--gen-color-foreground-secondary);
}

.ag-sc .ag-row:hover {
  background-color: var(--gen-color-background-lists-hover) !important;
}

.ag-sc .ag-row-selected {
  background-color: var(--gen-color-background-lists-selected) !important;
}

.ag-sc .ag-body .ag-row-odd {
  background-color: transparent;
}

.ag-sc .ag-body .ag-row-even {
  background-color: transparent;
}

.ag-sc .ag-floating-top .ag-row {
  background-color: var(--bg-color);
}

.ag-sc .ag-floating-bottom .ag-row {
  background-color: var(--bg-color);
}

.ag-sc .ag-overlay-loading-wrapper {
  background-color: var(--gen-color-background-solid-pressed);
}

.ag-sc .ag-overlay-loading-center {
  background-color: var(--gen-color-foreground-primary);
  border: 1px solid var(--gen-color-border-secondary);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}

.ag-sc .ag-overlay-no-rows-center {
  background-color: var(--gen-color-foreground-primary);
  border: 1px solid var(--gen-color-border-secondary);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}

.ag-sc .ag-body {
  background-color: transparent;
}

.ag-sc .ag-group-cell-entire-row {
  background-color: var(--gen-color-background-layer-3);
  padding: 4px;
}

.ag-sc .ag-footer-cell-entire-row {
  background-color: var(--gen-color-background-layer-3);
  padding: 4px;
}

.ag-sc .ag-group-cell {
  font-style: italic;
}

.ag-sc .ag-group-expand {
  padding-right: 2px;
}

.ag-sc .ag-footer-cell {
  font-style: italic;
}

.ag-sc .ag-filter-checkbox {
  position: relative;
  top: 2px;
  left: 2px;
}

.ag-sc .ag-filter-header-container {
  border-bottom: 1px solid var(--gen-color-border-secondary);
}

.ag-sc .ag-filter-apply-panel {
  border-top: 1px solid var(--gen-color-border-secondary);
  padding: 2px;
}

.ag-sc .ag-filter {
  border: 1px solid var(--gen-color-border-primary);
  background-color: var(--gen-color-background-layer-3);
}

.ag-sc .ag-filter-value {
  margin-left: 4px;
}

.ag-sc .ag-selection-checkbox {
  margin-left: 4px;
}

.ag-sc .ag-paging-panel {
  padding: 4px;
}

.ag-sc .ag-paging-button {
  margin-left: 4px;
  margin-right: 4px;
}

.ag-sc .ag-paging-row-summary-panel {
  display: inline-block;
  width: 300px;
}

.ag-sc .ag-column-not-visible {
  opacity: 0.75;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  filter: alpha(opacity=75);
}

.ag-sc .ag-not-dragging {
  border: 1px solid transparent;
}

.ag-sc .ag-drop-target-above {
  border-top: 5px solid var(--gen-color-border-secondary);
}

.ag-sc .ag-drop-target-below {
  border-bottom: 5px solid var(--gen-color-border-secondary);
}

.ag-sc .ag-dragging {
  border: 1px dotted var(--gen-color-border-secondary);
}

.ag-sc .ag-list-item-selected {
  color: var(--gen-color-foreground-primary);
}

.ag-sc .ag-list-item-not-selected {
  font-style: italic;
  color: var(--gen-color-foreground-tertiary);
}

.ag-sc .ag-tool-panel-container {
  background-color: var(--gen-color-background-layer-2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gen-color-border-secondary);
  padding: 4px;
}

.ag-sc .ag-list-selection {
  background-color: var(--gen-color-foreground-primary);
  border: 1px solid var(--gen-color-border-secondary);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ag-sc .ag-popup-list .ag-list-item:hover {
  background-color: var(--gen-color-accent-subtle);
}

.ag-sc .ag-visible-icons {
  padding-left: 2px;
  padding-right: 2px;
}

.email-template {
  width: 640px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  background-color: var(--gen-color-foreground-primary);
  color: var(--gen-color-foreground-inverse);
  border-radius: 4px;
  margin: auto;
}

.email-template table {
  width: 100%;
}

.email-template a {
  text-decoration: underline;
  color: var(--gen-color-accent-solid);
}

.email-template h1 {
  margin: 10px 0 0 0 !important;
  font-size: 18px;
  color: var(--gen-color-accent-pressed);
}

.email-template h2 {
  margin: 10px 0 0 0 !important;
  font-size: 14px;
  color: var(--gen-color-accent-pressed);
}

.email-template .email-header {
  padding: 25px 35px 20px 35px;
}

.email-template .email-header .logo {
  width: 200px;
}

.email-template .email-body {
  padding: 0 35px 10px 35px;
}

.email-template .email-footer {
  border-top: 1px solid var(--gen-color-border-secondary);
  padding: 25px 35px 25px 35px;
}

.email-template .email-footer .logo {
  width: 80px;
  margin: 5px 10px 5px 0;
}

.email-template .text-danger {
  color: var(--gen-color-foreground-error);
}

.ct-label {
  fill: var(--gen-color-foreground-secondary);
  color: var(--gen-color-foreground-secondary);
  font-size: 12px;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: var(--gen-color-border-secondary);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.4;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: var(--accent-color-primary-hover);
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
  fill: var(--accent-color-primary-hover);
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-blue);
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
  fill: var(--gen-color-datavisualization-blue);
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-red);
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
  fill: var(--gen-color-datavisualization-red);
}

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-green);
}

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
  fill: var(--gen-color-datavisualization-green);
}

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-purple);
}

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
  fill: var(--gen-color-datavisualization-purple);
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-red);
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
  fill: var(--gen-color-datavisualization-red);
}

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-subtle-blue);
}

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
  fill: var(--gen-color-datavisualization-subtle-blue);
}

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: var(--gen-color-highlight-inactive);
}

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-area {
  fill: var(--gen-color-highlight-inactive);
}

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-yellow);
}

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-area {
  fill: var(--gen-color-datavisualization-yellow);
}

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-green);
}

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-area {
  fill: var(--gen-color-datavisualization-green);
}

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-subtle-yellow);
}

.ct-series-k .ct-slice-pie,
.ct-series-k .ct-area {
  fill: var(--gen-color-datavisualization-subtle-yellow);
}

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: var(--gen-color-highlight-inactive);
}

.ct-series-l .ct-slice-pie,
.ct-series-l .ct-area {
  fill: var(--gen-color-highlight-inactive);
}

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-yellow);
}

.ct-series-m .ct-slice-pie,
.ct-series-m .ct-area {
  fill: var(--gen-color-datavisualization-yellow);
}

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-blue);
}

.ct-series-n .ct-slice-pie,
.ct-series-n .ct-area {
  fill: var(--gen-color-datavisualization-blue);
}

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: var(--gen-color-datavisualization-purple);
}

.ct-series-o .ct-slice-pie,
.ct-series-o .ct-area {
  fill: var(--gen-color-datavisualization-purple);
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  content: '';
  display: table;
  clear: both;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  content: '';
  display: table;
  clear: both;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  content: '';
  display: table;
  clear: both;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  content: '';
  display: table;
  clear: both;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  content: '';
  display: table;
  clear: both;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  content: '';
  display: table;
  clear: both;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: '';
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  content: '';
  display: table;
  clear: both;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  content: '';
  display: table;
  clear: both;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  content: '';
  display: table;
  clear: both;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: '';
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  content: '';
  display: table;
  clear: both;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.c3 path,
.c3 line {
  fill: none;
  stroke: var(--gen-color-border-secondary);
}

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: var(--gen-color-foreground-secondary);
  fill: var(--gen-color-foreground-secondary);
}

.c3-color1 {
  color: var(--accent-color-primary-hover);
}

.c3-color2 {
  color: var(--gen-color-datavisualization-blue);
}

.c3-color3 {
  color: var(--gen-color-foreground-error);
}

.c3-color4 {
  color: var(--gen-color-foreground-success);
}

.c3-color5 {
  color: var(--gen-color-datavisualization-purple);
}

.c3-color6 {
  color: var(--gen-color-datavisualization-red);
}

.c3-color8 {
  color: var(--gen-color-datavisualization-subtle-blue);
}

.c3-color9 {
  color: var(--gen-color-highlight-inactive);
}

.c3-color10 {
  color: var(--gen-color-datavisualization-yellow);
}

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: var(--gen-color-background-solid-pressed);
  stroke-width: 3px;
}

.c3-chart-arc text {
  fill: var(--gen-color-foreground-primary);
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}

.c3-grid line {
  stroke: var(--gen-color-border-secondary);
}

.c3-grid text {
  fill: var(--gen-color-foreground-tertiary);
}

.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}

.c3-text.c3-empty {
  fill: var(--gen-color-foreground-disabled);
  font-size: 2em;
}

.c3-line {
  stroke-width: 2px;
}

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: var(--gen-color-foreground-primary);
}

.c3-selected-circle {
  fill: var(--gen-color-foreground-primary);
  stroke-width: 2px;
}

.c3-bar {
  stroke-width: 0;
}

.c3-bar._expanded_ {
  fill-opacity: 0.75;
}

.c3-target.c3-focused {
  opacity: 1;
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}

.c3-target.c3-defocused {
  opacity: 0.3 !important;
}

.c3-region {
  fill: var(--gen-color-datavisualization-blue);
  fill-opacity: 0.1;
}

.c3-brush .extent {
  fill-opacity: 0.1;
}

.c3-legend-item {
  font-size: 12px;
}

.c3-legend-item-hidden {
  opacity: 0.15;
}

.c3-legend-background {
  opacity: 0.75;
  fill: var(--gen-color-background-layer-1);
  stroke: var(--gen-color-border-secondary);
  stroke-width: 1;
}

.c3-title {
  font: 14px sans-serif;
}

.c3-tooltip-container {
  z-index: 10;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: var(--gen-color-background-lists-hover);
  empty-cells: show;
  opacity: 0.9;
}

.c3-tooltip tr {
  border: 1px solid var(--gen-color-border-secondary);
}

.c3-tooltip th {
  background-color: var(--gen-color-background-solid-pressed);
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: var(--gen-color-foreground-primary);
}

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: var(--gen-color-background-solid-pressed);
  border-left: 1px solid var(--gen-color-border-secondary);
}

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.c3-tooltip td.value {
  text-align: right;
}

.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}

.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.1em;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: var(--gen-color-background-lists-hover);
  stroke: var(--gen-color-background-solid-pressed);
  stroke-width: 3px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: var(--gen-color-foreground-primary);
  font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: var(--gen-color-foreground-tertiary);
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: var(--gen-color-foreground-tertiary);
}

.c3-chart-arc .c3-gauge-value {
  fill: var(--gen-color-foreground-primary);
}

.test-result-pie > .ct-chart .ct-series-a .ct-slice-donut-solid {
  stroke: var(--gen-color-highlight-error);
  fill: var(--fragola-color);
  text-align: left;
  stroke-width: 2px;
}

.test-result-pie > .ct-chart .ct-series-b .ct-slice-donut-solid {
  stroke: var(--gen-color-highlight-success);
  fill: var(--pistacchio-color);
  text-align: left;
  stroke-width: 2px;
}

.test-result-pie > .ct-chart .ct-series-c .ct-slice-donut-solid {
  stroke: var(--gen-color-highlight-warning);
  fill: var(--mango-color);
  text-align: left;
  stroke-width: 2px;
}

.test-result-pie > .ct-chart .ct-series-d .ct-slice-donut-solid {
  stroke: var(--gen-color-border-secondary);
  fill: var(--gen-color-highlight-inactive);
  text-align: left;
  stroke-width: 2px;
}

.test-result-pie > .ct-chart .ct-label {
  fill: var(--gen-color-foreground-inverse);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 15px;
}

#sc-icons .the-icons {
  display: inline-block;
  width: 200px;
  text-align: center;
  height: 80px;
  vertical-align: top;
}

#sc-icons i {
  font-size: 25px;
}

#sc-icons span {
  display: block;
}

@supports (-ms-accelerator: true) {
  .focus-animate {
    display: none;
  }

  .radio label:hover::before,
  .checkbox label:hover::before {
    border: 2px solid var(--accent-color-primary-hover);
  }

  .switch > input:checked + label:hover > a {
    background-color: var(--accent-color-primary-hover);
  }

  .switch > input + label:hover > a {
    background-color: #9a9a9a;
  }
}

@media (min-width: 1600px) {
  .col-xl-2 {
    width: 16.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-3 {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-4 {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-8 {
    width: 66.6666666666%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .thumbnails {
    width: 15.2%;
  }
}

@media (min-width: 2200px) {
  .thumbnails {
    width: 10%;
  }
}

@media (max-width: 1220px) {
  .thumbnails {
    width: 22%;
  }
}

@media (min-width: 1025px) {
  .navbar-default .navbar-title {
    display: none;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }

  .navbar-default .navbar-toggle {
    display: block;
    float: left;
    display: none;
  }

  .navbar-header .navbar-toggle-pills {
    display: none;
  }

  .navbar-header .nav.collapse {
    display: block;
  }

  #sidemenu {
    width: 250px;
  }

  #sidemenu .nav li i {
    color: rgba(255, 255, 255, 0.45);
  }

  #sidemenu.slideleft {
    left: -275px;
    background-color: var(--gen-color-background-layer-2);
    padding-right: 25px;
  }

  #sidemenu.slideleft li {
    padding-right: 25px;
  }

  .animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
  }

  label[class*='col-'] {
    margin-bottom: 12px;
    margin-right: -15px;
  }

  #page-wrapper.with-sidemenu {
    margin-left: 235px;
    margin-bottom: 35px;
  }

  #page-wrapper.with-sidemenu.slideleft {
    margin-left: 10px;
  }

  #sidemenu.collapse,
  #sidemenu.collapsing {
    display: block;
    height: auto !important;
  }

  #sidemenu-action {
    position: absolute;
    left: 230px;
    z-index: 999;
  }

  #sidemenu-action {
    display: none;
  }

  .archives {
    width: 800px;
    bottom: 30px;
  }

  .modal-dialog-sm .modal-dialog {
    width: 480px;
  }

  .modal-dialog-md .modal-dialog {
    width: 800px;
  }

  .modal-dialog-lg .modal-dialog {
    width: 1024px;
  }

  .modal-dialog-80 .modal-dialog {
    width: 80%;
  }

  .modal-dialog-full .modal-dialog {
    width: 100%;
  }

  .modal-body .modal-sidemenu {
    width: 210px;
  }

  .modal-body .modal-sidemenu .nav li i {
    color: rgba(255, 255, 255, 0.45);
  }

  .modal-body .modal-sidemenu.slideleft {
    left: -275px;
    background-color: var(--gen-color-background-layer-2);
    padding-right: 25px;
  }

  .modal-body .modal-sidemenu.slideleft li {
    padding-right: 25px;
  }

  .modal-body .modal-sidemenu .nav li i {
    color: rgba(255, 255, 255, 0.45);
  }

  .modal-body .modal-sidemenu.slideleft {
    left: -275px;
    background-color: var(--gen-color-background-layer-2);
    padding-right: 25px;
  }

  .modal-body .modal-sidemenu.slideleft li {
    padding-right: 25px;
  }

  .modal-body .with-sidemenu {
    margin-left: 210px;
  }

  .modal-body .with-sidemenu.slideleft {
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  .menu .favorite ul li {
    width: 100%;
    border-bottom: 1px solid var(--accent-color-primary-hover);
  }

  .menu .favorite ul li a {
    font-size: 14px;
  }

  #header-nav {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: var(--gen-color-background-layer-3);
  }

  #header-nav li {
    float: none;
  }

  #header-nav li a {
    padding: 15px 5px 16px 15px;
    border: none;
  }

  #header-nav li.active a {
    background-color: transparent;
    border: none;
  }

  #header-nav li a:hover {
    background-color: var(--accent-color-primary-hover);
  }

  h1 {
    margin-bottom: 20px !important;
    font-size: 17px !important;
  }

  .mainBody.container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: none;
  }

  .mainBody.container-fluid > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mainContent {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #content-wrapper {
    padding-right: 0 !important;
  }

  #login-container {
    margin-top: 20px;
  }

  #splashmenu {
    margin-top: 0 !important;
    padding-top: 5vw;
  }

  #menu,
  #splashmenu {
    max-width: 420px;
  }

  #menu .favorite ul li,
  #splashmenu .favorite ul li {
    width: 72px;
    height: 100px;
  }

  #menu .favorite ul li a,
  #splashmenu .favorite ul li a {
    font-size: 13px;
  }

  #menu .favorite ul li a i,
  #splashmenu .favorite ul li a i {
    width: 75px;
    font-size: 24px;
  }

  #menu .favorite ul li a span,
  #splashmenu .favorite ul li a span {
    top: 95px;
    line-height: 14px;
  }

  #splashmenu .favorite > div {
    width: 90px;
    height: 130px;
  }

  #splashmenu .favorite > div span {
    font-size: 12px;
    line-height: 13px;
  }

  #splashmenu .favorite > div > a {
    width: 80px;
    height: 80px;
    padding-top: 10px;
  }

  #splashmenu .favorite > div > a i {
    margin-top: 10px;
    font-size: 25px;
  }

  #splashmenu .favorite > div > a img {
    width: 50px;
    margin-top: 5px;
  }

  #page-wrapper {
    margin-right: 0 !important;
  }

  #sidemenu.collapse {
    display: block;
  }

  #sidemenu .sidebar-spacing {
    display: none;
  }

  #sidemenu .sidebar-footer {
    position: relative;
    bottom: unset;
    border-top: 0;
  }

  #sidemenu-action {
    display: none;
  }

  .thumbnails {
    width: 45%;
    font-size: 12px;
  }

  .thumbnails.with-description .thumbnails-text p {
    height: 14px;
  }

  .thumbnails .thumbnails-hover {
    opacity: 1 !important;
  }

  .thumbnails .thumbnails-hover .thumbnails-play a .play {
    font-size: 29px;
  }

  .navbar-default .navbar-brand {
    margin-left: -5px;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: none;
  }

  .navbar-default .navbar-title {
    display: inline-block;
  }

  .navbar-default .navbar-brand span {
    margin-left: 0 !important;
    margin-top: -4px;
    font-size: 12px !important;
  }

  .navbar-header .btn.btn-link {
    padding: 4px 10px 3px 2px;
  }

  .nav > li > a {
    padding: 5px 8px;
  }

  #footer-action i,
  #footer-action span {
    font-size: 11px;
  }

  #footer-action-page {
    left: 0;
  }

  .alert {
    left: 0 !important;
    right: 0 !important;
  }

  .form-inline .input-group {
    margin-bottom: 10px;
  }

  label[class*='col-'] {
    margin-right: -15px;
  }

  .console .console-header {
    height: unset;
  }

  .console .console-pane {
    width: 100% !important;
    float: unset;
    max-height: 300px;
  }

  .console .console-pane.minimize {
    display: none;
  }

  .console .console-body {
    width: 100% !important;
    height: auto;
  }

  .console .console-body table > thead > tr > th .th-fix {
    position: absolute !important;
    margin-top: -35px;
  }

  .archives,
  .calendar-archives,
  .datetimepicker,
  .timeline-archives {
    width: 100%;
  }
}

@media (max-device-width: 1440px), (max-width: 1024px) {
  .player .info.top {
    height: 27px;
    font-size: 16px;
  }

  .player .info.top.outside {
    margin-top: -27px;
  }

  .player .info.top i {
    font-size: 18px;
  }

  .player .info.top .btn {
    margin: 0 5px 0 5px;
    font-size: 16px;
  }

  .player .info.top .btn i {
    font-size: 18px;
  }

  .player .outside .timeline.hover {
    margin-top: 0 !important;
    opacity: 1 !important;
  }

  .player .timeline.hover {
    height: 10px !important;
    margin-top: -69px !important;
  }

  .player .timeline.hover .timebar {
    height: 10px !important;
  }

  .player .timeline.hover .timebar .recorded i,
  .player .timeline.hover .timebar .motion i,
  .player .timeline.hover .timebar .live i {
    height: 10px !important;
  }

  .player .timeline.hover .timebar .lapse {
    opacity: 1;
    background-color: var(--gen-color-background-solid-pressed);
    height: 19px !important;
    margin-top: 10px;
  }

  .player .timeline.hover .timebar .lapse i {
    color: #fff !important;
  }

  .player .timeline.hover .timebar .cursor i {
    margin-top: 1px;
  }

  .player .actions {
    height: 40px !important;
    padding-top: 2px;
  }

  .player .actions .btn-player-time {
    font-size: 12px;
  }

  .player .actions .btn-player-time.btn.btn-link {
    line-height: 12px;
  }

  .player .actions .btn-player-time span {
    font-size: 11px;
  }

  .player .actions.hover {
    margin-top: -40px !important;
  }

  .player .actions .btn {
    margin: 4px 6px 0 6px;
  }

  .player .actions .btn i {
    font-size: 20px;
  }

  .player .outside .actions.hover {
    margin-top: 29px !important;
  }
}

@media (max-width: 420px) {
  .panel .nav-tabs.nav > li,
  .panel .nav-tabs nav > div > a > li {
    width: 100%;
    background-color: var(--gen-color-background-layer-3);
    margin: 5px 0 5px 0;
  }

  .navbar-header .btn.btn-link {
    padding: 0 3px 3px 2px;
    font-size: 13px !important;
  }

  .panel-options {
    float: unset;
  }

  .spinner span {
    width: 300px !important;
  }

  .table .td-xs {
    width: 15%;
  }

  .table .td-sm {
    width: 25%;
  }

  .table .td-md {
    width: 40%;
  }

  .table .td-lg {
    width: 60%;
  }

  .table .td-xl {
    width: 75%;
  }
}

@-webkit-keyframes focus-in {
  100% {
    opacity: 0.2;
    transform: scale(1.8, 1.8);
  }
}

@keyframes focus-in {
  100% {
    opacity: 0.2;
    transform: scale(1.8, 1.8);
  }
}

@-webkit-keyframes placeholder-out {
  100% {
    opacity: 1;
    -ms-transform: translate(0, -18px);
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    font-size: 12px;
  }
}

@keyframes placeholder-out {
  100% {
    opacity: 1;
    -ms-transform: translate(0, -18px);
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    font-size: 12px;
  }
}

@-webkit-keyframes switch {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes switch {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes table-collapse-in {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: 75px;
  }
}

@keyframes table-collapse-in {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: 75px;
  }
}

@-webkit-keyframes table-collapse-out {
  to {
    opacity: 0;
    height: 0;
    display: block;
  }

  from {
    opacity: 1;
    height: 75px;
    display: block;
  }
}

@keyframes table-collapse-out {
  to {
    opacity: 0;
    height: 0;
    display: block;
  }

  from {
    opacity: 1;
    height: 75px;
    display: block;
  }
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation: flash 1s infinite;
  animation: flash 1s infinite;
}

.flashfast {
  -webkit-animation: flash 0.75s infinite;
  animation: flash 0.75s infinite;
}

@-webkit-keyframes btnhover {
  50% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes btnhover {
  50% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.btnhover {
  -webkit-animation: btnhover 0.5s ease-in-out;
  animation: btnhover 0.5s ease-in-out;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%,
  40% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%,
  40% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  70%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

.shake {
  -webkit-animation: shake 0.5s ease-in-out;
  animation: shake 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.spinner-container.sc2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.spinner-container.sc3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.sc2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sc3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sc1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sc2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sc3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sc1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sc2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sc3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sc1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sc2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sc3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.result-info-pass {
  padding: 6px;
  margin: 1em 4em 2em 4em;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 4px;
  border-color: var(--pistacchio-color);
  background-color: var(--bg-color);
}

.result-info-fail {
  padding: 6px;
  margin: 1em 4em 2em 4em;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 4px;
  border-color: var(--fragola-color)
  
  ;
  background-color: var(--bg-color);
}

.result-info-pending {
  padding: 6px;
  margin: 1em 4em 2em 4em;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 4px;
  border-color: var(--accent-color-primary-hover);
  background-color: var(--bg-color);
}

.result-info-other {
  padding: 6px;
  margin: 1em 4em 2em 4em;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 4px;
  border-color: var(--gen-color-highlight-inactive);
  background-color: var(--bg-color);
}
.container-shadow {
  padding: 1vw;
  border-radius: 12px;
  background-color: var(--bg-color-16);
  box-shadow: var(--gen-shadow-sm);
  margin: 0 !important;
}
.col-1 {
  width: calc(100% * 1 / 12);
}
.col-2 {
  width: calc(100% * 2 / 12);
}
.col-3 {
  width: calc(100% * 3 / 12);
}
.col-4 {
  width: calc(100% * 4 / 12);
}
.col-5 {
  width: calc(100% * 5 / 12);
}
.col-6 {
  width: calc(100% * 6 / 12);
}
.col-7 {
  width: calc(100% * 7 / 12);
}
.col-8 {
  width: calc(100% * 8 / 12);
}
.col-9 {
  width: calc(100% * 9 / 12);
}
.col-10 {
  width: calc(100% * 10 / 12);
}
.col-11 {
  width: calc(100% * 11 / 12);
}
.col-12 {
  width: calc(100% * 12 / 12);
}

.row-1 {
  height: calc(100% * 1 / 12);
}
.row-2 {
  height: calc(100% * 2 / 12);
}
.row-3 {
  height: calc(100% * 3 / 12);
}
.row-4 {
  height: calc(100% * 4 / 12);
}
.row-5 {
  height: calc(100% * 5 / 12);
}
.row-6 {
  height: calc(100% * 6 / 12);
}
.row-7 {
  height: calc(100% * 7 / 12);
}
.row-8 {
  height: calc(100% * 8 / 12);
}
.row-9 {
  height: calc(100% * 9 / 12);
}
.row-10 {
  height: calc(100% * 10 / 12);
}
.row-11 {
  height: calc(100% * 11 / 12);
}
.row-12 {
  height: calc(100% * 12 / 12);
}


@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes btn-progress {
  0%,
  100% {
    background-color: var(--gen-color-highlight-caution);
  }

  50% {
    background-color: var(--accent-color-primary-hover);
  }
}

@keyframes btn-progress {
  0%,
  100% {
    background-color: var(--gen-color-highlight-caution);
  }

  50% {
    background-color: var(--accent-color-primary-hover);
  }
}

@-webkit-keyframes btn-progress-warning {
  0%,
  100% {
    background-color: var(--gen-color-highlight-warning);
  }

  50% {
    background-color: var(--accent-color-primary);
  }
}

@keyframes btn-progress-warning {
  0%,
  100% {
    background-color: var(--gen-color-highlight-warning);
  }

  50% {
    background-color: var(--accent-color-primary);
  }
}

@-webkit-keyframes btn-progress-success {
  0%,
  100% {
    background-color: var(--gen-color-highlight-subtle-success);
  }

  50% {
    background-color: var(--gen-color-foreground-success);
  }
}

@keyframes btn-progress-success {
  0%,
  100% {
    background-color: var(--gen-color-highlight-subtle-success);
  }

  50% {
    background-color: var(--gen-color-foreground-success);
  }
}

@-webkit-keyframes btn-progress-danger {
  0%,
  100% {
    background-color: var(--gen-color-highlight-subtle-error);
  }

  50% {
    background-color: var(--gen-color-foreground-error);
  }
}

@keyframes btn-progress-danger {
  0%,
  100% {
    background-color: var(--gen-color-highlight-subtle-error);
  }

  50% {
    background-color: var(--gen-color-foreground-error);
  }
}


