@charset "utf-8";
/* Roboto Regular */
@import "../css/jqwidgets/jqx.base.css";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto.regular-webfont.woff2") format("woff2"), url("../fonts/roboto.regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Roboto Medium */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto.medium-webfont.woff2") format("woff2"), url("../fonts/roboto.medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Roboto Bold */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto.bold-webfont.woff2") format("woff2"), url("../fonts/roboto.bold-webfont.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  appearance: button;
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #dfdfdf;
  background-color: #080808;
  font-weight: normal;
}
mark {
  background: #4c4826;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7DC8Ec;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a1d7f1;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.no-underline-on-hover:hover,
a.no-underline-on-hover:focus {
  text-decoration: none !important;
}
a.with-icon,
.btn.with-icon {
  white-space: nowrap;
}
a.with-icon span,
.btn.with-icon span {
  vertical-align: middle;
}
a.with-icon:not(.no-space) span,
.btn.with-icon:not(.no-space) span {
  margin-left: 5px;
}
a.with-icon:hover,
.btn.with-icon:hover,
a.with-icon:focus,
.btn.with-icon:focus {
  text-decoration: none;
}
a.with-icon:hover span,
.btn.with-icon:hover span,
a.with-icon:focus span,
.btn.with-icon:focus span {
  text-decoration: underline;
}
a.with-icon:not(.block) + .with-icon,
.btn.with-icon:not(.block) + .with-icon {
  margin-left: 10px;
}
.rich-link {
  display: block;
  position: relative;
  border: 1px solid #516a78;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px 62px;
  color: #dfdfdf;
}
.rich-link > .svgicon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rich-link > .svgicon:first-of-type {
  left: 15px;
}
.rich-link > .svgicon:last-of-type {
  right: 15px;
}
.rich-link:focus,
.rich-link:hover {
  text-decoration: none;
  background-color: rgba(44, 44, 44, 0.32);
  color: #dfdfdf;
}
.rich-link a {
  position: relative;
  z-index: 1;
}
.rich-link .overflow-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.no-underline-on-hover:hover {
  text-decoration: none;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.box-divided {
  padding: 0 10px;
}
.box-divided + .box-divided {
  position: relative;
  height: 100%;
}
.box-divided + .box-divided:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #353b3f;
}
@media (min-width: 1280px) {
  .top-info .box-divided {
    padding-left: 20px;
    padding-right: 30px;
  }
  .top-info .box-divided + .box-divided {
    padding-left: 30px;
  }
  .top-info .box-divided:last-child {
    padding-right: 20px;
  }
}
.item-spacing + .item-spacing {
  margin-top: 10px;
}
.item-spacing-md + .item-spacing-md {
  margin-top: 30px;
}
.item-spacing-row:not(:first-of-type) {
  padding-top: 4px;
}
.item-spacing-row:not(:last-of-type) {
  padding-bottom: 4px;
}
.item-spacing-row + .item-spacing-row {
  border-top: 1px solid rgba(53, 59, 63, 0.5);
}
.state-group {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px !important;
}
.state-success {
  background-color: #5e7b4d;
  color: #bbceaa;
}
.state-success .svgicon.text-success {
  color: #bbceaa;
  fill: #bbceaa !important;
}
.state-info {
  background-color: #34628a;
  color: #76a4bd;
}
.state-warning {
  background-color: #4c4826;
  color: #b1b07a;
}
.state-danger {
  background-color: #774545;
  color: #ca4e56;
}
.state-danger .svgicon.text-danger {
  color: #ca4e56;
  fill: #ca4e56 !important;
}
.parent-hover .txt-original,
.parent-hover .txt-hover {
  transition: opacity .1s ease;
}
.parent-hover:hover .txt-original,
.parent-hover:not(:hover) .txt-hover {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
a.collapse-toggle:before {
  content: "";
  background: url("../colored-icons/arrow-down_grey.svg") no-repeat center center;
  background-size: 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  transition: all .15s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
a.collapse-toggle.collapsed:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.collapsible-list {
  position: relative;
  overflow: hidden;
  padding-right: 20px;
  margin-top: -5px !important;
  transition: height 0.35s ease;
}
.collapsible-list > .label {
  margin-top: 5px !important;
}
.collapsible-list-button {
  position: absolute;
  top: 5px;
  right: 0;
}
.quiet-link,
.quiet-link:link,
.quiet-link:visited,
.quiet-link:active {
  color: inherit !important;
}
.quiet-link:focus,
.quiet-link:hover {
  color: #7DC8Ec !important;
  text-decoration: none !important;
}
.ui-link,
.ui-link:link,
.ui-link:visited,
.ui-link:active {
  color: #dfdfdf;
}
.ui-link:focus,
.ui-link:hover {
  color: #7DC8Ec;
  text-decoration: none !important;
}
.muted-link {
  color: #858585;
}
.muted-link:focus,
.muted-link:hover {
  color: #7DC8Ec;
  text-decoration: none !important;
}
.extra-info {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[class^="col-"] .extra-info,
[class*=" col-"] .extra-info {
  right: 20px;
}
.actions {
  font-weight: normal;
  position: relative;
  margin-left: 15px;
}
.actions:before {
  display: block;
  content: "";
  width: 2px;
  height: 10px;
  background: #353b3f;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
}
.actions .icon {
  font-size: 12px;
  top: -1px !important;
}
.actions .icon.pull-left,
.actions .icon.pull-right {
  top: 1px;
}
.actions .icon.icon-person {
  font-size: 10px;
  top: -1px;
}
.actions a + a {
  margin-left: 6px;
}
.actions-on-hover .semi-fade-80,
.actions-on-hover .semi-fade-50,
.actions-on-hover .semi-fade-30,
.actions-on-hover .fade {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.actions-on-hover:hover .semi-fade-80,
.actions-on-hover:hover .semi-fade-50,
.actions-on-hover:hover .semi-fade-30,
.actions-on-hover:hover .fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.img-bordered {
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.img-rounded {
  border-radius: 2px;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 2px solid #353b3f;
}
hr.slim {
  border-top-width: 1px;
}
hr.hr-dark {
  border-color: #1e2123;
}
hr.hr-light {
  border-color: #2c2c2c;
}
address {
  margin-top: 3px;
}
::-moz-selection {
  background: #5d5b4a;
  text-shadow: none;
}
::selection {
  background: #5d5b4a;
  text-shadow: none;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #5d5b4a;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.page-wrap {
  margin-left: 47px;
  padding: 0 20px 40px 20px;
  min-width: 1080px;
}
.page-wrap.animate-margin {
  -webkit-transition: margin 0.35s ease;
  transition: margin 0.35s ease;
}
.body-with-topbar .page-wrap.headroom-enabled {
  -webkit-transition: margin 0.35s ease, padding 0.35s ease;
  transition: margin 0.35s ease, padding 0.35s ease;
}
.page-wrap.with-bottom-paging {
  padding-bottom: 50px;
}
.page-header {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.25;
  background-color: #516a78;
  z-index: 1000;
}
.page-header + .status-steps {
  margin-top: -18px;
}
.page-header:before,
.page-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-header:after {
  clear: both;
}
.page-header:before,
.page-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-header:after {
  clear: both;
}
.page-header .btn-group {
  z-index: 1010;
}
.page-title {
  margin: 0 20px 0 0;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}
.box-title {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.page-subheader {
  clear: both;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  background: #2c2c2c url(../img/pattern-muted-rendered.png);
  border-bottom: 1px solid #121212;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-subheader:after {
  clear: both;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-subheader:after {
  clear: both;
}
.page-subheader.page-subheader-compact {
  background: #fff;
  border-bottom-color: transparent;
}
.page-subheader.page-subheader-info {
  border-bottom-color: transparent;
  padding: 10px 10px !important;
  margin-left: 0;
  margin-right: 0;
}
.page-subheader.page-subheader-nopadding {
  padding: 0;
}
.page-subheader.page-subheader-alt {
  background: #464238 url(../img/pattern-secondary-rendered.png);
  border-bottom-color: #bcb5a6;
}
.page-subheader.page-subheader-alt dt.key,
.page-subheader.page-subheader-alt .text-light {
  color: #817761;
}
.page-subheader .key-value-horizontal dt,
.page-subheader .key-value-horizontal dd {
  margin-bottom: 3px;
}
.page-subheader .key-value-horizontal dt {
  width: 45%;
  margin-right: 10px;
}
.bg-texture-gray {
  background: #2c2c2c url(../img/pattern-muted-rendered.png);
}
.subheader-user-info > img {
  border-radius: 0;
}
.subheader-user-info .user-avatar {
  height: 50px;
  width: 50px;
}
.subheader-user-info .media-body {
  line-height: 1.5;
}
.subheader-meta-info {
  line-height: 1.5;
  text-align: right;
}
.context-switcher {
  clear: both;
  text-align: center;
  margin-bottom: -10px;
  transform: translateY(-28px);
  position: relative;
  z-index: 1009;
}
.context-switcher .btn-group {
  background-color: #080808;
}
.context-switcher.contra {
  margin-bottom: 0;
  transform: translateY(19px);
}
.hover-switch-status {
  position: relative;
}
.hover-switch-status .progress-label {
  padding: 0;
  border: 0;
  height: 18px;
}
.hover-switch-status:after,
.hover-switch-status.partially-reserved:before {
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2px 4px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  z-index: 1;
}
.hover-switch-status.text-hover-muted:after {
  color: #657886;
}
.hover-switch-status.text-hover-info-alt:after {
  color: #31708F;
}
.hover-switch-status.partially-reserved:before {
  content: attr(data-number);
}
.hover-switch-status:after {
  content: attr(data-title);
  display: none;
  border: 1px solid transparent;
}
.hover-switch-status:hover:after {
  display: block;
}
.hover-switch-status:hover .txt-original,
.hover-switch-status:hover:before {
  visibility: hidden;
}
.hover-switch-text {
  position: relative;
}
.hover-switch-text .txt-original {
  transition: opacity .15s ease;
}
.hover-switch-text:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity .1s ease;
}
.hover-switch-text:not(:hover):before {
  opacity: 0;
}
.hover-switch-text:hover .txt-original {
  opacity: 0;
}
.part-subheader .part-revision {
  height: auto;
  width: 100%;
}
.part-subheader .part-revision:before {
  content: "";
  display: table;
  width: 100%;
}
.equipment-subheader dl {
  width: 33.33%;
  float: left;
  margin-top: 0;
}
.mock-data {
  display: inline-block;
  height: 14px;
  background: #fff;
  border-radius: 2px;
}
.mock-data-width-1 {
  width: 10px;
}
.mock-data-width-2 {
  width: 20px;
}
.mock-data-width-3 {
  width: 30px;
}
.mock-data-width-4 {
  width: 40px;
}
.mock-data-width-5 {
  width: 50px;
}
.mock-data-width-6 {
  width: 60px;
}
.mock-data-width-7 {
  width: 70px;
}
.mock-data-width-8 {
  width: 80px;
}
.mock-data-width-9 {
  width: 90px;
}
.mock-data-width-10 {
  width: 100px;
}
.mock-data-width-11 {
  width: 110px;
}
.mock-data-width-12 {
  width: 120px;
}
.mock-data-width-13 {
  width: 130px;
}
.mock-data-width-14 {
  width: 140px;
}
.mock-data-width-15 {
  width: 150px;
}
.mock-data-width-16 {
  width: 160px;
}
.mock-data-width-17 {
  width: 170px;
}
.mock-data-width-18 {
  width: 180px;
}
.mock-data-width-19 {
  width: 190px;
}
.mock-data-width-20 {
  width: 200px;
}
.part-avatar {
  float: left;
}
.top-header-left .part-avatar {
  display: flex;
  align-items: flex-start;
  text-align: center !important;
  height: 80px;
  width: 80px;
}
.top-header-left .part-avatar img {
  margin: 0 auto;
}
.part-subheader-info {
  margin-left: 100px;
  margin-right: 320px;
}
.part-subheader-info:before,
.part-subheader-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.part-subheader-info:after {
  clear: both;
}
.part-subheader-info:before,
.part-subheader-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.part-subheader-info:after {
  clear: both;
}
.part-subheader-info > dl {
  float: left;
  width: 45%;
}
.part-subheader-info > dl + dl {
  float: right;
}
.part-subheader-info.part-subheader-info-alt {
  margin-right: 440px;
}
.page-subheader-info .part-subheader-info {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.part-images {
  width: 300px;
}
.part-images.bg-light .owl-carousel {
  margin-top: 5px;
}
.part-images .carousel-footer {
  margin-top: auto !important;
  margin-left: 0 !important;
}
.part-detail {
  float: right;
  width: 130px;
  margin-left: 20px;
}
.part-detail h3 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
}
.part-detail .block {
  line-height: 1;
}
.is-draft {
  position: relative;
}
.is-draft:after {
  content: "";
  display: block;
  width: 63px;
  height: 42px;
  background: url(../img/draft.png) 50% 50% no-repeat;
  background-size: 63px 42px;
  position: absolute;
  top: -4px;
  left: -14px;
}
.is-hidden {
  position: relative;
}
.is-hidden:after {
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  background: url(../img/hidden.png) 50% 50% no-repeat;
  background-size: 30px 21px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.part-revision .dropdown .label {
  padding-top: 3px;
  padding-bottom: 3px;
}
.part-revision .dropdown .label .icon-arrow-down {
  font-size: 12px;
}
.part-revision-info,
.part-revision-action {
  margin-top: 5px;
}
.section-title {
  line-height: 18px;
  white-space: nowrap;
}
.section-title .icon,
.section-title .svgicon {
  margin-right: 5px;
}
.headroom {
  position: fixed;
  top: 0;
  right: 0;
  left: 47px;
  z-index: 1009;
  padding: 0 20px;
  background-color: #fff;
  -webkit-transition: transform .5s ease, left .35s ease;
  transition: transform .5s ease, left .35s ease;
}
.headroom > .page-header {
  margin-bottom: 0;
}
.headroom--pinned {
  transform: translateY(0%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--top {
  box-shadow: none;
}
.comment-form {
  position: fixed;
  top: 0;
  right: 0;
  left: 47px;
  z-index: 1009;
  -webkit-transition: all .5s ease, left .35s ease;
  transition: all .5s ease, left .35s ease;
}
.comment-form--top {
  position: static;
  box-shadow: none !important;
  padding: 0 !important;
}
.comment-form--pinned,
.comment-form--unpinned {
  padding: 20px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.navbar.expanded ~ .page-wrap .comment-form {
  left: 226px;
}
.body-with-topbar .comment-form {
  top: 36px;
}
.onboarding-cta {
  position: fixed;
  top: 0;
  right: 0;
  left: 47px;
  z-index: 1009;
  -webkit-transition: all .5s ease, left .35s ease;
  transition: all .5s ease, left .35s ease;
}
.onboarding-cta--top {
  position: static;
  box-shadow: none !important;
  padding: 0 !important;
}
.onboarding-cta--pinned,
.onboarding-cta--unpinned {
  padding: 20px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.navbar.expanded ~ .page-wrap .onboarding-cta {
  left: 226px;
}
.body-with-topbar .onboarding-cta {
  top: 36px;
}
.ui-autocomplete {
  z-index: 2000 !important;
}
.info {
  margin: 0 0 -10px 0;
}
.info dt {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
  color: #858585;
}
.tab-content .tab-pane .info dt {
  color: #9B917A;
}
.info dd {
  margin-bottom: 10px;
}
.info dd p {
  margin-bottom: 0;
}
.info dd p + p,
.info dd p + ol,
.info dd p + ul,
.info dd p + table {
  margin-top: 18px;
}
.vendor-text-light {
  color: #9B917A;
}
.more-link {
  margin-left: 4px;
  text-decoration: none;
}
.more-link:focus,
.more-link:hover {
  text-decoration: none;
}
.results-filters .form-group {
  margin-bottom: 0;
}
.results-filters + .results-subtitle {
  margin-top: -9px;
}
.results-grid {
  margin-bottom: 9px;
  padding-bottom: 18px;
  border-bottom: 1px solid #353b3f;
}
.results-subtitle {
  margin: 0 0 9px;
  color: #858585;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.image-list {
  margin: 0;
  display: flex;
}
.togglable {
  border: 3px solid transparent;
  border-radius: 5px;
}
.togglable img {
  margin-left: auto;
  margin-right: auto;
}
.togglable input {
  visibility: hidden;
  position: absolute;
  top: -9999px;
}
.togglable:focus,
.togglable:hover {
  border-color: #353b3f;
  background-color: #353b3f;
}
.togglable.active {
  border-color: #2699d0;
  background-color: #2699d0;
  color: #fff;
}
.togglable.active .text-primary {
  color: #fff !important;
  fill: #fff !important;
}
.affix {
  position: fixed !important;
}
.abc-list-nav {
  width: 35px;
  float: left;
  text-align: center;
}
.abc-list-nav .nav {
  line-height: 1;
}
.abc-list-nav .nav li {
  position: relative;
}
.abc-list-nav .nav input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abc-list-nav .nav a,
.abc-list-nav .nav label {
  padding: 7px 0;
  color: #516a78;
  border-radius: 2px;
  -webkit-transition: background-color 0.025s ease-in-out;
  transition: background-color 0.025s ease-in-out;
}
.abc-list-nav .nav label {
  margin: 0;
  display: block;
}
.abc-list-nav .nav a:focus,
.abc-list-nav .nav a:hover,
.abc-list-nav .nav label:hover {
  background-color: #2c2c2c;
}
.abc-list-nav .nav > li.active a,
.abc-list-nav .nav input[type="radio"]:checked + label {
  background-color: #353b3f;
}
.abc-list-nav.mod-horizontal {
  width: auto;
  float: none;
  text-align: left;
}
.abc-list-nav.mod-horizontal .nav li {
  display: inline-block;
  margin-right: 5px;
}
.abc-list-nav.mod-horizontal .nav a,
.abc-list-nav.mod-horizontal .nav label {
  padding: 2px 5px;
}
.abc-list .abc-list-nav.mod-horizontal {
  margin-bottom: 20px;
}
.page-header .abc-list-nav.mod-horizontal {
  background-color: #080808;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px;
}
.page-subheader .abc-list-nav.mod-horizontal {
  margin-top: 10px;
  border-top: 1px solid #121212;
  margin-bottom: -11px;
}
.abc-list-content {
  overflow: hidden;
}
.abc-list-content:not(.no-left-margin) {
  margin-left: 55px;
}
.actionbox {
  margin-bottom: 18px;
  padding: 10px;
  background: #353b3f;
  border-radius: 2px;
}
.item-headline {
  color: #858585;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.item-headline + address {
  margin-top: 0;
}
.item-headline + .bug-group {
  margin-top: 2px;
}
.line-border {
  border-bottom: 1px solid #353b3f;
}
#relationships-pagination form.pagination {
  margin-top: -3px;
}
#relationships-pagination form.pagination .btn-group {
  vertical-align: top;
}
.api-key {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #dfdfdf;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  line-height: 36px;
}
.settings-avatar {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 16.66666667%;
  padding-left: 10px;
  padding-right: 10px;
}
.label-preview {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 2px;
  white-space: normal !important;
  background-color: #353b3f;
}
.label-preview:before,
.label-preview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.label-preview:after {
  clear: both;
}
.label-preview:before,
.label-preview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.label-preview:after {
  clear: both;
}
.label-preview.border-thin {
  border-width: 1px;
}
.label-preview.mod-large {
  min-height: 160px;
}
.label-preview-no-border {
  border: 0;
  padding: 9px 10px;
}
.label-preview-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.label-preview-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.label-preview-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.label-preview blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.label-preview .form-group:last-child {
  margin-bottom: 0;
}
.label-preview.well-nested {
  border-radius: 2px;
}
.label-preview.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.label-preview.well-clickable:focus,
.label-preview.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.label-preview.well-clickable.bg-primary {
  color: #fff;
}
.label-preview > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.part-card {
  border: 1px solid #353b3f;
  border-radius: 2px;
}
.part-card + .part-card {
  margin-top: 20px;
}
.part-card hr {
  margin: 10px 0 0 0;
}
.part-card .media-body {
  min-height: 55px;
}
.summary-view .part-card {
  border-radius: 0;
  border: 0;
}
.part-card .part-card-table {
  margin: 10px -11px -11px -11px;
}
.part-card .part-card-table .table-bordered {
  border-width: 1px;
  margin: 0;
}
.part-card-compact .media {
  padding: 10px;
}
.key-value {
  margin-bottom: 10px;
}
.key-value + .key-value {
  padding-top: 10px;
  border-top: 2px solid #2c2c2c;
}
.key-value-horizontal {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-subheader .key-value-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}
.key-value-horizontal dt,
.key-value-horizontal dd {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.key-value-horizontal dt {
  float: left;
  width: 70px;
  clear: left;
  color: #858585;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.key-value-horizontal dt.uppercase,
.key-value-horizontal dt.upcase,
.key-value-horizontal dt .uppercase,
.key-value-horizontal dt .upcase {
  line-height: 1;
  margin-top: .5em;
}
.key-value-horizontal dd {
  display: block;
  overflow: hidden;
}
.key-value-horizontal dd.separator {
  height: 1px;
  padding: 0;
  background-color: #353b3f;
}
.key,
dt.key {
  font-weight: bold;
  color: #858585;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
}
.vertical-inline-separator {
  width: 1px;
  height: 1em;
  display: inline-block;
  margin-left: 3px;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  transform: translate(0, 15%);
}
.key-value-horizontal-large-label dt {
  width: 120px;
}
dt.revbar-changed,
dt.revbar-unchanged {
  border-left-width: 5px;
  border-left-style: solid;
  margin-left: -10px;
  padding-left: 5px;
}
dt.revbar-changed {
  border-left-color: #cf7675;
}
dt.revbar-unchanged {
  border-left-color: #76c2e6;
}
.revbar-changed,
.revbar-unchanged {
  min-height: 18px;
}
.summary-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 2px solid #353b3f;
  border-radius: 2px;
  font-size: 11px;
}
.summary-wrapper .alert {
  margin-top: 10px;
  margin-bottom: 10px;
}
.summary-view {
  display: table-row;
}
.summary-left-col,
.summary-right-col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.summary-left-col {
  border-right: 2px solid #353b3f;
}
.octopart-info {
  margin-bottom: 20px;
  position: relative;
}
.bootstrap-tagsinput {
  min-height: 36px;
  width: 100%;
  padding: 3px 6px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #121212;
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.bootstrap-tagsinput .tt-input {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 2em;
  background-color: #fff !important;
  color: #dfdfdf;
}
.bootstrap-tagsinput .tt-input:-moz-placeholder {
  color: #606060;
  opacity: 1;
}
.bootstrap-tagsinput .tt-input::-moz-placeholder {
  color: #606060;
  opacity: 1;
}
.bootstrap-tagsinput .tt-input:-ms-input-placeholder {
  color: #606060;
}
.bootstrap-tagsinput .tt-input::-webkit-input-placeholder {
  color: #606060;
}
.bootstrap-tagsinput input {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  padding: 2px 5px;
  margin-right: 2px;
  border-radius: 2px;
}
.bootstrap-tagsinput .label-info {
  color: #dfdfdf;
  background-color: #CDD9E0;
}
.ekko-lightbox .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.ekko-lightbox .modal-header {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}
.ekko-lightbox .modal-footer {
  position: relative;
  margin: -22px 20px 0;
  background-color: #fff;
  border-top: transparent;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 1000;
}
.table-actions img {
  display: inline-block;
}
.ie-warning {
  background-color: #4c4826;
  border-bottom: 1px solid #080804;
  padding: 10px 10px;
}
.ie-warning-content {
  max-width: 800px;
  margin: 0 auto;
}
.row-range,
.spec-row {
  display: inline-block;
}
.row-range .form-control,
.spec-row .form-control {
  width: 5em;
  text-align: center;
}
#label-template-container {
  position: relative;
}
#label-template-form {
  position: static;
}
.label-template-editor {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
}
.action-row {
  border: 1px solid #353b3f;
}
.action-row form {
  line-height: 1;
}
.action-row form .with-icon {
  line-height: 1.25;
}
.action-row .action-cell {
  border-left: 1px solid #353b3f;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.action-row > .action-cell:first-child {
  border-left: 0;
}
.action-row.border-default-light {
  border-color: #2c2c2c;
}
.action-row.border-default-light .action-cell {
  border-color: #2c2c2c;
}
.action-row + .action-row {
  border-top: 0;
}
.section-border {
  min-height: 29px;
}
.section-border > div + div:not(:empty) {
  border-left: 1px solid #353b3f;
  border-color: #2c2c2c;
}
.preview-info {
  min-width: 140px;
  max-width: 300px;
}
.modal .preview-info {
  min-width: fit-content;
}
.top-header-center {
  display: flex;
}
@media (min-width: 1280px) {
  .top-header-left,
  .top-header-right {
    flex: 1;
  }
  .top-header-center {
    justify-content: center;
  }
  .top-header-center .preview-info {
    min-width: 10vw;
    flex: 1;
  }
  .top-header-center .media .preview-info {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .top-header-center .svgicon--indicator {
    margin-left: 40px;
    margin-right: 40px;
  }
  .res-mvw-5 {
    min-width: 5vw;
  }
  .res-mvw-10 {
    min-width: 10vw;
  }
}
.actions-dropdown .dropdown-toggle {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 26px;
  margin-right: 10px !important;
  text-transform: none;
  color: #7DC8Ec;
  border: 0;
  background-color: transparent;
  letter-spacing: normal;
  font-size: 12px;
}
.actions-dropdown .dropdown-toggle .svgicon {
  color: #7DC8Ec;
  fill: #7DC8Ec;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.actions-dropdown .dropdown-toggle:focus {
  color: #7DC8Ec;
  background-color: transparent;
}
.actions-dropdown .dropdown-toggle:active,
.actions-dropdown .dropdown-toggle:hover {
  color: #7DC8Ec;
  background-color: #34628a;
}
.actions-dropdown.open .dropdown-toggle,
.actions-dropdown .open .dropdown-toggle.btn-tertiary {
  color: #7DC8Ec;
  background-color: #34628a;
}
.actions-dropdown + .action-cell {
  border-left: 0;
  padding-left: 0;
}
@media (min-width: 1201px) {
  .documents-dropdown {
    white-space: nowrap !important;
  }
  .documents-dropdown .dropdown-toggle {
    display: none !important;
  }
  .documents-dropdown .dropdown-menu {
    display: flex !important;
    position: static;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
}
@media (max-width: 1200px) {
  .documents-dropdown .dropdown-menu {
    white-space: nowrap !important;
  }
  .documents-dropdown .dropdown-menu .action-cell {
    border: 0;
  }
  .documents-dropdown .dropdown-menu > li {
    display: flex;
    justify-content: space-between;
  }
  .documents-dropdown .dropdown-menu > li span.text-tertiary {
    margin-right: 20px !important;
    color: #dfdfdf;
  }
  .documents-dropdown .dropdown-menu > li a .svgicon.text-muted {
    fill: #2699d0 !important;
    color: #2699d0 !important;
  }
}
.build-calendar {
  padding: 0 10px 0 10px;
  border-bottom: 1px solid #353b3f;
}
.icon-wrap {
  padding: 9px 0;
  line-height: 18px;
}
.toggle-icon {
  position: relative;
  display: inline-block;
}
.toggle-icon:focus,
.toggle-icon:hover {
  text-decoration: none;
}
.toggle-icon-active:before {
  transform: scale(2);
}
.toggle-icon-active .icon {
  color: #faba25 !important;
}
.toggle-icon-active .svgicon {
  color: #faba25 !important;
  fill: #faba25 !important;
}
.toggle-icon-fav.toggle-animation:before,
.toggle-icon-watch.toggle-animation:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1em;
  z-index: 80;
  height: 1em;
  line-height: 1;
  opacity: 0;
  margin-left: -0.5em;
  margin-top: -0.5em;
  -webkit-animation: toggle-icon 0.5s;
  -moz-animation: toggle-icon 0.5s;
  -o-animation: toggle-icon 0.5s;
  animation: toggle-icon 0.5s;
}
.toggle-icon-fav.toggle-animation:before {
  background-image: url("../colored-icons/star_warning.svg");
}
.toggle-icon-watch.toggle-animation:before {
  background-image: url("../colored-icons/watch_warning.svg");
}
@-webkit-keyframes toggle-icon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
    opacity: .5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes toggle-icon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
    opacity: .5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.calendar-chart svg {
  display: block;
}
div.calendar-chart rect.completed {
  fill: #edc240;
}
.status-completed {
  background-color: #edc240;
}
div.calendar-chart rect.reserved {
  fill: #cb4b4b;
}
.status-reserved {
  background-color: #cb4b4b;
}
div.calendar-chart rect.allocated {
  fill: #4da74d;
}
.status-allocated {
  background-color: #4da74d;
}
div.calendar-chart rect.planned {
  fill: #bfb8d8;
}
.status-planned {
  background-color: #bfb8d8;
}
div.calendar-chart rect.scheduled {
  fill: #9fc8e8;
}
.status-scheduled {
  background-color: #9fc8e8;
}
.contextual-help {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
  position: absolute;
  width: 200px;
  z-index: 1009;
}
.contextual-help[href]:hover,
.contextual-help[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.contextual-help:before {
  content: "";
  display: block;
  width: 61px;
  height: 56px;
  position: absolute;
  background: url(../img/contextual-help-arrow.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.contextual-help-build-1 {
  top: 150px;
}
.body-with-topbar .contextual-help-build-1 {
  top: 186px;
}
.contextual-help-build-1:before {
  top: -30px;
  right: -60px;
}
.transfer-progress,
.build-progress {
  margin-top: -19px;
  margin-left: -20px;
  margin-right: -20px;
}
.transfer-progress .media-heading,
.build-progress .media-heading,
.transfer-progress h4,
.build-progress h4 {
  margin: 0 0 4px 0;
  font-size: inherit;
}
.build-progressbar {
  width: 46%;
  position: relative;
  margin: -11px auto 0 auto;
  background-color: #fff;
  border: 1px solid #353b3f;
  border-radius: 2px;
  height: 21px;
  line-height: 19px;
  font-size: 11px;
  text-align: center;
}
.build-progressbar:before,
.build-progressbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.build-progressbar:after {
  clear: both;
}
.build-progressbar:before,
.build-progressbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.build-progressbar:after {
  clear: both;
}
.build-progressbar:after {
  content: 0;
  background-color: transparent;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.build-progressbar-text {
  position: relative;
}
.build-progressbar-full .build-progressbar-text {
  margin-right: 5px;
  color: #fff;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.build-progressbar-fill[max-width~="40px"] .build-progressbar-text {
  display: none;
}
.build-progressbar-fill {
  display: block;
  height: 17px;
  background-color: #2c2c2c;
  float: left;
  text-align: right;
}
.build-qcr-progress-graph {
  text-align: center;
}
.build-qcr-progress-graph .build-progressbar-fill {
  float: none;
  height: 20px;
  line-height: 20px;
  color: transparent;
}
.build-qcr-progress-graph .build-progressbar-fill:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.build-qcr-progress-graph .build-progressbar-fill:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.build-qcr-progress-graph-legend {
  margin-top: 5px;
}
.build-qcr-progress-graph-legend div {
  display: inline-block;
}
.build-qcr-progress-graph-legend div:not(:last-child) {
  margin-right: 20px;
}
.options-list,
.options-grid {
  overflow-y: auto;
  max-height: 300px;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -20px;
  padding-right: 15px;
  padding-left: 0;
}
.options-list:before,
.options-grid:before,
.options-list:after,
.options-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.options-list:after,
.options-grid:after {
  clear: both;
}
.options-list:before,
.options-grid:before,
.options-list:after,
.options-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.options-list:after,
.options-grid:after {
  clear: both;
}
.options-list > li,
.options-grid > li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 5px;
  list-style: none;
}
.options-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.js-tabset-container .options-grid {
  min-height: 300px;
  height: 300px;
  max-height: none;
}
@media (min-width: 992px) {
  .options-grid.options-col-3 > li {
    width: 33.3333%;
  }
}
.options-list > li {
  float: none;
  width: auto;
}
.option {
  position: relative;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  white-space: normal !important;
  padding: 5px;
  border-radius: 2px;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.option:before,
.option:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.option:after {
  clear: both;
}
.option:before,
.option:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.option:after {
  clear: both;
}
.option.border-thin {
  border-width: 1px;
}
.option.mod-large {
  min-height: 160px;
}
.option-no-border {
  border: 0;
  padding: 9px 10px;
}
.option-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.option-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.option-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.option blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.option .form-group:last-child {
  margin-bottom: 0;
}
.option.well-nested {
  border-radius: 2px;
}
.option.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.option.well-clickable:focus,
.option.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.option.well-clickable.bg-primary {
  color: #fff;
}
.option > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.option:focus,
.option:hover {
  border-color: #858585;
}
.option.active {
  border-color: #2699d0;
}
.option .checkbox {
  margin: 0;
}
.option .checkbox label {
  display: block;
  color: #dfdfdf;
  padding: 6px 6px 6px 30px;
  margin: -6px -6px -6px -30px;
}
.option .checkbox label:before {
  top: 7px;
  left: 8px;
}
.nested-options {
  overflow-y: auto;
  height: 300px;
  margin: 0 0 18px 0;
}
.nested-options li {
  list-style: none;
  padding: 5px 0 5px 20px;
  border-left: 2px solid #353b3f;
  background: url(../img/nested-options-node.png) 0 13px no-repeat;
}
.nested-options li .checkbox,
.nested-options li .radio {
  margin-top: 0;
}
.nested-options li .checkbox .control-label,
.nested-options li .radio .control-label {
  color: #dfdfdf;
}
.nested-options ul {
  margin-left: 5px;
  margin-top: 10px;
}
.nested-options ul li:last-child {
  padding-bottom: 1px;
}
.selectable {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.selectable-active,
.selectable-active .table {
  border-color: #524121 !important;
}
.selectable-active td,
.selectable-active .table td,
.selectable-active th,
.selectable-active .table th {
  border-color: #524121 !important;
}
.selectable-active caption,
.selectable-active .table caption {
  background: #524121 !important;
}
.selectable-active .number,
.selectable-active .table .number {
  background: #524121 !important;
  color: #dfdfdf !important;
}
.selectable-active .table-no-tbody-separators .expander-content.expander-in > tr > td {
  border-top-color: transparent !important;
}
.selectable-active .selectable-check {
  border-right: 1px;
  border-right-style: solid;
}
.selectable-check {
  display: none;
}
.selectable-active .selectable-check {
  display: table-cell;
}
.selectable-active .selectable-remove-on-active,
.selectable-active .selectable-trigger {
  display: none;
}
.selectable-show-on-active,
.selectable-action {
  display: none !important;
}
.selectable-active .selectable-show-on-active,
.selectable-active .selectable-action {
  display: inline-block !important;
}
.image-badge {
  position: relative;
  margin: 0 0 10px 0;
  overflow: hidden;
  border-radius: 2px;
  height: 256px;
}
.image-badge.image-badge-fade:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 56;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #7294a7 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #7294a7 100%);
  border-radius: 2px;
}
.image-badge-img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-25%);
}
.image-badge-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 57;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 0 2px 0 2px;
}
.image-badge-title {
  font-size: 12px;
  line-height: 1.15;
  font-weight: bold;
}
.image-badge-desc {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
  margin-top: 5px;
}
.image-badge-desc[href]:hover,
.image-badge-desc[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.visibility-column {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 1% !important;
}
.visibility-column.in {
  opacity: 1;
}
.visibility-column img {
  max-width: 10000px;
}
.visibility-ctrls {
  display: none;
  margin-left: 10px;
}
.visibility-ctrls:before {
  content: "|";
  margin-right: 5px;
  vertical-align: middle;
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
}
.visibility-ctrls:before[href]:hover,
.visibility-ctrls:before[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.build-details-popup {
  width: 400px;
  background-color: #F0F6FF;
  border: 1px solid rgba(38, 153, 208, 0.4);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 10px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -200px;
  z-index: 20;
  white-space: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: move;
}
.msr-panel:not(.hud-active) .build-details-popup {
  display: none;
}
.build-details-popup div[data-id]:not(.visible) {
  display: none;
}
.msr-panel.hud-active .show-hud {
  display: none !important;
}
.msr-panel:not(.hud-active) .hide-hud {
  display: none !important;
}
.build-display {
  margin-bottom: 20px !important;
}
.build-detail,
.build-detail-preview {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  border-radius: 2px;
  white-space: normal !important;
  background-color: #38352d;
  padding: 10px 10px;
  margin-bottom: 1px;
}
.build-detail:before,
.build-detail-preview:before,
.build-detail:after,
.build-detail-preview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.build-detail:after,
.build-detail-preview:after {
  clear: both;
}
.build-detail:before,
.build-detail-preview:before,
.build-detail:after,
.build-detail-preview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.build-detail:after,
.build-detail-preview:after {
  clear: both;
}
.build-detail.border-thin,
.build-detail-preview.border-thin {
  border-width: 1px;
}
.build-detail.mod-large,
.build-detail-preview.mod-large {
  min-height: 160px;
}
.build-detail-no-border,
.build-detail-preview-no-border {
  border: 0;
  padding: 9px 10px;
}
.build-detail-thumbnail,
.build-detail-preview-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.build-detail-thumbnail .title,
.build-detail-preview-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.build-detail-thumbnail img,
.build-detail-preview-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.build-detail blockquote,
.build-detail-preview blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.build-detail .form-group:last-child,
.build-detail-preview .form-group:last-child {
  margin-bottom: 0;
}
.build-detail.well-nested,
.build-detail-preview.well-nested {
  border-radius: 2px;
}
.build-detail.well-clickable,
.build-detail-preview.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.build-detail.well-clickable:focus,
.build-detail-preview.well-clickable:focus,
.build-detail.well-clickable:hover,
.build-detail-preview.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.build-detail.well-clickable.bg-primary,
.build-detail-preview.well-clickable.bg-primary {
  color: #fff;
}
.build-detail > *:last-child:not(.btn-toggle-group),
.build-detail-preview > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.build-detail .media-left > .icon,
.build-detail-preview .media-left > .icon {
  visibility: hidden;
}
.build-detail-preview .media-left > .icon {
  visibility: visible;
}
.pinned-build-details {
  max-height: 130px;
  overflow-y: auto;
}
.pinned-build-details:not(:empty) .build-detail {
  background-color: #464238;
}
.pinned-build-details:not(:empty) .build-detail .media-left > .icon {
  visibility: visible;
}
.pinned-build-details:not(:empty) .build-detail:last-child {
  margin-bottom: 0;
}
.pinned-build-details::-webkit-scrollbar {
  -webkit-appearance: none;
}
.pinned-build-details::-webkit-scrollbar:vertical {
  width: 11px;
}
.pinned-build-details::-webkit-scrollbar:horizontal {
  height: 11px;
}
.pinned-build-details::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.minmult-positioned-parent {
  position: relative;
  min-height: 41px;
  min-height: 3.4em;
}
.minmult-positioned {
  position: absolute;
  top: 1.25em;
}
.centered-message {
  position: absolute;
  width: 650px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .centered-message {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.welcome-message {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  border-radius: 2px;
  white-space: normal !important;
  background-color: #fff;
  background-color: #080808;
  padding: 20px 20px !important;
  text-align: center !important;
  border-radius: 5px;
  margin: 260px auto 0 auto;
  max-width: 500px;
}
.welcome-message:before,
.welcome-message:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.welcome-message:after {
  clear: both;
}
.welcome-message:before,
.welcome-message:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.welcome-message:after {
  clear: both;
}
.welcome-message.border-thin {
  border-width: 1px;
}
.welcome-message.mod-large {
  min-height: 160px;
}
.welcome-message-no-border {
  border: 0;
  padding: 9px 10px;
}
.welcome-message-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.welcome-message-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.welcome-message-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.welcome-message blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.welcome-message .form-group:last-child {
  margin-bottom: 0;
}
.welcome-message.well-nested {
  border-radius: 2px;
}
.welcome-message.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.welcome-message.well-clickable:focus,
.welcome-message.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.welcome-message.well-clickable.bg-primary {
  color: #fff;
}
.welcome-message > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.success-steps {
  margin: 0;
  padding: 0;
  margin-top: 31px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 4px;
}
.success-steps li {
  flex: 1;
  background-color: #2699d0;
  opacity: .2;
  height: 8px;
}
.success-steps li:first-child {
  border-radius: 8px 0 0 8px;
}
.success-steps li:last-child {
  border-radius: 0 8px 8px 0;
}
.success-steps li.active {
  opacity: 1;
}
.welcome-guide {
  padding: 20px 20px !important;
  background-color: #fff;
  background-color: #080808;
  border-radius: 5px;
  margin: 40px auto 30px auto;
  max-width: 793px;
  position: relative;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.welcome-guide-illo {
  position: absolute;
}
.welcome-guide:first-of-type {
  margin-top: 80px;
}
.subscribe-dialog {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  border-radius: 2px;
  white-space: normal !important;
  background-color: #fff;
  background-color: #080808;
  padding: 20px 20px !important;
  border-radius: 5px;
  margin: 260px auto 0 auto;
  max-width: 500px;
}
.subscribe-dialog:before,
.subscribe-dialog:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.subscribe-dialog:after {
  clear: both;
}
.subscribe-dialog:before,
.subscribe-dialog:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.subscribe-dialog:after {
  clear: both;
}
.subscribe-dialog.border-thin {
  border-width: 1px;
}
.subscribe-dialog.mod-large {
  min-height: 160px;
}
.subscribe-dialog-no-border {
  border: 0;
  padding: 9px 10px;
}
.subscribe-dialog-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.subscribe-dialog-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.subscribe-dialog-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.subscribe-dialog blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.subscribe-dialog .form-group:last-child {
  margin-bottom: 0;
}
.subscribe-dialog.well-nested {
  border-radius: 2px;
}
.subscribe-dialog.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.subscribe-dialog.well-clickable:focus,
.subscribe-dialog.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.subscribe-dialog.well-clickable.bg-primary {
  color: #fff;
}
.subscribe-dialog > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.bg-new-subscriber {
  background: #0D8194 url(../img/new-subscriber-bg.jpg) 50% 50% no-repeat;
}
.new-subscriber-info {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  transform: rotate(-11deg) translate(-570px, 25px);
}
.new-subscriber-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-71px, 224px);
  width: 250px;
  height: 105px;
  overflow: hidden;
  text-indent: -9999px;
}
.rounded-number {
  width: 45px;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #2699d0;
  border-radius: 50%;
}
.rounded-number.is-checked {
  position: relative;
  border-color: #6a8b57;
}
.rounded-number.is-checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -2px;
  right: -2px;
  background-color: #6a8b57;
  background-image: url("../colored-icons/tick_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  border-radius: 50%;
  z-index: 1;
}
.well .rounded-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.help-toggle {
  display: block;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  transition: transform .15s;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  z-index: 1050;
}
.help-toggle-counter {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #2699d0;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-card {
  position: fixed;
  bottom: 44px;
  right: 44px;
  width: 265px;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(200%);
  z-index: 1000;
  transition: transform 0.35s ease-in-out, opacity 0.15s, visibility 0.15s;
}
.help-card.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.help-point {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  z-index: 1000;
}
.pulse {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  background-color: #2699d0;
  z-index: 1060;
}
.pulse:before,
.pulse:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.pulse:before {
  width: 40px;
  height: 40px;
  top: -12.5px;
  left: -12.5px;
  z-index: 1059;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(70, 171, 219, 0)), to(rgba(70, 171, 219, 0.5)));
  background-image: -webkit-radial-gradient(circle, rgba(70, 171, 219, 0), rgba(70, 171, 219, 0.5));
  background-image: -moz-radial-gradient(circle, rgba(70, 171, 219, 0), rgba(70, 171, 219, 0.5));
  background-image: radial-gradient(circle, rgba(70, 171, 219, 0), rgba(70, 171, 219, 0.5));
  background-repeat: no-repeat;
  animation: pulsing 3s linear infinite;
}
.pulse:after {
  width: 65px;
  height: 65px;
  top: -25px;
  left: -25px;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(70, 171, 219, 0)), to(rgba(70, 171, 219, 0.3)));
  background-image: -webkit-radial-gradient(circle, rgba(70, 171, 219, 0), rgba(70, 171, 219, 0.3));
  background-image: -moz-radial-gradient(circle, rgba(70, 171, 219, 0), rgba(70, 171, 219, 0.3));
  background-image: radial-gradient(circle, rgba(70, 171, 219, 0), rgba(70, 171, 219, 0.3));
  background-repeat: no-repeat;
  z-index: 1058;
  animation: pulsing 3s linear infinite;
}
.pulse.pulse-danger {
  background-color: #C11E1E;
}
.pulse.pulse-danger:before {
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(193, 30, 30, 0)), to(rgba(193, 30, 30, 0.5)));
  background-image: -webkit-radial-gradient(circle, rgba(193, 30, 30, 0), rgba(193, 30, 30, 0.5));
  background-image: -moz-radial-gradient(circle, rgba(193, 30, 30, 0), rgba(193, 30, 30, 0.5));
  background-image: radial-gradient(circle, rgba(193, 30, 30, 0), rgba(193, 30, 30, 0.5));
  background-repeat: no-repeat;
}
.pulse.pulse-danger:after {
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(193, 30, 30, 0)), to(rgba(193, 30, 30, 0.3)));
  background-image: -webkit-radial-gradient(circle, rgba(193, 30, 30, 0), rgba(193, 30, 30, 0.3));
  background-image: -moz-radial-gradient(circle, rgba(193, 30, 30, 0), rgba(193, 30, 30, 0.3));
  background-image: radial-gradient(circle, rgba(193, 30, 30, 0), rgba(193, 30, 30, 0.3));
  background-repeat: no-repeat;
}
.turbo-progress-bar {
  height: 5px;
  top: 0;
  left: 0;
  background-color: #2699d0;
}
.well-create-these-for-you {
  position: relative;
}
.well-create-these-for-you:before {
  content: "";
  display: block;
  width: 180px;
  height: 131px;
  background: url(../img/well-create-these-for-you.png) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -200px;
}
.qr-wrapper {
  border: 10px solid #fff;
}
.qr {
  border-radius: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  border-collapse: collapse;
}
.qr td {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 4px;
  height: 4px;
}
.qr .black {
  background: #dfdfdf;
}
.qr .white {
  background: #fff;
}
.public-org-hero {
  display: block;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #353b3f;
  margin-left: -2px;
  margin-top: -2px;
  margin-right: -2px;
  border-radius: 2px 2px 0 0;
}
.public-org-desc {
  min-height: 3em;
}
.fixed-sidebar {
  position: fixed;
  top: 0;
  left: 47px;
  bottom: 0;
  z-index: 19;
  width: 500px;
  overflow-y: auto;
  -webkit-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.navbar.expanded ~ .page-wrap .fixed-sidebar {
  left: 226px;
}
.body-with-topbar .fixed-sidebar {
  top: 36px;
}
.fixed-content {
  margin-left: 520px;
  -webkit-transition: margin-left 0.35s ease;
  transition: margin-left 0.35s ease;
}
.svgicon-private {
  width: 40px !important;
  height: 40px !important;
}
.plan-box.well-md {
  padding-top: 40px;
}
.plan-content {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.plan-description p:last-of-type {
  margin: 0;
}
.arrow-point-box:before {
  content: "";
  background: url("../img/icon-point-blue.svg") no-repeat center center;
  width: 69px;
  height: 14px;
  display: block;
  position: absolute;
  top: 17px;
  left: -23px;
}
.subscription-plan {
  display: flex;
  margin-bottom: 20px;
}
.subscription-plan-info {
  width: 66%;
  padding: 20px 20px;
  background-color: #353b3f;
  border-radius: 5px 0 0 5px;
}
.subscription-plan-addon {
  width: 34%;
  padding: 20px 20px;
  border-radius: 0 5px 5px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.subscription-plan-upsel {
  background-color: #2699d0;
  color: #fff;
}
.subscription-plan-support {
  background-image: url(../img/bg-1.png);
  background-color: #2699d0;
  color: #fff;
}
.pricing {
  padding-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pricing:before,
.pricing:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pricing:after {
  clear: both;
}
.pricing:before,
.pricing:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pricing:after {
  clear: both;
}
@media (max-width: 1054px) {
  .pricing {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pricing__plans {
  position: relative;
}
.pricing__plans-title {
  padding: 15px;
  text-align: center;
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #CED6DA;
}
.pricing__plan-list {
  width: 100%;
  margin-bottom: 20px;
}
.pricing__plan-item {
  text-align: center;
}
.pricing__plan-header {
  padding: 15px 15px 20px;
  border-bottom: 2px solid #CED6DA;
  padding-top: 60px;
}
.pricing__plan-title {
  font-size: 16px;
  text-transform: none;
  color: inherit;
  letter-spacing: normal;
}
.pricing__plan-price {
  font-size: 38px;
  margin: .25em 0 .5em;
  display: block;
}
@media (max-width: 767px) {
  .pricing__description-header {
    height: auto !important;
    margin-bottom: 40px;
  }
  .pricing__plan-item {
    background: #fff;
    box-shadow: 0 0 15px rgba(69, 87, 101, 0.1);
    margin-bottom: 40px;
  }
}
.pricing__description-list {
  display: none;
}
.pricing__description-list,
.pricing__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing__feature-item {
  font-size: 18px;
  border-bottom: 1px solid #CED6DA;
  padding: 15px;
}
.pricing__feature-item img {
  display: inline-block;
}
.pricing__feature-item:first-child {
  border-top: 1px solid #CED6DA;
}
.pricing__feature-item:last-child {
  border-bottom: 0;
}
.pricing__feature-description {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.1;
}
.pricing__footer {
  font-size: 16px;
  text-align: center;
}
.pricing__footer-demo {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #CED6DA;
}
.pricing__footer-link {
  margin-top: 40px;
  display: block;
}
.pricing__description-title {
  margin-top: 0;
  text-align: center;
  font-size: 18px !important;
}
@media (min-width: 600px) {
  .pricing__plan-item {
    width: 33.33333%;
    float: left;
    border-right: 1px solid #CED6DA;
  }
}
@media (min-width: 768px) {
  .pricing__plan-list {
    background: #fff;
    box-shadow: 0 0 15px rgba(69, 87, 101, 0.1);
    border-radius: 5px;
  }
  .pricing__plan-item:last-child {
    border-right: 0;
  }
  .pricing__feature-description {
    display: none;
  }
  .pricing__description {
    display: block;
    width: 40%;
    float: left;
  }
  .pricing__description-header {
    position: relative;
    padding-right: 20px;
    padding-top: 20px;
  }
  .pricing__description-title {
    text-align: left;
  }
  .pricing__description-list {
    display: block;
  }
  .pricing__description-item {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #CED6DA;
    font-size: 16px;
  }
  .pricing__description-item:last-child {
    border-bottom: 0;
  }
  .pricing__description-item.multi-line {
    line-height: 1;
    padding-top: 10px;
  }
  .pricing__plans {
    width: 60%;
    float: right;
  }
  .pricing__feature-item {
    padding: 0;
    height: 66px;
    line-height: 66px;
  }
}
.unit-convertor {
  position: relative;
}
.unit-convertor-popup {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  z-index: 25;
  border-radius: 2px;
  background: #77538c;
  color: #fff;
  white-space: nowrap;
  opacity: .2;
  height: 0;
  overflow: hidden;
  transition: all ease-in 0.1s;
}
.unit-convertor-popup.active {
  padding: 10px;
  opacity: 1;
  height: auto;
  overflow: auto;
  top: auto;
  bottom: 105%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.page-footer {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.page-footer[href]:hover,
.page-footer[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
#costsheet_info > .flex-1:first-child {
  flex: 1.2;
}
#costsheet_info > .flex-1 {
  padding: 10px 10px !important;
}
#costsheet_info > .flex-1 + .flex-1 {
  border-left: 2px solid #080808;
}
#costsheet_info .control-label {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
  display: block !important;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
#costsheet_info .control-label[href]:hover,
#costsheet_info .control-label[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
#demo-welcome-modal .svgicon--aligni-lettermark {
  width: 75px;
  height: 60px;
  color: #000;
}
#demo-welcome-modal .rich-link {
  background-color: rgba(44, 44, 44, 0.32);
}
.svgicon + .bin-disposition-name {
  vertical-align: middle;
  margin-left: 5px;
}
.dropdown-select [data-toggle="dropdown"] .svgicon + .bin-disposition-name {
  float: left;
  margin-left: 0;
}
.dropdown-select [data-toggle="dropdown"] .svgicon + .bin-disposition-name:after {
  content: "\00a0";
}
.dropdown-select [data-search-select-target="button"] .svgicon {
  margin-left: 5px;
}
.add-row-container {
  position: relative;
}
.add-row-container .add-row-link {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.add-row-container .add-row-link:focus,
.add-row-container .add-row-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.add-row-container .row:focus .faded-actions,
.add-row-container .faded-actions:focus,
.add-row-container .row:hover .faded-actions,
.add-row-container .faded-actions:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.add-row-container .row > .col-sm-3 {
  width: calc(33.3333% - 58px);
}
.add-row-container .row-group:last-of-type .faded-actions {
  display: none !important;
  pointer-events: none;
}
.multi-select-dropdown .search-wrapper {
  padding-bottom: 10px !important;
}
.multi-select-dropdown .search-wrapper + .checkbox {
  margin-top: -5px;
}
.multi-select-dropdown .checkbox:focus,
.multi-select-dropdown .checkbox:hover {
  background-color: transparent !important;
}
.multi-select-dropdown .checkbox:focus > label,
.multi-select-dropdown .checkbox:hover > label {
  background-color: #222629;
}
.multi-select-dropdown .checkbox.active + .checkbox:not(.active):before,
.multi-select-dropdown .hidden-options .checkbox:first-child:before {
  content: "";
  display: block;
  margin: 5px 10px;
  border-top: 1px solid #353b3f;
  height: 1px;
}
.missing-feature-banner {
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  border-radius: 2px;
  white-space: normal !important;
  padding: 46px 66px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: top 50% right -35%;
  background-size: 75%;
  position: relative;
  overflow: hidden;
}
.missing-feature-banner:before,
.missing-feature-banner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.missing-feature-banner:after {
  clear: both;
}
.missing-feature-banner:before,
.missing-feature-banner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.missing-feature-banner:after {
  clear: both;
}
.missing-feature-banner.border-thin {
  border-width: 1px;
}
.missing-feature-banner.mod-large {
  min-height: 160px;
}
.missing-feature-banner-no-border {
  border: 0;
  padding: 9px 10px;
}
.missing-feature-banner-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.missing-feature-banner-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.missing-feature-banner-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.missing-feature-banner blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.missing-feature-banner .form-group:last-child {
  margin-bottom: 0;
}
.missing-feature-banner.well-nested {
  border-radius: 2px;
}
.missing-feature-banner.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.missing-feature-banner.well-clickable:focus,
.missing-feature-banner.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.missing-feature-banner.well-clickable.bg-primary {
  color: #fff;
}
.missing-feature-banner > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.missing-feature-banner.missing-feature-banner-vaults {
  background-image: url(../img/missing-feature-banners/missing-feature-image-vaults.png);
}
.missing-feature-banner.missing-feature-banner-collaborators {
  background-image: url(../img/missing-feature-banners/missing-feature-image-collaborators.png);
  background-position: right bottom;
}
.missing-feature-banner.missing-feature-banner-api {
  background-image: url(../img/missing-feature-banners/missing-feature-image-api.png);
}
.missing-feature-banner.missing-feature-banner-bulk-adjust {
  background-image: url(../img/missing-feature-banners/missing-feature-image-bulk-adjust.png);
  background-position: top 50% right -100%;
}
.missing-feature-banner.missing-feature-banner-approval-workflow {
  background-image: url(../img/missing-feature-banners/missing-feature-image-approval-workflow.png);
}
.missing-feature-banner.missing-feature-banner-safety-stock-manager {
  background-image: url(../img/missing-feature-banners/missing-feature-image-safety-stock-manager.png);
}
.missing-feature-banner.missing-feature-banner-equipment {
  background-image: url(../img/missing-feature-banners/missing-feature-image-equipment.png);
  background-position: top 50% right -70%;
}
.missing-feature-banner.missing-feature-banner-purchases {
  background-image: url(../img/missing-feature-banners/missing-feature-image-purchases.png);
  background-position: top 50% right 100%;
  background-size: 150%;
}
.missing-feature-banner.missing-feature-banner-quotes {
  background-image: url(../img/missing-feature-banners/missing-feature-image-quotes.png);
  background-position: top 50% right 100%;
  background-size: 150%;
}
.missing-feature-banner.missing-feature-banner-bulk-import-inventory {
  background-image: url(../img/missing-feature-banners/missing-feature-image-bulk-import-inventory.png);
  background-position: top 50% right -120%;
}
.missing-feature-banner.missing-feature-banner-import-inventory {
  background-image: url(../img/missing-feature-banners/missing-feature-image-import-inventory.png);
}
.missing-feature-banner.missing-feature-banner-allocation-shortage-list {
  background-image: url(../img/missing-feature-banners/missing-feature-allocation-shortage-list.png);
  background-size: 150%;
  background-position: top 57% right 160%;
}
.missing-feature-banner.missing-feature-banner-ecm {
  background-image: url(../img/missing-feature-banners/missing-feature-image-ecm.png);
}
.missing-feature-banner.missing-feature-banner-inventory-transfers:before {
  content: "";
  background-image: url(../img/missing-feature-banners/missing-feature-image-inventory-transfers.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25%;
  width: 75%;
  height: 100%;
}
.missing-feature-banner.mod-small {
  padding: 40px;
  padding-top: 22px;
}
.col-sm-6 .missing-feature-banner.mod-small {
  padding: 25px;
  padding-top: 7px;
}
.missing-feature-banner p + .btn {
  margin-top: 1rem;
}
@media (max-width: 1799px) {
  .missing-feature-banner.missing-feature-banner-api.mod-small {
    background-size: 750px auto;
    background-position: right -255px bottom 10%;
  }
  .col-sm-6 .missing-feature-banner.missing-feature-banner-api.mod-small {
    background-size: 75%;
    background-position: right -75% bottom 10%;
  }
  .col-sm-9 .missing-feature-banner.missing-feature-banner-collaborators {
    background-size: 100%;
    background-position: bottom right -200px;
  }
  .missing-feature-banner.missing-feature-banner-collaborators.mod-small {
    background-size: 80%;
    background-position: bottom right -80%;
  }
  .missing-feature-banner-import-inventory.mod-small {
    background-size: 65%;
  }
  .missing-feature-banner-approval-workflow.mod-small {
    background-size: 70%;
  }
  .missing-feature-banner-safety-stock-manager.mod-small {
    background-position: top 50% right -55%;
  }
  .missing-feature-banner-equipment.mod-small {
    background-position: top 50% right -50%;
    background-size: 70%;
  }
  .missing-feature-banner-purchases.mod-small,
  .missing-feature-banner-quotes.mod-small {
    background-position: top 50% right 120%;
  }
}
@media (min-width: 1800px) {
  .missing-feature-banner.missing-feature-banner-api,
  .missing-feature-banner.missing-feature-banner-collaborators {
    background-size: 50%;
    background-position: right bottom 15%;
  }
  .missing-feature-banner.missing-feature-banner-approval-workflow,
  .missing-feature-banner.missing-feature-banner-safety-stock-manager,
  .missing-feature-banner.missing-feature-banner-equipment {
    background-size: 50%;
    background-position: right center;
  }
  .missing-feature-banner.missing-feature-banner-allocation-shortage-list {
    background-size: 75%;
    background-position: center right -50%;
  }
}
#global-menu-message {
  position: fixed;
  background-color: #272727;
  border-radius: 3px;
  color: #d8e0e5;
  opacity: 0;
  padding: 10px;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s ease;
  z-index: 10;
}
#global-menu-message:empty {
  display: none;
}
@keyframes pulsing {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  8% {
    transform: scale(0);
    opacity: 0;
  }
  15% {
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  50% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.lead-line {
  width: 0;
  height: 2px;
  background: rgba(190, 190, 190, 0.5);
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -1px;
  z-index: 6;
}
.lead-start {
  width: 13px;
  height: 13px;
  border: 2px solid rgba(190, 190, 190, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin-right: -7px;
  z-index: 7;
}
.lead-cell {
  position: absolute;
  background: rgba(190, 190, 190, 0.5);
  top: 0;
  bottom: 0;
  right: -1px;
}
.span-100 .lead-line,
.span-100 .lead-cell {
  width: 100%;
}
.span-100 .lead-start {
  right: 100%;
}
.span-100 .lead-start + .lead-line {
  width: calc(100% - 6px);
}
.span-100 .lead-line,
.span-100 .lead-cell {
  width: auto;
  left: -1px;
}
.span-100 .lead-start {
  right: auto;
  margin-right: 0;
  left: -7px;
}
.span-100 .lead-start + .lead-line {
  width: auto;
  left: 6px;
}
.span-99 .lead-line,
.span-99 .lead-cell {
  width: 99%;
}
.span-99 .lead-start {
  right: 99%;
}
.span-99 .lead-start + .lead-line {
  width: calc(99% - 6px);
}
.span-98 .lead-line,
.span-98 .lead-cell {
  width: 98%;
}
.span-98 .lead-start {
  right: 98%;
}
.span-98 .lead-start + .lead-line {
  width: calc(98% - 6px);
}
.span-97 .lead-line,
.span-97 .lead-cell {
  width: 97%;
}
.span-97 .lead-start {
  right: 97%;
}
.span-97 .lead-start + .lead-line {
  width: calc(97% - 6px);
}
.span-96 .lead-line,
.span-96 .lead-cell {
  width: 96%;
}
.span-96 .lead-start {
  right: 96%;
}
.span-96 .lead-start + .lead-line {
  width: calc(96% - 6px);
}
.span-95 .lead-line,
.span-95 .lead-cell {
  width: 95%;
}
.span-95 .lead-start {
  right: 95%;
}
.span-95 .lead-start + .lead-line {
  width: calc(95% - 6px);
}
.span-94 .lead-line,
.span-94 .lead-cell {
  width: 94%;
}
.span-94 .lead-start {
  right: 94%;
}
.span-94 .lead-start + .lead-line {
  width: calc(94% - 6px);
}
.span-93 .lead-line,
.span-93 .lead-cell {
  width: 93%;
}
.span-93 .lead-start {
  right: 93%;
}
.span-93 .lead-start + .lead-line {
  width: calc(93% - 6px);
}
.span-92 .lead-line,
.span-92 .lead-cell {
  width: 92%;
}
.span-92 .lead-start {
  right: 92%;
}
.span-92 .lead-start + .lead-line {
  width: calc(92% - 6px);
}
.span-91 .lead-line,
.span-91 .lead-cell {
  width: 91%;
}
.span-91 .lead-start {
  right: 91%;
}
.span-91 .lead-start + .lead-line {
  width: calc(91% - 6px);
}
.span-90 .lead-line,
.span-90 .lead-cell {
  width: 90%;
}
.span-90 .lead-start {
  right: 90%;
}
.span-90 .lead-start + .lead-line {
  width: calc(90% - 6px);
}
.span-89 .lead-line,
.span-89 .lead-cell {
  width: 89%;
}
.span-89 .lead-start {
  right: 89%;
}
.span-89 .lead-start + .lead-line {
  width: calc(89% - 6px);
}
.span-88 .lead-line,
.span-88 .lead-cell {
  width: 88%;
}
.span-88 .lead-start {
  right: 88%;
}
.span-88 .lead-start + .lead-line {
  width: calc(88% - 6px);
}
.span-87 .lead-line,
.span-87 .lead-cell {
  width: 87%;
}
.span-87 .lead-start {
  right: 87%;
}
.span-87 .lead-start + .lead-line {
  width: calc(87% - 6px);
}
.span-86 .lead-line,
.span-86 .lead-cell {
  width: 86%;
}
.span-86 .lead-start {
  right: 86%;
}
.span-86 .lead-start + .lead-line {
  width: calc(86% - 6px);
}
.span-85 .lead-line,
.span-85 .lead-cell {
  width: 85%;
}
.span-85 .lead-start {
  right: 85%;
}
.span-85 .lead-start + .lead-line {
  width: calc(85% - 6px);
}
.span-84 .lead-line,
.span-84 .lead-cell {
  width: 84%;
}
.span-84 .lead-start {
  right: 84%;
}
.span-84 .lead-start + .lead-line {
  width: calc(84% - 6px);
}
.span-83 .lead-line,
.span-83 .lead-cell {
  width: 83%;
}
.span-83 .lead-start {
  right: 83%;
}
.span-83 .lead-start + .lead-line {
  width: calc(83% - 6px);
}
.span-82 .lead-line,
.span-82 .lead-cell {
  width: 82%;
}
.span-82 .lead-start {
  right: 82%;
}
.span-82 .lead-start + .lead-line {
  width: calc(82% - 6px);
}
.span-81 .lead-line,
.span-81 .lead-cell {
  width: 81%;
}
.span-81 .lead-start {
  right: 81%;
}
.span-81 .lead-start + .lead-line {
  width: calc(81% - 6px);
}
.span-80 .lead-line,
.span-80 .lead-cell {
  width: 80%;
}
.span-80 .lead-start {
  right: 80%;
}
.span-80 .lead-start + .lead-line {
  width: calc(80% - 6px);
}
.span-79 .lead-line,
.span-79 .lead-cell {
  width: 79%;
}
.span-79 .lead-start {
  right: 79%;
}
.span-79 .lead-start + .lead-line {
  width: calc(79% - 6px);
}
.span-78 .lead-line,
.span-78 .lead-cell {
  width: 78%;
}
.span-78 .lead-start {
  right: 78%;
}
.span-78 .lead-start + .lead-line {
  width: calc(78% - 6px);
}
.span-77 .lead-line,
.span-77 .lead-cell {
  width: 77%;
}
.span-77 .lead-start {
  right: 77%;
}
.span-77 .lead-start + .lead-line {
  width: calc(77% - 6px);
}
.span-76 .lead-line,
.span-76 .lead-cell {
  width: 76%;
}
.span-76 .lead-start {
  right: 76%;
}
.span-76 .lead-start + .lead-line {
  width: calc(76% - 6px);
}
.span-75 .lead-line,
.span-75 .lead-cell {
  width: 75%;
}
.span-75 .lead-start {
  right: 75%;
}
.span-75 .lead-start + .lead-line {
  width: calc(75% - 6px);
}
.span-74 .lead-line,
.span-74 .lead-cell {
  width: 74%;
}
.span-74 .lead-start {
  right: 74%;
}
.span-74 .lead-start + .lead-line {
  width: calc(74% - 6px);
}
.span-73 .lead-line,
.span-73 .lead-cell {
  width: 73%;
}
.span-73 .lead-start {
  right: 73%;
}
.span-73 .lead-start + .lead-line {
  width: calc(73% - 6px);
}
.span-72 .lead-line,
.span-72 .lead-cell {
  width: 72%;
}
.span-72 .lead-start {
  right: 72%;
}
.span-72 .lead-start + .lead-line {
  width: calc(72% - 6px);
}
.span-71 .lead-line,
.span-71 .lead-cell {
  width: 71%;
}
.span-71 .lead-start {
  right: 71%;
}
.span-71 .lead-start + .lead-line {
  width: calc(71% - 6px);
}
.span-70 .lead-line,
.span-70 .lead-cell {
  width: 70%;
}
.span-70 .lead-start {
  right: 70%;
}
.span-70 .lead-start + .lead-line {
  width: calc(70% - 6px);
}
.span-69 .lead-line,
.span-69 .lead-cell {
  width: 69%;
}
.span-69 .lead-start {
  right: 69%;
}
.span-69 .lead-start + .lead-line {
  width: calc(69% - 6px);
}
.span-68 .lead-line,
.span-68 .lead-cell {
  width: 68%;
}
.span-68 .lead-start {
  right: 68%;
}
.span-68 .lead-start + .lead-line {
  width: calc(68% - 6px);
}
.span-67 .lead-line,
.span-67 .lead-cell {
  width: 67%;
}
.span-67 .lead-start {
  right: 67%;
}
.span-67 .lead-start + .lead-line {
  width: calc(67% - 6px);
}
.span-66 .lead-line,
.span-66 .lead-cell {
  width: 66%;
}
.span-66 .lead-start {
  right: 66%;
}
.span-66 .lead-start + .lead-line {
  width: calc(66% - 6px);
}
.span-65 .lead-line,
.span-65 .lead-cell {
  width: 65%;
}
.span-65 .lead-start {
  right: 65%;
}
.span-65 .lead-start + .lead-line {
  width: calc(65% - 6px);
}
.span-64 .lead-line,
.span-64 .lead-cell {
  width: 64%;
}
.span-64 .lead-start {
  right: 64%;
}
.span-64 .lead-start + .lead-line {
  width: calc(64% - 6px);
}
.span-63 .lead-line,
.span-63 .lead-cell {
  width: 63%;
}
.span-63 .lead-start {
  right: 63%;
}
.span-63 .lead-start + .lead-line {
  width: calc(63% - 6px);
}
.span-62 .lead-line,
.span-62 .lead-cell {
  width: 62%;
}
.span-62 .lead-start {
  right: 62%;
}
.span-62 .lead-start + .lead-line {
  width: calc(62% - 6px);
}
.span-61 .lead-line,
.span-61 .lead-cell {
  width: 61%;
}
.span-61 .lead-start {
  right: 61%;
}
.span-61 .lead-start + .lead-line {
  width: calc(61% - 6px);
}
.span-60 .lead-line,
.span-60 .lead-cell {
  width: 60%;
}
.span-60 .lead-start {
  right: 60%;
}
.span-60 .lead-start + .lead-line {
  width: calc(60% - 6px);
}
.span-59 .lead-line,
.span-59 .lead-cell {
  width: 59%;
}
.span-59 .lead-start {
  right: 59%;
}
.span-59 .lead-start + .lead-line {
  width: calc(59% - 6px);
}
.span-58 .lead-line,
.span-58 .lead-cell {
  width: 58%;
}
.span-58 .lead-start {
  right: 58%;
}
.span-58 .lead-start + .lead-line {
  width: calc(58% - 6px);
}
.span-57 .lead-line,
.span-57 .lead-cell {
  width: 57%;
}
.span-57 .lead-start {
  right: 57%;
}
.span-57 .lead-start + .lead-line {
  width: calc(57% - 6px);
}
.span-56 .lead-line,
.span-56 .lead-cell {
  width: 56%;
}
.span-56 .lead-start {
  right: 56%;
}
.span-56 .lead-start + .lead-line {
  width: calc(56% - 6px);
}
.span-55 .lead-line,
.span-55 .lead-cell {
  width: 55%;
}
.span-55 .lead-start {
  right: 55%;
}
.span-55 .lead-start + .lead-line {
  width: calc(55% - 6px);
}
.span-54 .lead-line,
.span-54 .lead-cell {
  width: 54%;
}
.span-54 .lead-start {
  right: 54%;
}
.span-54 .lead-start + .lead-line {
  width: calc(54% - 6px);
}
.span-53 .lead-line,
.span-53 .lead-cell {
  width: 53%;
}
.span-53 .lead-start {
  right: 53%;
}
.span-53 .lead-start + .lead-line {
  width: calc(53% - 6px);
}
.span-52 .lead-line,
.span-52 .lead-cell {
  width: 52%;
}
.span-52 .lead-start {
  right: 52%;
}
.span-52 .lead-start + .lead-line {
  width: calc(52% - 6px);
}
.span-51 .lead-line,
.span-51 .lead-cell {
  width: 51%;
}
.span-51 .lead-start {
  right: 51%;
}
.span-51 .lead-start + .lead-line {
  width: calc(51% - 6px);
}
.span-50 .lead-line,
.span-50 .lead-cell {
  width: 50%;
}
.span-50 .lead-start {
  right: 50%;
}
.span-50 .lead-start + .lead-line {
  width: calc(50% - 6px);
}
.span-49 .lead-line,
.span-49 .lead-cell {
  width: 49%;
}
.span-49 .lead-start {
  right: 49%;
}
.span-49 .lead-start + .lead-line {
  width: calc(49% - 6px);
}
.span-48 .lead-line,
.span-48 .lead-cell {
  width: 48%;
}
.span-48 .lead-start {
  right: 48%;
}
.span-48 .lead-start + .lead-line {
  width: calc(48% - 6px);
}
.span-47 .lead-line,
.span-47 .lead-cell {
  width: 47%;
}
.span-47 .lead-start {
  right: 47%;
}
.span-47 .lead-start + .lead-line {
  width: calc(47% - 6px);
}
.span-46 .lead-line,
.span-46 .lead-cell {
  width: 46%;
}
.span-46 .lead-start {
  right: 46%;
}
.span-46 .lead-start + .lead-line {
  width: calc(46% - 6px);
}
.span-45 .lead-line,
.span-45 .lead-cell {
  width: 45%;
}
.span-45 .lead-start {
  right: 45%;
}
.span-45 .lead-start + .lead-line {
  width: calc(45% - 6px);
}
.span-44 .lead-line,
.span-44 .lead-cell {
  width: 44%;
}
.span-44 .lead-start {
  right: 44%;
}
.span-44 .lead-start + .lead-line {
  width: calc(44% - 6px);
}
.span-43 .lead-line,
.span-43 .lead-cell {
  width: 43%;
}
.span-43 .lead-start {
  right: 43%;
}
.span-43 .lead-start + .lead-line {
  width: calc(43% - 6px);
}
.span-42 .lead-line,
.span-42 .lead-cell {
  width: 42%;
}
.span-42 .lead-start {
  right: 42%;
}
.span-42 .lead-start + .lead-line {
  width: calc(42% - 6px);
}
.span-41 .lead-line,
.span-41 .lead-cell {
  width: 41%;
}
.span-41 .lead-start {
  right: 41%;
}
.span-41 .lead-start + .lead-line {
  width: calc(41% - 6px);
}
.span-40 .lead-line,
.span-40 .lead-cell {
  width: 40%;
}
.span-40 .lead-start {
  right: 40%;
}
.span-40 .lead-start + .lead-line {
  width: calc(40% - 6px);
}
.span-39 .lead-line,
.span-39 .lead-cell {
  width: 39%;
}
.span-39 .lead-start {
  right: 39%;
}
.span-39 .lead-start + .lead-line {
  width: calc(39% - 6px);
}
.span-38 .lead-line,
.span-38 .lead-cell {
  width: 38%;
}
.span-38 .lead-start {
  right: 38%;
}
.span-38 .lead-start + .lead-line {
  width: calc(38% - 6px);
}
.span-37 .lead-line,
.span-37 .lead-cell {
  width: 37%;
}
.span-37 .lead-start {
  right: 37%;
}
.span-37 .lead-start + .lead-line {
  width: calc(37% - 6px);
}
.span-36 .lead-line,
.span-36 .lead-cell {
  width: 36%;
}
.span-36 .lead-start {
  right: 36%;
}
.span-36 .lead-start + .lead-line {
  width: calc(36% - 6px);
}
.span-35 .lead-line,
.span-35 .lead-cell {
  width: 35%;
}
.span-35 .lead-start {
  right: 35%;
}
.span-35 .lead-start + .lead-line {
  width: calc(35% - 6px);
}
.span-34 .lead-line,
.span-34 .lead-cell {
  width: 34%;
}
.span-34 .lead-start {
  right: 34%;
}
.span-34 .lead-start + .lead-line {
  width: calc(34% - 6px);
}
.span-33 .lead-line,
.span-33 .lead-cell {
  width: 33%;
}
.span-33 .lead-start {
  right: 33%;
}
.span-33 .lead-start + .lead-line {
  width: calc(33% - 6px);
}
.span-32 .lead-line,
.span-32 .lead-cell {
  width: 32%;
}
.span-32 .lead-start {
  right: 32%;
}
.span-32 .lead-start + .lead-line {
  width: calc(32% - 6px);
}
.span-31 .lead-line,
.span-31 .lead-cell {
  width: 31%;
}
.span-31 .lead-start {
  right: 31%;
}
.span-31 .lead-start + .lead-line {
  width: calc(31% - 6px);
}
.span-30 .lead-line,
.span-30 .lead-cell {
  width: 30%;
}
.span-30 .lead-start {
  right: 30%;
}
.span-30 .lead-start + .lead-line {
  width: calc(30% - 6px);
}
.span-29 .lead-line,
.span-29 .lead-cell {
  width: 29%;
}
.span-29 .lead-start {
  right: 29%;
}
.span-29 .lead-start + .lead-line {
  width: calc(29% - 6px);
}
.span-28 .lead-line,
.span-28 .lead-cell {
  width: 28%;
}
.span-28 .lead-start {
  right: 28%;
}
.span-28 .lead-start + .lead-line {
  width: calc(28% - 6px);
}
.span-27 .lead-line,
.span-27 .lead-cell {
  width: 27%;
}
.span-27 .lead-start {
  right: 27%;
}
.span-27 .lead-start + .lead-line {
  width: calc(27% - 6px);
}
.span-26 .lead-line,
.span-26 .lead-cell {
  width: 26%;
}
.span-26 .lead-start {
  right: 26%;
}
.span-26 .lead-start + .lead-line {
  width: calc(26% - 6px);
}
.span-25 .lead-line,
.span-25 .lead-cell {
  width: 25%;
}
.span-25 .lead-start {
  right: 25%;
}
.span-25 .lead-start + .lead-line {
  width: calc(25% - 6px);
}
.span-24 .lead-line,
.span-24 .lead-cell {
  width: 24%;
}
.span-24 .lead-start {
  right: 24%;
}
.span-24 .lead-start + .lead-line {
  width: calc(24% - 6px);
}
.span-23 .lead-line,
.span-23 .lead-cell {
  width: 23%;
}
.span-23 .lead-start {
  right: 23%;
}
.span-23 .lead-start + .lead-line {
  width: calc(23% - 6px);
}
.span-22 .lead-line,
.span-22 .lead-cell {
  width: 22%;
}
.span-22 .lead-start {
  right: 22%;
}
.span-22 .lead-start + .lead-line {
  width: calc(22% - 6px);
}
.span-21 .lead-line,
.span-21 .lead-cell {
  width: 21%;
}
.span-21 .lead-start {
  right: 21%;
}
.span-21 .lead-start + .lead-line {
  width: calc(21% - 6px);
}
.span-20 .lead-line,
.span-20 .lead-cell {
  width: 20%;
}
.span-20 .lead-start {
  right: 20%;
}
.span-20 .lead-start + .lead-line {
  width: calc(20% - 6px);
}
.span-19 .lead-line,
.span-19 .lead-cell {
  width: 19%;
}
.span-19 .lead-start {
  right: 19%;
}
.span-19 .lead-start + .lead-line {
  width: calc(19% - 6px);
}
.span-18 .lead-line,
.span-18 .lead-cell {
  width: 18%;
}
.span-18 .lead-start {
  right: 18%;
}
.span-18 .lead-start + .lead-line {
  width: calc(18% - 6px);
}
.span-17 .lead-line,
.span-17 .lead-cell {
  width: 17%;
}
.span-17 .lead-start {
  right: 17%;
}
.span-17 .lead-start + .lead-line {
  width: calc(17% - 6px);
}
.span-16 .lead-line,
.span-16 .lead-cell {
  width: 16%;
}
.span-16 .lead-start {
  right: 16%;
}
.span-16 .lead-start + .lead-line {
  width: calc(16% - 6px);
}
.span-15 .lead-line,
.span-15 .lead-cell {
  width: 15%;
}
.span-15 .lead-start {
  right: 15%;
}
.span-15 .lead-start + .lead-line {
  width: calc(15% - 6px);
}
.span-14 .lead-line,
.span-14 .lead-cell {
  width: 14%;
}
.span-14 .lead-start {
  right: 14%;
}
.span-14 .lead-start + .lead-line {
  width: calc(14% - 6px);
}
.span-13 .lead-line,
.span-13 .lead-cell {
  width: 13%;
}
.span-13 .lead-start {
  right: 13%;
}
.span-13 .lead-start + .lead-line {
  width: calc(13% - 6px);
}
.span-12 .lead-line,
.span-12 .lead-cell {
  width: 12%;
}
.span-12 .lead-start {
  right: 12%;
}
.span-12 .lead-start + .lead-line {
  width: calc(12% - 6px);
}
.span-11 .lead-line,
.span-11 .lead-cell {
  width: 11%;
}
.span-11 .lead-start {
  right: 11%;
}
.span-11 .lead-start + .lead-line {
  width: calc(11% - 6px);
}
.span-10 .lead-line,
.span-10 .lead-cell {
  width: 10%;
}
.span-10 .lead-start {
  right: 10%;
}
.span-10 .lead-start + .lead-line {
  width: calc(10% - 6px);
}
.span-9 .lead-line,
.span-9 .lead-cell {
  width: 9%;
}
.span-9 .lead-start {
  right: 9%;
}
.span-9 .lead-start + .lead-line {
  width: calc(9% - 6px);
}
.span-8 .lead-line,
.span-8 .lead-cell {
  width: 8%;
}
.span-8 .lead-start {
  right: 8%;
}
.span-8 .lead-start + .lead-line {
  width: calc(8% - 6px);
}
.span-7 .lead-line,
.span-7 .lead-cell {
  width: 7%;
}
.span-7 .lead-start {
  right: 7%;
}
.span-7 .lead-start + .lead-line {
  width: calc(7% - 6px);
}
.span-6 .lead-line,
.span-6 .lead-cell {
  width: 6%;
}
.span-6 .lead-start {
  right: 6%;
}
.span-6 .lead-start + .lead-line {
  width: calc(6% - 6px);
}
.span-5 .lead-line,
.span-5 .lead-cell {
  width: 5%;
}
.span-5 .lead-start {
  right: 5%;
}
.span-5 .lead-start + .lead-line {
  width: calc(5% - 6px);
}
.span-4 .lead-line,
.span-4 .lead-cell {
  width: 4%;
}
.span-4 .lead-start {
  right: 4%;
}
.span-4 .lead-start + .lead-line {
  width: calc(4% - 6px);
}
.span-3 .lead-line,
.span-3 .lead-cell {
  width: 3%;
}
.span-3 .lead-start {
  right: 3%;
}
.span-3 .lead-start + .lead-line {
  width: calc(3% - 6px);
}
.span-2 .lead-line,
.span-2 .lead-cell {
  width: 2%;
}
.span-2 .lead-start {
  right: 2%;
}
.span-2 .lead-start + .lead-line {
  width: calc(2% - 6px);
}
.span-1 .lead-line,
.span-1 .lead-cell {
  width: 1%;
}
.span-1 .lead-start {
  right: 1%;
}
.span-1 .lead-start + .lead-line {
  width: calc(1% - 6px);
}
.highcharts-container {
  font-size: 14px;
}
.highcharts-root,
.highcharts-title,
.highcharts-tooltip {
  font-size: 14px !important;
}
.highcharts-axis-title {
  font-size: 12px !important;
}
#defects-chart {
  padding-bottom: 0 !important;
}
#defects-chart .highcharts-container {
  border: 1px solid #353b3f;
  border-radius: 2px;
  padding: 10px 10px !important;
}
#defects-chart .highcharts-text-outline {
  display: none !important;
}
#defects-chart .severity-not-applicable .highcharts-label text {
  color: #444444 !important;
  fill: #444444 !important;
}
.search-results-dropdown {
  background-color: #080808;
  border-radius: 5px;
  position: fixed;
  top: 36px;
  left: 10%;
  right: 10%;
  max-width: 80%;
  max-height: 600px;
  padding: 10px;
  overflow-y: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  z-index: 1071;
}
.body-with-topbar .search-results-dropdown {
  top: calc(72px);
}
.search-results-dropdown .panel-dashbox {
  margin: -10px;
}
.search-results-dropdown .table tr > td,
.search-results-dropdown .table-display tr > td,
.search-results-dropdown .table .tr > .td,
.search-results-dropdown .table-display .tr > .td {
  border-top: 1px solid #2c2c2c;
}
.search-results-dropdown .table .tr[data-state-focus="true"] > .th,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .th,
.search-results-dropdown .table .tr[data-state-focus="true"] > .td,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .td {
  background-color: #2699d0;
  color: #fff;
}
.search-results-dropdown .table .tr[data-state-focus="true"] > .th a,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .th a,
.search-results-dropdown .table .tr[data-state-focus="true"] > .td a,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .td a,
.search-results-dropdown .table .tr[data-state-focus="true"] > .th a:hover,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .th a:hover,
.search-results-dropdown .table .tr[data-state-focus="true"] > .td a:hover,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .td a:hover,
.search-results-dropdown .table .tr[data-state-focus="true"] > .th .text-normal,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .th .text-normal,
.search-results-dropdown .table .tr[data-state-focus="true"] > .td .text-normal,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .td .text-normal,
.search-results-dropdown .table .tr[data-state-focus="true"] > .th .text-default,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .th .text-default,
.search-results-dropdown .table .tr[data-state-focus="true"] > .td .text-default,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .td .text-default,
.search-results-dropdown .table .tr[data-state-focus="true"] > .th .text-muted,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .th .text-muted,
.search-results-dropdown .table .tr[data-state-focus="true"] > .td .text-muted,
.search-results-dropdown .table-display .tr[data-state-focus="true"] > .td .text-muted {
  color: #fff;
}
.search-results-dropdown .table .tr[data-state-focus="true"].no-hover > .th,
.search-results-dropdown .table-display .tr[data-state-focus="true"].no-hover > .th,
.search-results-dropdown .table .tr[data-state-focus="true"].no-hover > .td,
.search-results-dropdown .table-display .tr[data-state-focus="true"].no-hover > .td {
  background-color: transparent;
  color: inherit;
}
.collapse-placeholder {
  background-color: #353b3f;
  margin-left: 4px;
  height: 50px;
}
.collapse-placeholder > div {
  left: 50%;
  margin-left: -21px;
}
.build-filter-line span + span {
  margin-left: 20px !important;
}
@media (min-width: 1601px) {
  .build-filter-line span:nth-child(2) {
    padding-left: 20px !important;
  }
}
@media (max-width: 1300px) {
  .build-filter-line span:nth-child(3) {
    display: none !important;
  }
  .build-filter-line span:nth-child(2) {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .build-filter-line span:nth-child(2) {
    display: none !important;
  }
}
p {
  margin: 0 0 9px;
}
small,
.small,
.text-small {
  font-size: 90%;
}
.text-base {
  font-size: 12px;
}
.text-large {
  font-size: 16px;
}
.text-xl {
  font-size: 24px;
}
.lead {
  font-size: 16px;
  margin-bottom: 1.25em;
  line-height: 1.5;
}
cite {
  font-style: normal;
}
.text-normal {
  color: #dfdfdf;
}
.row-highlight .text-normal {
  color: #2699d0;
}
.text-default,
.dropdown-menu .text-default {
  color: #dfdfdf !important;
  fill: #dfdfdf !important;
}
.text-default[href]:hover,
.dropdown-menu .text-default[href]:hover,
.text-default[href]:focus,
.dropdown-menu .text-default[href]:focus {
  color: #dfdfdf;
  fill: #dfdfdf !important;
}
.text-muted,
.text-light,
.dropdown-menu .text-muted,
.dropdown-menu .text-light {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
}
.text-muted[href]:hover,
.text-light[href]:hover,
.dropdown-menu .text-muted[href]:hover,
.dropdown-menu .text-light[href]:hover,
.text-muted[href]:focus,
.text-light[href]:focus,
.dropdown-menu .text-muted[href]:focus,
.dropdown-menu .text-light[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.text-muted-fixed {
  color: #657886;
}
.text-brand-default {
  color: #353b3f;
  fill: #353b3f !important;
}
.text-brand-default-light {
  color: #2c2c2c;
  fill: #2c2c2c !important;
}
.text-muted-light {
  color: #b8b8b8;
  fill: #b8b8b8 !important;
}
.text-grey {
  color: #646464;
  fill: #646464 !important;
}
.text-yellow {
  color: #E7CF4E;
  fill: #E7CF4E !important;
}
.text-orange {
  color: #b67419 !important;
  fill: #b67419 !important;
}
.text-muted-alt {
  color: #668596 !important;
  fill: #668596 !important;
}
.text-tertiary {
  color: #516a78;
}
.text-tertiary .svgicon {
  color: #516a78;
  fill: #516a78;
}
.text-invert {
  color: #fff;
  fill: #fff !important;
}
.text-invert[href]:hover,
.text-invert[href]:focus {
  color: #fff;
  fill: #fff !important;
}
.text-info,
.text-state-info {
  color: #76a4bd;
  fill: #76a4bd !important;
}
.text-state-warning {
  color: #b1b07a;
  fill: #b1b07a !important;
}
.text-warning {
  color: #faba25;
  fill: #faba25 !important;
}
.text-warning-alt {
  color: #e7a305;
  fill: #e7a305 !important;
}
.text-danger,
.dropdown-menu .text-danger {
  color: #cf7675;
  fill: #cf7675 !important;
}
.text-danger[href]:hover,
.dropdown-menu .text-danger[href]:hover,
.text-danger[href]:focus,
.dropdown-menu .text-danger[href]:focus {
  color: #d48382;
  fill: #d48382 !important;
}
.text-placeholder {
  color: #606060;
}
.hanging-tabs .svgicon.text-danger {
  color: #cf7675;
  fill: #cf7675;
}
.text-state-danger {
  color: #ca4e56;
  fill: #ca4e56 !important;
}
a.text-state-danger:focus,
a.text-state-danger:hover {
  color: #ca4e56;
  fill: #ca4e56 !important;
}
.text-success,
.dropdown-menu .text-success,
.hanging-tabs .icon.text-success,
.hanging-tabs > .active .icon.text-success {
  color: #6a8b57;
  fill: #6a8b57 !important;
}
.text-success[href]:hover,
.dropdown-menu .text-success[href]:hover,
.hanging-tabs .icon.text-success[href]:hover,
.hanging-tabs > .active .icon.text-success[href]:hover,
.text-success[href]:focus,
.dropdown-menu .text-success[href]:focus,
.hanging-tabs .icon.text-success[href]:focus,
.hanging-tabs > .active .icon.text-success[href]:focus {
  color: #769a61;
  fill: #769a61 !important;
}
.text-state-success {
  color: #bbceaa;
  fill: #bbceaa;
}
a.text-state-success:focus,
a.text-state-success:hover {
  color: #bbceaa;
  fill: #bbceaa;
}
.text-primary,
.dropdown-menu .text-primary,
.hanging-tabs .icon.text-primary {
  color: #2699d0 !important;
  fill: #2699d0 !important;
}
.text-royal {
  color: #77538c;
  fill: #77538c !important;
}
a.text-royal:focus,
a.text-royal:hover {
  color: #8c64a3;
  fill: #8c64a3;
}
.text-secondary {
  color: #9B917A;
  fill: #9B917A !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #a39984;
  fill: #a39984 !important;
}
.text-inherit {
  color: inherit;
  fill: inherit !important;
}
.text-hover-danger:focus,
.text-hover-danger:hover,
.dropdown-menu .text-hover-danger:focus,
.dropdown-menu .text-hover-danger:hover {
  color: #cf7675 !important;
  fill: #cf7675 !important;
}
.text-hover-white:focus,
.text-hover-white:hover {
  color: #fff !important;
  fill: #fff !important;
}
.text-hover-notd:focus,
.text-hover-notd:hover {
  text-decoration: none;
}
ins,
del {
  padding: 1px 3px 0 3px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 2px;
}
ins {
  color: #bbceaa;
  background-color: #5e7b4d;
  border-bottom: 1px solid #3a4c30;
}
del {
  color: #ca4e56;
  background-color: #774545;
  border-bottom: 1px solid #cf7675;
}
.markdown-content del {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-decoration: line-through;
  white-space: normal;
}
.markdown-content {
  word-break: break-word;
}
.markdown-content p:last-of-type {
  margin-bottom: 0;
}
.markdown-content h1:first-child,
.markdown-content h2:first-child,
.markdown-content h3:first-child,
.markdown-content h4:first-child,
.markdown-content h5:first-child,
.markdown-content h6:first-child {
  margin-top: 0;
}
.text-octopart {
  color: #3e73b9;
  fill: #3e73b9 !important;
}
.text-md {
  font-size: 14px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 24px;
}
.text-xlg {
  font-size: 32px;
}
.text-xxl {
  font-size: 48px;
  line-height: normal;
}
.text-base {
  font-size: 12px;
}
.text-small {
  font-size: 11px;
}
.text-large {
  font-size: 16px;
}
.text-xlarge {
  font-size: 26px;
}
.lh-1 {
  line-height: 1;
}
.lh-1-and-half {
  line-height: 1.5;
}
.lh-sm {
  line-height: 1.25;
}
.lh-normal {
  line-height: normal;
}
.word-wrap {
  word-break: break-all;
}
.bullet-number {
  font-size: 16px;
  display: block;
  font-weight: bold;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: #2c2c2c;
}
.bullet-number.active,
.active .bullet-number,
.bullet-number.bullet-number-primary {
  background-color: #2699d0 !important;
  color: #fff !important;
}
.bullet-number.bullet-number-light {
  background-color: #fff;
}
.bullet-number.pull-left,
.bullet-number.pull-right {
  margin-top: -3px;
}
.monaco {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.monospace {
  font-family: "Inconsolata-g", "Inconsolata", monospace;
  line-height: 1;
}
.text-num {
  font-family: "Inconsolata-g", "Inconsolata", monospace;
  font-size: 1.15em;
  line-height: 1;
  letter-spacing: 1px;
}
.text-underline {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 50%);
}
.text-underline.text-underline-warning {
  text-decoration-color: #faba25;
}
.text-underline.text-underline-danger {
  text-decoration-color: #cf7675;
}
.text-strikethrough {
  text-decoration: line-through;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 50%);
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.tabular-nums {
  font-variant-numeric: tabular-nums;
}
.strong,
.dropdown-menu .strong {
  font-weight: bold !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
caption {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
caption small {
  margin-left: 5px;
  font-weight: normal;
  line-height: 1;
  color: #858585;
}
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
h2 small,
h3 small {
  font-size: 78%;
}
h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 14px;
}
h4:first-child {
  margin-top: 0;
}
h5,
.h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
.h4 {
  font-size: 14px;
  font-weight: bold;
}
.small-heading {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
  padding-left: 1.25em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.list-unstyled.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.list-inline {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.list-inline.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.list-inline > li {
  display: inline-block;
}
.list-inline-spaced > li {
  margin-top: 3px;
  margin-bottom: 3px;
}
.list-inline-separated li:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  height: 15px;
  width: 1px;
  background-color: #606060;
}
.list-inline + .list-inline {
  margin-top: -5px;
}
.list-inline-separator {
  width: 1px;
  height: 14px;
  background-color: #9f9f9f;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.list-inline .list-inline-break {
  display: block;
  clear: both;
  width: 100%;
  background: red;
}
.list-inline-margin-left > li {
  margin-right: 10px;
}
.top-aligned > li {
  vertical-align: top;
}
.middle-aligned > li {
  vertical-align: middle;
}
.list-links {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.list-links.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.list-links > li {
  margin-top: 5px;
}
.list-links > li:first-child {
  margin-top: 0;
}
.list-dashbox {
  padding-left: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  border-radius: 2px;
  border: 2px solid #353b3f;
}
.list-dashbox.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.list-dashbox > li {
  border-top: 2px solid #353b3f;
}
.list-dashbox > li:first-child {
  border-top: 0;
}
.list-dashbox a {
  display: block;
  padding: 10px 18px;
}
.list-dashbox a:hover,
.list-dashbox a:focus {
  color: #dfdfdf;
  text-decoration: none;
}
.list-dashbox .with-padding {
  padding: 10px 18px;
}
.list-dashbox .active {
  position: relative;
}
.list-dashbox .active a {
  color: #dfdfdf;
}
.list-dashbox .active a:hover,
.list-dashbox .active a:focus {
  text-decoration: none;
}
.list-dashbox .active span {
  border-bottom: 3px solid #2699d0;
}
.list-dashbox .active:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -6px;
  background-color: #353b3f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-dashbox-heading {
  padding: 6px 18px 7px !important;
  background-color: #353b3f;
  font-size: 14px;
  font-weight: bold;
}
.list-ticked {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.list-ticked.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.list-ticked > li {
  position: relative;
  padding: 2px 0 2px 18px;
  background: url("../colored-icons/tick_success.svg") no-repeat top 3px left;
}
.list-ticked.underlined > li {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #353b3f;
  background-position: top 7px left;
}
.list-underlined {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.list-underlined.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.list-underlined > li {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #353b3f;
}
.list-underlined > li:before,
.list-underlined > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-underlined > li:after {
  clear: both;
}
.list-underlined > li:before,
.list-underlined > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.list-underlined > li:after {
  clear: both;
}
.list-underlined > li.separator {
  border-top: 4px solid #353b3f;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.list-conversation li + li {
  padding-top: 10px;
  padding-bottom: 0;
  margin-top: 10px;
  border-top: 1px solid #d8e0e5;
}
.list-conversation li p:last-of-type {
  margin: 0;
}
.list-avatars {
  padding-left: 0;
  margin: 0;
  list-style: none;
  margin-top: 8px;
}
.list-avatars.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.list-avatars > li {
  display: inline-block;
}
.list-avatars-spaced > li {
  margin-top: 3px;
  margin-bottom: 3px;
}
.list-avatars-separated li:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  height: 15px;
  width: 1px;
  background-color: #606060;
}
.list-avatars + .list-inline {
  margin-top: -5px;
}
.list-avatars > li {
  margin-bottom: 3px;
  vertical-align: middle;
}
tr:hover .list-avatars > li.fade {
  opacity: 0;
}
tr:hover .list-avatars > li.in {
  opacity: 1;
}
.list-spaced {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.list-spaced.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.list-spaced > li {
  padding-top: 2px;
  padding-bottom: 2px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dt {
  float: left;
  width: 110px;
  clear: left;
  margin-bottom: 3px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: #858585;
}
.dl-horizontal dd {
  margin-left: 120px;
  margin-bottom: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal dd:after {
  clear: both;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #858585;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.uppercase,
.upcase {
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.normalcase {
  text-transform: none;
}
.control-label .normalcase {
  font-size: 12px;
  font-weight: normal;
}
.text-thin {
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
}
.text-state {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.caps {
  font-size: .75em;
  text-transform: uppercase;
}
.converted-unit {
  color: #77538c;
  font-weight: normal;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #858585;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.5;
  color: #858585;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #858585;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.5;
}
.longform h2 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 11px;
  margin-bottom: 11px;
}
.ir-block {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.timeline {
  padding: 1px 20px 20px 0;
  margin-left: 20px;
  border-left: 2px solid #353b3f;
}
.panel .timeline {
  margin-top: -2px;
}
.panel-invisible .timeline {
  margin-top: 5px;
}
.timeline del {
  font-weight: bold;
  color: #cf7675;
}
.timeline ins {
  font-weight: bold;
  color: #bbceaa;
  text-decoration: none;
}
.timeline-muted {
  border-left: 2px solid #858585;
}
.timeline-node {
  position: relative;
  margin-top: 20px;
}
.timeline-wrapper + .timeline-wrapper {
  margin-top: 20px;
}
.timeline .timeline-node-point {
  color: #2699d0;
  position: absolute;
  left: -9px;
  z-index: 920;
}
.timeline-node-connector {
  display: block;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  border-top: 2px solid #353b3f;
  z-index: 900;
}
.timeline-heading {
  padding-left: 20px;
  color: #858585;
}
.timeline-body {
  padding-left: 20px;
}
.timeline-body-item {
  margin-top: 10px;
}
.timeline-body-item:before,
.timeline-body-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.timeline-body-item:after {
  clear: both;
}
.timeline-body-item:before,
.timeline-body-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.timeline-body-item:after {
  clear: both;
}
.timeline-body-item .well-sm {
  border-radius: 3px;
}
.timeline-body-item-icon {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
  float: left;
  line-height: 1;
}
.timeline-body-item-icon[href]:hover,
.timeline-body-item-icon[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.timeline-body-item-status {
  display: inline-block;
  padding: 2px 4px;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  color: #444;
  background-color: #d8e0e5;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin-left: 10px !important;
  margin-right: 10px !important;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
  width: 10em;
}
.timeline-body-item-status[href] {
  text-decoration: none;
}
.timeline-body-item-status[href]:hover,
.timeline-body-item-status[href]:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.timeline-body-item-status:empty {
  display: none;
}
.timeline-body-item-status.label-bordered {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.label-group .timeline-body-item-status.label-bordered + .label-bordered {
  border-left: none;
}
.timeline-body-item-status .icon {
  top: -1px !important;
}
.timeline-body-item-status img.inline-block {
  position: relative;
  top: -2px;
}
.timeline-body-item-status .dropdown {
  display: inline-block;
}
.timeline-body-item-status.label-block {
  display: block;
}
.timeline-body-item-status .svgicon {
  color: #444;
  fill: #444;
}
.timeline-body-item-status:focus,
.timeline-body-item-status:hover {
  color: #444;
}
.timeline-body-item-content {
  float: left;
}
.timeline-node-line {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-top: 2px solid #353b3f;
}
.logbook-widget[max-width~="700px"] .timeline-node-line {
  display: none;
}
.timeline-two-sided {
  position: relative;
  margin-left: 0;
  padding-right: 0;
  border-left: 0;
}
.timeline-two-sided:before {
  content: "";
  display: block;
  border-left: 2px solid #353b3f;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
}
.timeline-node-left {
  width: 50%;
}
.timeline-node-left .timeline-node-point {
  left: auto;
  right: -9px;
}
.timeline-node-left .timeline-heading {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(110%);
  padding-left: 10px;
}
.timeline-node-left .timeline-body {
  padding-left: 0;
  padding-right: 20px;
}
.timeline-node-right {
  margin-left: 50%;
}
.timeline-node-right .timeline-node-point {
  left: -7px;
}
.timeline-node-right .timeline-heading {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-110%);
  padding-left: 0;
  padding-right: 10px;
}
.timeline-node-right .timeline-body {
  padding-left: 20px;
}
.timeline-node-middle {
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.timeline-node-middle .timeline-body {
  padding: 15px;
  border: 2px solid #2699d0;
  border-radius: 2px;
  background-color: #fff;
}
.timeline-node-middle .timeline-node-point {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #2699d0;
  transform: translateX(-50%);
}
.timeline-node-middle .well + .well {
  margin-top: 5px;
}
.timeline-node-success .timeline-body {
  background-color: #6a8b57;
  border-color: #222d1c;
}
.timeline-node-success .timeline-body .remark {
  background-color: #fff;
}
.timeline-node-success .timeline-node-point {
  background-color: #222d1c;
}
.timeline-node-danger .timeline-body {
  background-color: #774545;
  border-color: #160d0d;
}
.timeline-node-danger .timeline-body .remark {
  background-color: #fff;
}
.timeline-node-danger .timeline-node-point {
  background-color: #160d0d;
}
.timeline-node-warning .timeline-body {
  background-color: #4c4826;
  border-color: #160d0d;
}
.timeline-node-warning .timeline-body .remark {
  background-color: #fff;
}
.timeline-node-warning .timeline-node-point {
  background-color: #160d0d;
}
.timeline-node-default .timeline-body {
  background-color: #2c2c2c;
  border-color: #516a78;
}
.timeline-node-default .timeline-body .remark {
  background-color: #fff;
}
.timeline-node-default .timeline-node-point {
  background-color: #516a78;
  color: #fff;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container-mw {
  max-width: 1040px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row .col-up-5 > .col-sm-2 {
  width: 20%;
}
.row.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.row-no-gutter > [class^="col-"],
.row.row-no-gutter > [class*=" col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.grid {
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.grid:before,
.grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid:after {
  clear: both;
}
.grid:before,
.grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid:after {
  clear: both;
}
.pinned-h {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutter-small {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-small > [class^="col-"],
.row.gutter-small > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.flex-row.gutter-small {
  margin-left: -5px;
  margin-right: -5px;
}
.flex-row.gutter-small > [class^="flex-col-"],
.flex-row.gutter-small > [class*=" flex-col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.pinned-left {
  margin-left: -20px;
}
.pinned-right {
  margin-right: -20px;
}
.w-100 {
  width: 100% !important;
}
.w-99 {
  width: 99.9% !important;
}
.w-90 {
  width: 90% !important;
}
.w-80 {
  width: 80% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-66 {
  width: 66.6666666% !important;
}
.w-50 {
  width: 50% !important;
}
.w-40 {
  width: 40% !important;
}
.w-33 {
  width: 33.3333333% !important;
}
.w-30 {
  width: 30% !important;
}
.w-25 {
  width: 25% !important;
}
.w-20 {
  width: 20% !important;
}
.w-10 {
  width: 10% !important;
}
.w-auto {
  width: auto !important;
}
.fw-200 {
  width: 200px;
}
.mw-140 {
  min-width: 140px;
}
.mw-290 {
  min-width: 290px;
}
.mxw-250 {
  max-width: 250px;
}
.mxw-300 {
  max-width: 300px;
}
.mxw-600 {
  max-width: 600px;
}
.mxw-none {
  max-width: none;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.flex-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  gap: 35px;
  row-gap: 35px;
}
.flex-cards > .well {
  border-radius: 10px;
  line-height: normal;
}
.flex-cards.basis-275 > * {
  flex-basis: 275px;
}
.flex-cards.basis-585 > * {
  flex-basis: 585px;
}
.h-auto {
  height: auto;
}
.height-full,
.h-100 {
  height: 100%;
}
.min-h-100 {
  min-height: 100%;
}
.h-90 {
  height: 90%;
}
.h-80 {
  height: 80%;
}
.h-75 {
  height: 75%;
}
.h-66 {
  height: 66.6666666%;
}
.h-50 {
  height: 50%;
}
.h-40 {
  height: 40%;
}
.h-33 {
  height: 33.3333333%;
}
.h-25 {
  height: 25%;
}
.h-20 {
  height: 20%;
}
.h-10 {
  width: 10%;
}
.height-100 {
  height: 100px;
}
.height-200 {
  height: 200px;
}
.height-300 {
  height: 300px;
}
.height-400 {
  height: 400px;
}
.mxh-200 {
  max-height: 200px;
}
@media (min-height: 800px) {
  .height-full-mh-800 {
    height: 100%;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
  float: left;
}
.col-sm-1 {
  width: 8.33333333%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-push-1 {
  left: 8.33333333%;
}
.col-sm-push-2 {
  left: 16.66666667%;
}
.col-sm-push-3 {
  left: 25%;
}
.col-sm-push-4 {
  left: 33.33333333%;
}
.col-sm-push-5 {
  left: 41.66666667%;
}
.col-sm-push-6 {
  left: 50%;
}
.col-sm-push-7 {
  left: 58.33333333%;
}
.col-sm-push-8 {
  left: 66.66666667%;
}
.col-sm-push-9 {
  left: 75%;
}
.col-sm-push-10 {
  left: 83.33333333%;
}
.col-sm-push-11 {
  left: 91.66666667%;
}
.col-sm-pull-1 {
  right: 8.33333333%;
}
.col-sm-pull-2 {
  right: 16.66666667%;
}
.col-sm-pull-3 {
  right: 25%;
}
.col-sm-pull-4 {
  right: 33.33333333%;
}
.col-sm-pull-5 {
  right: 41.66666667%;
}
.col-sm-pull-6 {
  right: 50%;
}
.col-sm-pull-7 {
  right: 58.33333333%;
}
.col-sm-pull-8 {
  right: 66.66666667%;
}
.col-sm-pull-9 {
  right: 75%;
}
.col-sm-pull-10 {
  right: 83.33333333%;
}
.col-sm-pull-11 {
  right: 91.66666667%;
}
.col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.col-sm-offset-3 {
  margin-left: 25%;
}
.col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.col-sm-offset-6 {
  margin-left: 50%;
}
.col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.col-sm-offset-9 {
  margin-left: 75%;
}
.col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
  float: left;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-9 {
  width: 75%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-12 {
  width: 100%;
}
.col-md-push-0 {
  left: auto;
}
.col-md-push-1 {
  left: 8.33333333%;
}
.col-md-push-2 {
  left: 16.66666667%;
}
.col-md-push-3 {
  left: 25%;
}
.col-md-push-4 {
  left: 33.33333333%;
}
.col-md-push-5 {
  left: 41.66666667%;
}
.col-md-push-6 {
  left: 50%;
}
.col-md-push-7 {
  left: 58.33333333%;
}
.col-md-push-8 {
  left: 66.66666667%;
}
.col-md-push-9 {
  left: 75%;
}
.col-md-push-10 {
  left: 83.33333333%;
}
.col-md-push-11 {
  left: 91.66666667%;
}
.col-md-pull-0 {
  right: auto;
}
.col-md-pull-1 {
  right: 8.33333333%;
}
.col-md-pull-2 {
  right: 16.66666667%;
}
.col-md-pull-3 {
  right: 25%;
}
.col-md-pull-4 {
  right: 33.33333333%;
}
.col-md-pull-5 {
  right: 41.66666667%;
}
.col-md-pull-6 {
  right: 50%;
}
.col-md-pull-7 {
  right: 58.33333333%;
}
.col-md-pull-8 {
  right: 66.66666667%;
}
.col-md-pull-9 {
  right: 75%;
}
.col-md-pull-10 {
  right: 83.33333333%;
}
.col-md-pull-11 {
  right: 91.66666667%;
}
.col-md-offset-0 {
  margin-left: 0;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
  float: left;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-push-1 {
  left: 8.33333333%;
}
.col-lg-push-2 {
  left: 16.66666667%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-4 {
  left: 33.33333333%;
}
.col-lg-push-5 {
  left: 41.66666667%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-7 {
  left: 58.33333333%;
}
.col-lg-push-8 {
  left: 66.66666667%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-10 {
  left: 83.33333333%;
}
.col-lg-push-11 {
  left: 91.66666667%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-pull-1 {
  right: 8.33333333%;
}
.col-lg-pull-2 {
  right: 16.66666667%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-4 {
  right: 33.33333333%;
}
.col-lg-pull-5 {
  right: 41.66666667%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-7 {
  right: 58.33333333%;
}
.col-lg-pull-8 {
  right: 66.66666667%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-10 {
  right: 83.33333333%;
}
.col-lg-pull-11 {
  right: 91.66666667%;
}
.col-lg-offset-0 {
  margin-left: 0;
}
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.col-lg-offset-5 {
  margin-left: 41.66666667%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}
.grid .col-lg-1,
.grid .col-lg-2,
.grid .col-lg-3,
.grid .col-lg-4,
.grid .col-lg-5,
.grid .col-lg-6,
.grid .col-lg-7,
.grid .col-lg-8,
.grid .col-lg-9,
.grid .col-lg-10,
.grid .col-lg-11,
.grid .col-lg-12,
.grid .col-sm-1,
.grid .col-sm-2,
.grid .col-sm-3,
.grid .col-sm-4,
.grid .col-sm-5,
.grid .col-sm-6,
.grid .col-sm-7,
.grid .col-sm-8,
.grid .col-sm-9,
.grid .col-sm-10,
.grid .col-sm-11,
.grid .col-sm-12 {
  padding: 10px;
}
.row-table {
  border-top: 2px solid #353b3f;
  border-bottom: 2px solid #353b3f;
  display: table;
  margin-bottom: 20px;
}
.row-table [class^=col-] {
  display: table-cell;
  float: none;
  padding-top: 10px;
}
.flex-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.flex-row.col {
  flex-direction: column;
}
.flex-vertical {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-wrap: wrap;
}
.flex {
  display: flex;
}
.flex-inline {
  display: inline-flex;
}
.flex-column {
  flex-direction: column;
}
.flex-grow {
  flex: 2;
}
.flex-shrink {
  flex: 0;
}
.flex-1 {
  flex: 1;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-11 > * {
  flex-basis: 9.0909%;
}
.flex-col,
.flex-col-1,
.flex-col-2,
.flex-col-3,
.flex-col-4,
.flex-col-5,
.flex-col-6,
.flex-col-7,
.flex-col-8,
.flex-col-9,
.flex-col-10,
.flex-col-11,
.flex-col-12,
.flex-col-offset-0,
.flex-col-offset-1,
.flex-col-offset-2,
.flex-col-offset-3,
.flex-col-offset-4,
.flex-col-offset-5,
.flex-col-offset-6,
.flex-col-offset-7,
.flex-col-offset-8,
.flex-col-offset-9,
.flex-col-offset-10,
.flex-col-offset-11,
.flex-col-offset-12 {
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.flex-col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.flex-col-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.flex-col-2 {
  flex-basis: 16.666%;
  max-width: 16.666%;
}
.flex-col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.flex-col-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.flex-col-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.flex-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.flex-col-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.flex-col-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.flex-col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.flex-col-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.flex-col-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.flex-col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.flex-col-offset-0 {
  margin-left: 0;
}
.flex-col-offset-1 {
  margin-left: 8.333%;
}
.flex-col-offset-2 {
  margin-left: 16.666%;
}
.flex-col-offset-3 {
  margin-left: 25%;
}
.flex-col-offset-4 {
  margin-left: 33.333%;
}
.flex-col-offset-5 {
  margin-left: 41.667%;
}
.flex-col-offset-6 {
  margin-left: 50%;
}
.flex-col-offset-7 {
  margin-left: 58.333%;
}
.flex-col-offset-8 {
  margin-left: 66.667%;
}
.flex-col-offset-9 {
  margin-left: 75%;
}
.flex-col-offset-10 {
  margin-left: 83.333%;
}
.flex-col-offset-11 {
  margin-left: 91.667%;
}
.flex-center {
  justify-content: center;
  text-align: center;
}
.flex-end {
  justify-content: flex-end;
  text-align: end;
}
.flex-baseline {
  align-items: baseline;
}
.flex-top {
  align-items: flex-start;
}
.flex-middle {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-around {
  justify-content: space-around;
}
.flex-between {
  justify-content: space-between;
}
.flex-first {
  order: -1;
}
.flex-last {
  order: 1;
}
.flex-gap-xs {
  gap: 2px;
}
.flex-gap-sm {
  gap: 5px;
}
.column-count-3 {
  column-count: 3;
}
.column-gap-lg {
  column-gap: 20px;
}
.column-no-wrap {
  break-inside: avoid-column;
}
.place-first {
  margin-right: auto !important;
}
.place-last {
  margin-left: auto !important;
}
.self-top {
  margin-bottom: auto;
}
.self-bottom {
  margin-top: auto;
}
.self-center {
  justify-content: center;
}
.flex-self-center {
  align-self: center;
}
.flex-self-top {
  align-self: flex-start;
}
.flex-self-bottom {
  align-self: flex-end;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-radius: 2px;
}
th {
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  color: #858585;
  padding: 5px 10px;
  white-space: nowrap;
}
tbody th {
  padding: 10px;
}
th .icon-dot {
  height: 11px;
  line-height: 11px;
}
td {
  padding: 10px;
  word-wrap: break-word;
  white-space: normal;
  position: relative;
}
td.min-padding-cell {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.marker-cell {
  width: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-color: #fff !important;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table tr:hover > td > .fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.table tr:hover > td .faded-actions {
  opacity: 1;
  filter: alpha(opacity=100);
}
.table tr:hover > td.faded-actions {
  opacity: 1;
  filter: alpha(opacity=100);
}
.table th.hovered > .col-fade,
.table td.hovered > .col-fade,
.table th:hover > .col-fade,
.table td:hover > .col-fade,
.table .col-fade.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
.table .col-fade-inline {
  margin-right: -16px;
}
.table th,
.table td {
  line-height: 1.25;
  vertical-align: top;
}
.table td.nested,
.table th.nested {
  padding: 0;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + .no-divider {
  border-top-width: 1px;
}
.table > caption {
  text-align: left;
}
.table .section-title {
  margin: 1px 0 0;
}
.table .section-title .svgicon {
  top: -1px;
}
.table-truncate td,
.table-truncate th,
.table-truncate .th,
.table-truncate .td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-truncate td + td,
.table-truncate th + th,
.table-truncate .th + .th,
.table-truncate .td + .td {
  max-width: 300px;
}
.table.nowrap td,
.nowrap .table td,
.table.nowrap th,
.nowrap .table th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .cell-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 1px;
}
.table-layout-fixed {
  table-layout: fixed;
}
.table-no-tbody-separators > tbody + tbody {
  border-top-width: 0;
}
.is-divided,
th.is-divided,
td.is-divided {
  border-left: 1px solid #353b3f;
}
th.no-left-border,
td.no-left-border {
  border-left-color: transparent !important;
  border-left-style: hidden !important;
}
th.no-right-border,
td.no-right-border {
  border-right-color: transparent !important;
  border-right-style: hidden !important;
}
.nested {
  border-left: 1px solid #353b3f;
}
.nested.nested-noborder {
  border-left-width: 0;
}
.nested.nested-noborder td {
  border-bottom-width: 0;
}
.table-nested {
  width: 100%;
  margin: 0 0 -1px;
}
.table-bordered {
  border: 2px solid #353b3f;
  border-radius: 0 0 2px 2px;
}
.table-bordered th,
.table-bordered td {
  border-bottom: 1px solid #353b3f;
}
.table-bordered tbody.expander-source.expander-bordered {
  border-top: 2px solid #353b3f;
}
.table-bordered tbody:not(:last-child).expander-content.expander-bordered {
  border-bottom: 2px solid #353b3f;
}
.table-bordered.no-bottom-border tbody > tr:last-child > td,
.table-bordered.no-bottom-border tfoot > tr:last-child > td {
  border-bottom-width: 0;
}
.table-bordered.border-thin {
  border-width: 1px;
}
.table-bordered.border-info th,
.table-bordered.border-info td {
  border-color: #34628a;
}
.table-bordered.border-info .item-spacing-row {
  border-color: rgba(52, 98, 138, 0.5);
}
.table-noborders {
  border: none;
}
.table-noborders th,
.table-noborders td {
  border: none;
}
.table-basic select {
  min-width: 184px;
}
.table-basic td {
  padding: 5px 10px;
}
.table-basic th {
  padding-bottom: 10px;
}
.table-bordered-v th,
.table-bordered-v td {
  border-right: 1px solid #353b3f;
  border-left: 1px solid #353b3f;
}
.table-bordered-simple {
  border: 1px solid #353b3f;
}
.table-bordered-simple thead th,
.table-bordered-simple thead td {
  border-bottom: 1px solid #353b3f;
}
.table-bordered-simple th,
.table-bordered-simple td {
  border-left: 1px solid #353b3f;
  border-right: 1px solid #353b3f;
}
.table-details {
  margin-bottom: 9px;
}
.table-details tr:first-child td {
  padding-top: 0;
}
.table-details td {
  border-bottom: 1px solid #353b3f;
  line-height: 1.5;
  padding: 5px 0 0 0;
  width: 50%;
}
.table-details td.padding-bottom {
  padding-bottom: 5px;
}
.table-collapsing {
  width: 100%;
}
.panel .table-collapsing {
  margin-top: -2px !important;
}
.table-collapsing .expander-source.bg-info:not(.expander-in) tr td {
  border-color: #080808 !important;
}
.table-collapsing .expander-source.expander-in > tr > td {
  border-bottom-width: 1px;
}
.table-collapsing.table-multiple > .expander-source:not(.expander-in) > tr > td {
  border-bottom-width: 2px;
}
.table-collapsing .expander-content > tr > td {
  border-top-width: 1px;
}
.table-collapsing th,
.table-collapsing td {
  padding: 4px 10px;
}
.table-collapsing.nowrap td {
  white-space: nowrap;
}
.table-collapsing.nowrap td:not(.min-width-cell) {
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 0;
  width: 30%;
}
.parent-row th,
.parent-row td {
  border-bottom-width: 0 !important;
  border-top: 1px solid #353b3f;
}
.parent-row .radio,
.parent-row .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.parent-row .alert:last-of-type {
  margin-bottom: 0;
}
.parent-row td[rowspan] {
  border-bottom-width: 1px;
}
tbody .parent-row:only-child th,
tbody .parent-row:only-child td {
  padding-bottom: 10px !important;
}
.child-row th,
.child-row td {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  padding-top: 0 !important;
}
.child-row + .child-row td,
.child-row + .child-row th {
  border-top-width: 0 !important;
  padding-top: 0 !important;
}
.no-outer-border {
  border: 0;
}
.no-outer-border tfoot td {
  border-bottom: 0;
}
.panel .no-outer-border.nmb,
.panel .no-outer-border.no-bottom-margin {
  border-bottom-style: hidden;
}
.panel .no-outer-border.nmb.table + div .footer-paging,
.panel .no-outer-border.no-bottom-margin.table + div .footer-paging {
  border-top: 2px solid transparent;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: rgba(255, 255, 255, 0.035);
}
.table-striped > .tr-group > .tr:nth-child(even) > .td,
.table-striped > .tr:nth-child(even) > .td,
.table-striped > .tr-group > .tr:nth-child(even) > .th,
.table-striped > .tr:nth-child(even) > .th {
  background-color: rgba(255, 255, 255, 0.035);
}
.table-hover > tbody > tr:hover > th,
.table-hover > .tr-group > tr:hover > th,
.table-hover > tr:hover > th,
.table-hover > tbody > .tr:hover > th,
.table-hover > .tr-group > .tr:hover > th,
.table-hover > .tr:hover > th,
.table-hover > tbody > tr:hover > .th,
.table-hover > .tr-group > tr:hover > .th,
.table-hover > tr:hover > .th,
.table-hover > tbody > .tr:hover > .th,
.table-hover > .tr-group > .tr:hover > .th,
.table-hover > .tr:hover > .th,
.table-hover > tbody > tr:hover > td,
.table-hover > .tr-group > tr:hover > td,
.table-hover > tr:hover > td,
.table-hover > tbody > .tr:hover > td,
.table-hover > .tr-group > .tr:hover > td,
.table-hover > .tr:hover > td,
.table-hover > tbody > tr:hover > .td,
.table-hover > .tr-group > tr:hover > .td,
.table-hover > tr:hover > .td,
.table-hover > tbody > .tr:hover > .td,
.table-hover > .tr-group > .tr:hover > .td,
.table-hover > .tr:hover > .td {
  background-color: rgba(255, 255, 255, 0.035);
  color: inherit;
}
.table-hover > tbody > tr:hover > th a,
.table-hover > .tr-group > tr:hover > th a,
.table-hover > tr:hover > th a,
.table-hover > tbody > .tr:hover > th a,
.table-hover > .tr-group > .tr:hover > th a,
.table-hover > .tr:hover > th a,
.table-hover > tbody > tr:hover > .th a,
.table-hover > .tr-group > tr:hover > .th a,
.table-hover > tr:hover > .th a,
.table-hover > tbody > .tr:hover > .th a,
.table-hover > .tr-group > .tr:hover > .th a,
.table-hover > .tr:hover > .th a,
.table-hover > tbody > tr:hover > td a,
.table-hover > .tr-group > tr:hover > td a,
.table-hover > tr:hover > td a,
.table-hover > tbody > .tr:hover > td a,
.table-hover > .tr-group > .tr:hover > td a,
.table-hover > .tr:hover > td a,
.table-hover > tbody > tr:hover > .td a,
.table-hover > .tr-group > tr:hover > .td a,
.table-hover > tr:hover > .td a,
.table-hover > tbody > .tr:hover > .td a,
.table-hover > .tr-group > .tr:hover > .td a,
.table-hover > .tr:hover > .td a,
.table-hover > tbody > tr:hover > th a:hover,
.table-hover > .tr-group > tr:hover > th a:hover,
.table-hover > tr:hover > th a:hover,
.table-hover > tbody > .tr:hover > th a:hover,
.table-hover > .tr-group > .tr:hover > th a:hover,
.table-hover > .tr:hover > th a:hover,
.table-hover > tbody > tr:hover > .th a:hover,
.table-hover > .tr-group > tr:hover > .th a:hover,
.table-hover > tr:hover > .th a:hover,
.table-hover > tbody > .tr:hover > .th a:hover,
.table-hover > .tr-group > .tr:hover > .th a:hover,
.table-hover > .tr:hover > .th a:hover,
.table-hover > tbody > tr:hover > td a:hover,
.table-hover > .tr-group > tr:hover > td a:hover,
.table-hover > tr:hover > td a:hover,
.table-hover > tbody > .tr:hover > td a:hover,
.table-hover > .tr-group > .tr:hover > td a:hover,
.table-hover > .tr:hover > td a:hover,
.table-hover > tbody > tr:hover > .td a:hover,
.table-hover > .tr-group > tr:hover > .td a:hover,
.table-hover > tr:hover > .td a:hover,
.table-hover > tbody > .tr:hover > .td a:hover,
.table-hover > .tr-group > .tr:hover > .td a:hover,
.table-hover > .tr:hover > .td a:hover,
.table-hover > tbody > tr:hover > th .text-normal,
.table-hover > .tr-group > tr:hover > th .text-normal,
.table-hover > tr:hover > th .text-normal,
.table-hover > tbody > .tr:hover > th .text-normal,
.table-hover > .tr-group > .tr:hover > th .text-normal,
.table-hover > .tr:hover > th .text-normal,
.table-hover > tbody > tr:hover > .th .text-normal,
.table-hover > .tr-group > tr:hover > .th .text-normal,
.table-hover > tr:hover > .th .text-normal,
.table-hover > tbody > .tr:hover > .th .text-normal,
.table-hover > .tr-group > .tr:hover > .th .text-normal,
.table-hover > .tr:hover > .th .text-normal,
.table-hover > tbody > tr:hover > td .text-normal,
.table-hover > .tr-group > tr:hover > td .text-normal,
.table-hover > tr:hover > td .text-normal,
.table-hover > tbody > .tr:hover > td .text-normal,
.table-hover > .tr-group > .tr:hover > td .text-normal,
.table-hover > .tr:hover > td .text-normal,
.table-hover > tbody > tr:hover > .td .text-normal,
.table-hover > .tr-group > tr:hover > .td .text-normal,
.table-hover > tr:hover > .td .text-normal,
.table-hover > tbody > .tr:hover > .td .text-normal,
.table-hover > .tr-group > .tr:hover > .td .text-normal,
.table-hover > .tr:hover > .td .text-normal,
.table-hover > tbody > tr:hover > th .text-default,
.table-hover > .tr-group > tr:hover > th .text-default,
.table-hover > tr:hover > th .text-default,
.table-hover > tbody > .tr:hover > th .text-default,
.table-hover > .tr-group > .tr:hover > th .text-default,
.table-hover > .tr:hover > th .text-default,
.table-hover > tbody > tr:hover > .th .text-default,
.table-hover > .tr-group > tr:hover > .th .text-default,
.table-hover > tr:hover > .th .text-default,
.table-hover > tbody > .tr:hover > .th .text-default,
.table-hover > .tr-group > .tr:hover > .th .text-default,
.table-hover > .tr:hover > .th .text-default,
.table-hover > tbody > tr:hover > td .text-default,
.table-hover > .tr-group > tr:hover > td .text-default,
.table-hover > tr:hover > td .text-default,
.table-hover > tbody > .tr:hover > td .text-default,
.table-hover > .tr-group > .tr:hover > td .text-default,
.table-hover > .tr:hover > td .text-default,
.table-hover > tbody > tr:hover > .td .text-default,
.table-hover > .tr-group > tr:hover > .td .text-default,
.table-hover > tr:hover > .td .text-default,
.table-hover > tbody > .tr:hover > .td .text-default,
.table-hover > .tr-group > .tr:hover > .td .text-default,
.table-hover > .tr:hover > .td .text-default,
.table-hover > tbody > tr:hover > th .text-muted,
.table-hover > .tr-group > tr:hover > th .text-muted,
.table-hover > tr:hover > th .text-muted,
.table-hover > tbody > .tr:hover > th .text-muted,
.table-hover > .tr-group > .tr:hover > th .text-muted,
.table-hover > .tr:hover > th .text-muted,
.table-hover > tbody > tr:hover > .th .text-muted,
.table-hover > .tr-group > tr:hover > .th .text-muted,
.table-hover > tr:hover > .th .text-muted,
.table-hover > tbody > .tr:hover > .th .text-muted,
.table-hover > .tr-group > .tr:hover > .th .text-muted,
.table-hover > .tr:hover > .th .text-muted,
.table-hover > tbody > tr:hover > td .text-muted,
.table-hover > .tr-group > tr:hover > td .text-muted,
.table-hover > tr:hover > td .text-muted,
.table-hover > tbody > .tr:hover > td .text-muted,
.table-hover > .tr-group > .tr:hover > td .text-muted,
.table-hover > .tr:hover > td .text-muted,
.table-hover > tbody > tr:hover > .td .text-muted,
.table-hover > .tr-group > tr:hover > .td .text-muted,
.table-hover > tr:hover > .td .text-muted,
.table-hover > tbody > .tr:hover > .td .text-muted,
.table-hover > .tr-group > .tr:hover > .td .text-muted,
.table-hover > .tr:hover > .td .text-muted {
  color: inherit;
}
.table-hover > tbody > tr:hover.no-hover > th,
.table-hover > .tr-group > tr:hover.no-hover > th,
.table-hover > tr:hover.no-hover > th,
.table-hover > tbody > .tr:hover.no-hover > th,
.table-hover > .tr-group > .tr:hover.no-hover > th,
.table-hover > .tr:hover.no-hover > th,
.table-hover > tbody > tr:hover.no-hover > .th,
.table-hover > .tr-group > tr:hover.no-hover > .th,
.table-hover > tr:hover.no-hover > .th,
.table-hover > tbody > .tr:hover.no-hover > .th,
.table-hover > .tr-group > .tr:hover.no-hover > .th,
.table-hover > .tr:hover.no-hover > .th,
.table-hover > tbody > tr:hover.no-hover > td,
.table-hover > .tr-group > tr:hover.no-hover > td,
.table-hover > tr:hover.no-hover > td,
.table-hover > tbody > .tr:hover.no-hover > td,
.table-hover > .tr-group > .tr:hover.no-hover > td,
.table-hover > .tr:hover.no-hover > td,
.table-hover > tbody > tr:hover.no-hover > .td,
.table-hover > .tr-group > tr:hover.no-hover > .td,
.table-hover > tr:hover.no-hover > .td,
.table-hover > tbody > .tr:hover.no-hover > .td,
.table-hover > .tr-group > .tr:hover.no-hover > .td,
.table-hover > .tr:hover.no-hover > .td {
  background-color: transparent;
  color: inherit;
}
.table-hover-primary > tbody > tr:hover > th,
.table-hover-primary > .tr-group > tr:hover > th,
.table-hover-primary > tr:hover > th,
.table-hover-primary > tbody > .tr:hover > th,
.table-hover-primary > .tr-group > .tr:hover > th,
.table-hover-primary > .tr:hover > th,
.table-hover-primary > tbody > tr:hover > .th,
.table-hover-primary > .tr-group > tr:hover > .th,
.table-hover-primary > tr:hover > .th,
.table-hover-primary > tbody > .tr:hover > .th,
.table-hover-primary > .tr-group > .tr:hover > .th,
.table-hover-primary > .tr:hover > .th,
.table-hover-primary > tbody > tr:hover > td,
.table-hover-primary > .tr-group > tr:hover > td,
.table-hover-primary > tr:hover > td,
.table-hover-primary > tbody > .tr:hover > td,
.table-hover-primary > .tr-group > .tr:hover > td,
.table-hover-primary > .tr:hover > td,
.table-hover-primary > tbody > tr:hover > .td,
.table-hover-primary > .tr-group > tr:hover > .td,
.table-hover-primary > tr:hover > .td,
.table-hover-primary > tbody > .tr:hover > .td,
.table-hover-primary > .tr-group > .tr:hover > .td,
.table-hover-primary > .tr:hover > .td {
  background-color: #2699d0;
  color: #fff;
}
.table-hover-primary > tbody > tr:hover > th a,
.table-hover-primary > .tr-group > tr:hover > th a,
.table-hover-primary > tr:hover > th a,
.table-hover-primary > tbody > .tr:hover > th a,
.table-hover-primary > .tr-group > .tr:hover > th a,
.table-hover-primary > .tr:hover > th a,
.table-hover-primary > tbody > tr:hover > .th a,
.table-hover-primary > .tr-group > tr:hover > .th a,
.table-hover-primary > tr:hover > .th a,
.table-hover-primary > tbody > .tr:hover > .th a,
.table-hover-primary > .tr-group > .tr:hover > .th a,
.table-hover-primary > .tr:hover > .th a,
.table-hover-primary > tbody > tr:hover > td a,
.table-hover-primary > .tr-group > tr:hover > td a,
.table-hover-primary > tr:hover > td a,
.table-hover-primary > tbody > .tr:hover > td a,
.table-hover-primary > .tr-group > .tr:hover > td a,
.table-hover-primary > .tr:hover > td a,
.table-hover-primary > tbody > tr:hover > .td a,
.table-hover-primary > .tr-group > tr:hover > .td a,
.table-hover-primary > tr:hover > .td a,
.table-hover-primary > tbody > .tr:hover > .td a,
.table-hover-primary > .tr-group > .tr:hover > .td a,
.table-hover-primary > .tr:hover > .td a,
.table-hover-primary > tbody > tr:hover > th a:hover,
.table-hover-primary > .tr-group > tr:hover > th a:hover,
.table-hover-primary > tr:hover > th a:hover,
.table-hover-primary > tbody > .tr:hover > th a:hover,
.table-hover-primary > .tr-group > .tr:hover > th a:hover,
.table-hover-primary > .tr:hover > th a:hover,
.table-hover-primary > tbody > tr:hover > .th a:hover,
.table-hover-primary > .tr-group > tr:hover > .th a:hover,
.table-hover-primary > tr:hover > .th a:hover,
.table-hover-primary > tbody > .tr:hover > .th a:hover,
.table-hover-primary > .tr-group > .tr:hover > .th a:hover,
.table-hover-primary > .tr:hover > .th a:hover,
.table-hover-primary > tbody > tr:hover > td a:hover,
.table-hover-primary > .tr-group > tr:hover > td a:hover,
.table-hover-primary > tr:hover > td a:hover,
.table-hover-primary > tbody > .tr:hover > td a:hover,
.table-hover-primary > .tr-group > .tr:hover > td a:hover,
.table-hover-primary > .tr:hover > td a:hover,
.table-hover-primary > tbody > tr:hover > .td a:hover,
.table-hover-primary > .tr-group > tr:hover > .td a:hover,
.table-hover-primary > tr:hover > .td a:hover,
.table-hover-primary > tbody > .tr:hover > .td a:hover,
.table-hover-primary > .tr-group > .tr:hover > .td a:hover,
.table-hover-primary > .tr:hover > .td a:hover,
.table-hover-primary > tbody > tr:hover > th .text-normal,
.table-hover-primary > .tr-group > tr:hover > th .text-normal,
.table-hover-primary > tr:hover > th .text-normal,
.table-hover-primary > tbody > .tr:hover > th .text-normal,
.table-hover-primary > .tr-group > .tr:hover > th .text-normal,
.table-hover-primary > .tr:hover > th .text-normal,
.table-hover-primary > tbody > tr:hover > .th .text-normal,
.table-hover-primary > .tr-group > tr:hover > .th .text-normal,
.table-hover-primary > tr:hover > .th .text-normal,
.table-hover-primary > tbody > .tr:hover > .th .text-normal,
.table-hover-primary > .tr-group > .tr:hover > .th .text-normal,
.table-hover-primary > .tr:hover > .th .text-normal,
.table-hover-primary > tbody > tr:hover > td .text-normal,
.table-hover-primary > .tr-group > tr:hover > td .text-normal,
.table-hover-primary > tr:hover > td .text-normal,
.table-hover-primary > tbody > .tr:hover > td .text-normal,
.table-hover-primary > .tr-group > .tr:hover > td .text-normal,
.table-hover-primary > .tr:hover > td .text-normal,
.table-hover-primary > tbody > tr:hover > .td .text-normal,
.table-hover-primary > .tr-group > tr:hover > .td .text-normal,
.table-hover-primary > tr:hover > .td .text-normal,
.table-hover-primary > tbody > .tr:hover > .td .text-normal,
.table-hover-primary > .tr-group > .tr:hover > .td .text-normal,
.table-hover-primary > .tr:hover > .td .text-normal,
.table-hover-primary > tbody > tr:hover > th .text-default,
.table-hover-primary > .tr-group > tr:hover > th .text-default,
.table-hover-primary > tr:hover > th .text-default,
.table-hover-primary > tbody > .tr:hover > th .text-default,
.table-hover-primary > .tr-group > .tr:hover > th .text-default,
.table-hover-primary > .tr:hover > th .text-default,
.table-hover-primary > tbody > tr:hover > .th .text-default,
.table-hover-primary > .tr-group > tr:hover > .th .text-default,
.table-hover-primary > tr:hover > .th .text-default,
.table-hover-primary > tbody > .tr:hover > .th .text-default,
.table-hover-primary > .tr-group > .tr:hover > .th .text-default,
.table-hover-primary > .tr:hover > .th .text-default,
.table-hover-primary > tbody > tr:hover > td .text-default,
.table-hover-primary > .tr-group > tr:hover > td .text-default,
.table-hover-primary > tr:hover > td .text-default,
.table-hover-primary > tbody > .tr:hover > td .text-default,
.table-hover-primary > .tr-group > .tr:hover > td .text-default,
.table-hover-primary > .tr:hover > td .text-default,
.table-hover-primary > tbody > tr:hover > .td .text-default,
.table-hover-primary > .tr-group > tr:hover > .td .text-default,
.table-hover-primary > tr:hover > .td .text-default,
.table-hover-primary > tbody > .tr:hover > .td .text-default,
.table-hover-primary > .tr-group > .tr:hover > .td .text-default,
.table-hover-primary > .tr:hover > .td .text-default,
.table-hover-primary > tbody > tr:hover > th .text-muted,
.table-hover-primary > .tr-group > tr:hover > th .text-muted,
.table-hover-primary > tr:hover > th .text-muted,
.table-hover-primary > tbody > .tr:hover > th .text-muted,
.table-hover-primary > .tr-group > .tr:hover > th .text-muted,
.table-hover-primary > .tr:hover > th .text-muted,
.table-hover-primary > tbody > tr:hover > .th .text-muted,
.table-hover-primary > .tr-group > tr:hover > .th .text-muted,
.table-hover-primary > tr:hover > .th .text-muted,
.table-hover-primary > tbody > .tr:hover > .th .text-muted,
.table-hover-primary > .tr-group > .tr:hover > .th .text-muted,
.table-hover-primary > .tr:hover > .th .text-muted,
.table-hover-primary > tbody > tr:hover > td .text-muted,
.table-hover-primary > .tr-group > tr:hover > td .text-muted,
.table-hover-primary > tr:hover > td .text-muted,
.table-hover-primary > tbody > .tr:hover > td .text-muted,
.table-hover-primary > .tr-group > .tr:hover > td .text-muted,
.table-hover-primary > .tr:hover > td .text-muted,
.table-hover-primary > tbody > tr:hover > .td .text-muted,
.table-hover-primary > .tr-group > tr:hover > .td .text-muted,
.table-hover-primary > tr:hover > .td .text-muted,
.table-hover-primary > tbody > .tr:hover > .td .text-muted,
.table-hover-primary > .tr-group > .tr:hover > .td .text-muted,
.table-hover-primary > .tr:hover > .td .text-muted {
  color: #fff;
}
.table-hover-primary > tbody > tr:hover.no-hover > th,
.table-hover-primary > .tr-group > tr:hover.no-hover > th,
.table-hover-primary > tr:hover.no-hover > th,
.table-hover-primary > tbody > .tr:hover.no-hover > th,
.table-hover-primary > .tr-group > .tr:hover.no-hover > th,
.table-hover-primary > .tr:hover.no-hover > th,
.table-hover-primary > tbody > tr:hover.no-hover > .th,
.table-hover-primary > .tr-group > tr:hover.no-hover > .th,
.table-hover-primary > tr:hover.no-hover > .th,
.table-hover-primary > tbody > .tr:hover.no-hover > .th,
.table-hover-primary > .tr-group > .tr:hover.no-hover > .th,
.table-hover-primary > .tr:hover.no-hover > .th,
.table-hover-primary > tbody > tr:hover.no-hover > td,
.table-hover-primary > .tr-group > tr:hover.no-hover > td,
.table-hover-primary > tr:hover.no-hover > td,
.table-hover-primary > tbody > .tr:hover.no-hover > td,
.table-hover-primary > .tr-group > .tr:hover.no-hover > td,
.table-hover-primary > .tr:hover.no-hover > td,
.table-hover-primary > tbody > tr:hover.no-hover > .td,
.table-hover-primary > .tr-group > tr:hover.no-hover > .td,
.table-hover-primary > tr:hover.no-hover > .td,
.table-hover-primary > tbody > .tr:hover.no-hover > .td,
.table-hover-primary > .tr-group > .tr:hover.no-hover > .td,
.table-hover-primary > .tr:hover.no-hover > .td {
  background-color: transparent;
  color: inherit;
}
.table-hover-highlight > tbody > tr:hover > th,
.table-hover-highlight > .tr-group > tr:hover > th,
.table-hover-highlight > tr:hover > th,
.table-hover-highlight > tbody > .tr:hover > th,
.table-hover-highlight > .tr-group > .tr:hover > th,
.table-hover-highlight > .tr:hover > th,
.table-hover-highlight > tbody > tr:hover > .th,
.table-hover-highlight > .tr-group > tr:hover > .th,
.table-hover-highlight > tr:hover > .th,
.table-hover-highlight > tbody > .tr:hover > .th,
.table-hover-highlight > .tr-group > .tr:hover > .th,
.table-hover-highlight > .tr:hover > .th,
.table-hover-highlight > tbody > tr:hover > td,
.table-hover-highlight > .tr-group > tr:hover > td,
.table-hover-highlight > tr:hover > td,
.table-hover-highlight > tbody > .tr:hover > td,
.table-hover-highlight > .tr-group > .tr:hover > td,
.table-hover-highlight > .tr:hover > td,
.table-hover-highlight > tbody > tr:hover > .td,
.table-hover-highlight > .tr-group > tr:hover > .td,
.table-hover-highlight > tr:hover > .td,
.table-hover-highlight > tbody > .tr:hover > .td,
.table-hover-highlight > .tr-group > .tr:hover > .td,
.table-hover-highlight > .tr:hover > .td {
  background-color: rgba(38, 153, 208, 0.07);
  color: inherit;
}
.table-hover-highlight > tbody > tr:hover > th a,
.table-hover-highlight > .tr-group > tr:hover > th a,
.table-hover-highlight > tr:hover > th a,
.table-hover-highlight > tbody > .tr:hover > th a,
.table-hover-highlight > .tr-group > .tr:hover > th a,
.table-hover-highlight > .tr:hover > th a,
.table-hover-highlight > tbody > tr:hover > .th a,
.table-hover-highlight > .tr-group > tr:hover > .th a,
.table-hover-highlight > tr:hover > .th a,
.table-hover-highlight > tbody > .tr:hover > .th a,
.table-hover-highlight > .tr-group > .tr:hover > .th a,
.table-hover-highlight > .tr:hover > .th a,
.table-hover-highlight > tbody > tr:hover > td a,
.table-hover-highlight > .tr-group > tr:hover > td a,
.table-hover-highlight > tr:hover > td a,
.table-hover-highlight > tbody > .tr:hover > td a,
.table-hover-highlight > .tr-group > .tr:hover > td a,
.table-hover-highlight > .tr:hover > td a,
.table-hover-highlight > tbody > tr:hover > .td a,
.table-hover-highlight > .tr-group > tr:hover > .td a,
.table-hover-highlight > tr:hover > .td a,
.table-hover-highlight > tbody > .tr:hover > .td a,
.table-hover-highlight > .tr-group > .tr:hover > .td a,
.table-hover-highlight > .tr:hover > .td a,
.table-hover-highlight > tbody > tr:hover > th a:hover,
.table-hover-highlight > .tr-group > tr:hover > th a:hover,
.table-hover-highlight > tr:hover > th a:hover,
.table-hover-highlight > tbody > .tr:hover > th a:hover,
.table-hover-highlight > .tr-group > .tr:hover > th a:hover,
.table-hover-highlight > .tr:hover > th a:hover,
.table-hover-highlight > tbody > tr:hover > .th a:hover,
.table-hover-highlight > .tr-group > tr:hover > .th a:hover,
.table-hover-highlight > tr:hover > .th a:hover,
.table-hover-highlight > tbody > .tr:hover > .th a:hover,
.table-hover-highlight > .tr-group > .tr:hover > .th a:hover,
.table-hover-highlight > .tr:hover > .th a:hover,
.table-hover-highlight > tbody > tr:hover > td a:hover,
.table-hover-highlight > .tr-group > tr:hover > td a:hover,
.table-hover-highlight > tr:hover > td a:hover,
.table-hover-highlight > tbody > .tr:hover > td a:hover,
.table-hover-highlight > .tr-group > .tr:hover > td a:hover,
.table-hover-highlight > .tr:hover > td a:hover,
.table-hover-highlight > tbody > tr:hover > .td a:hover,
.table-hover-highlight > .tr-group > tr:hover > .td a:hover,
.table-hover-highlight > tr:hover > .td a:hover,
.table-hover-highlight > tbody > .tr:hover > .td a:hover,
.table-hover-highlight > .tr-group > .tr:hover > .td a:hover,
.table-hover-highlight > .tr:hover > .td a:hover,
.table-hover-highlight > tbody > tr:hover > th .text-normal,
.table-hover-highlight > .tr-group > tr:hover > th .text-normal,
.table-hover-highlight > tr:hover > th .text-normal,
.table-hover-highlight > tbody > .tr:hover > th .text-normal,
.table-hover-highlight > .tr-group > .tr:hover > th .text-normal,
.table-hover-highlight > .tr:hover > th .text-normal,
.table-hover-highlight > tbody > tr:hover > .th .text-normal,
.table-hover-highlight > .tr-group > tr:hover > .th .text-normal,
.table-hover-highlight > tr:hover > .th .text-normal,
.table-hover-highlight > tbody > .tr:hover > .th .text-normal,
.table-hover-highlight > .tr-group > .tr:hover > .th .text-normal,
.table-hover-highlight > .tr:hover > .th .text-normal,
.table-hover-highlight > tbody > tr:hover > td .text-normal,
.table-hover-highlight > .tr-group > tr:hover > td .text-normal,
.table-hover-highlight > tr:hover > td .text-normal,
.table-hover-highlight > tbody > .tr:hover > td .text-normal,
.table-hover-highlight > .tr-group > .tr:hover > td .text-normal,
.table-hover-highlight > .tr:hover > td .text-normal,
.table-hover-highlight > tbody > tr:hover > .td .text-normal,
.table-hover-highlight > .tr-group > tr:hover > .td .text-normal,
.table-hover-highlight > tr:hover > .td .text-normal,
.table-hover-highlight > tbody > .tr:hover > .td .text-normal,
.table-hover-highlight > .tr-group > .tr:hover > .td .text-normal,
.table-hover-highlight > .tr:hover > .td .text-normal,
.table-hover-highlight > tbody > tr:hover > th .text-default,
.table-hover-highlight > .tr-group > tr:hover > th .text-default,
.table-hover-highlight > tr:hover > th .text-default,
.table-hover-highlight > tbody > .tr:hover > th .text-default,
.table-hover-highlight > .tr-group > .tr:hover > th .text-default,
.table-hover-highlight > .tr:hover > th .text-default,
.table-hover-highlight > tbody > tr:hover > .th .text-default,
.table-hover-highlight > .tr-group > tr:hover > .th .text-default,
.table-hover-highlight > tr:hover > .th .text-default,
.table-hover-highlight > tbody > .tr:hover > .th .text-default,
.table-hover-highlight > .tr-group > .tr:hover > .th .text-default,
.table-hover-highlight > .tr:hover > .th .text-default,
.table-hover-highlight > tbody > tr:hover > td .text-default,
.table-hover-highlight > .tr-group > tr:hover > td .text-default,
.table-hover-highlight > tr:hover > td .text-default,
.table-hover-highlight > tbody > .tr:hover > td .text-default,
.table-hover-highlight > .tr-group > .tr:hover > td .text-default,
.table-hover-highlight > .tr:hover > td .text-default,
.table-hover-highlight > tbody > tr:hover > .td .text-default,
.table-hover-highlight > .tr-group > tr:hover > .td .text-default,
.table-hover-highlight > tr:hover > .td .text-default,
.table-hover-highlight > tbody > .tr:hover > .td .text-default,
.table-hover-highlight > .tr-group > .tr:hover > .td .text-default,
.table-hover-highlight > .tr:hover > .td .text-default,
.table-hover-highlight > tbody > tr:hover > th .text-muted,
.table-hover-highlight > .tr-group > tr:hover > th .text-muted,
.table-hover-highlight > tr:hover > th .text-muted,
.table-hover-highlight > tbody > .tr:hover > th .text-muted,
.table-hover-highlight > .tr-group > .tr:hover > th .text-muted,
.table-hover-highlight > .tr:hover > th .text-muted,
.table-hover-highlight > tbody > tr:hover > .th .text-muted,
.table-hover-highlight > .tr-group > tr:hover > .th .text-muted,
.table-hover-highlight > tr:hover > .th .text-muted,
.table-hover-highlight > tbody > .tr:hover > .th .text-muted,
.table-hover-highlight > .tr-group > .tr:hover > .th .text-muted,
.table-hover-highlight > .tr:hover > .th .text-muted,
.table-hover-highlight > tbody > tr:hover > td .text-muted,
.table-hover-highlight > .tr-group > tr:hover > td .text-muted,
.table-hover-highlight > tr:hover > td .text-muted,
.table-hover-highlight > tbody > .tr:hover > td .text-muted,
.table-hover-highlight > .tr-group > .tr:hover > td .text-muted,
.table-hover-highlight > .tr:hover > td .text-muted,
.table-hover-highlight > tbody > tr:hover > .td .text-muted,
.table-hover-highlight > .tr-group > tr:hover > .td .text-muted,
.table-hover-highlight > tr:hover > .td .text-muted,
.table-hover-highlight > tbody > .tr:hover > .td .text-muted,
.table-hover-highlight > .tr-group > .tr:hover > .td .text-muted,
.table-hover-highlight > .tr:hover > .td .text-muted {
  color: inherit;
}
.table-hover-highlight > tbody > tr:hover.no-hover > th,
.table-hover-highlight > .tr-group > tr:hover.no-hover > th,
.table-hover-highlight > tr:hover.no-hover > th,
.table-hover-highlight > tbody > .tr:hover.no-hover > th,
.table-hover-highlight > .tr-group > .tr:hover.no-hover > th,
.table-hover-highlight > .tr:hover.no-hover > th,
.table-hover-highlight > tbody > tr:hover.no-hover > .th,
.table-hover-highlight > .tr-group > tr:hover.no-hover > .th,
.table-hover-highlight > tr:hover.no-hover > .th,
.table-hover-highlight > tbody > .tr:hover.no-hover > .th,
.table-hover-highlight > .tr-group > .tr:hover.no-hover > .th,
.table-hover-highlight > .tr:hover.no-hover > .th,
.table-hover-highlight > tbody > tr:hover.no-hover > td,
.table-hover-highlight > .tr-group > tr:hover.no-hover > td,
.table-hover-highlight > tr:hover.no-hover > td,
.table-hover-highlight > tbody > .tr:hover.no-hover > td,
.table-hover-highlight > .tr-group > .tr:hover.no-hover > td,
.table-hover-highlight > .tr:hover.no-hover > td,
.table-hover-highlight > tbody > tr:hover.no-hover > .td,
.table-hover-highlight > .tr-group > tr:hover.no-hover > .td,
.table-hover-highlight > tr:hover.no-hover > .td,
.table-hover-highlight > tbody > .tr:hover.no-hover > .td,
.table-hover-highlight > .tr-group > .tr:hover.no-hover > .td,
.table-hover-highlight > .tr:hover.no-hover > .td {
  background-color: transparent;
  color: inherit;
}
.table-hover-columns .hovered {
  background-color: rgba(255, 255, 255, 0.035);
}
.table-hover-columns .no-hover .hovered {
  background-color: transparent;
}
.cell-hovered,
.cell-pinned {
  background-color: rgba(255, 255, 255, 0.035);
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: rgba(255, 255, 255, 0.035);
}
.error > td {
  padding-top: 7px;
  padding-bottom: 5px;
  color: #fff;
  background: #cf7675;
  border-color: #cf7675;
}
.inactive > td {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
  background: rgba(255, 255, 255, 0.035);
}
.inactive > td[href]:hover,
.inactive > td[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.row-divider-strong > td,
.row-divider > td {
  border-top: 4px solid #353b3f;
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
}
.row-divider-strong > td[href]:hover,
.row-divider > td[href]:hover,
.row-divider-strong > td[href]:focus,
.row-divider > td[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.row-divider-strong[href]:hover,
.row-divider[href]:hover,
.row-divider-strong[href]:focus,
.row-divider[href]:focus {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
}
.row-divider-strong[href]:hover[href]:hover,
.row-divider[href]:hover[href]:hover,
.row-divider-strong[href]:focus[href]:hover,
.row-divider[href]:focus[href]:hover,
.row-divider-strong[href]:hover[href]:focus,
.row-divider[href]:hover[href]:focus,
.row-divider-strong[href]:focus[href]:focus,
.row-divider[href]:focus[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.table > thead > tr > td.default,
.table > tbody > tr > td.default,
.table > tfoot > tr > td.default,
.table > thead > tr > th.default,
.table > tbody > tr > th.default,
.table > tfoot > tr > th.default,
.table > thead > tr.default > td,
.table > tbody > tr.default > td,
.table > tfoot > tr.default > td,
.table > thead > tr.default > th,
.table > tbody > tr.default > th,
.table > tfoot > tr.default > th {
  background-color: #2c2c2c;
  border-color: #353b3f;
  background-clip: padding-box;
}
.table-hover > tbody > tr > td.default:hover,
.table-hover > tbody > tr > th.default:hover,
.table-hover > tbody > tr.default:hover > td,
.table-hover > tbody > tr.default:hover > th {
  background-color: #242424;
  border-color: #2e3337;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #6a8b57;
  border-color: #465c39;
  background-clip: padding-box;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #638151;
  border-color: #3f5233;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #774545;
  border-color: #b88484;
  background-clip: padding-box;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #6d3f3f;
  border-color: #b27a7a;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #4c4826;
  border-color: #3b331d;
  background-clip: padding-box;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #423e21;
  border-color: #312a18;
}
.table > thead > tr > td.disabled,
.table > tbody > tr > td.disabled,
.table > tfoot > tr > td.disabled,
.table > thead > tr > th.disabled,
.table > tbody > tr > th.disabled,
.table > tfoot > tr > th.disabled,
.table > thead > tr.disabled > td,
.table > tbody > tr.disabled > td,
.table > tfoot > tr.disabled > td,
.table > thead > tr.disabled > th,
.table > tbody > tr.disabled > th,
.table > tfoot > tr.disabled > th {
  background-color: #f4f4f4;
  border-color: #2e3337;
  background-clip: padding-box;
}
.table-hover > tbody > tr > td.disabled:hover,
.table-hover > tbody > tr > th.disabled:hover,
.table-hover > tbody > tr.disabled:hover > td,
.table-hover > tbody > tr.disabled:hover > th {
  background-color: #ececec;
  border-color: #272b2e;
}
.table > thead > tr > td.highlight,
.table > tbody > tr > td.highlight,
.table > tfoot > tr > td.highlight,
.table > thead > tr > th.highlight,
.table > tbody > tr > th.highlight,
.table > tfoot > tr > th.highlight,
.table > thead > tr.highlight > td,
.table > tbody > tr.highlight > td,
.table > tfoot > tr.highlight > td,
.table > thead > tr.highlight > th,
.table > tbody > tr.highlight > th,
.table > tfoot > tr.highlight > th {
  background-color: #32322c;
  border-color: #2a2a25;
  background-clip: padding-box;
}
.table-hover > tbody > tr > td.highlight:hover,
.table-hover > tbody > tr > th.highlight:hover,
.table-hover > tbody > tr.highlight:hover > td,
.table-hover > tbody > tr.highlight:hover > th {
  background-color: #2a2a25;
  border-color: #22221e;
}
.table tr.success-alt > td:first-child {
  position: relative;
}
.table tr.success-alt > td:first-child:before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #5e7b4d;
}
.table tr.danger-alt > td:first-child {
  position: relative;
}
.table tr.danger-alt > td:first-child:before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #774545;
}
.table tr.warning-alt > td:first-child {
  position: relative;
}
.table tr.warning-alt > td:first-child:before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #4c4826;
}
.total-row td:not(.row-number):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #353b3f;
  margin-bottom: 10px;
}
.total-row td.skip-divider:before {
  height: 0px;
  margin-bottom: 10px;
}
.table-total-row > td {
  background-color: inherit;
  border-top: 2px solid #2699d0 !important;
  color: #2699d0;
  background-clip: padding-box;
}
.table-total-row-bg > td {
  background-color: #34628a;
  border-top: 2px solid #2699d0 !important;
  color: #2699d0;
  background-clip: padding-box;
}
.table > thead > tr > td.disabled,
.table > tbody > tr > td.disabled,
.table > tfoot > tr > td.disabled,
.table > thead > tr > th.disabled,
.table > tbody > tr > th.disabled,
.table > tfoot > tr > th.disabled,
.table > thead > tr.disabled > td,
.table > tbody > tr.disabled > td,
.table > tfoot > tr.disabled > td,
.table > thead > tr.disabled > th,
.table > tbody > tr.disabled > th,
.table > tfoot > tr.disabled > th {
  color: #aaa;
}
.table-hover > tbody > tr.disabled:hover td,
.table-hover > tbody > tr.disabled:hover th {
  background-color: #f4f4f4;
  border-color: #353b3f;
}
.alert-danger-white-on-red {
  background-color: #d07676;
  color: #fff;
}
.alert-danger-white-on-red-alt {
  background-color: #ff0000 !important;
  color: #fff;
}
.table-hover > tbody > tr.no-hover:hover td {
  background-color: transparent !important;
}
.table-hscroll {
  width: 100%;
  margin-bottom: 13.5px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  border-left: 2px solid #353b3f;
  border-right: 2px solid #353b3f;
}
.table-hscroll > .table {
  border-left: none;
  border-right: none;
  margin-bottom: 0;
}
.table-hscroll .table-primary caption:after {
  left: 0;
  right: 0;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media (max-width: 1000px) {
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table-primary caption {
  background: #353b3f;
  padding: 9px 10px;
  border-radius: 2px 2px 0 0;
  position: relative;
}
.table-primary caption:after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 2px;
  right: 2px;
}
.table-primary caption input.form-control {
  padding: 1px 4px 1px 4px;
  font-size: 11px !important;
  height: auto;
  border-color: transparent;
  border-width: 1px;
  border-radius: 2px;
  display: block;
  margin-bottom: -4px;
}
.table-primary caption input.form-control:focus {
  border-color: #2699d0;
}
.table-primary caption .btn-toolbar {
  margin-top: 0;
}
.table-primary tfoot td {
  background-color: #353b3f;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-primary tfoot tr + tr > td {
  padding-top: 0;
}
.table-primary .closed > td {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #efefef;
}
.table-sidebar {
  background: #fff;
}
.table-sidebar caption {
  margin-bottom: 8px;
  font-weight: bold;
}
.table-sidebar th,
.table-sidebar td {
  padding: 6px 10px;
}
.table-condensed th,
.table-condensed td,
.table-condensed .th,
.table-condensed .td {
  padding: 4px 10px;
}
.table-condensed-sm th,
.table-condensed-sm td,
.table-condensed-sm .th,
.table-condensed-sm .td {
  padding: 3px 5px;
}
.table-comfy th {
  padding-left: 20px;
  padding-right: 20px;
}
.table-comfy td {
  padding: 16px 20px;
}
.table-comfy.mod-md th {
  padding-left: 12px;
  padding-right: 12px;
}
.table-comfy.mod-md td {
  padding: 12px 15px;
}
.table-popover {
  width: 100%;
  margin-bottom: 0;
}
.table-popover caption {
  font-size: 14px;
  margin: 0;
  text-align: left;
  font-weight: bold;
}
.table-popover th,
.table-popover td {
  padding: 3px 10px 3px 0;
  border-bottom: 1px solid #353b3f;
}
.table-popover th {
  border-bottom-width: 2px;
  text-transform: none;
  color: #dfdfdf;
  font-size: 12px;
}
.table-popover tr:last-child td,
.table-popover tfoot tr:last-child td {
  border-bottom-width: 0;
}
.table-popover tfoot tr:first-child td {
  border-top: 2px solid #353b3f;
}
.table-popover.table-popover-multibody tbody tr:last-child td {
  border-bottom: 1px solid #353b3f;
}
.table-popover.table-popover-multibody .expander-source.expander-in tr:last-child td {
  border-bottom: none;
}
.table-tab {
  margin-top: 10px;
  margin-bottom: 10px;
}
.table-tab th {
  color: #9B917A;
}
.table-red {
  border-color: #774545;
}
.table-red td,
.table-red th {
  border-color: #774545;
}
.table-red caption {
  background: #774545;
}
.table-red .number {
  background: #774545;
  color: #dfdfdf;
}
.table-yellow {
  border-color: #4c4826;
}
.table-yellow td,
.table-yellow th {
  border-color: #4c4826;
}
.table-yellow caption {
  background: #4c4826;
}
.table-yellow .number {
  background: #4c4826;
  color: #dfdfdf;
}
.table-green {
  border-color: #5e7b4d;
}
.table-green td,
.table-green th {
  border-color: #5e7b4d;
}
.table-green caption {
  background: #5e7b4d;
}
.table-green .number {
  background: #5e7b4d;
  color: #dfdfdf;
}
.table-orange {
  border-color: #524121;
}
.table-orange td,
.table-orange th {
  border-color: #524121;
}
.table-orange caption {
  background: #524121;
}
.table-orange .number {
  background: #524121;
  color: #dfdfdf;
}
.table-white {
  background: #fff;
}
.table-white caption {
  background: #fff;
}
.table-summary {
  margin-bottom: -1px;
}
.table-summary.table-grid {
  min-width: 1px;
}
.table-summary th,
.table-summary td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}
.table-summary thead > tr > th:first-child,
.table-summary thead > tr > td:first-child,
.table-summary tbody > tr > td:first-child,
.table-summary tfoot > tr > td:first-child {
  padding-left: 0;
}
.table-summary thead > tr > th:last-child,
.table-summary thead > tr > td:last-child,
.table-summary tbody > tr > td:last-child,
.table-summary tfoot > tr > td:last-child {
  padding-right: 0;
}
.table-summary th,
.table-summary tbody td {
  border-bottom: 1px solid #353b3f;
}
.table-summary .marker-cell + td {
  padding-left: 5px;
}
.table-summary .marker-cell {
  width: 5px !important;
}
.table-summary .caption {
  padding-top: 5px;
  margin-bottom: 10px;
}
.table-slim caption {
  margin-bottom: 10px;
  line-height: 1;
}
.table-slim th,
.table-slim td {
  vertical-align: top;
}
.table-slim td {
  border-bottom: 1px solid #353b3f;
}
.table-slim thead > tr > th:first-child,
.table-slim thead > tr > td:first-child,
.table-slim tbody > tr > td:first-child,
.table-slim tfoot > tr > td:first-child {
  padding-left: 0;
}
.no-padding .table-slim thead > tr > th:first-child,
.no-padding .table-slim thead > tr > td:first-child,
.no-padding .table-slim tbody > tr > td:first-child,
.no-padding .table-slim tfoot > tr > td:first-child {
  padding-left: 10px;
}
.table-slim thead > tr > th:last-child,
.table-slim thead > tr > td:last-child,
.table-slim tbody > tr > td:last-child,
.table-slim tfoot > tr > td:last-child {
  padding-right: 0;
}
.no-padding .table-slim thead > tr > th:last-child,
.no-padding .table-slim thead > tr > td:last-child,
.no-padding .table-slim tbody > tr > td:last-child,
.no-padding .table-slim tfoot > tr > td:last-child {
  padding-right: 10px;
}
.summary-view .table-slim {
  margin-bottom: -1px;
}
.table-minimal th {
  border-bottom: 0;
}
.table-minimal td {
  padding-top: 0;
  border: none;
}
.table-minimal td.padding-v-sm {
  padding-top: 5px;
}
.table-minimal thead > tr > th:first-child,
.table-minimal thead > tr > td:first-child,
.table-minimal tbody > tr > td:first-child,
.table-minimal tfoot > tr > td:first-child {
  padding-left: 0;
}
.table-minimal thead > tr > th:last-child,
.table-minimal thead > tr > td:last-child,
.table-minimal tbody > tr > td:last-child,
.table-minimal tfoot > tr > td:last-child {
  padding-right: 0;
}
.table-minimal tbody > tr:last-child > td,
.table-minimal tfoot > tr:last-child > td {
  padding-bottom: 0;
}
.table-minimal caption {
  margin-bottom: 10px;
}
.row-number {
  padding: 0 !important;
  vertical-align: middle !important;
  position: relative;
  width: 20px;
}
.row-number .handle {
  display: inline-block;
}
th.row-number:before {
  content: "";
  display: block;
  width: 19px;
}
.number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1px;
  padding: 2px 6px;
  color: #858585;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.25;
  background: #353b3f;
  border-bottom-right-radius: 2px;
  white-space: nowrap;
}
.shrinkcell {
  width: 1%;
  white-space: nowrap;
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.manufacturer-pn {
  vertical-align: top !important;
  white-space: nowrap;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.qty {
  min-width: 140px;
}
.note {
  width: 30%;
  white-space: normal !important;
  word-spacing: break-word;
  white-space: nowrap;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.operator {
  width: 20px;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.indicator {
  width: 10px;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.indicator + td {
  padding-left: 0 !important;
}
.min-width-cell {
  width: 1% !important;
}
.min-width-cell img {
  max-width: 10000px;
}
.joined-row-start > td {
  border-bottom-width: 0;
}
.joined-row-start > td[rowspan] {
  border-bottom-width: 1px;
}
.joined-row > td {
  padding-top: 0;
  border-bottom-width: 0;
}
.joined-row-end > td {
  padding-top: 0;
  border-bottom-width: 1px;
}
.has-help-row > td {
  border-bottom-width: 0;
}
.help-row > td {
  padding-top: 0;
  font-size: 90%;
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
  white-space: nowrap !important;
}
.help-row > td[href]:hover,
.help-row > td[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.row-icon {
  width: 55px;
  padding-right: 5px;
  text-align: center;
}
.caption .caption-checkbox,
caption .caption-checkbox {
  width: 35px;
  float: left;
  margin: 4px -5px 0 0;
}
.caption .caption-checkbox .control-label,
caption .caption-checkbox .control-label {
  display: block;
}
.checkbox-item {
  width: 40px;
  padding-left: 5px;
  padding-right: 0;
  border-right: 1px solid #353b3f;
  text-align: center;
}
.checkbox-item .checkbox {
  display: inline-block;
  font-size: 12px;
  padding-top: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox-item .checkbox .control-label {
  display: block;
}
.detail .legend,
.detail address {
  display: inline-block;
}
.detail .legend {
  margin-right: 10px;
}
.table-grid {
  table-layout: fixed;
  min-width: 1000px;
}
.table-grid .table-grid {
  min-width: 0;
}
.no-min-width {
  min-width: 0 !important;
}
.table-action:before,
.table-action:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.table-action:after {
  clear: both;
}
.table-action:before,
.table-action:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.table-action:after {
  clear: both;
}
.table-match-columns-vertical {
  table-layout: fixed;
}
.table-match-columns-vertical th,
.table-match-columns-vertical td {
  width: 200px;
}
.table-50-50 td {
  width: 50%;
}
@media (max-width: 960px) {
  .table-responsive .fade {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.table-results {
  margin-bottom: 0;
}
.table-results caption {
  background: #353b3f;
  padding: 5px 20px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: bold;
  color: #858585;
  border-radius: 2px 2px 0 0;
}
.table-results td {
  vertical-align: top;
}
.table-results + .table-results caption {
  border-radius: 0;
}
.merge-table {
  margin-bottom: 18px;
}
.merge-table .merge-table-title {
  font-size: inherit;
  margin: 0;
}
.merge-table .table {
  margin: 0;
}
.merge-table .table > caption {
  margin: 0;
  padding: 4px 10px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
}
.table-modal-full {
  margin-bottom: 0;
}
.table-modal-full th:first-child,
.table-modal-full td:first-child {
  padding-left: 20px;
}
.table-modal-full th:last-child,
.table-modal-full td:last-child {
  padding-right: 20px;
}
.table-modal-full td {
  border-bottom: 1px solid #353b3f;
}
.table-modal-full tr:last-child td {
  border-bottom: 0;
}
.caption {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  border-bottom: 1px solid #353b3f;
  font-weight: bold;
}
.caption:before,
.caption:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.caption:after {
  clear: both;
}
.caption:before,
.caption:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.caption:after {
  clear: both;
}
.break td,
.break th {
  border-top: 4px solid #353b3f;
}
.cast-shadow-n {
  -webkit-box-shadow: 0 -5px 20px #ebeef0;
  box-shadow: 0 -5px 20px #ebeef0;
}
.tablesorter .tablesorter-header:focus {
  outline: none;
}
.tablesorter .tablesorter-header-inner {
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right;
}
.tablesorter .tablesorter-header-inner:not(:empty) {
  padding-right: 15px;
}
.tablesorter .tablesorter-header-inner:focus,
.tablesorter .tablesorter-header-inner:hover {
  color: #516a78;
}
.tablesorter .sorter-false.tablesorter-header .tablesorter-header-inner {
  cursor: default;
  background-image: none;
  padding-right: 0;
}
.tablesorter .sorter-false.tablesorter-header .tablesorter-header-inner:focus,
.tablesorter .sorter-false.tablesorter-header .tablesorter-header-inner:hover {
  color: #858585;
}
.tablesorter .tablesorter-headerUnSorted .tablesorter-header-inner {
  background-image: url("../colored-icons/unsorted_gray.svg");
}
.tablesorter .tablesorter-headerAsc .tablesorter-header-inner {
  background-image: url("../colored-icons/up-big_blue.svg");
}
.tablesorter .tablesorter-headerDesc .tablesorter-header-inner {
  background-image: url("../colored-icons/down-big_blue.svg");
}
.faux-table {
  display: table;
  width: 100%;
  border: 1px solid #353b3f;
  border-collapse: collapse;
}
.faux-table.faux-table-layout-fixed {
  table-layout: fixed;
}
.faux-table.faux-table-notheme,
.faux-table.faux-table-progress {
  border: none;
}
.faux-td {
  display: table-cell;
  padding: 10px 20px;
  border: 1px solid #353b3f;
  vertical-align: top;
}
.faux-table-notheme .faux-td {
  padding: 0;
  border: none;
}
.faux-table-notheme .faux-td + .faux-td {
  padding-left: 10px;
}
.faux-table-progress .faux-td {
  border-width: 0 1px 0 0;
  padding: 20px;
}
.faux-table-progress .faux-td.active {
  background-color: #fff;
  position: relative;
}
.faux-table-progress .faux-td.active:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #2699d0;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.scrolltable {
  overflow-y: scroll;
}
.drilldown td {
  padding: 2px 2px 2px 10px;
  background-color: #353b3f;
}
.drilldown-container {
  position: relative;
}
.drilldown-content {
  background-color: #fff;
  border-radius: 2px;
  padding: 15px 10px;
}
.drilldown-action {
  position: absolute;
  top: -10px;
  left: 10px;
}
.btn-actions {
  opacity: .5;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}
.has-btn-actions:hover .btn-actions {
  opacity: 1;
}
.table-light {
  margin: 0;
  border-collapse: separate;
}
.table-light caption {
  border-bottom: 2px solid #353b3f;
}
.table-light .table-title {
  font-size: 18px;
}
.table-light .table-title small {
  font-size: 12px;
  font-weight: normal;
}
.table-light th {
  padding: 9px 10px;
  letter-spacing: 1px;
  font-size: 10px;
}
.bg-light .table-light th {
  border-bottom: 1px solid #353b3f;
}
.table-light td {
  background-color: #fff;
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 2px solid #2c2c2c;
}
.table-light tbody > tr > td:first-child {
  border-radius: 2px 0 0 2px;
  padding-right: 0;
  width: 38px;
}
.table-light tbody > tr > td:last-child {
  border-radius: 0 2px 2px 0;
}
.table-shaded-blocks {
  background-color: #2c2c2c;
}
.table-shaded-blocks td {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #fff;
}
.table-shaded-blocks .padding-ver-fix {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-bordered-grid {
  margin-top: 10px;
  margin-bottom: 0;
  border: solid #353b3f;
  border-width: 1px 2px 2px;
}
.table-bordered-grid tbody {
  border: 2px solid #353b3f;
}
.table-bordered-grid tr:first-child td {
  border-top: 1px solid #353b3f;
}
.table-bordered-grid tr:first-child td:not(:empty) {
  border-top: 2px solid #353b3f;
}
.table-bordered-grid td {
  position: relative;
  border: 1px solid #353b3f;
}
.table-bordered-grid .form-control-static {
  padding-left: 10px;
  padding-right: 10px;
}
.table-bordered-grid input.form-control-editable {
  min-width: 120px;
  background-clip: padding-box;
}
.table-bordered-grid .flipswitch {
  margin-top: 3px;
}
.table-bordered-grid caption:after {
  display: none;
}
.table-bordered-grid.has-focus,
.table-bordered-grid tbody.has-focus {
  border-color: #2699d0;
}
.table-bordered-grid.has-focus tr td,
.table-bordered-grid tbody.has-focus tr td {
  border-color: #2699d0;
}
.table-bordered-grid.has-focus tr:first-child td,
.table-bordered-grid tbody.has-focus tr:first-child td {
  border-top-color: #2699d0 !important;
}
.table-bordered-grid.has-focus .number,
.table-bordered-grid tbody.has-focus .number {
  color: #fff;
  background-color: #2699d0;
}
.table-bordered-grid.table-condensed td {
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
}
.table-bordered-grid.table-condensed .details-row .form-control-editable,
.table-bordered-grid.table-condensed .details-row .form-control-static {
  min-height: 30px;
}
.js-scrollable-table-container .table-bordered-grid {
  border-top-width: 2px;
}
.js-scrollable-table-container .table-bordered-grid .tbody-divider:first-child {
  display: none;
}
.table-bordered-grid tbody > tr.details-row:not(:has(td)) + tr.details-row-royal td:empty {
  display: none;
}
.details-row td:not(.is-divided) {
  border: none;
}
.details-row .form-control-editable,
.details-row .form-control-static {
  width: 100%;
  padding-left: 50px;
  min-height: 36px;
}
.details-row .form-control-static-snug,
.details-row .form-control-editable-snug {
  padding-left: 33px;
}
table:not(.js-editable-table-container) .details-row td + td.highlight {
  border-left: 1px solid #353b3f;
}
.table-bordered-grid thead th {
  border-bottom: 2px solid #353b3f;
}
.table-bordered-grid tbody tr:not(:has(td)) {
  display: none;
}
.table-bordered-grid tbody > tr:not(:has(td)):first-child + tr td {
  border-top: 2px solid #353b3f;
}
.table-bordered-grid tbody.has-focus > tr:not(:has(td)):first-child + tr td {
  border-top-color: #2699d0 !important;
}
.tbody-divider {
  border-color: transparent !important;
}
.tbody-divider td {
  padding: 0 !important;
  height: 8px;
  border-left-color: transparent;
  border-right-color: transparent;
}
.details-row-action,
.details-row-icon {
  position: absolute !important;
  top: 50%;
  left: 28px;
  z-index: 1;
  transform: translateY(-50%);
}
.details-row-icon-snug {
  left: 10px;
}
.details-row-action {
  opacity: 1;
  transition: opacity .15s;
}
.details-row-action .svgicon:only-child {
  vertical-align: top;
}
.details-row-action:hover,
.details-row-action:focus {
  opacity: 0.8;
}
.details-row-addon {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
}
.details-row-royal td:not(:empty) {
  border-top: 1px solid #D5C4E6;
}
tbody.has-focus .details-row-royal td:not(:empty) {
  border-top-color: #D5C4E6 !important;
}
.details-row-royal .form-control-editable,
.details-row-royal .form-control-static {
  background-color: #432d50;
}
.details-row-royal .form-control-editable:hover,
.details-row-royal .form-control-static:hover {
  background-color: #432d50;
}
.details-row-primary td:not(:empty) {
  border-top: 1px solid #BCD3DE;
}
tbody.has-focus .details-row-primary td:not(:empty) {
  border-top-color: #BCD3DE !important;
}
.details-row-primary .form-control-editable,
.details-row-primary .form-control-static {
  background-color: #34628a;
}
.details-row-primary .form-control-editable:hover,
.details-row-primary .form-control-static:hover {
  background-color: #34628a;
}
.details-row-default td:not(:empty) {
  border-top: 1px solid #353b3f;
}
tbody.has-focus .details-row-default td:not(:empty) {
  border-top-color: #353b3f !important;
}
.details-row-danger .form-control-editable,
.details-row-danger .form-control-static {
  color: #ca4e56;
  background-color: #774545;
}
.details-row-danger .form-control-editable:hover,
.details-row-danger .form-control-static:hover {
  background-color: #774545;
}
.details-row-danger .icon {
  color: #ca4e56;
}
.details-row-danger .svgicon {
  color: #ca4e56;
  fill: #ca4e56;
}
.table-row-alert {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 4px;
  border-radius: 3px;
  white-space: normal;
}
.has-scrollable-table {
  border-bottom: 2px solid #353b3f;
}
.has-scrollable-table tbody:last-child tr:last-child {
  border-bottom-style: hidden;
}
.table-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
.table-action {
  align-items: center;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: .25;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}
.has-table-actions:hover .table-action,
tbody.has-focus .table-action {
  opacity: 1;
}
.table-action:hover,
.table-action:focus {
  text-decoration: none;
}
.table-action.text-royal {
  color: #77538c;
}
.table-action.text-royal:hover,
.table-action.text-royal:focus {
  color: #77538c;
  background-color: #432d50;
}
.table-action.text-primary {
  color: #2699d0;
}
.table-action.text-primary:hover,
.table-action.text-primary:focus {
  text-decoration: none;
  color: #2699d0;
  background-color: #a1d5ee;
}
.table-action.text-danger {
  color: #cf7675;
}
.table-action.text-danger:hover,
.table-action.text-danger:focus {
  color: #cf7675;
  background-color: #e3aeae;
}
.table-action.text-warning {
  color: #faba25;
}
.table-action.text-warning:hover,
.table-action.text-warning:focus {
  color: #faba25;
  background-color: #fde9bb;
}
.cell-operator {
  height: 100%;
  background-color: #353b3f;
  color: #858585;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
tbody.has-focus .cell-operator {
  color: #fff;
  background-color: #2699d0;
}
.cell-operator .icon,
.cell-operator .svgicon {
  margin-top: 10px;
}
.table-condensed .cell-operator .icon,
.table-condensed .cell-operator .svgicon {
  margin-top: 7px;
}
.cell-operator-eqauls {
  font-size: 20px;
  padding-top: .3em;
}
.well-padding-fix {
  margin: -5px !important;
}
table.tbody-scrollable {
  table-layout: fixed;
  width: 100%;
}
table.tbody-scrollable thead {
  display: block;
}
table.tbody-scrollable tbody {
  display: block;
  overflow-y: auto;
}
table.tbody-scrollable tr {
  display: table;
  width: 100%;
}
.fade-actions .item-action {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fade-actions:hover .item-action {
  opacity: 1;
  filter: alpha(opacity=100);
}
.column-highlight {
  background-color: #5e7b4d !important;
  background-clip: padding-box;
}
.row-highlight td,
.row-highlight:hover td {
  background-color: rgba(38, 153, 208, 0.15) !important;
}
.row-selected td,
.row-selected:hover td {
  background-color: rgba(38, 153, 208, 0.25) !important;
}
.expander-child:not(.expanded) {
  display: none;
}
tr.expander-row td {
  border-top: 2px solid #353b3f;
}
.table-tree-vaults tr.expander-row td {
  border-top: none;
}
#product-matrix_wrapper .min-padding-cell,
.datatable-expanding .min-padding-cell {
  width: 30px !important;
  padding: 0 !important;
}
#product-matrix_wrapper .min-padding-cell + th,
.datatable-expanding .min-padding-cell + th,
#product-matrix_wrapper .min-padding-cell + td,
.datatable-expanding .min-padding-cell + td {
  padding-left: 0 !important;
}
#product-matrix_wrapper table,
.datatable-expanding table {
  table-layout: fixed;
}
#product-matrix_wrapper table th,
.datatable-expanding table th,
#product-matrix_wrapper table td,
.datatable-expanding table td {
  padding-top: 5px;
  padding-bottom: 5px;
}
#product-matrix_wrapper tr.expander-row td,
.datatable-expanding tr.expander-row td {
  border-top-width: 1px;
}
#product-matrix_wrapper tr:first-child td,
.datatable-expanding tr:first-child td {
  border-top-width: 0;
}
#product-matrix_wrapper td.nowrap,
.datatable-expanding td.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-tree {
  visibility: hidden;
}
.table-tree th,
.table-tree > tr > td,
.table-tree > tbody > tr > td {
  padding: 4px 10px;
  border-color: #353b3f;
}
.table-tree th:first-child {
  padding-left: 30px;
}
.table-tree td {
  border-bottom-color: transparent;
  position: relative;
}
.table-tree td:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #353b3f;
  transform: scaleY(0.5);
}
.table-tree td[data-column="name"] {
  border-color: transparent;
  border-right: 1px solid #353b3f;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.table-tree td[data-column="name"]:after {
  background: -moz-linear-gradient(left, rgba(216, 224, 229, 0.2) 0%, rgba(216, 224, 229, 0.5) 49%, #353b3f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(216, 224, 229, 0.2)), color-stop(49%, rgba(216, 224, 229, 0.5)), color-stop(100%, #353b3f));
  background: -webkit-linear-gradient(left, rgba(216, 224, 229, 0.2) 0%, rgba(216, 224, 229, 0.5) 49%, #353b3f 100%);
  background: -o-linear-gradient(left, rgba(216, 224, 229, 0.2) 0%, rgba(216, 224, 229, 0.5) 49%, #353b3f 100%);
  background: -ms-linear-gradient(left, rgba(216, 224, 229, 0.2) 0%, rgba(216, 224, 229, 0.5) 49%, #353b3f 100%);
  background: linear-gradient(to right, rgba(216, 224, 229, 0.2) 0%, rgba(216, 224, 229, 0.5) 49%, #353b3f 100%);
}
.table-tree.border-second-cell td[data-column="name"],
.table-tree.table-tree-vaults td[data-column="name"] {
  border-right: 0;
}
.table-tree.border-second-cell td[data-column="name"] + td {
  border-right: 1px solid #353b3f;
}
.table-tree tr[data-level="1"] td[data-column="name"] {
  padding-left: 30px;
}
.table-tree tr[data-level="1"] td[data-column="name"]::after {
  left: 30px;
}
.table-tree tr[data-level="1"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 30px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="2"] td[data-column="name"] {
  padding-left: 58px;
}
.table-tree tr[data-level="2"] td[data-column="name"]::after {
  left: 58px;
}
.table-tree tr[data-level="2"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 58px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="3"] td[data-column="name"] {
  padding-left: 86px;
}
.table-tree tr[data-level="3"] td[data-column="name"]::after {
  left: 86px;
}
.table-tree tr[data-level="3"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 86px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="4"] td[data-column="name"] {
  padding-left: 114px;
}
.table-tree tr[data-level="4"] td[data-column="name"]::after {
  left: 114px;
}
.table-tree tr[data-level="4"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 114px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="5"] td[data-column="name"] {
  padding-left: 142px;
}
.table-tree tr[data-level="5"] td[data-column="name"]::after {
  left: 142px;
}
.table-tree tr[data-level="5"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 142px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="6"] td[data-column="name"] {
  padding-left: 170px;
}
.table-tree tr[data-level="6"] td[data-column="name"]::after {
  left: 170px;
}
.table-tree tr[data-level="6"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 170px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="7"] td[data-column="name"] {
  padding-left: 198px;
}
.table-tree tr[data-level="7"] td[data-column="name"]::after {
  left: 198px;
}
.table-tree tr[data-level="7"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 198px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="8"] td[data-column="name"] {
  padding-left: 226px;
}
.table-tree tr[data-level="8"] td[data-column="name"]::after {
  left: 226px;
}
.table-tree tr[data-level="8"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 226px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="9"] td[data-column="name"] {
  padding-left: 254px;
}
.table-tree tr[data-level="9"] td[data-column="name"]::after {
  left: 254px;
}
.table-tree tr[data-level="9"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 254px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="10"] td[data-column="name"] {
  padding-left: 282px;
}
.table-tree tr[data-level="10"] td[data-column="name"]::after {
  left: 282px;
}
.table-tree tr[data-level="10"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 282px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="11"] td[data-column="name"] {
  padding-left: 310px;
}
.table-tree tr[data-level="11"] td[data-column="name"]::after {
  left: 310px;
}
.table-tree tr[data-level="11"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 310px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="12"] td[data-column="name"] {
  padding-left: 338px;
}
.table-tree tr[data-level="12"] td[data-column="name"]::after {
  left: 338px;
}
.table-tree tr[data-level="12"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 338px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="13"] td[data-column="name"] {
  padding-left: 366px;
}
.table-tree tr[data-level="13"] td[data-column="name"]::after {
  left: 366px;
}
.table-tree tr[data-level="13"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 366px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="14"] td[data-column="name"] {
  padding-left: 394px;
}
.table-tree tr[data-level="14"] td[data-column="name"]::after {
  left: 394px;
}
.table-tree tr[data-level="14"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 394px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="15"] td[data-column="name"] {
  padding-left: 422px;
}
.table-tree tr[data-level="15"] td[data-column="name"]::after {
  left: 422px;
}
.table-tree tr[data-level="15"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 422px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="16"] td[data-column="name"] {
  padding-left: 450px;
}
.table-tree tr[data-level="16"] td[data-column="name"]::after {
  left: 450px;
}
.table-tree tr[data-level="16"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 450px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="17"] td[data-column="name"] {
  padding-left: 478px;
}
.table-tree tr[data-level="17"] td[data-column="name"]::after {
  left: 478px;
}
.table-tree tr[data-level="17"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 478px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="18"] td[data-column="name"] {
  padding-left: 506px;
}
.table-tree tr[data-level="18"] td[data-column="name"]::after {
  left: 506px;
}
.table-tree tr[data-level="18"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 506px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="19"] td[data-column="name"] {
  padding-left: 534px;
}
.table-tree tr[data-level="19"] td[data-column="name"]::after {
  left: 534px;
}
.table-tree tr[data-level="19"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 534px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="20"] td[data-column="name"] {
  padding-left: 562px;
}
.table-tree tr[data-level="20"] td[data-column="name"]::after {
  left: 562px;
}
.table-tree tr[data-level="20"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 562px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="21"] td[data-column="name"] {
  padding-left: 590px;
}
.table-tree tr[data-level="21"] td[data-column="name"]::after {
  left: 590px;
}
.table-tree tr[data-level="21"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 590px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="22"] td[data-column="name"] {
  padding-left: 618px;
}
.table-tree tr[data-level="22"] td[data-column="name"]::after {
  left: 618px;
}
.table-tree tr[data-level="22"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 618px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="23"] td[data-column="name"] {
  padding-left: 646px;
}
.table-tree tr[data-level="23"] td[data-column="name"]::after {
  left: 646px;
}
.table-tree tr[data-level="23"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 646px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="24"] td[data-column="name"] {
  padding-left: 674px;
}
.table-tree tr[data-level="24"] td[data-column="name"]::after {
  left: 674px;
}
.table-tree tr[data-level="24"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 674px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree tr[data-level="25"] td[data-column="name"] {
  padding-left: 702px;
}
.table-tree tr[data-level="25"] td[data-column="name"]::after {
  left: 702px;
}
.table-tree tr[data-level="25"] td[data-column="name"].collapse-open:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 702px;
  right: auto;
  margin-left: -18px;
  width: 1px;
  background-color: #353b3f;
}
.table-tree .treetable-border {
  position: absolute;
  left: 0;
  width: 24px;
  top: 50%;
  height: 100%;
  box-shadow: inset 0 1px #353b3f;
  margin-left: -46px;
}
.table-tree .treetable-border:before {
  content: "";
  position: absolute;
  height: calc(100% + 1px);
  bottom: 100%;
  left: 0;
  right: auto;
  width: 1px;
  background-color: #353b3f;
}
.table-tree .treetable-level-connect {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 1px;
  background-color: #353b3f;
  margin-left: -46px;
}
.table-tree .treetable-name {
  padding: 4px 10px;
  padding-left: 0;
  position: relative;
}
.table-tree .treetable-name:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
  border: 2px solid #080808;
}
.table-tree tr:not(.row-parent) .treetable-border {
  width: 28px;
  margin-left: -46px;
}
.table-tree tr:not(.row-parent) .treetable-border:after {
  box-shadow: none;
}
.table-tree tr:not(.row-parent) .treetable-name:before {
  display: none;
}
.table-tree tr:not(.row-parent) td[data-column="name"].collapse-open:before {
  margin-left: -46px;
}
.table-tree tr[data-level="1"]:not(.row-parent) td[data-column="name"]:before {
  display: none;
}
.table-tree tbody > tr:first-child .treetable-border,
.table-tree tbody > tr[data-level="1"]:not(.row-parent) .treetable-border {
  display: none;
}
.table-tree tr.row-parent .treetable-name:before {
  background-color: #516a78;
}
.table-tree tr.color-main .treetable-name:before {
  display: inline-block;
  background-color: #2699d0;
}
.table-tree tr.color-top .treetable-name:before {
  display: inline-block;
  background-color: #77538c;
}
.table-tree tbody > tr.row-parent:not(.color-default):first-child .treetable-name:before {
  background-color: #77538c !important;
}
.table-tree tbody > tr:last-child td[data-column="name"]:before {
  display: none;
}
.table-tree .border-top-lg:not(:first-of-type) {
  border-top: 3px solid #353b3f;
}
.table-tree-vaults tbody.expander-content > tr:last-child td {
  border-bottom: 1px solid #353b3f;
}
.tree-row-parent td:not([rowspan]) {
  border-bottom: 0;
}
.tree-row-parent + .tree-row .tree-row-border:before {
  height: 60%;
}
.tree-row td {
  padding-top: 0;
}
.tree-row-border {
  margin-left: 15px;
}
.tree-row-border:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 15px;
  bottom: 50%;
  background-color: #606060;
}
.tree-row-border:after {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  left: 15px;
  bottom: 50%;
  background-color: #606060;
}
.tree-row:not(:last-child) td {
  padding-bottom: 0;
  border-bottom: 0;
}
.table-choose {
  border-width: 1px;
  border-collapse: separate;
}
.table-choose th,
.table-choose td {
  padding: 8px;
}
.table-choose tbody tr {
  cursor: pointer;
}
.table-choose tbody td {
  border-color: transparent;
}
.modal-body .table-choose {
  border-width: 1px 0;
}
.modal-body .table-choose:first-of-type {
  border-width: 0 0 1px 0;
}
.table-choose .radio {
  margin: 0;
  min-height: 10px;
}
.table-choose .radio input {
  height: 1px;
  margin-top: -1px;
}
.table-choose .radio label {
  margin: 0;
}
tr.noborder td,
tr.noborder th,
td.noborder,
th.noborder {
  border-bottom: 0 !important;
}
table td.shortlist-red {
  background: #a00;
  color: #fff;
  white-space: nowrap;
}
table td.shortlist-gold {
  background: #c48600;
  color: #fff;
  white-space: nowrap;
}
.blank-row,
.blank-row * {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.table-search-result td {
  border-top-style: hidden;
}
.table-search-result td.text-truncate {
  max-width: 0;
}
.table-display {
  display: table;
  width: 100%;
  max-width: 100%;
}
.table-display .th-group {
  display: table-header-group;
}
.table-display .tr-group {
  display: table-row-group;
}
.table-display .tf-group {
  display: table-footer-group;
}
.table-display.middle-aligned .td {
  vertical-align: middle;
}
.table-display a.tr {
  color: inherit;
  text-decoration: none;
}
.table-display .tr:hover {
  text-decoration: none;
}
.table-display .tr:hover .faded-actions,
.table-display .tr:hover .fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.table-display-bordered {
  border: 2px solid #353b3f;
  border-radius: 0 0 2px 2px;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-display-bordered .th,
.table-display-bordered .td {
  line-height: 1.25;
  border-bottom: 1px solid #353b3f;
}
.table-display-hover-primary > tbody > tr:hover > th,
.table-display-hover-primary > .tr-group > tr:hover > th,
.table-display-hover-primary > tr:hover > th,
.table-display-hover-primary > tbody > .tr:hover > th,
.table-display-hover-primary > .tr-group > .tr:hover > th,
.table-display-hover-primary > .tr:hover > th,
.table-display-hover-primary > tbody > tr:hover > .th,
.table-display-hover-primary > .tr-group > tr:hover > .th,
.table-display-hover-primary > tr:hover > .th,
.table-display-hover-primary > tbody > .tr:hover > .th,
.table-display-hover-primary > .tr-group > .tr:hover > .th,
.table-display-hover-primary > .tr:hover > .th,
.table-display-hover-primary > tbody > tr:hover > td,
.table-display-hover-primary > .tr-group > tr:hover > td,
.table-display-hover-primary > tr:hover > td,
.table-display-hover-primary > tbody > .tr:hover > td,
.table-display-hover-primary > .tr-group > .tr:hover > td,
.table-display-hover-primary > .tr:hover > td,
.table-display-hover-primary > tbody > tr:hover > .td,
.table-display-hover-primary > .tr-group > tr:hover > .td,
.table-display-hover-primary > tr:hover > .td,
.table-display-hover-primary > tbody > .tr:hover > .td,
.table-display-hover-primary > .tr-group > .tr:hover > .td,
.table-display-hover-primary > .tr:hover > .td {
  background-color: #2699d0;
  color: #fff;
}
.table-display-hover-primary > tbody > tr:hover > th a,
.table-display-hover-primary > .tr-group > tr:hover > th a,
.table-display-hover-primary > tr:hover > th a,
.table-display-hover-primary > tbody > .tr:hover > th a,
.table-display-hover-primary > .tr-group > .tr:hover > th a,
.table-display-hover-primary > .tr:hover > th a,
.table-display-hover-primary > tbody > tr:hover > .th a,
.table-display-hover-primary > .tr-group > tr:hover > .th a,
.table-display-hover-primary > tr:hover > .th a,
.table-display-hover-primary > tbody > .tr:hover > .th a,
.table-display-hover-primary > .tr-group > .tr:hover > .th a,
.table-display-hover-primary > .tr:hover > .th a,
.table-display-hover-primary > tbody > tr:hover > td a,
.table-display-hover-primary > .tr-group > tr:hover > td a,
.table-display-hover-primary > tr:hover > td a,
.table-display-hover-primary > tbody > .tr:hover > td a,
.table-display-hover-primary > .tr-group > .tr:hover > td a,
.table-display-hover-primary > .tr:hover > td a,
.table-display-hover-primary > tbody > tr:hover > .td a,
.table-display-hover-primary > .tr-group > tr:hover > .td a,
.table-display-hover-primary > tr:hover > .td a,
.table-display-hover-primary > tbody > .tr:hover > .td a,
.table-display-hover-primary > .tr-group > .tr:hover > .td a,
.table-display-hover-primary > .tr:hover > .td a,
.table-display-hover-primary > tbody > tr:hover > th a:hover,
.table-display-hover-primary > .tr-group > tr:hover > th a:hover,
.table-display-hover-primary > tr:hover > th a:hover,
.table-display-hover-primary > tbody > .tr:hover > th a:hover,
.table-display-hover-primary > .tr-group > .tr:hover > th a:hover,
.table-display-hover-primary > .tr:hover > th a:hover,
.table-display-hover-primary > tbody > tr:hover > .th a:hover,
.table-display-hover-primary > .tr-group > tr:hover > .th a:hover,
.table-display-hover-primary > tr:hover > .th a:hover,
.table-display-hover-primary > tbody > .tr:hover > .th a:hover,
.table-display-hover-primary > .tr-group > .tr:hover > .th a:hover,
.table-display-hover-primary > .tr:hover > .th a:hover,
.table-display-hover-primary > tbody > tr:hover > td a:hover,
.table-display-hover-primary > .tr-group > tr:hover > td a:hover,
.table-display-hover-primary > tr:hover > td a:hover,
.table-display-hover-primary > tbody > .tr:hover > td a:hover,
.table-display-hover-primary > .tr-group > .tr:hover > td a:hover,
.table-display-hover-primary > .tr:hover > td a:hover,
.table-display-hover-primary > tbody > tr:hover > .td a:hover,
.table-display-hover-primary > .tr-group > tr:hover > .td a:hover,
.table-display-hover-primary > tr:hover > .td a:hover,
.table-display-hover-primary > tbody > .tr:hover > .td a:hover,
.table-display-hover-primary > .tr-group > .tr:hover > .td a:hover,
.table-display-hover-primary > .tr:hover > .td a:hover,
.table-display-hover-primary > tbody > tr:hover > th .text-normal,
.table-display-hover-primary > .tr-group > tr:hover > th .text-normal,
.table-display-hover-primary > tr:hover > th .text-normal,
.table-display-hover-primary > tbody > .tr:hover > th .text-normal,
.table-display-hover-primary > .tr-group > .tr:hover > th .text-normal,
.table-display-hover-primary > .tr:hover > th .text-normal,
.table-display-hover-primary > tbody > tr:hover > .th .text-normal,
.table-display-hover-primary > .tr-group > tr:hover > .th .text-normal,
.table-display-hover-primary > tr:hover > .th .text-normal,
.table-display-hover-primary > tbody > .tr:hover > .th .text-normal,
.table-display-hover-primary > .tr-group > .tr:hover > .th .text-normal,
.table-display-hover-primary > .tr:hover > .th .text-normal,
.table-display-hover-primary > tbody > tr:hover > td .text-normal,
.table-display-hover-primary > .tr-group > tr:hover > td .text-normal,
.table-display-hover-primary > tr:hover > td .text-normal,
.table-display-hover-primary > tbody > .tr:hover > td .text-normal,
.table-display-hover-primary > .tr-group > .tr:hover > td .text-normal,
.table-display-hover-primary > .tr:hover > td .text-normal,
.table-display-hover-primary > tbody > tr:hover > .td .text-normal,
.table-display-hover-primary > .tr-group > tr:hover > .td .text-normal,
.table-display-hover-primary > tr:hover > .td .text-normal,
.table-display-hover-primary > tbody > .tr:hover > .td .text-normal,
.table-display-hover-primary > .tr-group > .tr:hover > .td .text-normal,
.table-display-hover-primary > .tr:hover > .td .text-normal,
.table-display-hover-primary > tbody > tr:hover > th .text-default,
.table-display-hover-primary > .tr-group > tr:hover > th .text-default,
.table-display-hover-primary > tr:hover > th .text-default,
.table-display-hover-primary > tbody > .tr:hover > th .text-default,
.table-display-hover-primary > .tr-group > .tr:hover > th .text-default,
.table-display-hover-primary > .tr:hover > th .text-default,
.table-display-hover-primary > tbody > tr:hover > .th .text-default,
.table-display-hover-primary > .tr-group > tr:hover > .th .text-default,
.table-display-hover-primary > tr:hover > .th .text-default,
.table-display-hover-primary > tbody > .tr:hover > .th .text-default,
.table-display-hover-primary > .tr-group > .tr:hover > .th .text-default,
.table-display-hover-primary > .tr:hover > .th .text-default,
.table-display-hover-primary > tbody > tr:hover > td .text-default,
.table-display-hover-primary > .tr-group > tr:hover > td .text-default,
.table-display-hover-primary > tr:hover > td .text-default,
.table-display-hover-primary > tbody > .tr:hover > td .text-default,
.table-display-hover-primary > .tr-group > .tr:hover > td .text-default,
.table-display-hover-primary > .tr:hover > td .text-default,
.table-display-hover-primary > tbody > tr:hover > .td .text-default,
.table-display-hover-primary > .tr-group > tr:hover > .td .text-default,
.table-display-hover-primary > tr:hover > .td .text-default,
.table-display-hover-primary > tbody > .tr:hover > .td .text-default,
.table-display-hover-primary > .tr-group > .tr:hover > .td .text-default,
.table-display-hover-primary > .tr:hover > .td .text-default,
.table-display-hover-primary > tbody > tr:hover > th .text-muted,
.table-display-hover-primary > .tr-group > tr:hover > th .text-muted,
.table-display-hover-primary > tr:hover > th .text-muted,
.table-display-hover-primary > tbody > .tr:hover > th .text-muted,
.table-display-hover-primary > .tr-group > .tr:hover > th .text-muted,
.table-display-hover-primary > .tr:hover > th .text-muted,
.table-display-hover-primary > tbody > tr:hover > .th .text-muted,
.table-display-hover-primary > .tr-group > tr:hover > .th .text-muted,
.table-display-hover-primary > tr:hover > .th .text-muted,
.table-display-hover-primary > tbody > .tr:hover > .th .text-muted,
.table-display-hover-primary > .tr-group > .tr:hover > .th .text-muted,
.table-display-hover-primary > .tr:hover > .th .text-muted,
.table-display-hover-primary > tbody > tr:hover > td .text-muted,
.table-display-hover-primary > .tr-group > tr:hover > td .text-muted,
.table-display-hover-primary > tr:hover > td .text-muted,
.table-display-hover-primary > tbody > .tr:hover > td .text-muted,
.table-display-hover-primary > .tr-group > .tr:hover > td .text-muted,
.table-display-hover-primary > .tr:hover > td .text-muted,
.table-display-hover-primary > tbody > tr:hover > .td .text-muted,
.table-display-hover-primary > .tr-group > tr:hover > .td .text-muted,
.table-display-hover-primary > tr:hover > .td .text-muted,
.table-display-hover-primary > tbody > .tr:hover > .td .text-muted,
.table-display-hover-primary > .tr-group > .tr:hover > .td .text-muted,
.table-display-hover-primary > .tr:hover > .td .text-muted {
  color: #fff;
}
.table-display-hover-primary > tbody > tr:hover.no-hover > th,
.table-display-hover-primary > .tr-group > tr:hover.no-hover > th,
.table-display-hover-primary > tr:hover.no-hover > th,
.table-display-hover-primary > tbody > .tr:hover.no-hover > th,
.table-display-hover-primary > .tr-group > .tr:hover.no-hover > th,
.table-display-hover-primary > .tr:hover.no-hover > th,
.table-display-hover-primary > tbody > tr:hover.no-hover > .th,
.table-display-hover-primary > .tr-group > tr:hover.no-hover > .th,
.table-display-hover-primary > tr:hover.no-hover > .th,
.table-display-hover-primary > tbody > .tr:hover.no-hover > .th,
.table-display-hover-primary > .tr-group > .tr:hover.no-hover > .th,
.table-display-hover-primary > .tr:hover.no-hover > .th,
.table-display-hover-primary > tbody > tr:hover.no-hover > td,
.table-display-hover-primary > .tr-group > tr:hover.no-hover > td,
.table-display-hover-primary > tr:hover.no-hover > td,
.table-display-hover-primary > tbody > .tr:hover.no-hover > td,
.table-display-hover-primary > .tr-group > .tr:hover.no-hover > td,
.table-display-hover-primary > .tr:hover.no-hover > td,
.table-display-hover-primary > tbody > tr:hover.no-hover > .td,
.table-display-hover-primary > .tr-group > tr:hover.no-hover > .td,
.table-display-hover-primary > tr:hover.no-hover > .td,
.table-display-hover-primary > tbody > .tr:hover.no-hover > .td,
.table-display-hover-primary > .tr-group > .tr:hover.no-hover > .td,
.table-display-hover-primary > .tr:hover.no-hover > .td {
  background-color: transparent;
  color: inherit;
}
.table-display .no-outer-border {
  border: 0;
}
.tr {
  display: table-row;
}
.th {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  color: #858585;
  padding: 5px 10px;
  white-space: nowrap;
}
.td {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
.tab-pane-msg {
  margin-top: 10px;
}
form {
  position: relative;
}
.legend,
legend {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 18px;
}
.legend:not(.with-text),
legend:not(.with-text) {
  border-bottom: 2px solid #2699d0;
}
.legend.with-text .legend-title,
legend.with-text .legend-title {
  border-bottom: 2px solid #2699d0;
}
.legend.has-warning,
legend.has-warning {
  position: relative;
}
.legend.has-warning .icon,
legend.has-warning .icon {
  position: absolute;
  right: -1.5em;
  top: -0.1em;
  color: #faba25;
}
.legend.has-warning .svgicon,
legend.has-warning .svgicon {
  position: absolute;
  right: -2em;
  top: -0.1em;
  color: #faba25;
  fill: #faba25;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label {
  cursor: pointer;
}
.form-group label {
  display: inline-block;
  margin-bottom: 4px;
}
.section-heading,
.control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #dfdfdf;
  text-transform: uppercase;
  font-size: 11px;
}
.section-heading + .radio,
.control-label + .radio,
.section-heading + .checkbox,
.control-label + .checkbox {
  margin-top: 0;
}
.control-label .label-icon {
  vertical-align: 1px;
}
.control-label-heading {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #dfdfdf;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}
.control-label-heading + .radio,
.control-label-heading + .checkbox {
  margin-top: 0;
}
.control-label.unstyled-label {
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
}
.section-heading {
  display: block;
  line-height: 1.25;
  margin: 0;
}
.section-heading.section-heading-underlined {
  border-bottom: 1px solid #353b3f;
  padding-bottom: 10px;
}
.bg-highlight.padding-base > .control-label {
  color: #858585;
  padding-top: 0;
}
.form-horizontal label:not(.control-label).required em {
  left: 3px;
}
.form-horizontal .control-label.required em {
  color: #2699d0;
  position: absolute;
  top: .75em;
  right: -19px;
  left: auto;
}
.select.required-nolabel,
.select-light.required-nolabel,
.form-control.required-nolabel {
  position: relative;
}
.select.required-nolabel:after,
.select-light.required-nolabel:after,
.form-control.required-nolabel:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2699d0;
}
.select.required-nolabel.required-nolabel-sm:after,
.select-light.required-nolabel.required-nolabel-sm:after,
.form-control.required-nolabel.required-nolabel-sm:after {
  width: 7px;
  height: 7px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
td > input[type="radio"],
td > input[type="checkbox"] {
  margin-top: 0;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
optgroup,
option {
  background-color: #fff;
}
optgroup .btn-secondary,
option .btn-secondary {
  background-color: initial;
  color: initial;
}
select[multiple] optgroup,
select[multiple] option {
  background-color: transparent;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
  font-weight: inherit;
}
select optgroup .optgroup-lvl-2 {
  text-indent: 20px;
}
select optgroup .option-lvl-2 {
  text-indent: 20px;
}
select optgroup .optgroup-lvl-3 {
  text-indent: 30px;
}
select optgroup .option-lvl-3 {
  text-indent: 30px;
}
select optgroup .optgroup-lvl-4 {
  text-indent: 40px;
}
select optgroup .option-lvl-4 {
  text-indent: 40px;
}
select optgroup .optgroup-lvl-5 {
  text-indent: 50px;
}
select optgroup .option-lvl-5 {
  text-indent: 50px;
}
select [label] {
  color: #999;
}
input[type="file"]:focus-visible,
input[type="radio"]:focus-visible,
input[type="checkbox"]:focus-visible {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #606060;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #606060;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #606060;
}
.form-control::-webkit-input-placeholder {
  color: #606060;
}
.form-control-style {
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #dfdfdf;
  background-color: #121212;
  border: 2px solid #353b3f;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #dfdfdf;
  background-color: #121212;
  border: 2px solid #353b3f;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.form-control.border-active {
  border-color: #2699d0;
}
.form-control.border-active:focus {
  border-color: #2699d0;
}
.form-control.no-right-border {
  border-right: none;
}
.form-control.no-left-border {
  border-left: none;
}
.form-control.form-control-sm {
  border-radius: 3px;
  padding: 1px 7px;
  height: auto;
  border-width: 1px;
}
.form-control.form-control-search {
  padding-left: 36px;
  background-image: url("../img/icon-search.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center left 10px;
}
.form-control.form-control-pill {
  border-radius: 10px;
  padding: 1px 4px 1px 4px;
  font-size: 11px !important;
  height: auto;
  border-width: 1px;
}
.form-control.form-control-pill ~ .btn-search {
  top: 2px;
  right: -3px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 10px;
  background-color: transparent;
  color: #516a78;
}
.form-control.form-control-pill ~ .btn-search:hover,
.form-control.form-control-pill ~ .btn-search:focus {
  color: #5b7787;
}
.form-control.form-control-pill ~ .btn-search .icon {
  font-size: 12px;
}
.form-control:focus {
  border-color: #2699d0;
  outline: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-group:not(.has-error) .form-control:focus + .input-group-addon-mask {
  border-color: #2699d0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #121212;
  border-color: #dfdfdf;
  opacity: .5;
}
select[disabled].form-control {
  cursor: not-allowed;
  background-color: #121212;
  border-color: #dfdfdf;
  opacity: .5;
}
select[disabled].form-control:focus {
  border-color: #dfdfdf;
}
.form-control.nochrome::-webkit-inner-spin-button,
.form-control.nochrome::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.nochrome {
  -moz-appearance: textfield;
  appearance: textfield;
}
.search-filter-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
textarea {
  min-height: 128px;
  resize: none;
}
.textarea-sm {
  min-height: 80px;
}
.fix-autosize {
  height: 128px !important;
}
.autoheight,
.autosize,
textarea[rows] {
  min-height: 36px;
  height: auto;
}
.madlib {
  border-bottom: 2px solid #353b3f;
  display: inline-flex;
  margin: 0 5px;
}
.madlib.madlib-focused {
  border-bottom-color: #2699d0;
}
.form-control.madlib-input {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: auto;
  border-width: 0;
  line-height: inherit;
  padding: 0;
  background-color: transparent;
}
.madlib-addon {
  display: inline-block;
}
.form-control-with-icon {
  position: relative;
}
.form-control-with-icon > .icon {
  position: absolute;
  top: 10px;
  left: 12px;
}
.form-control-with-icon .form-control {
  padding-left: 36px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #dfdfdf;
  -webkit-box-shadow: 0 0 0px 1000px #121212 inset;
  box-shadow: 0 0 0px 1000px #121212 inset;
}
.input-sm,
.input-sm.form-control-static {
  height: 21px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-sm.form-control-static {
  line-height: 21px;
}
.checkbox.input-sm,
.radio.input-sm {
  min-height: 0;
  height: auto;
  margin-top: 2px;
  margin-bottom: 0;
}
.form-horizontal .form-group-sm .control-label {
  padding-top: 5px;
}
.form-horizontal .has-error .control-label.required em {
  color: #ca4e56;
}
.form-horizontal .form-group-xs .control-label {
  padding-top: 5px;
}
label.required em {
  color: #2699d0;
  position: absolute;
  bottom: 1em;
  left: -7px;
  z-index: 3;
}
.required-field {
  position: relative;
}
.required-field:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 1.1em;
  left: 0;
  margin-left: -3px;
  z-index: 1;
  background-color: #2699d0;
}
.required-field[class^="col-"]:before,
.required-field[class*=" col-"]:before {
  left: 10px;
}
.required-field.with-error:before,
.required-field.error:before,
.required-field.has-error:before,
.required-field.field_with_errors:before {
  background-color: #ca4e56;
}
.control-label.with-error + .required-field:before {
  background-color: #ca4e56;
}
label.required-alt em {
  color: #2699d0;
  position: absolute;
  top: 1em;
  left: -7px;
}
.input-number {
  width: 70px;
}
.input-number.error {
  color: #ca4e56;
}
.input-number:focus {
  color: #2699d0;
}
@media (min-width: 768px) {
  .form-inline .form-control.input-number {
    width: 70px;
  }
}
.input-block {
  display: block;
  width: 100%;
}
.borderless {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.form-group {
  margin-bottom: 10px;
  position: relative;
}
.radio,
.checkbox {
  text-align: left;
}
.media .radio .control-label,
.media .checkbox .control-label {
  display: block;
  float: left;
}
.radio,
.checkbox,
.radio-inline,
.checkbox-inline {
  position: relative;
}
.radio .control-label,
.checkbox .control-label,
.radio-inline .control-label,
.checkbox-inline .control-label {
  position: relative;
  display: inline;
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
  font-size: 12px;
}
.radio .control-label:before,
.checkbox .control-label:before,
.radio-inline .control-label:before,
.checkbox-inline .control-label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../colored-icons/checkbox_grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -23px;
  top: 0;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 23px;
}
.radio label,
.checkbox label {
  color: #dfdfdf;
}
.form-group-condensed .radio,
.form-group-condensed .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-group-sm .radio,
.form-group-sm .checkbox {
  padding-left: 18px;
}
.form-group-sm .radio label,
.form-group-sm .checkbox label {
  font-size: 11px;
}
.form-group-sm .radio .control-label:before,
.form-group-sm .checkbox .control-label:before {
  width: 12px;
  height: 12px;
  top: 2px;
  left: -18px;
  background-size: 12px;
}
.form-horizontal .radio:first-child {
  margin-top: 0;
}
.checkbox input[type="checkbox"]:focus + .control-label:before,
.checkbox-inline input[type="checkbox"]:focus + .control-label:before {
  border-radius: 4px;
  box-shadow: 0 0 5px #2699d0;
}
.checkbox input[type="checkbox"]:checked + .control-label:before,
.checkbox-inline input[type="checkbox"]:checked + .control-label:before {
  background-image: url("../colored-icons/checkbox-checked_blue.svg");
}
.checkbox input[type="checkbox"]:disabled + .control-label,
.checkbox-inline input[type="checkbox"]:disabled + .control-label {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.radio input[type="radio"] + .control-label:before,
.radio-inline input[type="radio"] + .control-label:before {
  background-image: url("../colored-icons/radio_grey.svg");
}
.radio input[type="radio"]:focus + .control-label:before,
.radio-inline input[type="radio"]:focus + .control-label:before {
  border-radius: 50%;
  box-shadow: 0 0 5px #2699d0;
}
.radio input[type="radio"]:checked + .control-label:before,
.radio-inline input[type="radio"]:checked + .control-label:before {
  background-image: url("../colored-icons/radio-checked_blue.svg");
}
.radio input[type="radio"]:disabled + .control-label,
.radio-inline input[type="radio"]:disabled + .control-label {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio-list input[type="radio"] {
  position: absolute;
  margin: 0;
  opacity: 0;
  left: 0;
  z-index: 2;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.radio-list.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.radio-list li {
  position: relative;
}
.radio-list .control-label {
  display: block;
  padding: 5px 10px;
  color: #dfdfdf;
  text-transform: unset;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: unset;
}
.radio-list input[type="radio"]:checked + .control-label {
  color: #fff;
  background-color: #2699d0;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-error .help-block,
.field_with_errors .help-block,
.has-error .control-label,
.field_with_errors .control-label,
.has-error .control-label.required em,
.field_with_errors .control-label.required em {
  color: #ca4e56;
}
.has-error .form-control,
.field_with_errors .form-control {
  border-color: #ca4e56;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.field_with_errors .form-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.has-error .input-group-addon,
.field_with_errors .input-group-addon {
  color: #ca4e56;
  border-color: #ca4e56;
  background-color: #774545;
}
.has-error label.required em {
  color: #ca4e56;
}
.parsley-error {
  border-color: #ca4e56;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.parsley-error:focus {
  border-color: #b0353d;
  opacity: 1;
  filter: alpha(opacity=100);
}
.parsley-errors-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.parsley-errors-list > li {
  padding: 10px;
  margin-bottom: 18px;
  border-radius: 3px;
  background-color: #774545;
  color: #ca4e56;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  padding: 5px 5px;
  line-height: 1.15;
}
.parsley-errors-list > li.alert-sm,
.parsley-errors-list > li.alert-compact {
  padding: 5px;
  margin-bottom: 5px;
}
.parsley-errors-list > li.alert-sm .svgicon,
.parsley-errors-list > li.alert-compact .svgicon {
  width: 13px;
  height: 13px;
}
.parsley-errors-list > li.alert-sm h4,
.parsley-errors-list > li.alert-compact h4 {
  margin-bottom: 5px;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.parsley-errors-list > li.alert-sm h4.alert-header,
.parsley-errors-list > li.alert-compact h4.alert-header {
  margin: -5px -5px 5px -5px;
  padding: 5px;
}
.parsley-errors-list > li.alert-sm h4 .icon.pull-left,
.parsley-errors-list > li.alert-compact h4 .icon.pull-left {
  margin-top: -0.15em;
}
.parsley-errors-list > li.alert-sm .media-left,
.parsley-errors-list > li.alert-compact .media-left {
  line-height: 1;
}
.parsley-errors-list > li.alert-sm .media .pull-left .icon-sm,
.parsley-errors-list > li.alert-compact .media .pull-left .icon-sm,
.parsley-errors-list > li.alert-sm .media .pull-right .icon-sm,
.parsley-errors-list > li.alert-compact .media .pull-right .icon-sm {
  margin-top: -0.65em;
}
.parsley-errors-list > li h4 {
  margin-top: 0;
  color: inherit;
}
.parsley-errors-list > li h4:before,
.parsley-errors-list > li h4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.parsley-errors-list > li h4:after {
  clear: both;
}
.parsley-errors-list > li h4:before,
.parsley-errors-list > li h4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.parsley-errors-list > li h4:after {
  clear: both;
}
.parsley-errors-list > li h4 .icon.pull-left {
  margin-top: -0.25em;
}
.parsley-errors-list > li h4.alert-header {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
}
.parsley-errors-list > li h4.alert-header .svgicon {
  margin-right: 10px !important;
}
.parsley-errors-list > li h4.alert-header .svgicon + span {
  line-height: 1.3;
}
.parsley-errors-list > li .alert-link {
  text-decoration: underline;
}
.parsley-errors-list > li .alert-link:focus,
.parsley-errors-list > li .alert-link:hover {
  text-decoration: none;
}
.parsley-errors-list > li p {
  margin-bottom: 5px;
}
.parsley-errors-list > li ul:last-child,
.parsley-errors-list > li p:last-child {
  margin-bottom: 0;
}
.parsley-errors-list > li .alert-link {
  color: #b0353d;
}
.parsley-errors-list > li .alert-header {
  background-color: #5d3636;
  border-bottom: 1px solid #362020;
}
.parsley-errors-list > li.alert-bordered {
  border: 1px solid #b88484;
}
.validator {
  position: relative;
}
.form-inline .validator {
  display: inline-block;
}
.validator input.form-control {
  padding-right: 30px;
}
.validator-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-right: 9px;
}
.validator-message {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -2px;
  padding: 0 10px;
  background-color: #353b3f;
  border-radius: 2px;
  max-width: 250px;
  min-width: 150px;
  z-index: 25;
  opacity: 0;
  overflow: hidden;
  white-space: normal;
  max-height: 0;
  transition: all 0.15s ease-in;
}
.validator-message.validator-message-danger {
  background-color: #874e4e;
  color: #fff;
}
.form-control.error:focus + .validator-content + .validator-message-danger,
.form-control.with-error:focus + .validator-content + .validator-message-danger,
.form-control-editable.with-error:focus + .validator-content + .validator-message-danger,
.validator-content:hover + .validator-message-danger {
  background-color: #ca4e56;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  max-height: 999px;
}
.validator:focus-within .validator-message-danger {
  background-color: #ca4e56;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  max-height: 999px;
}
.form-control-static {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.table-bordered-grid .form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-control-static .icon-flag,
.form-control-static .svgicon--flag {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 10;
}
.form-control-static.has-flag {
  width: 100%;
  padding-right: 45px;
}
.form-control-static.has-flag .icon-flag,
.form-control-static.has-flag .svgicon--flag {
  display: block;
}
.form-control-quazi {
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #dfdfdf;
  background-color: #121212;
  border: 2px solid #353b3f;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  display: flex;
  align-items: center;
  line-height: 1.35;
}
.form-control-quazi:not(.mod-border) {
  border-color: transparent;
  background-color: #2c2c2c;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #858585;
}
.help-block.help-block-royal {
  color: #77538c;
}
.help-block.help-block-royal-strong {
  background-color: #6f438a;
  color: #dfdfdf;
  padding: 5px 10px;
  border-radius: 2px;
}
.form-group + .help-block {
  margin-bottom: 10px;
}
.form-action {
  clear: both;
  margin-top: 18px;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-actions:after {
  clear: both;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .flipswitch,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 10px;
}
.form-horizontal .radio .control-label,
.form-horizontal .checkbox .control-label {
  padding-top: 0;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 8px;
}
.form-horizontal .form-control-static.text-large {
  padding-top: 5px;
  padding-bottom: 6px;
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.form-group-condensed .radio,
.form-group-condensed .checkbox {
  padding-top: 0;
  min-height: 0;
}
@media (min-width: 768px) {
  .form-inline {
    display: flex;
    align-items: center;
  }
  .form-inline .row {
    margin-bottom: 10px;
  }
  .form-inline .form-group,
  .form-inline .form-action,
  .form-inline .checkbox,
  .form-inline .radio {
    margin: 0;
  }
  .form-inline .checkbox + .checkbox,
  .form-inline .checkbox + .radio,
  .form-inline .radio + .checkbox,
  .form-inline .radio + .radio {
    margin-left: 20px;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .form-inline .form-action {
    margin-left: 20px;
  }
}
caption .form-inline,
.panel-heading .form-inline {
  height: auto;
}
caption .form-inline input.form-control,
.panel-heading .form-inline input.form-control {
  margin-bottom: 0;
}
caption .form-inline .form-control-static,
.panel-heading .form-inline .form-control-static,
caption .form-inline .checkbox,
.panel-heading .form-inline .checkbox,
caption .form-inline .radio,
.panel-heading .form-inline .radio {
  transform: translateY(3px);
}
.panel-heading .form-inline .form-control-static {
  transform: translateY(1px);
}
.panel-heading .form-inline .checkbox,
.panel-heading .form-inline .radio {
  transform: none;
}
.form-inline p.error {
  color: #ca4e56;
  margin: 5px 0px 0px 0px;
}
.form-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-flex .checkbox {
  margin: 0;
  margin-top: 10px;
  margin-right: 20px;
}
.form-block {
  display: block;
}
.form-block .form-group {
  margin-bottom: 0;
}
.dropdown-menu .checkbox,
.dropdown-menu .radio {
  margin: 0;
  padding: 0;
}
.dropdown-menu .checkbox:hover,
.dropdown-menu .radio:hover,
.dropdown-menu .checkbox:focus,
.dropdown-menu .radio:focus {
  background-color: #222629;
}
.dropdown-menu .checkbox + .radio,
.dropdown-menu .radio + .radio,
.dropdown-menu .checkbox + .checkbox,
.dropdown-menu .radio + .checkbox {
  margin-top: 0;
}
.dropdown-menu .checkbox .control-label,
.dropdown-menu .radio .control-label {
  display: block;
  margin-bottom: 0;
  padding: 5px 10px 5px 35px;
  line-height: normal;
}
.dropdown-menu .checkbox .control-label .svgicon:only-child,
.dropdown-menu .radio .control-label .svgicon:only-child {
  vertical-align: top;
}
.dropdown-menu .checkbox .control-label:before,
.dropdown-menu .radio .control-label:before {
  top: 6px;
  left: 10px;
}
.dropdown-menu .checkbox .custom-label,
.dropdown-menu .radio .custom-label {
  display: block;
  margin-bottom: 0;
  padding: 4px 10px;
  line-height: normal;
}
.dropdown-menu .checkbox .custom-label > .svgicon,
.dropdown-menu .radio .custom-label > .svgicon {
  margin-right: 3px;
}
.dropdown-menu .checkbox .custom-label > .svgicon + span,
.dropdown-menu .radio .custom-label > .svgicon + span {
  vertical-align: middle;
}
.dropdown-menu .checkbox-nested .control-label,
.dropdown-menu .radio-nested .control-label {
  padding: 4px 10px 4px 45px;
}
.dropdown-menu .checkbox-nested .control-label:before,
.dropdown-menu .radio-nested .control-label:before {
  left: 20px;
}
.dropdown-menu .radio-picker {
  padding: 5px 10px;
}
.dropdown-menu .radio-picker input + label {
  display: block;
}
.dropdown-menu .radio-picker .color-picker-label {
  vertical-align: middle;
}
.dropdown-menu .radio-picker .color-picker-label + span {
  vertical-align: middle;
}
.select {
  border-radius: 2px;
  position: relative;
}
.select .form-control {
  padding-right: 30px;
  background: #2c2c2c url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABxSURBVHjaYvz//z8DMYCJgUjAAiJSU1PPACklIHYF4rNQuTQgngnEFbNnz+5kgQqCFAkC8W6oYhcg7oDKGcNNhEruhio+g2TjHiBOR3YjyDoTJGtBYBbUgPfIJoLAPSAOg7rrPcwkGGCkevAQrRAgwADRTRkG9OapcwAAAABJRU5ErkJggg==") no-repeat center right 15px;
  border-width: 1px;
  border-color: #121212;
  line-height: 1.25;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.select .form-control:focus {
  border-color: #121212;
}
.select .form-control::-ms-expand {
  display: none;
}
.select .form-control.input-sm {
  background-position: center right 5px;
}
.select .form-control[multiple=multiple],
.select .form-control[multiple=multiple]:focus,
.select .form-control[multiple=multiple]:hover,
.select .form-control[multiple=multiple]:active {
  background-image: none;
  background-color: #353b3f;
}
.select-button-add {
  position: relative;
}
.select-button-add select {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  padding-left: 22px;
}
.select-button-add:after {
  content: attr(data-title);
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  background-image: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 3px 5px;
  font-size: 9px;
  line-height: 1.25;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  background-color: #2699d0;
  border-color: #1e79a5;
  border-color: transparent;
  padding-left: 22px;
  background-image: url("../colored-icons/plus_white.svg");
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 12px;
}
.select-button-add:after:focus-visible {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.select-button-add:after:hover,
.select-button-add:after:focus {
  color: #dfdfdf;
  text-decoration: none;
}
.select-button-add:after:active,
.select-button-add:after.active {
  outline: 0;
  background-image: none;
}
label.select-button-add:after {
  font-size: 12px;
  text-transform: none;
}
.select-button-add:after.disabled,
.select-button-add:after[disabled],
fieldset[disabled] .select-button-add:after {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.select-button-add:after .dropdown-fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.select-button-add:after.active:focus .dropdown-fade,
.select-button-add:after.active:hover .dropdown-fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select-button-add:after .dropdown {
  display: inline-block;
}
.select-button-add:after.filter-active,
.select-button-add:after.filter-active:focus,
.select-button-add:after.filter-active:hover {
  background-color: #b67419;
  border-color: #b67419;
  color: #fff;
}
.select-button-add:after.filter-active .svgicon,
.select-button-add:after.filter-active:focus .svgicon,
.select-button-add:after.filter-active:hover .svgicon {
  color: #fff;
  fill: #fff;
}
label.select-button-add:after {
  font-size: 9px;
  line-height: 1.25;
}
.select-button-add:after .icon {
  font-size: 12px;
  top: 0 !important;
}
.select-button-add:after .svgicon {
  width: 12px;
  height: 12px;
}
.select-button-add:after:hover,
.select-button-add:after:focus {
  color: #fff;
  background-color: #2da1d9;
}
.select-button-add:after:active,
.select-button-add:after.active,
.open .dropdown-toggle.select-button-add:after {
  color: #fff;
  background-color: #1e79a5;
}
.select-button-add:after:active,
.select-button-add:after.active,
.open .dropdown-toggle.select-button-add:after {
  background-image: none;
}
.select-button-add:after.disabled,
.select-button-add:after[disabled],
fieldset[disabled] .select-button-add:after,
.select-button-add:after.disabled:hover,
.select-button-add:after[disabled]:hover,
fieldset[disabled] .select-button-add:after:hover,
.select-button-add:after.disabled:focus,
.select-button-add:after[disabled]:focus,
fieldset[disabled] .select-button-add:after:focus,
.select-button-add:after.disabled:active,
.select-button-add:after[disabled]:active,
fieldset[disabled] .select-button-add:after:active,
.select-button-add:after.disabled.active,
.select-button-add:after[disabled].active,
fieldset[disabled] .select-button-add:after.active {
  background-color: #2699d0;
}
.select-button-add:after .svgicon {
  color: #fff;
  fill: #fff;
}
.faux-select {
  display: block;
  border-radius: 2px;
  position: relative;
  color: #dfdfdf;
  background-color: #353b3f;
  border-color: #1e2123;
  border-color: transparent;
  background-color: #2c2c2c;
  box-shadow: inset 0 0 0 1px #121212;
  line-height: 1.2;
  cursor: pointer;
  text-overflow: '';
}
.faux-select:hover,
.faux-select:focus {
  color: #dfdfdf;
  background-color: #3c4347;
}
.faux-select:active,
.faux-select.active,
.open .dropdown-toggle.faux-select {
  color: #dfdfdf;
  background-color: #2e3337;
}
.faux-select:active,
.faux-select.active,
.open .dropdown-toggle.faux-select {
  background-image: none;
}
.faux-select.disabled,
.faux-select[disabled],
fieldset[disabled] .faux-select,
.faux-select.disabled:hover,
.faux-select[disabled]:hover,
fieldset[disabled] .faux-select:hover,
.faux-select.disabled:focus,
.faux-select[disabled]:focus,
fieldset[disabled] .faux-select:focus,
.faux-select.disabled:active,
.faux-select[disabled]:active,
fieldset[disabled] .faux-select:active,
.faux-select.disabled.active,
.faux-select[disabled].active,
fieldset[disabled] .faux-select.active {
  background-color: #353b3f;
}
.faux-select .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.faux-select:focus,
.faux-select:hover {
  color: #000;
}
.faux-select .icon {
  color: #516a78;
}
.faux-select .svgicon {
  color: #516a78;
  fill: #516a78;
}
.faux-select:focus,
.faux-select:hover {
  color: inherit;
}
.with-error + .chosen-container-single {
  color: #fff;
  background-color: #874e4e;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjlweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCA5IDUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDM5LjEgKDMxNzIwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5vIDI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0yIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjAwMDAwMCwgLTYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC43MTg3NSw2LjE1NjI1IEMxMC42MzU0MTYzLDYuMTk3OTE2ODggMTAuNTcyOTE2OSw2LjIzOTU4MzEyIDEwLjUzMTI1LDYuMjgxMjUgTDguMTI1LDguNTMxMjUgTDUuNzE4NzUsNi4yODEyNSBDNS4zMjI5MTQ2OSw1LjkwNjI0ODEyIDQuODg1NDE5MDYsNS44NzQ5OTg0NCA0LjQwNjI1LDYuMTg3NSBDNC4zNjQ1ODMxMyw2LjIyOTE2Njg4IDQuMzIyOTE2ODcsNi4yNjA0MTY1NiA0LjI4MTI1LDYuMjgxMjUgQzMuOTA2MjQ4MTMsNi42NzcwODUzMSAzLjg3NDk5ODQ0LDcuMTE0NTgwOTQgNC4xODc1LDcuNTkzNzUgQzQuMjI5MTY2ODcsNy42MzU0MTY4OCA0LjI2MDQxNjU2LDcuNjc3MDgzMTIgNC4yODEyNSw3LjcxODc1IEw3LjA2MjUsMTAuMjUgQzcuMTA0MTY2ODcsMTAuNDU4MzM0NCA3LjE3NzA4MjgxLDEwLjYxNDU4MjggNy4yODEyNSwxMC43MTg3NSBDNy41MzEyNTEyNSwxMC45MDYyNTA5IDcuODEyNDk4NDQsMTAuOTg5NTgzNCA4LjEyNSwxMC45Njg3NSBDOC40NTgzMzUsMTAuOTg5NTgzNCA4LjcyOTE2NTYzLDEwLjkwNjI1MDkgOC45Mzc1LDEwLjcxODc1IEM5LjA2MjUwMDYzLDEwLjU3MjkxNTkgOS4xNDU4MzMxMiwxMC40MTY2Njc1IDkuMTg3NSwxMC4yNSBMMTEuOTM3NSw3LjcxODc1IEMxMi4zMzMzMzUzLDcuMzIyOTE0NjkgMTIuMzc1MDAxNiw2Ljg5NTgzNTYzIDEyLjA2MjUsNi40Mzc1IEMxMi4wMjA4MzMxLDYuMzc0OTk5NjkgMTEuOTc5MTY2OSw2LjMyMjkxNjg4IDExLjkzNzUsNi4yODEyNSBDMTEuNTgzMzMxNiw1LjkyNzA4MTU2IDExLjE3NzA4NTYsNS44ODU0MTUzMSAxMC43MTg3NSw2LjE1NjI1IFoiIGlkPSJvLTIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.select .field_with_errors {
  background-color: #ca4e56;
  border-radius: 2px;
}
.select .field_with_errors .form-control {
  color: #fff;
  border-color: transparent !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjlweCIgaGVpZ2h0PSI1cHgiIHZpZXdCb3g9IjAgMCA5IDUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDM5LjEgKDMxNzIwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5vIDI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0yIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjAwMDAwMCwgLTYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC43MTg3NSw2LjE1NjI1IEMxMC42MzU0MTYzLDYuMTk3OTE2ODggMTAuNTcyOTE2OSw2LjIzOTU4MzEyIDEwLjUzMTI1LDYuMjgxMjUgTDguMTI1LDguNTMxMjUgTDUuNzE4NzUsNi4yODEyNSBDNS4zMjI5MTQ2OSw1LjkwNjI0ODEyIDQuODg1NDE5MDYsNS44NzQ5OTg0NCA0LjQwNjI1LDYuMTg3NSBDNC4zNjQ1ODMxMyw2LjIyOTE2Njg4IDQuMzIyOTE2ODcsNi4yNjA0MTY1NiA0LjI4MTI1LDYuMjgxMjUgQzMuOTA2MjQ4MTMsNi42NzcwODUzMSAzLjg3NDk5ODQ0LDcuMTE0NTgwOTQgNC4xODc1LDcuNTkzNzUgQzQuMjI5MTY2ODcsNy42MzU0MTY4OCA0LjI2MDQxNjU2LDcuNjc3MDgzMTIgNC4yODEyNSw3LjcxODc1IEw3LjA2MjUsMTAuMjUgQzcuMTA0MTY2ODcsMTAuNDU4MzM0NCA3LjE3NzA4MjgxLDEwLjYxNDU4MjggNy4yODEyNSwxMC43MTg3NSBDNy41MzEyNTEyNSwxMC45MDYyNTA5IDcuODEyNDk4NDQsMTAuOTg5NTgzNCA4LjEyNSwxMC45Njg3NSBDOC40NTgzMzUsMTAuOTg5NTgzNCA4LjcyOTE2NTYzLDEwLjkwNjI1MDkgOC45Mzc1LDEwLjcxODc1IEM5LjA2MjUwMDYzLDEwLjU3MjkxNTkgOS4xNDU4MzMxMiwxMC40MTY2Njc1IDkuMTg3NSwxMC4yNSBMMTEuOTM3NSw3LjcxODc1IEMxMi4zMzMzMzUzLDcuMzIyOTE0NjkgMTIuMzc1MDAxNiw2Ljg5NTgzNTYzIDEyLjA2MjUsNi40Mzc1IEMxMi4wMjA4MzMxLDYuMzc0OTk5NjkgMTEuOTc5MTY2OSw2LjMyMjkxNjg4IDExLjkzNzUsNi4yODEyNSBDMTEuNTgzMzMxNiw1LjkyNzA4MTU2IDExLjE3NzA4NTYsNS44ODU0MTUzMSAxMC43MTg3NSw2LjE1NjI1IFoiIGlkPSJvLTIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.select .field_with_errors .control-label.required em {
  color: #ca4e56;
}
.select-light {
  border-radius: 2px;
  position: relative;
  background-color: #fff;
  border-color: #dfdfdf;
  background-color: #272727;
  color: #dfdfdf;
  border-color: transparent;
}
.select-light:hover,
.select-light:focus {
  color: #dfdfdf;
  background-color: #fff;
}
.select-light:active,
.select-light.active,
.open .dropdown-toggle.select-light {
  color: #dfdfdf;
  background-color: #efefef;
}
.select-light:active,
.select-light.active,
.open .dropdown-toggle.select-light {
  background-image: none;
}
.select-light.disabled,
.select-light[disabled],
fieldset[disabled] .select-light,
.select-light.disabled:hover,
.select-light[disabled]:hover,
fieldset[disabled] .select-light:hover,
.select-light.disabled:focus,
.select-light[disabled]:focus,
fieldset[disabled] .select-light:focus,
.select-light.disabled:active,
.select-light[disabled]:active,
fieldset[disabled] .select-light:active,
.select-light.disabled.active,
.select-light[disabled].active,
fieldset[disabled] .select-light.active {
  background-color: #fff;
}
.select-light .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.select-light:focus,
.select-light:hover {
  color: #dfdfdf;
}
.select-light .icon {
  color: #858585;
}
.select-light .svgicon {
  color: #858585;
  fill: #858585;
}
.select-light:not(.auto-width) {
  min-width: 110px;
}
.select-light .form-control {
  padding-right: 30px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABxSURBVHjaYvz//z8DMYCJgUjAAiJSU1PPACklIHYF4rNQuTQgngnEFbNnz+5kgQqCFAkC8W6oYhcg7oDKGcNNhEruhio+g2TjHiBOR3YjyDoTJGtBYBbUgPfIJoLAPSAOg7rrPcwkGGCkevAQrRAgwADRTRkG9OapcwAAAABJRU5ErkJggg==") no-repeat center right 5px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.no-label-margin {
  margin-top: 22px;
}
.no-legend-margin {
  margin-top: 38px;
}
.extra-form-control {
  display: inline-block;
}
.extra-form-control .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  min-height: 0;
  line-height: 1;
}
.error.help-block,
.with-error.help-block,
.error.control-label.required em,
.with-error.control-label.required em {
  color: #ca4e56;
}
.error.control-label,
.with-error.control-label {
  color: #ca4e56 !important;
}
.error.form-control:not(select),
.with-error.form-control:not(select) {
  border-color: #874e4e;
}
.error.form-control:not(select):focus,
.with-error.form-control:not(select):focus {
  border-color: #ca4e56;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (prefers-color-scheme: light) {
  .field-error {
    color: #ca4e56;
  }
}
.field-error.control-label {
  color: #ca4e56 !important;
}
.field-error.form-control:not(select) {
  border-color: #874e4e;
  background-color: #774545;
}
.field-error.form-control:not(select):focus {
  border-color: #ca4e56;
  opacity: 1;
  filter: alpha(opacity=100);
}
.select .error,
.select .with-error {
  color: #fff;
  border-radius: 2px;
  border-color: transparent !important;
  background-color: #874e4e !important;
}
.select .error *,
.select .with-error * {
  color: #dfdfdf !important;
}
.input-action-wrapper {
  position: relative;
}
.input-action-wrapper .bootstrap-tagsinput {
  padding-right: 30px;
}
.input-action-wrapper .input-sm {
  padding-right: 20px;
}
.input-action {
  position: absolute;
  top: 9px;
  right: 10px;
}
.input-action-sm {
  top: 2px;
  right: 5px;
}
.input-action-sm .icon {
  font-size: 12px;
}
.input-action-sm .icon.pull-left,
.input-action-sm .icon.pull-right {
  top: 1px;
}
.input-action-sm .icon.icon-person {
  font-size: 10px;
  top: -1px;
}
.form-control-editable {
  height: 36px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #dfdfdf;
  vertical-align: middle;
  background-color: #121212;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #2699d0;
  -webkit-transition: background-color ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s;
}
.form-control-editable.no-shadow {
  box-shadow: none;
}
.table-condensed .form-control-editable {
  height: 30px;
}
.form-control-editable:-moz-placeholder {
  color: #858585;
  opacity: 1;
}
.form-control-editable::-moz-placeholder {
  color: #858585;
  opacity: 1;
}
.form-control-editable:-ms-input-placeholder {
  color: #858585;
}
.form-control-editable::-webkit-input-placeholder {
  color: #858585;
}
.form-control-editable:hover:not(select) {
  background-color: #3d3d36;
}
.form-control-editable:focus,
.form-control-editable:active {
  color: #dfdfdf;
  background-color: #32322c !important;
  outline: 0;
}
select.form-control-editable {
  max-width: 100%;
  padding-right: 30px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABxSURBVHjaYvz//z8DMYCJgUjAAiJSU1PPACklIHYF4rNQuTQgngnEFbNnz+5kgQqCFAkC8W6oYhcg7oDKGcNNhEruhio+g2TjHiBOR3YjyDoTJGtBYBbUgPfIJoLAPSAOg7rrPcwkGGCkevAQrRAgwADRTRkG9OapcwAAAABJRU5ErkJggg==") no-repeat center right 15px;
  border-color: transparent !important;
  line-height: 1.2;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  box-shadow: none;
}
select.form-control-editable.form-control-width-adjust {
  max-width: 170px !important;
  min-width: 100px;
}
select.form-control-editable::-ms-expand {
  display: none;
}
select.form-control-editable:focus,
select.form-control-editable:active {
  background-color: transparent !important;
  box-shadow: none;
}
.form-control-editable[disabled] {
  color: #858585;
}
.form-control-editable.with-error,
.form-control-editable.with-error:hover,
.form-control-editable.with-error:focus {
  color: #ca4e56;
  box-shadow: inset 0 0 0 1px #ca4e56;
}
.form-control-editable.text-danger {
  color: #cf7675;
}
.input-group-editable {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 36px;
  align-items: center;
}
.table-condensed .input-group-editable {
  height: 30px;
}
.input-group-editable .form-control-wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.input-group-editable .form-control-editable,
.input-group-editable .form-control-static {
  width: 100%;
  height: 100%;
}
.input-group-editable .icon-flag,
.input-group-editable .svgicon--flag {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 10;
}
.input-group-editable.has-flag select.form-control-editable {
  margin-right: 15px;
}
.input-group-editable.has-flag .icon-flag,
.input-group-editable.has-flag .svgicon--flag {
  display: block;
}
.StripeElement {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #dfdfdf;
  background-color: #121212;
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.StripeElement.StripeElement--invalid {
  border-color: #874e4e;
}
.activity-mask {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.datepicker-wrapper {
  background-color: #fff;
  background-color: #080808;
  box-shadow: inset 0 0 0 1px #121212;
}
.datepicker-wrapper .form-control {
  background: transparent url("../colored-icons/arrow-down_grey.svg") no-repeat right 50%;
  background-size: 12px;
  cursor: pointer;
  background-color: transparent;
}
.datepicker-wrapper .form-control:focus,
.datepicker-wrapper .form-control:hover {
  outline: none;
  border-color: transparent !important;
}
.datepicker-wrapper .change-date {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.datepicker-wrapper .change-date .svgicon {
  width: 12px;
  height: 12px;
}
#aligni-revision-bypass-checkboxes {
  display: none;
}
.search-form {
  position: relative;
  width: 38px;
  height: 36px;
  float: right;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-form .form-control {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border-width: 3px;
  border-radius: 2px;
  border-color: transparent;
}
.search-form:not(.open) .form-control {
  visibility: hidden;
}
.search-form.search-form-standard {
  width: auto;
  height: auto;
  float: none;
}
.btn-search {
  display: block;
  position: absolute !important;
  right: 0;
  top: 0;
}
.btn-search .icon {
  top: -2px !important;
}
.search-form-standard .btn-search .icon {
  color: #7DC8Ec;
}
.search-form-standard .btn-search .svgicon {
  color: #7DC8Ec;
  fill: #7DC8Ec;
}
.search-form.open {
  width: 300px;
}
.search-form.open .tt-input {
  background-color: #fff !important;
  border-color: transparent !important;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 0;
}
.search-form.open .btn-search {
  background: transparent;
  color: #2699d0;
}
.search-form.open .btn-search .svgicon {
  color: #2699d0;
  fill: #2699d0;
}
.search-form.open .btn-search:hover,
.search-form.open .btn-search:focus {
  background: transparent;
  color: #4baede;
}
.search-form.open .btn-search:hover .svgicon,
.search-form.open .btn-search:focus .svgicon {
  color: #4baede;
  fill: #4baede;
}
.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.search-form .twitter-typeahead {
  display: block !important;
}
.tt-menu {
  max-height: 550px;
  overflow-y: auto;
  margin-top: 2px;
  padding: 5px;
  background-color: #fff;
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.search-form .tt-menu {
  padding-top: 0;
}
.filters-form .tt-menu {
  line-height: 1.5;
}
.tt-header {
  margin: 5px 0;
  background: #f0f1f2;
  padding: 10px;
  font-size: 14px;
  border-radius: 2px;
}
.tt-header .icon {
  color: #aab0b3;
  margin-right: 10px;
}
.tt-suggestion {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-radius: 2px;
}
.tt-suggestion p {
  margin: 0;
}
.tt-menu-condensed .tt-suggestion {
  padding-top: 0;
  padding-bottom: 0;
}
.tt-suggestion.tt-cursor:not(.bug):not(.tag) {
  background: #2699d0;
  text-decoration: none;
  color: #fff;
}
.tt-suggestion.tt-cursor.bug.bug-yellow {
  color: #da7674;
}
.tt-hint {
  width: 100%;
  height: 36px;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: transparent;
  vertical-align: middle;
  background-color: transparent !important;
}
.ui-autocomplete-input {
  visibility: hidden;
  border-radius: 0 !important;
}
.open .ui-autocomplete-input {
  visibility: visible;
}
li.autocomplete_part div.part_number {
  float: left;
  font-size: 14px;
  height: auto;
  margin-right: 0;
  overflow: hidden;
  max-width: 60px;
  text-overflow: ellipsis;
}
.ui-autocomplete-width-7 li.autocomplete_part div.part_number {
  max-width: 70px;
}
.ui-autocomplete-width-8 li.autocomplete_part div.part_number {
  max-width: 80px;
}
.ui-autocomplete-width-9 li.autocomplete_part div.part_number {
  max-width: 90px;
}
.ui-autocomplete-width-10 li.autocomplete_part div.part_number {
  max-width: 100px;
}
.ui-autocomplete-width-11 li.autocomplete_part div.part_number {
  max-width: 110px;
}
.ui-autocomplete-width-12 li.autocomplete_part div.part_number {
  max-width: 120px;
}
.ui-autocomplete-width-13 li.autocomplete_part div.part_number {
  max-width: 130px;
}
.ui-autocomplete-width-14 li.autocomplete_part div.part_number {
  max-width: 140px;
}
li.autocomplete_part div.manufacturer_pn {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
li.autocomplete_part div.manufacturer {
  color: #858585;
}
li.autocomplete_part div.manufacturer,
li.autocomplete_part div.comment,
li.autocomplete_part div.description {
  font-size: 12px;
  margin-top: 5px;
}
li.autocomplete_part div.manufacturer_pn,
li.autocomplete_part div.manufacturer,
li.autocomplete_part div.comment,
li.autocomplete_part div.description {
  margin-left: 60px;
}
.ui-autocomplete-loading {
  background-image: image-url('loading-alt.gif');
  background-repeat: no-repeat;
  background-position: 80% 50%;
}
.tt-input {
  border-color: transparent !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.search-form-standard .tt-input {
  background-color: #121212 !important;
  border: 2px solid #353b3f !important;
  border-radius: 2px !important;
  opacity: 1;
}
.search-form-standard .tt-input:focus {
  border-color: #2699d0 !important;
}
.part-number {
  display: inline-block;
  width: 17%;
  margin-right: 6.5%;
  vertical-align: top;
}
.part-info {
  display: inline-block;
  width: 75%;
  font-size: 13px;
}
.part_manufacturer_pn {
  font-size: 14px;
}
.part_manufacturer {
  color: #858585;
}
.tt-cursor .part_manufacturer {
  color: #fff;
}
.search-filter {
  position: relative;
}
.search-filter .form-control {
  padding-right: 30px;
}
.search-filter .btn-search {
  position: absolute;
  bottom: 0;
  right: 15px;
  top: auto;
  background: none;
  color: #2699d0;
}
.btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  background-image: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus-visible {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #dfdfdf;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
label.btn {
  font-size: 12px;
  text-transform: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn .dropdown-fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.btn.active:focus .dropdown-fade,
.btn.active:hover .dropdown-fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn .dropdown {
  display: inline-block;
}
.btn.filter-active,
.btn.filter-active:focus,
.btn.filter-active:hover {
  background-color: #b67419;
  border-color: #b67419;
  color: #fff;
}
.btn.filter-active .svgicon,
.btn.filter-active:focus .svgicon,
.btn.filter-active:hover .svgicon {
  color: #fff;
  fill: #fff;
}
button.unstyled {
  border: 0;
  background: none;
  padding: 0;
}
.paging .btn-group .btn,
.paging .btn-group .btn + .btn,
.input-group-btn .btn {
  border-color: transparent;
}
.btn-circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
}
.btn-circle .svgicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-circle.btn-sm {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.btn-circle.btn-sm .icon {
  font-size: 12px;
}
.btn-default {
  color: #dfdfdf;
  background-color: #353b3f;
  border-color: #1e2123;
}
.btn-default:hover,
.btn-default:focus {
  color: #dfdfdf;
  background-color: #3c4347;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #dfdfdf;
  background-color: #2e3337;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #353b3f;
}
.btn-default .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.btn-default:focus,
.btn-default:hover {
  color: #000;
}
.btn-default .icon {
  color: #516a78;
}
.btn-default .svgicon {
  color: #516a78;
  fill: #516a78;
}
.btn-default-alt {
  color: #efefef;
  background-color: transparent;
  border-color: transparent;
}
.btn-default-alt:hover,
.btn-default-alt:focus {
  color: #efefef;
  background-color: transparent;
}
.btn-default-alt:active,
.btn-default-alt.active,
.open .dropdown-toggle.btn-default-alt {
  color: #efefef;
  background-color: rgba(0, 0, 0, 0.15);
}
.btn-default-alt:active,
.btn-default-alt.active,
.open .dropdown-toggle.btn-default-alt {
  background-image: none;
}
.btn-default-alt.disabled,
.btn-default-alt[disabled],
fieldset[disabled] .btn-default-alt,
.btn-default-alt.disabled:hover,
.btn-default-alt[disabled]:hover,
fieldset[disabled] .btn-default-alt:hover,
.btn-default-alt.disabled:focus,
.btn-default-alt[disabled]:focus,
fieldset[disabled] .btn-default-alt:focus,
.btn-default-alt.disabled:active,
.btn-default-alt[disabled]:active,
fieldset[disabled] .btn-default-alt:active,
.btn-default-alt.disabled.active,
.btn-default-alt[disabled].active,
fieldset[disabled] .btn-default-alt.active {
  background-color: transparent;
}
.btn-default-alt .svgicon {
  color: #efefef;
  fill: #efefef;
}
.btn-default-alt .svgicon--plus-normal {
  color: #7491a1;
  fill: #7491a1;
}
.btn-default-alt:hover,
.btn-default-alt:focus {
  color: #fff;
}
.btn-default-alt:hover .svgicon,
.btn-default-alt:focus .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-default-alt option {
  color: #000 !important;
}
.btn-hover-default:hover,
.btn-hover-default:focus {
  color: #dfdfdf !important;
  background-color: #353b3f;
  border-color: #1e2123;
}
.btn-hover-primary:hover,
.btn-hover-primary:focus {
  color: #fff;
  background-color: #2699d0;
  border-color: #1e79a5;
}
.btn-hover-primary:hover .icon,
.btn-hover-primary:focus .icon {
  color: #fff;
}
.btn-hover-primary:hover .svgicon,
.btn-hover-primary:focus .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-hover-danger:hover,
.btn-hover-danger:focus {
  color: #fff !important;
  background-color: #cf7675 !important;
  border-color: #c2504f;
}
.btn-hover-danger:hover .icon,
.btn-hover-danger:focus .icon {
  color: #fff !important;
}
.btn-hover-danger:hover .svgicon,
.btn-hover-danger:focus .svgicon {
  color: #fff !important;
  fill: #fff !important;
}
.btn-primary {
  color: #fff;
  background-color: #2699d0;
  border-color: #1e79a5;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #2da1d9;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1e79a5;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2699d0;
}
.btn-primary .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: #9B917A;
  border-color: #817761;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #a69d89;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #90856c;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #9B917A;
}
.btn-secondary .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-secondary .icon {
  color: #fff;
}
.btn-secondary .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-tertiary {
  color: #fff;
  background-color: #516a78;
  border-color: #3c4f5a;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  color: #fff;
  background-color: #5b7787;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  color: #fff;
  background-color: #475d69;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #516a78;
}
.btn-tertiary .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-border-primary {
  color: #2699d0;
  background-color: transparent;
  border-color: #2699d0;
}
.btn-border-primary:hover,
.btn-border-primary:focus {
  color: #2699d0;
  background-color: transparent;
}
.btn-border-primary:active,
.btn-border-primary.active,
.open .dropdown-toggle.btn-border-primary {
  color: #2699d0;
  background-color: transparent;
}
.btn-border-primary:active,
.btn-border-primary.active,
.open .dropdown-toggle.btn-border-primary {
  background-image: none;
}
.btn-border-primary.disabled,
.btn-border-primary[disabled],
fieldset[disabled] .btn-border-primary,
.btn-border-primary.disabled:hover,
.btn-border-primary[disabled]:hover,
fieldset[disabled] .btn-border-primary:hover,
.btn-border-primary.disabled:focus,
.btn-border-primary[disabled]:focus,
fieldset[disabled] .btn-border-primary:focus,
.btn-border-primary.disabled:active,
.btn-border-primary[disabled]:active,
fieldset[disabled] .btn-border-primary:active,
.btn-border-primary.disabled.active,
.btn-border-primary[disabled].active,
fieldset[disabled] .btn-border-primary.active {
  background-color: transparent;
}
.btn-border-primary .svgicon {
  color: #2699d0;
  fill: #2699d0;
}
.btn-border-tertiary {
  color: #516a78;
  background-color: transparent;
  border-color: #516a78;
}
.btn-border-tertiary:hover,
.btn-border-tertiary:focus {
  color: #516a78;
  background-color: transparent;
}
.btn-border-tertiary:active,
.btn-border-tertiary.active,
.open .dropdown-toggle.btn-border-tertiary {
  color: #516a78;
  background-color: transparent;
}
.btn-border-tertiary:active,
.btn-border-tertiary.active,
.open .dropdown-toggle.btn-border-tertiary {
  background-image: none;
}
.btn-border-tertiary.disabled,
.btn-border-tertiary[disabled],
fieldset[disabled] .btn-border-tertiary,
.btn-border-tertiary.disabled:hover,
.btn-border-tertiary[disabled]:hover,
fieldset[disabled] .btn-border-tertiary:hover,
.btn-border-tertiary.disabled:focus,
.btn-border-tertiary[disabled]:focus,
fieldset[disabled] .btn-border-tertiary:focus,
.btn-border-tertiary.disabled:active,
.btn-border-tertiary[disabled]:active,
fieldset[disabled] .btn-border-tertiary:active,
.btn-border-tertiary.disabled.active,
.btn-border-tertiary[disabled].active,
fieldset[disabled] .btn-border-tertiary.active {
  background-color: transparent;
}
.btn-border-tertiary .svgicon {
  color: #516a78;
  fill: #516a78;
}
.btn-border-danger {
  color: #cf7675;
  background-color: transparent;
  border-color: #cf7675;
}
.btn-border-danger:hover,
.btn-border-danger:focus {
  color: #cf7675;
  background-color: transparent;
}
.btn-border-danger:active,
.btn-border-danger.active,
.open .dropdown-toggle.btn-border-danger {
  color: #cf7675;
  background-color: transparent;
}
.btn-border-danger:active,
.btn-border-danger.active,
.open .dropdown-toggle.btn-border-danger {
  background-image: none;
}
.btn-border-danger.disabled,
.btn-border-danger[disabled],
fieldset[disabled] .btn-border-danger,
.btn-border-danger.disabled:hover,
.btn-border-danger[disabled]:hover,
fieldset[disabled] .btn-border-danger:hover,
.btn-border-danger.disabled:focus,
.btn-border-danger[disabled]:focus,
fieldset[disabled] .btn-border-danger:focus,
.btn-border-danger.disabled:active,
.btn-border-danger[disabled]:active,
fieldset[disabled] .btn-border-danger:active,
.btn-border-danger.disabled.active,
.btn-border-danger[disabled].active,
fieldset[disabled] .btn-border-danger.active {
  background-color: transparent;
}
.btn-border-danger .svgicon {
  color: #cf7675;
  fill: #cf7675;
}
.btn-muted {
  color: #fff;
  background-color: #858585;
  border-color: #6c6c6c;
}
.btn-muted:hover,
.btn-muted:focus {
  color: #fff;
  background-color: #929292;
}
.btn-muted:active,
.btn-muted.active,
.open .dropdown-toggle.btn-muted {
  color: #fff;
  background-color: #787878;
}
.btn-muted:active,
.btn-muted.active,
.open .dropdown-toggle.btn-muted {
  background-image: none;
}
.btn-muted.disabled,
.btn-muted[disabled],
fieldset[disabled] .btn-muted,
.btn-muted.disabled:hover,
.btn-muted[disabled]:hover,
fieldset[disabled] .btn-muted:hover,
.btn-muted.disabled:focus,
.btn-muted[disabled]:focus,
fieldset[disabled] .btn-muted:focus,
.btn-muted.disabled:active,
.btn-muted[disabled]:active,
fieldset[disabled] .btn-muted:active,
.btn-muted.disabled.active,
.btn-muted[disabled].active,
fieldset[disabled] .btn-muted.active {
  background-color: #858585;
}
.btn-muted .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-royal {
  color: #fff;
  background-color: #77538c;
  border-color: #5c406c;
}
.btn-royal:hover,
.btn-royal:focus {
  color: #fff;
  background-color: #855c9c;
}
.btn-royal:active,
.btn-royal.active,
.open .dropdown-toggle.btn-royal {
  color: #fff;
  background-color: #694a7c;
}
.btn-royal:active,
.btn-royal.active,
.open .dropdown-toggle.btn-royal {
  background-image: none;
}
.btn-royal.disabled,
.btn-royal[disabled],
fieldset[disabled] .btn-royal,
.btn-royal.disabled:hover,
.btn-royal[disabled]:hover,
fieldset[disabled] .btn-royal:hover,
.btn-royal.disabled:focus,
.btn-royal[disabled]:focus,
fieldset[disabled] .btn-royal:focus,
.btn-royal.disabled:active,
.btn-royal[disabled]:active,
fieldset[disabled] .btn-royal:active,
.btn-royal.disabled.active,
.btn-royal[disabled].active,
fieldset[disabled] .btn-royal.active {
  background-color: #77538c;
}
.btn-royal .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #cf7675;
  border-color: #c2504f;
}
.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background-color: #d68988;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c86362;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cf7675;
}
.btn-danger .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-danger-alt {
  color: #fff;
  background-color: #cf7675;
  border-color: #c2504f;
}
.btn-danger-alt:hover,
.btn-danger-alt:focus {
  color: #fff;
  background-color: #d68988;
}
.btn-danger-alt:active,
.btn-danger-alt.active,
.open .dropdown-toggle.btn-danger-alt {
  color: #fff;
  background-color: #c86362;
}
.btn-danger-alt:active,
.btn-danger-alt.active,
.open .dropdown-toggle.btn-danger-alt {
  background-image: none;
}
.btn-danger-alt.disabled,
.btn-danger-alt[disabled],
fieldset[disabled] .btn-danger-alt,
.btn-danger-alt.disabled:hover,
.btn-danger-alt[disabled]:hover,
fieldset[disabled] .btn-danger-alt:hover,
.btn-danger-alt.disabled:focus,
.btn-danger-alt[disabled]:focus,
fieldset[disabled] .btn-danger-alt:focus,
.btn-danger-alt.disabled:active,
.btn-danger-alt[disabled]:active,
fieldset[disabled] .btn-danger-alt:active,
.btn-danger-alt.disabled.active,
.btn-danger-alt[disabled].active,
fieldset[disabled] .btn-danger-alt.active {
  background-color: #cf7675;
}
.btn-danger-alt .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5e7b4d;
  border-color: #465c39;
}
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  background-color: #6a8b57;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #526b43;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5e7b4d;
}
.btn-success .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-dark {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #c6c6c6;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #ececec;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #d2d2d2;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #dfdfdf;
}
.btn-dark .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-light {
  color: #dfdfdf;
  background-color: #fff;
  border-color: #dfdfdf;
}
.btn-light:hover,
.btn-light:focus {
  color: #dfdfdf;
  background-color: #fff;
}
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  color: #dfdfdf;
  background-color: #efefef;
}
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #fff;
}
.btn-light .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.btn-light:focus,
.btn-light:hover {
  color: #dfdfdf;
}
.btn-light .icon {
  color: #858585;
}
.btn-light .svgicon {
  color: #858585;
  fill: #858585;
}
.btn-octopart {
  color: #fff;
  background-color: #3e73b9;
  border-color: #315b93;
}
.btn-octopart:hover,
.btn-octopart:focus {
  color: #fff;
  background-color: #4d80c3;
}
.btn-octopart:active,
.btn-octopart.active,
.open .dropdown-toggle.btn-octopart {
  color: #fff;
  background-color: #3867a6;
}
.btn-octopart:active,
.btn-octopart.active,
.open .dropdown-toggle.btn-octopart {
  background-image: none;
}
.btn-octopart.disabled,
.btn-octopart[disabled],
fieldset[disabled] .btn-octopart,
.btn-octopart.disabled:hover,
.btn-octopart[disabled]:hover,
fieldset[disabled] .btn-octopart:hover,
.btn-octopart.disabled:focus,
.btn-octopart[disabled]:focus,
fieldset[disabled] .btn-octopart:focus,
.btn-octopart.disabled:active,
.btn-octopart[disabled]:active,
fieldset[disabled] .btn-octopart:active,
.btn-octopart.disabled.active,
.btn-octopart[disabled].active,
fieldset[disabled] .btn-octopart.active {
  background-color: #3e73b9;
}
.btn-octopart .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-clean {
  color: #606060;
  background-color: #fff;
  border-color: #e6e6e6;
  border-color: #353b3f !important;
}
.btn-clean:hover,
.btn-clean:focus {
  color: #606060;
  background-color: #353b3f;
}
.btn-clean:active,
.btn-clean.active,
.open .dropdown-toggle.btn-clean {
  color: #606060;
  background-color: #2e3337;
}
.btn-clean:active,
.btn-clean.active,
.open .dropdown-toggle.btn-clean {
  background-image: none;
}
.btn-clean.disabled,
.btn-clean[disabled],
fieldset[disabled] .btn-clean,
.btn-clean.disabled:hover,
.btn-clean[disabled]:hover,
fieldset[disabled] .btn-clean:hover,
.btn-clean.disabled:focus,
.btn-clean[disabled]:focus,
fieldset[disabled] .btn-clean:focus,
.btn-clean.disabled:active,
.btn-clean[disabled]:active,
fieldset[disabled] .btn-clean:active,
.btn-clean.disabled.active,
.btn-clean[disabled].active,
fieldset[disabled] .btn-clean.active {
  background-color: #fff;
}
.btn-clean .svgicon {
  color: #606060;
  fill: #606060;
}
.btn-part-cart {
  color: #fff;
  background-color: #8cd1e8;
  border-color: #62c0e0;
}
.btn-part-cart:hover,
.btn-part-cart:focus {
  color: #fff;
  background-color: #a1daec;
}
.btn-part-cart:active,
.btn-part-cart.active,
.open .dropdown-toggle.btn-part-cart {
  color: #fff;
  background-color: #8cd1e8;
}
.btn-part-cart:active,
.btn-part-cart.active,
.open .dropdown-toggle.btn-part-cart {
  background-image: none;
}
.btn-part-cart.disabled,
.btn-part-cart[disabled],
fieldset[disabled] .btn-part-cart,
.btn-part-cart.disabled:hover,
.btn-part-cart[disabled]:hover,
fieldset[disabled] .btn-part-cart:hover,
.btn-part-cart.disabled:focus,
.btn-part-cart[disabled]:focus,
fieldset[disabled] .btn-part-cart:focus,
.btn-part-cart.disabled:active,
.btn-part-cart[disabled]:active,
fieldset[disabled] .btn-part-cart:active,
.btn-part-cart.disabled.active,
.btn-part-cart[disabled].active,
fieldset[disabled] .btn-part-cart.active {
  background-color: #8cd1e8;
}
.btn-part-cart .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-part-cart .icon {
  margin: 0;
}
.btn-part-cart .svgicon {
  margin: 0;
}
.btn-input-helper {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  color: #CDD9E0;
  background: #fff;
  line-height: 14px;
  border: 2px solid #353b3f;
  border-radius: 50%;
  text-align: center;
}
.btn-input-helper:hover,
.btn-input-helper:focus {
  color: #2699d0;
}
.btn-input-helper:active {
  color: #bdcdd6;
}
.btn-input-helper .icon {
  top: 0 !important;
  font-size: 14px;
}
.btn-input-helper .svgicon {
  width: 14px;
  height: 14px;
  top: -1px;
}
.btn-toggle {
  color: #516a78;
  border-color: #516a78;
  background: transparent;
  padding: 3px 5px;
  font-size: 9px;
  line-height: 1.25;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
  transition: padding-left 0.15s;
}
.panel-heading .btn-toggle.without-tick span {
  line-height: 1;
  vertical-align: middle;
}
.btn-toggle:not(.without-tick):before {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  background-image: url("../colored-icons/tick_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px auto;
  opacity: 0;
  transition: opacity .15s .15s;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: #3c4f5a;
}
.btn-toggle.active:focus,
.btn-toggle.active:hover {
  background-color: #5b7787;
}
.btn-toggle.active {
  color: #fff;
  border-color: #3c4f5a;
  background-color: #516a78;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.btn-toggle.active:before {
  opacity: 1;
}
.btn-toggle.active:not(.without-tick) {
  padding-left: 18px;
}
label.btn-toggle {
  font-size: 9px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.btn-toggle.btn-toggle-tab {
  padding: 10px 10px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  color: #dfdfdf;
}
.btn-toggle.btn-toggle-tab.active {
  color: #fff;
  padding-left: 36px;
}
.btn-toggle.btn-toggle-tab:not(.without-tick)::before {
  top: 10px;
  background-size: 16px;
  width: 16px;
  height: 16px;
  left: 10px;
}
.btn-group--icon .btn-toggle {
  padding: 2px 5px;
}
.btn-toggle-alt {
  color: #efefef;
  border-color: rgba(0, 0, 0, 0.07);
  background: transparent;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.btn-toggle-alt:hover,
.btn-toggle-alt:focus {
  color: #fff;
}
.btn-toggle-alt:active,
.btn-toggle-alt.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.1);
}
.btn-toggle-group {
  margin: -2px 0;
}
.btn-toggle-group .btn {
  color: #2699d0;
  border: 1px solid #2699d0;
  background-color: transparent;
}
.btn-toggle-group .btn:hover,
.btn-toggle-group .btn:focus {
  background: #ECF3F5;
}
.btn-toggle-group .btn.active {
  background: #2699d0;
  border-color: #2699d0;
}
.btn-toggle-group--royal .btn {
  color: #77538c;
  border: 1px solid #77538c;
  background-color: transparent;
}
.btn-toggle-group--royal .btn:hover,
.btn-toggle-group--royal .btn:focus {
  background: #ECF3F5;
}
.btn-toggle-group--royal .btn.active {
  background: #77538c;
  border-color: #77538c;
}
.btn-toggle-group .btn {
  padding: 2px 4px;
  margin: 2px 0;
  line-height: 1.25;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
.table-tree-vaults .btn-toggle-group .btn {
  padding: 0 2px;
}
.btn-toggle-group .btn.active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-toggle-group--simple .btn {
  font-size: 12px;
}
.btn-toggle-group:not(.btn-toggle-group--simple) .btn {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
}
.btn-toggle-group .btn.disabled {
  color: #2c2c2c;
  border-color: #2c2c2c;
  background-color: #080808;
  opacity: 1;
  filter: alpha(opacity=100);
}
.table-tree-vaults .btn-toggle-group {
  display: grid;
  grid-template-columns: repeat(3, min-content);
  column-gap: 10px;
  row-gap: 2px;
  justify-items: start;
  margin: 0;
}
.table-tree-vaults .btn-toggle-group .btn {
  font-weight: normal;
}
.btn-icon {
  padding: 2px 2px;
  font-size: 9px;
  line-height: 1;
  border-radius: 2px;
  width: 19px;
  height: 19px;
  background-color: #516a78;
  border-color: #3c4f5a;
}
caption .btn-toolbar .btn-icon {
  position: relative;
  top: -1px;
  margin-top: -1px;
}
caption .flex-middle .btn-icon {
  top: auto;
  margin-top: 0;
  vertical-align: middle;
}
.btn-icon.btn-auto {
  padding: 2px 5px;
  width: auto;
}
.btn-icon .icon {
  top: 0 !important;
  color: #fff;
  font-size: 13px;
}
.btn-icon .svgicon {
  color: #fff;
  fill: #fff;
  width: 13px;
  height: 13px;
  margin-top: 0;
}
.btn-icon:focus,
.btn-icon:hover {
  background-color: #5b7787;
}
.btn-icon.subscribe-toggle {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.btn-icon.subscribe-toggle .svgicon {
  width: 10px;
  height: 10px;
}
.btn-icon-ultracart {
  background-color: #61B6E6;
  border-color: #35a2df;
}
.btn-icon-ultracart:focus,
.btn-icon-ultracart:hover {
  background-color: #6ebce8;
}
.btn-icon-primary {
  background-color: #2699d0;
  border-color: #1e79a5;
}
.btn-icon-primary:focus,
.btn-icon-primary:hover {
  background-color: #2da1d9;
}
.btn-icon-danger {
  background-color: #cf7675;
  border-color: #c2504f;
}
.btn-icon-danger:focus,
.btn-icon-danger:hover {
  background-color: #d68988;
}
.btn-icon-link {
  background-color: transparent;
  border-color: transparent;
}
.btn-icon-link:focus,
.btn-icon-link:hover {
  background-color: #353b3f;
  border-color: #1e2123;
}
.btn-icon-link:focus .icon,
.btn-icon-link:hover .icon {
  color: #7DC8Ec;
}
.btn-icon-link:focus .svgicon,
.btn-icon-link:hover .svgicon {
  color: #7DC8Ec;
  fill: #7DC8Ec;
}
.btn-icon-link .icon {
  color: #7DC8Ec;
}
.btn-icon-link .svgicon {
  color: #7DC8Ec;
  fill: #7DC8Ec;
}
.btn-icon-default {
  background-color: #353b3f;
  border-color: #1e2123;
}
.btn-icon-default .icon {
  color: #dfdfdf;
}
.btn-icon-default .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.btn-icon-default:focus,
.btn-icon-default:hover {
  background-color: #3d4449;
}
.btn-icon-tertiary {
  background-color: #353b3f;
  border-color: #1e2123;
}
.btn-icon-tertiary .icon {
  color: #516a78;
}
.btn-icon-tertiary .svgicon {
  color: #516a78;
  fill: #516a78;
}
.btn-icon-tertiary:focus,
.btn-icon-tertiary:hover {
  background-color: #3d4449;
}
.btn-icon-ecx {
  min-width: 32px;
  padding: 5px 6px;
  color: #858585;
  background-color: #fff;
  border-width: 2px;
  border-color: #353b3f;
}
.btn-icon-ecx .icon {
  color: #858585;
}
.btn-icon-ecx .svgicon {
  color: #858585;
  fill: #858585;
}
.btn-icon-ecx:hover,
.btn-icon-ecx:focus {
  color: #858585;
  border-color: #24282a;
}
span.btn-icon-ecx {
  cursor: default;
}
span.btn-icon-ecx:hover,
span.btn-icon-ecx:focus {
  border-color: #353b3f;
}
.btn-icon-ecx-success .icon {
  color: #6a8b57;
}
.btn-icon-ecx-success .svgicon {
  color: #6a8b57 !important;
  fill: #6a8b57 !important;
}
.btn-icon-ecx-success.active {
  background-color: #6a8b57;
  border-color: #6a8b57;
}
.btn-icon-ecx-success.active .icon {
  color: #fff;
}
.btn-icon-ecx-success.active .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-icon-ecx-danger .icon {
  color: #cf7675;
}
.btn-icon-ecx-danger .svgicon {
  color: #cf7675 !important;
  fill: #cf7675 !important;
}
.btn-icon-ecx-danger.active {
  background-color: #cf7675;
  border-color: #cf7675;
}
.btn-icon-ecx-danger.active .icon {
  color: #fff;
}
.btn-icon-ecx-danger.active .svgicon {
  color: #fff;
  fill: #fff;
}
.btn-helper {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  background-image: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 2px 2px;
  font-size: 9px;
  line-height: 1;
  border-radius: 2px;
  width: 19px;
  height: 19px;
  background-color: #77538c;
  border-color: #5c406c;
}
.btn-helper .svgicon {
  color: #fff;
  width: 13px;
  height: 13px;
}
.btn-helper:focus,
.btn-helper:hover {
  background-color: #815a97;
}
.btn-link {
  font-weight: normal;
  background-color: transparent;
  color: #7DC8Ec;
}
.btn-link:hover,
.btn-link:focus {
  color: #a1d7f1;
}
.btn-link-danger {
  font-weight: normal;
  background-color: transparent;
  color: #cf7675;
}
.btn-link-danger:hover,
.btn-link-danger:focus {
  color: #cf7675;
  text-decoration: underline;
}
.btn-quazi {
  cursor: default;
}
.btn-quazi:hover,
.btn-quazi:focus {
  background-color: transparent;
}
.btn-quazi.btn-success {
  color: #fff;
  background-color: #5e7b4d;
}
.btn-quazi.btn-success:hover,
.btn-quazi.btn-success:focus {
  background-color: #5e7b4d;
}
.btn-quazi.btn-default {
  color: #dfdfdf;
  background-color: #353b3f;
}
.btn-quazi.btn-default:hover,
.btn-quazi.btn-default:focus {
  background-color: #353b3f;
}
.btn-quazi.btn-primary {
  color: #fff;
  background-color: #2699d0;
}
.btn-quazi.btn-primary:hover,
.btn-quazi.btn-primary:focus {
  background-color: #2699d0;
}
.btn-quazi.btn-tertiary {
  color: #fff;
  background-color: #516a78;
}
.btn-quazi.btn-tertiary:hover,
.btn-quazi.btn-tertiary:focus {
  background-color: #516a78;
}
.btn-quazi.btn-danger {
  color: #fff;
  background-color: #cf7675;
}
.btn-quazi.btn-danger:hover,
.btn-quazi.btn-danger:focus {
  background-color: #cf7675;
}
.btn-quazi.btn-orange {
  color: #fff;
  background-color: #e7a74e;
}
.btn-quazi.btn-orange:hover,
.btn-quazi.btn-orange:focus {
  background-color: #e7a74e;
}
.btn-sm {
  padding: 3px 5px;
  font-size: 9px;
  line-height: 1.25;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
label.btn-sm {
  font-size: 9px;
  line-height: 1.25;
}
.btn-sm .icon,
.btn-sm-alt .icon,
.btn-toggle .icon {
  font-size: 12px;
  top: 0 !important;
}
.btn-sm .svgicon,
.btn-sm-alt .svgicon,
.btn-toggle .svgicon {
  width: 12px;
  height: 12px;
}
.btn-with-icon {
  padding-left: 22px;
}
.btn-with-icon .svgicon {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px;
}
.btn-two-icons {
  padding-left: 22px;
  padding-right: 17px;
}
.btn-two-icons .svgicon:first-child {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px;
}
.btn-two-icons .svgicon:last-child {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 5px;
}
.dropdown-with-icon {
  padding-right: 17px;
}
.dropdown-with-icon .svgicon {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 5px;
}
.dropdown-two-icons {
  padding-right: 26px;
  padding-left: 26px;
}
.dropdown-two-icons .svgicon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.dropdown-two-icons .svgicon:first-child {
  left: 5px;
}
.dropdown-two-icons .svgicon:last-child {
  right: 5px;
}
.btn-sm-alt {
  padding-top: 3px;
  padding-bottom: 3px;
}
.btn-sm-alt .icon {
  font-size: 12px;
  top: -1px !important;
}
.btn-sm-alt .svgicon {
  width: 13px;
  height: 13px;
}
.btn-md {
  padding: 13px 20px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
}
.btn-lg {
  padding: 20px 20px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn:hover > .icon-helper {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-filter {
  padding: 3px 0;
  background-color: transparent;
  border: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0;
  color: #606060;
  position: relative;
}
.btn-filter:hover {
  color: #2699d0;
}
.btn-filter + .btn-filter {
  margin-left: 20px !important;
}
.btn-filter + .btn-filter:before {
  content: "";
  background-color: #353b3f;
  display: inline-block;
  width: 1px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
}
.btn-fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.btn-fade:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.action-row .btn-fade.text-danger:focus,
.action-row .btn-fade.text-danger:hover {
  color: #cf7675;
}
.btn-action {
  padding: 2px 5px;
}
.btn-action .svgicon + span {
  vertical-align: middle;
  margin-left: 5px;
}
.btn-action:not(:last-child) {
  padding-right: 10px;
}
.btn-action:focus,
.btn-action:hover {
  text-decoration: none;
}
.btn-action + .btn-action {
  margin-left: 0 !important;
  padding-left: 10px;
  border-left: 1px solid #353b3f;
}
.btn-datepicker {
  position: relative;
}
.btn-datepicker input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.btn-datepicker.btn-sm {
  line-height: 1;
  font-weight: bold;
  font-size: 10px;
}
.fade,
.col-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in,
.col-fade.in {
  opacity: 1;
}
.faded {
  opacity: .5;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.faded:focus,
.faded:hover {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fade-in-out {
  -webkit-animation: fadeInOut 0.5s;
  animation: fadeInOut 0.5s;
}
.flip-container {
  position: relative;
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.box-fliped {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateY(-180eg);
  -ms-transform: rotateY(-180eg);
  transform: rotateY(-180eg);
  z-index: 1010 !important;
}
.front,
.back,
.box-normal {
  width: 100%;
  height: auto;
  top: 0;
  background: #fff;
  z-index: 1020;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.front {
  position: relative;
}
.front.box-fliped {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.back {
  position: absolute;
}
.back.box-fliped {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.activity-spinner-overlay {
  background-color: #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.activity-spinner-overlay.transparent {
  background: rgba(44, 44, 44, 0.7);
}
.activity-spinner-overlay.transparent .upcase {
  font-size: 12px !important;
}
.activity-spinner-overlay.transparent .activity-spinner {
  width: 24px;
  height: 24px;
}
.activity-spinner {
  display: inline-block;
  animation: spinner-rotate 2s linear infinite;
}
@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Aligni';
  src: url('../fonts/aligni.eot');
  src: url('../fonts/aligni.eot?#iefix') format('embedded-opentype'), url('../fonts/aligni.woff2') format('woff'), url('../fonts/aligni.woff') format('woff'), url('../fonts/aligni.ttf') format('truetype'), url('../fonts/aligni.svg#aligni') format('svg');
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Aligni";
    src: url('../fonts/aligni.svg#aligni') format('svg');
  }
}
.icon {
  position: relative;
  display: inline-block;
  font-family: 'Aligni';
  font-size: 16px;
  line-height: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:empty {
  min-width: 1em;
}
.icon[data-popover-toggle] {
  cursor: pointer;
}
.btn .icon,
.nav-tabs > li .icon,
.main-nav .icon {
  top: -1px;
}
.section-title .icon {
  vertical-align: initial;
}
.panel-heading .icon {
  vertical-align: text-bottom;
}
.icon.text-muted {
  color: #516a78;
}
.icon-attachment:before {
  content: '\31';
}
/* '1' */
.icon-comment:before {
  content: '\32';
}
/* '2' */
.icon-checkbox:before {
  content: '\33';
}
/* '3' */
.icon-checkbox-checked:before {
  content: '\34';
}
/* '4' */
.icon-radio:before {
  content: '\35';
}
/* '5' */
.icon-radio-checked:before {
  content: '\36';
}
/* '6' */
.icon-note:before {
  content: '\42';
}
/* 'B' */
.icon-document-download:before {
  content: '\43';
}
/* 'C' */
.icon-envelope:before {
  content: '\44';
}
/* 'D' */
.icon-download:before {
  content: '\45';
}
/* 'E' */
.icon-unlocked:before {
  content: '\46';
}
/* 'F' */
.icon-locked:before {
  content: '\47';
}
/* 'G' */
.icon-envelope-rounded:before {
  content: '\48';
}
/* 'H' */
.icon-chevron-left:before {
  content: '\4a';
}
/* 'J' */
.icon-chevron-right:before {
  content: '\4b';
}
/* 'K' */
.icon-warning:before {
  content: '\4c';
}
/* 'L' */
.icon-building:before {
  content: '\4d';
}
/* 'M' */
.icon-tie:before {
  content: '\4e';
}
/* 'N' */
.icon-truck:before {
  content: '\4f';
}
/* 'O' */
.icon-person:before {
  content: '\50';
}
/* 'P' */
.icon-dot:before {
  content: '\51';
}
/* 'Q' */
.icon-link:before {
  content: '\52';
}
/* 'R' */
.icon-drag-dots:before {
  content: '\53';
}
/* 'S' */
.icon-grid:before {
  content: '\54';
}
/* 'T' */
.icon-list:before {
  content: '\55';
}
/* 'U' */
.icon-chart:before {
  content: '\56';
}
/* 'V' */
.icon-clock:before {
  content: '\57';
}
/* 'W' */
.icon-star:before {
  content: '\58';
}
/* 'X' */
.icon-tick:before {
  content: '\5a';
}
/* 'Z' */
.icon-menu:before {
  content: '\61';
}
/* 'a' */
.icon-home:before {
  content: '\62';
}
/* 'b' */
.icon-house:before {
  content: '\e829';
}
/* '' */
.icon-settings:before {
  content: '\63';
}
/* 'c' */
.icon-signout:before {
  content: '\64';
}
/* 'd' */
.icon-parts:before {
  content: '\65';
}
/* 'e' */
.icon-inventory:before {
  content: '\66';
}
/* 'f' */
.icon-suppliers:before {
  content: '\67';
}
/* 'g' */
.icon-quotes:before {
  content: '\68';
}
/* 'h' */
.icon-purchases:before {
  content: '\69';
}
/* 'i' */
.icon-plus:before {
  content: '\6a';
}
/* 'j' */
.icon-cross:before {
  content: '\6b';
}
/* 'k' */
.icon-question:before {
  content: '\6c';
}
/* 'l' */
.icon-tag:before {
  content: '\6d';
}
/* 'm' */
.icon-trash:before {
  content: '\6e';
}
/* 'n' */
.icon-arrow-down:before {
  content: '\6f';
}
/* 'o' */
.icon-arrow-up:before {
  content: '\70';
}
/* 'p' */
.icon-loupe:before {
  content: '\71';
}
/* 'q' */
.icon-arrow-left:before {
  content: '\72';
}
/* 'r' */
.icon-arrow-right:before {
  content: '\73';
}
/* 's' */
.icon-vendors:before {
  content: '\74';
}
/* 't' */
.icon-manufacturers:before {
  content: '\75';
}
/* 'u' */
.icon-contacts:before {
  content: '\76';
}
/* 'v' */
.icon-minus:before {
  content: '\77';
}
/* 'w' */
.icon-plus-normal:before {
  content: '\78';
}
/* 'x' */
.icon-cross-normal:before {
  content: '\79';
}
/* 'y' */
.icon-signout-normal:before {
  content: '\7a';
}
/* 'z' */
.icon-phone:before {
  content: '\e800';
}
/* '' */
.icon-split:before {
  content: '\e802';
}
/* '' */
.icon-cost-sheet:before {
  content: '\e804';
}
/* '' */
.icon-revisions:before {
  content: '\e805';
}
/* '' */
.icon-kit-list:before {
  content: '\e806';
}
/* '' */
.icon-standard-view:before {
  content: '\e807';
}
/* '' */
.icon-summary-view:before {
  content: '\e808';
}
/* '' */
.icon-octopart:before {
  content: '\e809';
}
/* '' */
.icon-bar-chart:before {
  content: '\e80a';
}
/* '' */
.icon-out:before {
  content: '\e80b';
}
/* '' */
.icon-right-big:before {
  content: '\e80c';
}
/* '' */
.icon-left-big:before {
  content: '\e80d';
}
/* '' */
.icon-down-big:before {
  content: '\e80e';
}
/* '' */
.icon-up-big:before {
  content: '\e80f';
}
/* '' */
.icon-rearrange:before {
  content: '\e810';
}
/* '' */
.icon-assistant:before {
  content: '\e811';
}
/* '' */
.icon-alternate:before {
  content: '\e812';
}
/* '' */
.icon-import:before {
  content: '\e813';
}
/* '' */
.icon-export:before {
  content: '\e814';
}
/* '' */
.icon-cart:before {
  content: '\e815';
}
/* '' */
.icon-octopart-add:before {
  content: '\e816';
}
/* '' */
.icon-lifecycle:before {
  content: '\e817';
}
/* '' */
.icon-calendar:before {
  content: '\e818';
}
/* '' */
.icon-adjust:before {
  content: '\e819';
}
/* '' */
.icon-watch:before {
  content: '\e81a';
}
/* '' */
.icon-watch-unwatch:before {
  content: '\e886';
}
/* '' */
.icon-pencil:before {
  content: '\e81b';
}
/* '' */
.icon-globe:before {
  content: '\e81c';
}
/* '' */
.icon-edit:before {
  content: '\e81d';
}
/* '' */
.icon-deviation:before {
  content: '\e81e';
}
/* '' */
.icon-supply-chain:before {
  content: '\e81f';
}
/* '' */
.icon-substitute:before {
  content: '\e820';
}
/* '' */
.icon-arrow-right-down:before {
  content: '\e821';
}
/* '' */
.icon-flag:before {
  content: '\e822';
}
/* '' */
.icon-compare:before {
  content: '\e823';
}
/* '' */
.icon-equipment:before {
  content: '\e824';
}
/* '' */
.icon-info:before {
  content: '\e8aa';
}
/* '' */
.icon-part-list:before {
  content: '\e854';
}
/* '' */
.icon-vendor-part-number:before {
  content: '\e855';
}
/* '' */
.icon-markdown:before {
  content: '\e8ab';
}
/* '' */
.icon-finalize:before {
  content: '\e825';
}
/* '' */
.icon-thumbs-down:before {
  content: '\e8b0';
}
/* '' */
.icon-thumbs-up:before {
  content: '\e8b1';
}
/* '' */
.icon-right-rounded:before {
  content: '\f18e';
}
/* '' */
.icon-sequence:before {
  content: '\e8b8';
}
/* '' */
.icon-reason:before {
  content: '\e8b9';
}
/* '' */
.icon-disposition:before {
  content: '\e8ba';
}
/* '' */
.icon-priority:before {
  content: '\e8bb';
}
/* '' */
.icon-approver:before {
  content: '\e8bc';
}
/* '' */
.icon-approval:before {
  content: '\e826';
}
/* '' */
.icon-reload:before {
  content: '\e827';
}
/* '' */
.icon-hierarchy:before {
  content: '\e8c0';
}
/* '' */
.icon-revoke:before {
  content: '\e8c8';
}
/* '' */
.icon-dash:before {
  content: '\e861';
}
/* '' */
.icon-pin:before {
  content: '\e8d4';
}
/* '' */
.icon-vault:before {
  content: '\e862';
}
/* '' */
.icon-end-of-life:before {
  content: '\e863';
}
/* '' */
.icon-list-compact:before {
  content: '\e8c9';
}
/* '' */
.icon-wand:before {
  content: '\e828';
}
/* '' */
.icon-compare-arrows:before {
  content: '\e8cd';
}
/* '' */
.icon-replace:before {
  content: '\e867';
}
/* '' */
.icon-eco:before {
  content: '\e868';
}
/* '' */
.icon-ecr:before {
  content: '\e869';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-linkedin:before {
  content: '\f30c';
}
/* '' */
.icon-relationship-alternative-alternative:before {
  content: '\e8d6';
}
/* '' */
.icon-relationship-alternative-none:before {
  content: '\e8d7';
}
/* '' */
.icon-relationship-alternative-equivalent:before {
  content: '\e950';
}
/* '' */
.icon-relationship-equivalent-alternative:before {
  content: '\e8d8';
}
/* '' */
.icon-relationship-equivalent-equivalent:before {
  content: '\e8d9';
}
/* '' */
.icon-relationship-equivalent-none:before {
  content: '\e8da';
}
/* '' */
.icon-relationship-none-alternative:before {
  content: '\e8db';
}
/* '' */
.icon-relationship-none-equivalent:before {
  content: '\e8dc';
}
/* '' */
.icon-relationship-alternative-alternative-top:before {
  content: '\e8e7';
}
/* '' */
.icon-relationship-alternative-equivalent-top:before {
  content: '\e8e9';
}
/* '' */
.icon-relationship-alternative-none-top:before {
  content: '\e8eb';
}
/* '' */
.icon-relationship-equivalent-alternative-top:before {
  content: '\e8ed';
}
/* '' */
.icon-relationship-equivalent-equivalent-top:before {
  content: '\e8ef';
}
/* '' */
.icon-relationship-equivalent-none-top:before {
  content: '\e8f1';
}
/* '' */
.icon-relationship-none-alternative-top:before {
  content: '\e8f3';
}
/* '' */
.icon-relationship-none-equivalent-top:before {
  content: '\e8f5';
}
/* '' */
.icon-relationship-alternative-alternative-bottom:before {
  content: '\e8e6';
}
/* '' */
.icon-relationship-alternative-equivalent-bottom:before {
  content: '\e8e8';
}
/* '' */
.icon-relationship-alternative-none-bottom:before {
  content: '\e8ea';
}
/* '' */
.icon-relationship-equivalent-alternative-bottom:before {
  content: '\e8ec';
}
/* '' */
.icon-relationship-equivalent-equivalent-bottom:before {
  content: '\e8ee';
}
/* '' */
.icon-relationship-equivalent-none-bottom:before {
  content: '\e8f0';
}
/* '' */
.icon-relationship-none-alternative-bottom:before {
  content: '\e8f2';
}
/* '' */
.icon-relationship-none-equivalent-bottom:before {
  content: '\e8f4';
}
/* '' */
.icon-tasks:before {
  content: '\e82a';
}
/* '' */
.icon-minus-circle:before {
  content: '\e884';
}
/* '' */
.icon-announcement:before {
  content: '\e885';
}
/* '' */
.icon-collection:before {
  content: '\e887';
}
/* '' */
.icon-build:before {
  content: '\e90f';
}
/* '' */
.icon-approximately-equal:before {
  content: '\e889';
}
/* '' */
.icon-menu {
  font-size: 21px;
}
.icon-warning {
  position: relative;
}
.icon-globe {
  font-size: 12px;
}
.icon-part-cart-add {
  color: #669f59;
  font-size: 11px;
  top: -1px !important;
}
.icon-part-cart-add.svgicon {
  width: 11px;
  height: 11px;
}
.icon-collapsible {
  font-size: 20px;
  vertical-align: middle !important;
}
.icon-collapsible:before {
  content: '\6f';
}
.panel-collapsed .icon-collapsible:before {
  content: '\73';
}
.svg-collapsible {
  vertical-align: bottom;
  line-height: 1;
}
.svg-collapsible .svgicon--arrow-right {
  display: none;
}
.panel-collapsed .svg-collapsible .svgicon--arrow-right {
  display: inline-block;
}
.panel-collapsed .svg-collapsible .svgicon--arrow-down {
  display: none;
}
.icon-collapsible-up-down {
  font-size: 20px;
  vertical-align: middle !important;
  transform: rotate(180deg);
}
.icon-collapsible-up-down:before {
  content: '\6f';
}
.collapsed .icon-collapsible-up-down {
  transform: rotate(0);
}
.svg-collapsible-up-down {
  vertical-align: bottom;
  line-height: 1;
}
.svg-collapsible-up-down .svgicon--arrow-down {
  display: none;
}
.collapsed .svg-collapsible-up-down .svgicon--arrow-down {
  display: inline-block;
}
.collapsed .svg-collapsible-up-down .svgicon--arrow-up {
  display: none;
}
.svg-collapsible-right-down {
  vertical-align: bottom;
  line-height: 1;
}
.svg-collapsible-right-down .svgicon--arrow-right {
  display: none;
}
.collapsed .svg-collapsible-right-down .svgicon--arrow-right {
  display: inline-block;
}
.collapsed .svg-collapsible-right-down .svgicon--arrow-down {
  display: none;
}
.svg-collapsible-left-up {
  vertical-align: bottom;
  line-height: 1;
}
.svg-collapsible-left-up .svgicon--arrow-left {
  display: none;
}
.collapsed .svg-collapsible-left-up .svgicon--arrow-left {
  display: inline-block;
}
.collapsed .svg-collapsible-left-up .svgicon--arrow-up {
  display: none;
}
.icon-tick,
.icon-cross-normal {
  font-size: 14px;
}
.icon-standard-view,
.icon-summary-view {
  font-size: 13px;
}
.icon-helper {
  font-size: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 13px;
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  z-index: 25;
}
.icon-helper.pull-left,
.icon-helper.pull-right {
  top: 1px;
}
.icon-helper.icon-person {
  font-size: 10px;
  top: -1px;
}
.label .icon-helper,
.btn .icon-helper,
.icon-helper-wrapper .icon-helper {
  position: absolute !important;
  transform: translate(10px, -10px);
  top: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.icon-helper-wrapper {
  position: relative;
}
.icon-helper-wrapper:hover > .icon-helper {
  opacity: 1;
  filter: alpha(opacity=100);
}
a:not(.button) .icon {
  position: relative;
  top: -2px;
  z-index: 1;
}
a:not(.button) .icon.icon.icon-supply-chain {
  position: static;
}
a.dz-remove .icon {
  position: static;
}
.icon-inline {
  position: relative;
  top: -2px;
}
.icon-inline-center {
  display: inline-block;
  text-align: center;
  min-width: 16px;
}
.icon-lg {
  font-size: 30px;
  line-height: 34px;
}
.icon-sm {
  font-size: 12px;
}
.icon-sm.pull-left,
.icon-sm.pull-right {
  top: 1px;
}
.icon-sm.icon-person {
  font-size: 10px;
  top: -1px;
}
.icon-fix-y {
  top: -1px;
}
.icon-left {
  float: left;
  margin-right: 10px;
}
.icon-right {
  float: right;
  margin-left: 10px;
}
.icon-circle {
  padding: 8px 7px 6px 8px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.icon-circle.icon-circle-lg {
  padding: 12px 14px 14px 14px;
}
.icon-circle.icon-circle-sm {
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 26px;
}
.icon-circle .icon-supply-chain {
  position: relative;
  top: -1px;
  left: -1px;
}
.svgicon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
}
.svgicon.text-muted {
  color: #516a78 !important;
  fill: #516a78 !important;
}
.svgicon.svg-markdown {
  width: 22px;
  height: 22px;
}
.svgicon.svg-avatar {
  width: 50px;
  height: 50px;
  fill: #817761;
}
.svgicon.svgicon--absolute {
  fill: transparent !important;
}
.svgicon-sm {
  width: 12px !important;
  height: 12px !important;
  margin-top: -2px;
}
.svgicon-md {
  width: 20px !important;
  height: 20px !important;
}
.svgicon-lg {
  width: 30px !important;
  height: 30px !important;
}
.svgicon-xl {
  width: 46px !important;
  height: 46px !important;
}
svg.aligni-logo {
  width: 110px;
  height: 36px;
}
.dropdown {
  position: relative;
}
.dropdown [data-toggle="dropdown"] {
  cursor: pointer;
}
.dropdown-input {
  padding: 1px 4px 1px 4px;
  height: auto;
  border-radius: 2px;
  display: block;
}
.dropdown-avatar {
  display: inline-block;
  margin-right: 3px;
}
.dropdown-avatar + span {
  vertical-align: middle;
}
.dropdown-inline {
  display: inline-block;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1013;
  display: none;
  min-width: 80px;
  max-height: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  background-color: #292e31;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  text-align: left;
  overflow-y: auto;
}
.dropdown-menu .avatar {
  display: inline-block;
  margin-right: 3px;
}
.dropdown-menu .avatar + span {
  vertical-align: middle;
}
.dropdown-menu.mw-140 {
  min-width: 140px;
}
.dropdown-menu .dropdown-title {
  display: block;
  color: #858585;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px !important;
  margin-bottom: 7px;
}
.dropdown-menu.dropdown-menu-w-md {
  min-width: 200px;
}
.dropdown-menu.dropdown-menu-w-lg {
  min-width: 250px;
}
.dropdown-menu.dropdown-menu-h-auto {
  max-height: 9999px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #7DC8Ec;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu.context-menu {
  padding: 3px;
  border-color: #353b3f;
}
.dropdown-menu.context-menu > li > a {
  border-radius: 2px;
}
.dropdown-menu.context-menu a[disabled] {
  pointer-events: none;
  opacity: .5;
}
.global-menu {
  display: inline-block;
  border-right: 0 !important;
}
.global-menu:before,
.global-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.global-menu:after {
  clear: both;
}
.global-menu:before,
.global-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.global-menu:after {
  clear: both;
}
.page-header .global-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.page-header .global-menu > .btn,
.page-header .global-menu > .btn-group .btn {
  border-radius: 0;
}
.page-subheader .global-menu {
  border-right: none;
  border-left: none;
}
.page-subheader .global-menu .btn-group .btn {
  border-radius: 2px;
}
caption .global-menu,
.caption .global-menu,
.panel-header .global-menu {
  margin-top: 2px;
}
.global-menu .dropdown-menu {
  min-width: 200px;
  padding: 5px 0;
}
.global-menu .dropdown-menu .svgicon {
  margin-right: 5px;
  color: #516a78;
}
.global-menu .dropdown-menu .svgicon .svgicon {
  color: #516a78;
  fill: #516a78;
}
.global-menu .place-last {
  color: #858585;
  padding-left: 20px;
}
.global-menu li span.flex {
  color: #7DC8Ec;
  cursor: pointer;
  padding: 5px 10px;
  white-space: nowrap;
}
.global-menu li span.flex:hover {
  background-color: #222629;
}
.dropdown-menu-box {
  max-height: 300px;
  min-width: 200px;
  white-space: nowrap !important;
}
.dropdown-menu-box:not(.w-100) {
  width: auto !important;
}
.dropdown-menu-box .checkbox {
  padding: 0;
  margin: 0;
}
.dropdown-menu-box .checkbox .control-label:before {
  top: 50%;
  margin-top: -8px;
}
.dropdown-select .dropdown-toggle {
  display: block;
  width: 100%;
  height: 36px;
  padding: 9px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #dfdfdf;
  background-color: #121212;
  border: 2px solid #353b3f;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  padding-right: 30px;
  background: #2c2c2c url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABxSURBVHjaYvz//z8DMYCJgUjAAiJSU1PPACklIHYF4rNQuTQgngnEFbNnz+5kgQqCFAkC8W6oYhcg7oDKGcNNhEruhio+g2TjHiBOR3YjyDoTJGtBYBbUgPfIJoLAPSAOg7rrPcwkGGCkevAQrRAgwADRTRkG9OapcwAAAABJRU5ErkJggg==") no-repeat center right 15px;
  border-width: 1px;
  border-color: #121212;
  line-height: 1.2;
  text-align: left;
}
.dropdown-select .dropdown-toggle:focus {
  border-color: #121212;
}
.dropdown-select .dropdown-toggle .avatar,
.dropdown-select .dropdown-toggle > .svgicon {
  display: inline-block;
  margin-right: 3px;
}
.dropdown-select .dropdown-toggle .avatar + span,
.dropdown-select .dropdown-toggle > .svgicon + span {
  vertical-align: middle;
}
.dropdown-select .dropdown-toggle:focus,
.dropdown-select .dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-select-item {
  display: block;
  color: #dfdfdf;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 46px;
  background-size: 15px;
  background-position: center left 3px;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.dropdown-select-item:focus,
.dropdown-select-item:hover {
  text-decoration: none;
  color: #dfdfdf;
  background-color: #222629;
}
.dropdown-select-item .svgicon {
  float: right;
  margin-right: -26px;
}
.dropdown-select-item.active {
  background-image: url("../colored-icons/check.svg");
}
.dropdown-select-sm .dropdown-toggle {
  padding: 2px 7px;
  height: auto;
  background-position: center right 5px;
}
.dropdown-select .disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.dropdown-select-light .dropdown-toggle {
  color: #dfdfdf;
  cursor: pointer;
  display: block;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABxSURBVHjaYvz//z8DMYCJgUjAAiJSU1PPACklIHYF4rNQuTQgngnEFbNnz+5kgQqCFAkC8W6oYhcg7oDKGcNNhEruhio+g2TjHiBOR3YjyDoTJGtBYBbUgPfIJoLAPSAOg7rrPcwkGGCkevAQrRAgwADRTRkG9OapcwAAAABJRU5ErkJggg==") no-repeat center right 5px;
  min-width: 180px;
  border: 1px solid #ced5da;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 30px 0 10px;
  height: 20px;
  text-align: left;
  width: 100%;
}
.dropdown-select-light .dropdown-toggle:focus,
.dropdown-select-light .dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-select-light .dropdown-menu {
  width: 100%;
  border-radius: 2px;
}
#userMenu {
  position: fixed;
  overflow: visible;
  min-width: 440px;
}
#userMenu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 15px;
}
#userMenu hr.slim {
  margin-top: 10px;
  margin-bottom: 10px;
}
#userMenu .list-links .user-figure {
  min-width: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
}
#userMenu .aligni-logo {
  width: 70px;
  height: 24px;
}
#userMenu:after {
  border-bottom: 10px solid #292e31;
  bottom: 100%;
}
.navbar.expanded ~ #userMenu {
  margin-left: 7px;
}
.navbar.expanded ~ #userMenu:after {
  left: 180px;
}
.dropdown-header {
  padding: 10px 20px;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: bold;
  color: #858585;
}
.divider {
  height: 3px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #353b3f;
}
.dropdown-menu > li > a:not(.btn):hover,
.dropdown-menu > li > a:not(.btn):focus {
  text-decoration: none;
  color: #7DC8Ec;
  background-color: #222629;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #dfdfdf !important;
  text-decoration: none;
  outline: 0;
  background-color: #222629;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #858585;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open.dropdown-menu,
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.pull-right > .dropdown-menu,
.dropdown-right > .dropdown-menu,
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dropup {
  position: relative;
}
.dropup .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropup.in-overflow-hidden .dropdown-menu {
  bottom: auto;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.in-overflow-hidden .dropdown-menu,
body > .dropdown-menu {
  position: absolute;
  max-width: 300px;
  height: auto;
}
[data-tab-dropdown-toggle].hide,
.label.hide {
  display: none !important;
}
.dropdown-alt {
  display: inline-block;
  position: relative;
}
.dropdown-alt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1012;
  display: none;
  float: left;
  width: 240px;
  min-height: 25px;
  font-size: 12px;
  background-color: #292e31;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.dropdown-alt-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-alt.open-alt .dropdown-alt-menu {
  display: block;
}
.dropdown-alt-menu-action {
  padding: 10px 10px;
}
.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-group > .btn,
.btn-group > .dropdown,
.btn-group > .select {
  position: relative;
  margin-bottom: 0;
}
.btn-group > .btn:hover,
.btn-group > .dropdown:hover,
.btn-group > .select:hover,
.btn-group > .btn:focus,
.btn-group > .dropdown:focus,
.btn-group > .select:focus,
.btn-group > .btn:active,
.btn-group > .dropdown:active,
.btn-group > .select:active,
.btn-group > .btn.active,
.btn-group > .dropdown.active,
.btn-group > .select.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group > .dropdown:focus,
.btn-group > .select:focus {
  outline: none;
}
.btn-group > .dropdown,
.btn-group > .select {
  display: inline-block;
}
.btn-group .btn + .btn,
.btn-group .search-wrapper + .btn,
.btn-group .btn + .search-wrapper,
.btn-group .btn + .dropdown,
.btn-group .dropdown + .btn,
.btn-group .btn + .select,
.btn-group .select + .btn {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.btn-group .btn-toggle + .btn-toggle {
  border-left: none;
}
.btn-group .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group .search-wrapper:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group .search-wrapper:not(:first-child):not(:last-child):not(.dropdown-toggle) .form-control {
  border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .search-wrapper {
  float: left;
}
.btn-group > .search-wrapper .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group--lg > .btn {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: normal;
  border-color: #CFDAE2;
}
.btn-group--lg > .btn.active {
  border-color: #A4B6C0;
}
.page-header .btn-group .btn-primary {
  border-color: transparent;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.page-header .btn-toolbar {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.page-header .btn-toolbar > .btn,
.page-header .btn-toolbar > .btn-group .btn {
  border-radius: 0;
}
.page-subheader .btn-toolbar {
  border-right: none;
  border-left: none;
}
.page-subheader .btn-toolbar .btn-group .btn {
  border-radius: 2px;
}
caption .btn-toolbar,
.caption .btn-toolbar,
.panel-header .btn-toolbar {
  margin-top: 2px;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > .dropdown > .btn > input[type="radio"],
[data-toggle="buttons"] > .dropdown > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .input-sm {
  height: 21px;
}
.input-group.modal-addon .form-control {
  min-width: 88px;
  border-width: 1px;
}
.input-group.modal-addon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #2c2c2c url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABxSURBVHjaYvz//z8DMYCJgUjAAiJSU1PPACklIHYF4rNQuTQgngnEFbNnz+5kgQqCFAkC8W6oYhcg7oDKGcNNhEruhio+g2TjHiBOR3YjyDoTJGtBYBbUgPfIJoLAPSAOg7rrPcwkGGCkevAQrRAgwADRTRkG9OapcwAAAABJRU5ErkJggg==") no-repeat center right 10px;
  color: #dfdfdf;
  padding-right: 30px;
  line-height: 1.2;
}
.input-group.modal-addon select.with-error {
  border-color: #874e4e;
}
.input-group.modal-addon .input-group-addon {
  padding: 10px;
}
.input-group.modal-addon .validator-message {
  left: 0;
  right: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon.input-group-btn-block,
.input-group-btn.input-group-btn-block {
  width: auto;
}
.input-group .select {
  box-shadow: inset 0 0 0 2px #353b3f;
  overflow: hidden;
  background-color: #080808;
}
.input-group-btn .btn {
  border-radius: 0;
}
.input-group:last-child .select,
.input-group-btn:last-child .btn {
  border-radius: 0 2px 2px 0;
}
.input-group:first-child .select .input-group-btn:first-child .btn {
  border-radius: 2px 0 0 2px 0;
}
.input-group-addon {
  padding: 10px 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #858585;
  text-align: center;
  background-color: #353b3f;
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.input-group-sm .input-group-addon {
  height: 21px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group .btn-sm {
  height: 21px;
}
.input-group .input-group-addon-sm {
  padding-top: 0;
  padding-bottom: 0;
  height: 21px;
}
.input-group-addon.with-error,
.input-group-addon.error,
.input-group-addon.parsley-error {
  background-color: #874e4e;
  border-color: #874e4e;
  color: #fff;
}
.input-group-addon-mask {
  border: 2px solid #353b3f;
  background: #121212;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.form-control.error + .input-group-addon-mask,
.form-control.with-error + .input-group-addon-mask,
.form-control.parsley-error + .input-group-addon-mask {
  border-color: #874e4e;
}
.form-control.error:focus + .input-group-addon-mask,
.form-control.with-error:focus + .input-group-addon-mask,
.form-control.parsley-error + .input-group-addon-mask {
  border-color: #ca4e56;
}
.adjustment-indicator {
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #4c4826;
  color: #b1b07a;
  overflow: hidden;
}
.expanded .adjustment-indicator {
  text-align: left;
  padding: 0 10px;
}
.adjustment-indicator a {
  display: block;
  color: #b1b07a;
  font-weight: bold;
}
.adjustment-indicator a:hover {
  background-color: #5d582e;
  text-decoration: none;
}
.adjustment-indicator-extra {
  display: none;
}
.expanded .adjustment-indicator-extra {
  display: inline;
}
.adjustment-indicator-arrow {
  display: none;
}
.expanded .adjustment-indicator-arrow {
  display: block;
  margin-top: 11px;
  float: right;
}
.navbar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 47px;
  background-color: #373838;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 1010;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
}
.navbar ~ .page-wrap {
  min-width: 1033px;
}
.navbar .navbar-logo {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
  width: 90px;
  height: 30px;
}
.navbar:not(.expanded) .svgicon--aligni-logo {
  display: none;
}
.navbar.expanded {
  width: 226px;
}
.navbar.expanded .svgicon--aligni-lettermark {
  display: none;
}
.navbar.expanded ~ .page-wrap {
  margin-left: 226px;
  min-width: 854px;
}
.navbar.expanded ~ .page-wrap .headroom {
  left: 226px;
}
.navbar.expanded .menu-item-label {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition-delay: .3s;
  transform: translateX(0);
}
.navbar .dropdown-menu {
  margin-left: 10px;
  max-height: unset;
}
.main-nav-wrap {
  width: 100%;
}
@media (min-height: 650px) {
  .main-nav-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.main-nav {
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.main-nav.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.main-nav.hide-app-links .user-cart {
  display: none;
}
.main-nav.hide-app-links > li:not(.user-meta) a {
  pointer-events: none;
  opacity: 0;
}
.main-nav > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.main-nav > li > a {
  display: flex;
  align-items: center;
  height: 51px;
  padding-left: 12px;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.main-nav > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.main-nav > li > a .svgicon {
  min-width: 16px;
}
.main-nav > li > a .icon,
.main-nav > li > a .svgicon,
.main-nav > li > a img {
  margin-right: 15px;
}
.navbar:not(.expanded) .main-nav > li > a .icon,
.navbar:not(.expanded) .main-nav > li > a .svgicon,
.navbar:not(.expanded) .main-nav > li > a img {
  margin-right: 11px;
}
.main-nav > li > a img {
  width: 20px;
  height: 20px;
  margin-top: -4px;
  margin-left: -2px;
}
.main-nav > li.demo-guide-link:last-of-type {
  border-bottom-color: transparent;
}
.main-nav > li.demo-guide-link > a {
  background-color: #2699d0;
  color: #fff;
  height: 36px;
  min-width: fit-content;
  margin-top: 10px;
  border-radius: 2px;
  padding-left: 7px;
  margin-left: 5px;
  margin-right: 5px;
}
.main-nav + .main-nav > li:not(.demo-guide-link):first-child,
.main-nav + .main-nav > .demo-guide-link.hide + li {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.main-nav .menu-item-label {
  flex: 1;
  opacity: 0;
  visibility: hidden;
  width: 0px;
  transition: opacity .15s ease,
                    visibility .15s ease;
}
.main-nav .active > a {
  color: #fff;
  border-left-color: #7DC8Ec;
}
.user-meta {
  line-height: 1;
}
.user-meta > a {
  padding-left: 7px !important;
}
.user-meta .text-small {
  color: #777777;
}
.user-meta .menu-item-label .icon {
  float: right;
}
.user-meta .menu-item-label .svgicon {
  float: right;
}
.user-figure {
  display: inline-block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  color: #373838;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #27D596;
  border-radius: 2px;
  position: relative;
}
.navbar .user-figure {
  margin-right: 10px;
  margin-left: -1px;
}
.dropdown-menu .user-figure {
  margin-right: 5px;
  margin-left: auto;
}
.user-figure-public:before {
  content: "";
  background: #504725 url("../colored-icons/globe_grey.svg") no-repeat center center;
  background-size: 14px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: 8px;
}
.help-meta a {
  padding-left: 2px;
}
.help-meta img {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  top: -0.1em;
  margin-right: 2px;
  line-height: 1;
  vertical-align: middle;
  border-radius: 50%;
}
.help-meta-number {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: #2699d0;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-menu-toggle {
  padding-left: 10px !important;
}
.navbar.expanded .btn-menu-toggle .svgicon--arrow-right {
  display: none;
}
.navbar:not(.expanded) .btn-menu-toggle .svgicon--arrow-left {
  display: none;
}
.btn-menu-toggle .svgicon--menu {
  width: 20px;
  height: 20px;
}
.announcement-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-width: 1080px;
  height: 36px;
  z-index: 1011;
  text-align: center;
  padding: 9px 36px;
}
.announcement-bar p:last-of-type {
  margin: 0;
}
.announcement-bar .close-btn {
  color: #858585;
  padding: 0 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-width: 1080px;
  height: 36px;
  z-index: 1011;
  color: #fff;
  background-color: #77538c;
}
.topbar .btn {
  border-radius: 0;
}
.topbar .open .dropdown-toggle {
  background-color: #533268;
}
.body-with-topbar .navbar {
  top: 36px;
}
.body-with-topbar .page-wrap {
  margin-top: 36px;
}
.body-with-topbar .page-wrap .headroom {
  top: 36px;
}
.onboarding-link img {
  border-radius: 50%;
  border: 2px solid #2699d0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 9px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a:focus {
  outline: none;
}
.nav > li.disabled > a {
  color: #858585;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #858585;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #fff;
  background-color: #7DC8Ec;
  border-color: #7DC8Ec;
}
.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav .nav-divider {
  height: 3px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-tabs {
  background: #464238;
  margin-bottom: 2px;
  border-radius: 2px;
}
.nav-tabs > li {
  float: left;
  position: relative;
  border-right: 1px solid #D5D0C2;
}
.nav-tabs > li > a {
  display: block;
  float: left;
  line-height: 18px;
  color: #dfdfdf;
  text-decoration: none;
  font-weight: bold;
}
.nav-tabs > li .tab-action {
  display: none;
  position: relative;
  padding-left: 0;
  margin-left: -7px;
}
.nav-tabs > li .tab-action .icon {
  margin: 0;
}
.nav-tabs > li .tab-action .svgicon {
  margin: 0;
}
.nav-tabs > li .tab-action:hover .text-danger {
  color: #d68988;
}
.nav-tabs > li .text-light {
  color: #9B917A;
}
.nav-tabs > li .icon {
  margin-left: 5px;
}
.nav-tabs > li .svgicon {
  margin-left: 5px;
}
.nav-tabs > li.active .tab-action {
  display: inline-block;
  cursor: pointer !important;
}
.nav-tabs > li.active:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  background: #464238;
  border-bottom-right-radius: 2px;
  border-bottom: 2px solid #080808;
  border-right: 2px solid #080808;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.nav-tabs > .nav-message {
  margin-top: 0;
  padding: 8px 15px;
  line-height: 18px;
  border-right: none;
}
.nav-tabs > .nav-message + li {
  border-left: 1px solid #D5D0C2;
}
.nav-tabs > .nav-message-empty {
  color: #9B917A;
}
.nav-labels > li {
  display: inline-block;
}
.nav-labels > li > a {
  display: inline-block;
  padding: 2px 8px;
  color: #dfdfdf;
  border-radius: 2px;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  line-height: 1.5;
}
.nav-labels > li > a .icon {
  margin-left: 2px;
  margin-right: 0;
  font-size: 10px;
  top: -1px;
}
.nav-labels > li > a .svgicon {
  margin-left: 2px;
  margin-right: 0;
}
@-moz-document url-prefix() {
  .nav-labels > li > a {
    line-height: 1.45;
  }
}
.nav-labels > li .tab-action {
  display: none;
  position: relative;
  padding-left: 3px;
  padding-right: 5px;
  margin-left: -7px;
}
.nav-labels > li .tab-action:hover .text-danger,
.nav-labels > li .tab-action:focus .text-danger {
  color: #d68988;
}
.nav-labels > li .tab-action:hover .text-invert,
.nav-labels > li .tab-action:focus .text-invert {
  color: #f2f2f2;
}
.nav-labels > li.active > a {
  color: #fff;
  background-color: #2699d0;
}
.nav-labels > li.active .tab-action {
  display: inline-block;
  cursor: pointer !important;
}
.nav-labels-group {
  vertical-align: middle;
}
.nav-labels-group > li {
  border-radius: 2px;
  border: 1px solid #516a78;
  background: transparent;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
.nav-labels-group > li > a {
  color: #516a78;
  background-color: transparent;
  border: 0;
}
.nav-labels-group > li .tab-action {
  display: inline-block;
  color: #516a78;
}
.nav-labels-group > li.danger {
  border-color: #cf7675;
}
.nav-labels-group > li.danger > a {
  color: #cf7675;
}
.nav-labels-group > li.active {
  border-color: #3c4f5a;
  background-color: #516a78;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.nav-labels-group > li.active > a {
  color: #fff;
  border: 0;
  background-color: transparent;
}
.nav-labels-group > li.active.danger {
  border-color: #c2504f;
  background-color: #cf7675;
}
.nav-labels-group > li:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.nav-labels-group > li + li {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-labels-group + * {
  vertical-align: middle;
}
.hanging-tabs:not(.table-tabs) {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid #353b3f;
}
.drawer .hanging-tabs {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hanging-tabs.flex-fit {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hanging-tabs.flex-fit > li {
  overflow: hidden;
}
.hanging-tabs.flex-fit > li > a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hanging-tabs > .tabs-action > a {
  border-color: transparent;
  color: #2699d0;
  font-weight: normal;
}
.hanging-tabs > .tabs-action > a .icon {
  color: #2699d0;
}
.hanging-tabs > .tabs-action > a .svgicon {
  color: #2699d0;
  fill: #2699d0;
}
.hanging-tabs > .tabs-action > a:focus,
.hanging-tabs > .tabs-action > a:hover {
  background-color: transparent;
}
.hanging-tabs > .primary-tabs-action {
  float: right;
  margin-right: 0;
}
.hanging-tabs > .primary-tabs-action > a {
  background-color: #2699d0;
  border-color: #2699d0;
  border-top-color: #1e79a5;
  color: #fff;
}
.hanging-tabs > .primary-tabs-action > a > .icon {
  color: #fff;
}
.hanging-tabs > .primary-tabs-action > a > .svgicon {
  color: #fff;
  fill: #fff;
}
.hanging-tabs > .primary-tabs-action > a:focus,
.hanging-tabs > .primary-tabs-action > a:hover {
  background-color: #2da1d9;
  border-color: #2da1d9;
  border-top-color: #1a698f;
}
.hanging-tabs > li {
  float: left;
  margin-top: -2px;
}
.hanging-tabs > li:not(:last-of-type) {
  margin-right: 5px;
}
.hanging-tabs > li > a,
.hanging-tabs > li > .disabled-tab {
  padding-left: 10px;
  padding-right: 10px;
  color: #dfdfdf;
  line-height: 1.5;
  border: solid #353b3f;
  border-width: 2px 1px 1px;
  border-radius: 0 0 2px 2px;
  font-weight: bold;
}
.hanging-tabs > li > a:hover,
.hanging-tabs > li > .disabled-tab:hover,
.hanging-tabs > li > a:focus,
.hanging-tabs > li > .disabled-tab:focus {
  background-color: #2c2c2c;
  border-top-color: #1e2123;
}
.hanging-tabs > li > a .icon,
.hanging-tabs > li > .disabled-tab .icon {
  margin-right: 5px !important;
  position: relative;
  top: -2px;
  color: #516a78;
}
.hanging-tabs > li > a .svgicon,
.hanging-tabs > li > .disabled-tab .svgicon {
  margin-right: 5px !important;
  color: #516a78;
  fill: #516a78;
  top: -1px;
}
.hanging-tabs > li > .disabled-tab {
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  color: #858585;
  cursor: not-allowed;
}
.hanging-tabs > li > .disabled-tab:hover,
.hanging-tabs > li > .disabled-tab:focus {
  color: #858585;
  background-color: transparent;
  border-top-color: #353b3f;
}
.hanging-tabs > li.active > a,
.hanging-tabs > li a.active,
.hanging-tabs > li.active.tab-dropdown > a,
.hanging-tabs > li.active > a:hover,
.hanging-tabs > li a.active:hover,
.hanging-tabs > li.active.tab-dropdown > a:hover,
.hanging-tabs > li.active > a:focus,
.hanging-tabs > li a.active:focus,
.hanging-tabs > li.active.tab-dropdown > a:focus {
  background-color: #353b3f;
  border-color: #2699d0 #353b3f #353b3f #353b3f;
  color: #dfdfdf;
}
.hanging-tabs > li.active > a .icon,
.hanging-tabs > li a.active .icon,
.hanging-tabs > li.active.tab-dropdown > a .icon {
  color: #2699d0;
}
.hanging-tabs > li.active > a .svgicon,
.hanging-tabs > li a.active .svgicon,
.hanging-tabs > li.active.tab-dropdown > a .svgicon {
  color: #2699d0;
  fill: #2699d0;
}
.hanging-tabs > li.active > a .tab-text,
.hanging-tabs > li a.active .tab-text,
.hanging-tabs > li.active.tab-dropdown > a .tab-text {
  display: inline;
}
.hanging-tabs .tab-text {
  display: none;
}
.hanging-tabs .tab-divider {
  width: 2px;
  height: 18px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 5px;
  background: #353b3f;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.hanging-tabs > .tab-dropdown:hover > a {
  background-color: #2c2c2c;
  border-top-color: #1e2123;
}
.hanging-tabs > .tab-dropdown > a {
  padding-right: 30px;
}
.hanging-tabs > .tab-dropdown .dropdown-toggle {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 0;
  cursor: pointer !important;
}
.hanging-tabs > .tab-dropdown .dropdown-toggle .icon {
  margin-left: 5px;
  color: #858585 !important;
}
.hanging-tabs > .tab-dropdown .dropdown-toggle .svgicon {
  margin-left: 5px;
  color: #858585 !important;
  fill: #858585 !important;
}
.hanging-tabs.table-tabs > li {
  margin-top: 0;
  margin-bottom: 1px;
}
.hanging-tabs.table-tabs > li > a {
  padding: 4px 5px;
}
[data-main-tabs-nav] a[href="#helpers"],
[data-main-tabs-content] #helpers {
  display: none;
}
.tab-content > .tab-pane,
.hanging-tab-content > .tab-pane,
.pane-tab-content > .tab-pane {
  display: none;
}
.tab-content > .active,
.hanging-tab-content > .active,
.pane-tab-content > .active {
  display: block;
}
.tab-content,
.hanging-tab-content {
  margin-bottom: 18px;
}
.table-tab-content {
  border: 2px solid #353b3f;
  margin-top: -2px;
  margin-bottom: 0;
}
.table-tab-content .table.no-outer-border.nmb,
.table-tab-content .table.no-outer-border.no-bottom-margin {
  border-bottom-style: hidden;
}
.side-popover .tab-pane .popover-title,
.side-popover .tab-pane .popover-content-inner {
  margin: 0;
}
.side-popover .tab-pane .popover-content-inner {
  padding-top: 0;
}
.tab-content > .tab-pane {
  background: #807c6e;
  padding: 10px 10px;
  border-radius: 2px;
}
.tab-pane-divider {
  margin: 0 -10px;
  border-color: #464238;
}
.hanging-tab-header {
  margin-bottom: 20px !important;
}
.hanging-tab-header:before,
.hanging-tab-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.hanging-tab-header:after {
  clear: both;
}
.hanging-tab-header:before,
.hanging-tab-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.hanging-tab-header:after {
  clear: both;
}
.tab-content-inline {
  display: none;
}
.tab-content-inline.active {
  display: block;
}
.table-shaded-blocks .tab-content-inline .with-icon {
  display: inline-block;
  margin-bottom: 10px;
}
.padding-v-sm.padding-h-base .tab-content-inline .padding-base {
  margin: -5px -10px;
}
.menu-content.js-tabset-container.h-100 > div {
  height: 100%;
}
.nav-menu {
  margin: 0;
  padding: 0;
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.nav-menu > li {
  margin: 0;
  position: relative;
}
.nav-menu > li > a:not(.remove-report),
.nav-menu > li > label {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #353b3f;
}
.nav-menu > li > a:not(.remove-report):focus,
.nav-menu > li > label:focus,
.nav-menu > li > a:not(.remove-report):hover,
.nav-menu > li > label:hover {
  text-decoration: none;
  background-color: #121212;
}
.nav-menu > li > a:not(.remove-report) > input,
.nav-menu > li > label > input {
  display: none;
}
.nav-menu > li > a:not(.remove-report).active,
.nav-menu > li > label.active {
  font-weight: bold;
  color: #dfdfdf;
  background: #121212 url("../colored-icons/arrow-right_grey.svg") no-repeat center right 10px;
  background-size: 12px;
}
.nav-menu > li > a:not(.remove-report).active.is-nested,
.nav-menu > li > label.active.is-nested {
  background-image: url("../colored-icons/chevron-right_grey.svg");
}
.nav-menu > li > a:not(.remove-report).active.ui-link,
.nav-menu > li > label.active.ui-link {
  background-position: top 13px right 10px;
}
.nav-menu > li > a:not(.remove-report).default:focus,
.nav-menu > li > label.default:focus,
.nav-menu > li > a:not(.remove-report).default:hover,
.nav-menu > li > label.default:hover {
  background-color: transparent !important;
}
.nav-menu > li:last-child a,
.nav-menu > li:last-child label {
  border-bottom: none;
}
.nav-menu > li:hover .remove-report {
  opacity: 1;
}
.nav-menu > li .remove-report {
  position: absolute;
  top: 50%;
  padding: 2px;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
  opacity: .5;
}
.nav-menu.filter-options {
  min-width: 20rem;
}
@media (min-width: 992px) {
  .nav-menu.filter-options {
    min-width: 23rem;
  }
}
.nav-menu.condensed > li > a {
  padding: 5px 10px;
  color: #dfdfdf;
}
.nav-menu.nav-menu-primary > li > a:not(.remove-report).active {
  color: #fff;
  background: #2699d0;
}
.nav-menu.nav-menu-primary > li > a:not(.remove-report).active:focus,
.nav-menu.nav-menu-primary > li > a:not(.remove-report).active:hover {
  background-color: #2699d0 !important;
}
.nav-menu .filter-count {
  float: right;
  margin-right: 5px !important;
  color: #2699d0 !important;
  fill: #2699d0 !important;
  font-weight: normal !important;
}
.flex > .nav-menu + .nav-menu {
  margin-left: -2px;
}
.logs-box {
  background: #646464;
  color: #fff;
  border-radius: 2px;
}
.logs-heading {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.logs-heading span {
  font-size: 10px;
  letter-spacing: 1px;
}
.logs-heading span,
.logs-heading i {
  color: #fff;
}
.logs-body {
  padding: 5px 10px;
  max-height: 357px;
  overflow-y: auto;
}
.breadcrumbs {
  padding: 0;
  margin-bottom: 20px !important;
  list-style: none;
  background-color: transparent;
}
.breadcrumbs > li {
  display: inline-block;
}
.breadcrumbs > li:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 7px;
  height: 7px;
  width: 7px;
  border: solid #516a78;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}
.breadcrumbs-header {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  white-space: nowrap;
}
.breadcrumbs-header > li {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.breadcrumbs-header > li .text-truncate {
  max-width: 300px;
}
.breadcrumbs-header > li .btn-icon {
  background-color: #d8e0e5;
  border-color: transparent;
}
.breadcrumbs-header > li .btn-icon .svgicon {
  color: #7294a7;
  fill: #7294a7;
}
.breadcrumbs-header > li .btn-icon:focus,
.breadcrumbs-header > li .btn-icon:hover {
  background-color: #fff;
}
.breadcrumbs-header > li a {
  color: #d8e0e5;
}
.breadcrumbs-header > li a:focus,
.breadcrumbs-header > li a:hover {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs-header > li:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  height: 6px;
  width: 6px;
  border: solid #d8e0e5;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer-paging {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #353b3f;
  min-height: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-paging .pull-left,
.footer-paging .btn-group,
.footer-paging .pull-right {
  flex: 1 1 0px;
}
.footer-paging .pull-left {
  text-align: left;
}
.footer-paging .pull-right {
  text-align: right;
  margin-right: 20px !important;
}
.footer-paging .btn-group {
  text-align: center;
  justify-content: center;
}
.with-panel-message .footer-paging {
  padding-bottom: 13px;
}
.footer-paging .current {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.footer-paging .btn {
  background-color: transparent;
  border: 0;
  padding: 5px 10px;
}
.footer-paging .btn:focus,
.footer-paging .btn:hover {
  background-color: transparent;
}
.footer-paging .page {
  color: #dfdfdf;
  padding: 0;
  margin: 0;
  align-self: center;
}
.footer-paging .page a {
  color: #dfdfdf;
  padding: 0 7px;
  display: inline-block;
}
.footer-paging .page a:hover {
  color: #2699d0;
}
.footer-paging .page.current,
.footer-paging .page.gap {
  padding: 0 7px;
  margin: 0;
}
.footer-paging .page.current {
  color: #2699d0;
  background: transparent;
  align-self: center;
}
.footer-paging .form-control {
  display: inline;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  height: 29px;
  border: none;
  border-radius: 2px;
}
.footer-paging .select-light {
  text-align: left;
  display: inline-block;
  min-width: 54px;
  box-shadow: none;
}
.footer-paging .select-light select {
  margin: 0;
  background-position: center right 10px;
  height: 24px;
}
.paging-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #516a78;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
  z-index: 50;
}
.has-fixed-paging {
  padding-bottom: 36px;
}
.paging-absolute {
  background-color: #516a78;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
}
.has-absolute-paging {
  padding-bottom: 36px;
}
.panel-brown .footer-paging {
  background-color: #3e372c;
}
.panel-brown .footer-paging .btn-default {
  color: #dfdfdf;
  background-color: #3e372c;
  border-color: transparent;
}
.panel-brown .footer-paging .btn-default:hover,
.panel-brown .footer-paging .btn-default:focus {
  color: #dfdfdf;
  background-color: #3e372c;
}
.panel-brown .footer-paging .btn-default:active,
.panel-brown .footer-paging .btn-default.active,
.open .dropdown-toggle.panel-brown .footer-paging .btn-default {
  color: #dfdfdf;
  background-color: #3e372c;
}
.panel-brown .footer-paging .btn-default:active,
.panel-brown .footer-paging .btn-default.active,
.open .dropdown-toggle.panel-brown .footer-paging .btn-default {
  background-image: none;
}
.panel-brown .footer-paging .btn-default.disabled,
.panel-brown .footer-paging .btn-default[disabled],
fieldset[disabled] .panel-brown .footer-paging .btn-default,
.panel-brown .footer-paging .btn-default.disabled:hover,
.panel-brown .footer-paging .btn-default[disabled]:hover,
fieldset[disabled] .panel-brown .footer-paging .btn-default:hover,
.panel-brown .footer-paging .btn-default.disabled:focus,
.panel-brown .footer-paging .btn-default[disabled]:focus,
fieldset[disabled] .panel-brown .footer-paging .btn-default:focus,
.panel-brown .footer-paging .btn-default.disabled:active,
.panel-brown .footer-paging .btn-default[disabled]:active,
fieldset[disabled] .panel-brown .footer-paging .btn-default:active,
.panel-brown .footer-paging .btn-default.disabled.active,
.panel-brown .footer-paging .btn-default[disabled].active,
fieldset[disabled] .panel-brown .footer-paging .btn-default.active {
  background-color: #3e372c;
}
.panel-brown .footer-paging .btn-default .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.panel-brown .footer-paging .btn-default .icon {
  color: #dfdfdf;
}
.panel-brown .table-primary tfoot td {
  background-color: #3e372c;
}
.panel-red .footer-paging {
  background-color: #543838;
}
.panel-red .footer-paging .btn-default {
  color: #dfdfdf;
  background-color: #543838;
  border-color: transparent;
}
.panel-red .footer-paging .btn-default:hover,
.panel-red .footer-paging .btn-default:focus {
  color: #dfdfdf;
  background-color: #543838;
}
.panel-red .footer-paging .btn-default:active,
.panel-red .footer-paging .btn-default.active,
.open .dropdown-toggle.panel-red .footer-paging .btn-default {
  color: #dfdfdf;
  background-color: #543838;
}
.panel-red .footer-paging .btn-default:active,
.panel-red .footer-paging .btn-default.active,
.open .dropdown-toggle.panel-red .footer-paging .btn-default {
  background-image: none;
}
.panel-red .footer-paging .btn-default.disabled,
.panel-red .footer-paging .btn-default[disabled],
fieldset[disabled] .panel-red .footer-paging .btn-default,
.panel-red .footer-paging .btn-default.disabled:hover,
.panel-red .footer-paging .btn-default[disabled]:hover,
fieldset[disabled] .panel-red .footer-paging .btn-default:hover,
.panel-red .footer-paging .btn-default.disabled:focus,
.panel-red .footer-paging .btn-default[disabled]:focus,
fieldset[disabled] .panel-red .footer-paging .btn-default:focus,
.panel-red .footer-paging .btn-default.disabled:active,
.panel-red .footer-paging .btn-default[disabled]:active,
fieldset[disabled] .panel-red .footer-paging .btn-default:active,
.panel-red .footer-paging .btn-default.disabled.active,
.panel-red .footer-paging .btn-default[disabled].active,
fieldset[disabled] .panel-red .footer-paging .btn-default.active {
  background-color: #543838;
}
.panel-red .footer-paging .btn-default .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.panel-red .footer-paging .btn-default .icon {
  color: #dfdfdf;
}
.panel-red .footer-paging .btn-default .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.panel-red .table-primary tfoot td {
  background-color: #543838;
}
.with-panel-message .ui-jqgrid .ui-jqgrid-pager {
  padding-bottom: 12px !important;
}
.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.label[href] {
  text-decoration: none;
}
.label[href]:hover,
.label[href]:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.label:empty {
  display: none;
}
.label.label-bordered {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.label-group .label.label-bordered + .label-bordered {
  border-left: none;
}
.label .icon {
  top: -1px !important;
}
.label img.inline-block {
  position: relative;
  top: -2px;
}
.label .dropdown {
  display: inline-block;
}
.label.label-block {
  display: block;
}
.label-round {
  border-radius: 9px;
  cursor: default;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: bold;
  margin: 0 10px;
}
.label-round.label-danger {
  color: #fff;
  background-color: #c11e1e;
}
.label-default {
  color: #444;
  background-color: #d8e0e5;
}
.label-default .svgicon {
  color: #444;
  fill: #444;
}
.label-default:focus,
.label-default:hover {
  color: #444;
}
.label-default-light {
  color: #657886;
  background-color: #ebeef0;
}
.label-default-light .svgicon {
  color: #657886;
  fill: #657886;
}
.label-default-light:focus,
.label-default-light:hover {
  color: #657886;
}
.label-primary {
  color: #fff;
  background-color: #2699d0;
}
.label-primary .svgicon {
  color: #fff;
  fill: #fff;
}
.label-primary:focus,
.label-primary:hover {
  color: #fff;
}
.label-tertiary {
  color: #fff;
  background-color: #516a78;
}
.label-tertiary .svgicon {
  color: #fff;
  fill: #fff;
}
.label-tertiary:focus,
.label-tertiary:hover {
  color: #fff;
}
.label-success {
  color: #fff;
  background-color: #5e7b4d;
}
.label-success .svgicon {
  color: #fff;
  fill: #fff;
}
.label-success:focus,
.label-success:hover {
  color: #fff;
}
.label-success-alt {
  color: #fff;
  background-color: #5e7b4d;
}
.label-success-alt .svgicon {
  color: #fff;
  fill: #fff;
}
.label-success-alt:focus,
.label-success-alt:hover {
  color: #fff;
}
.label-danger {
  color: #fff;
  background-color: #cf7675;
}
.label-danger .svgicon {
  color: #fff;
  fill: #fff;
}
.label-danger:focus,
.label-danger:hover {
  color: #fff;
}
.label-danger-alt {
  color: #fff;
  background-color: #c11e1e;
}
.label-danger-alt .svgicon {
  color: #fff;
  fill: #fff;
}
.label-danger-alt:focus,
.label-danger-alt:hover {
  color: #fff;
}
.label-info {
  color: #dfdfdf;
  background-color: #34628a;
}
.label-info .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.label-info:focus,
.label-info:hover {
  color: #dfdfdf;
}
.label-info-alt {
  color: #fff;
  background-color: #31708F;
}
.label-info-alt .svgicon {
  color: #fff;
  fill: #fff;
}
.label-info-alt:focus,
.label-info-alt:hover {
  color: #fff;
}
.label-warning {
  color: #dfdfdf;
  background-color: #56522c;
}
.label-warning .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.label-warning:focus,
.label-warning:hover {
  color: #dfdfdf;
}
.label-warning .icon {
  color: #f5a300;
}
.label-warning .svgicon {
  color: #f5a300;
  fill: #f5a300;
}
.label-warning-alt {
  color: #fff;
  background-color: #826839;
}
.label-warning-alt .svgicon {
  color: #fff;
  fill: #fff;
}
.label-warning-alt:focus,
.label-warning-alt:hover {
  color: #fff;
}
.label-warning-alt.label-bordered {
  border-color: #5f4c29;
}
.label-royal {
  color: #dfdfdf;
  background-color: #6f438a;
}
.label-royal .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.label-royal:focus,
.label-royal:hover {
  color: #dfdfdf;
}
.label-royal-alt {
  color: #fff;
  background-color: #77538c;
}
.label-royal-alt .svgicon {
  color: #fff;
  fill: #fff;
}
.label-royal-alt:focus,
.label-royal-alt:hover {
  color: #fff;
}
.label-orange {
  color: #fff;
  background-color: #b67419;
}
.label-orange .svgicon {
  color: #fff;
  fill: #fff;
}
.label-orange:focus,
.label-orange:hover {
  color: #fff;
}
.label-quiet {
  color: #fff;
  background-color: rgba(223, 223, 223, 0.5);
}
.label-quiet .svgicon {
  color: #fff;
  fill: #fff;
}
.label-quiet:focus,
.label-quiet:hover {
  color: #fff;
}
.label-light {
  color: #dfdfdf;
  background-color: #fff;
}
.label-light .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.label-light:focus,
.label-light:hover {
  color: #dfdfdf;
}
.label-dark {
  color: #fff;
  background-color: #444;
}
.label-dark .svgicon {
  color: #fff;
  fill: #fff;
}
.label-dark:focus,
.label-dark:hover {
  color: #fff;
}
.label-red {
  color: #fff;
  background-color: #cf7675;
}
.label-red .svgicon {
  color: #fff;
  fill: #fff;
}
.label-red:focus,
.label-red:hover {
  color: #fff;
}
.label-green {
  color: #fff;
  background-color: #5e7b4d;
}
.label-green .svgicon {
  color: #fff;
  fill: #fff;
}
.label-green:focus,
.label-green:hover {
  color: #fff;
}
.label-blue {
  color: #fff;
  background-color: #2699d0;
}
.label-blue .svgicon {
  color: #fff;
  fill: #fff;
}
.label-blue:focus,
.label-blue:hover {
  color: #fff;
}
.label-yellow {
  color: #da7674;
  background-color: #f2edb1;
}
.label-yellow .svgicon {
  color: #da7674;
  fill: #da7674;
}
.label-yellow:focus,
.label-yellow:hover {
  color: #da7674;
}
.label-purple {
  color: #fff;
  background-color: #aa8ace;
}
.label-purple .svgicon {
  color: #fff;
  fill: #fff;
}
.label-purple:focus,
.label-purple:hover {
  color: #fff;
}
.label-brown {
  color: #fff;
  background-color: #464238;
}
.label-brown .svgicon {
  color: #fff;
  fill: #fff;
}
.label-brown:focus,
.label-brown:hover {
  color: #fff;
}
.label-blue-light {
  color: #080808;
  background-color: #6fd5de;
}
.label-blue-light .svgicon {
  color: #080808;
  fill: #080808;
}
.label-blue-light:focus,
.label-blue-light:hover {
  color: #080808;
}
.label-bordered-default {
  background-color: transparent;
  color: #353b3f;
  box-shadow: 0 0 0 1px #353b3f;
}
.label-bordered-default:focus,
.label-bordered-default:hover {
  color: #353b3f;
}
.label-bordered-primary {
  background-color: transparent;
  color: #2699d0;
  box-shadow: 0 0 0 1px #2699d0;
}
.label-bordered-primary:focus,
.label-bordered-primary:hover {
  color: #2699d0;
}
.label-bordered-warning {
  background-color: transparent;
  color: #000000;
  box-shadow: 0 0 0 1px #000000;
}
.label-bordered-warning:focus,
.label-bordered-warning:hover {
  color: #000000;
}
.label-bordered-danger {
  background-color: transparent;
  color: #cf7675;
  box-shadow: 0 0 0 1px #cf7675;
}
.label-bordered-danger:focus,
.label-bordered-danger:hover {
  color: #cf7675;
}
.label-bordered-info {
  background-color: transparent;
  color: #34628a;
  box-shadow: 0 0 0 1px #34628a;
}
.label-bordered-info:focus,
.label-bordered-info:hover {
  color: #34628a;
}
.label-bordered-info-alt {
  background-color: transparent;
  color: #31708F;
  box-shadow: 0 0 0 1px #31708F;
}
.label-bordered-info-alt:focus,
.label-bordered-info-alt:hover {
  color: #31708F;
}
h1 .label,
.h1 .label,
h2 .label,
.h2 .label,
h3 .label,
.h3 .label,
h4 .label,
.h4 .label,
h5 .label,
.h5 .label,
h6 .label,
.h6 .label {
  font-size: 12px;
  line-height: 1.25;
  font-weight: normal;
  vertical-align: baseline;
}
h1 .label.upcase,
.h1 .label.upcase,
h2 .label.upcase,
.h2 .label.upcase,
h3 .label.upcase,
.h3 .label.upcase,
h4 .label.upcase,
.h4 .label.upcase,
h5 .label.upcase,
.h5 .label.upcase,
h6 .label.upcase,
.h6 .label.upcase {
  font-size: 10px !important;
  line-height: 1.25 !important;
}
.page-title .label {
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}
.label > .icon-arrow-down {
  margin-bottom: -0.15em;
}
.label-large {
  font-size: 18px;
}
.label-large.offset-bottom-hlh {
  margin-bottom: 14px;
}
.label-small {
  font-size: 10px;
  line-height: 1.1;
}
.label:hover > .icon-helper {
  opacity: 1;
  filter: alpha(opacity=100);
}
.label-status-draft {
  color: #657886;
  background-color: #ebeef0;
}
.label-status-draft .svgicon {
  color: #657886;
  fill: #657886;
}
.label-status-draft:focus,
.label-status-draft:hover {
  color: #657886;
}
.label-status-pending {
  color: #fff;
  background-color: #b67419;
}
.label-status-pending .svgicon {
  color: #fff;
  fill: #fff;
}
.label-status-pending:focus,
.label-status-pending:hover {
  color: #fff;
}
.label-status-imminent {
  color: #fff;
  background-color: #31708F;
}
.label-status-imminent .svgicon {
  color: #fff;
  fill: #fff;
}
.label-status-imminent:focus,
.label-status-imminent:hover {
  color: #fff;
}
.label-status-final {
  color: #fff;
  background-color: #444;
}
.label-status-final .svgicon {
  color: #fff;
  fill: #fff;
}
.label-status-final:focus,
.label-status-final:hover {
  color: #fff;
}
.label-status-canceled {
  color: #fff;
  background-color: rgba(223, 223, 223, 0.5);
}
.label-status-canceled .svgicon {
  color: #fff;
  fill: #fff;
}
.label-status-canceled:focus,
.label-status-canceled:hover {
  color: #fff;
}
.label-status-active {
  color: #fff;
  background-color: #5e7b4d;
}
.label-status-active .svgicon {
  color: #fff;
  fill: #fff;
}
.label-status-active:focus,
.label-status-active:hover {
  color: #fff;
}
.label-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.label-group[href] {
  text-decoration: none;
}
.label-group[href]:hover,
.label-group[href]:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.label-group > .label {
  display: block;
  position: relative;
  border-radius: 0;
}
.label-group > .label:first-child {
  border-radius: 2px 0 0 2px;
}
.label-group > .label:last-child {
  border-radius: 0 2px 2px 0;
}
.label-preview-container {
  background-color: #F5F5F5;
}
.label-template-width,
.label-template-height {
  position: absolute;
  width: auto !important;
  height: auto !important;
  text-align: center;
}
.label-template-width:before,
.label-template-height:before,
.label-template-width:after,
.label-template-height:after {
  content: "";
  position: absolute;
  background-image: url("../img/dimension-arrow.svg");
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
}
.label-template-width .label-dimension:before,
.label-template-height .label-dimension:before {
  content: "";
  position: absolute;
  background: black;
}
.label-template-width .label-dimension span,
.label-template-height .label-dimension span {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  color: #444;
}
.label-template-width {
  min-height: 10px;
  top: -30px;
  right: 0;
  left: 0;
}
.label-template-width:before,
.label-template-width:after {
  top: 50%;
  margin-top: -5px;
}
.label-template-width:before {
  left: 0;
  margin-top: -4px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.label-template-width:after {
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.label-template-width .label-dimension span {
  padding: 0 5px;
}
.label-template-width .label-dimension:before {
  top: 50%;
  left: 3px;
  right: 3px;
  height: 1px;
}
.label-template-height {
  min-width: 10px;
  top: 0;
  bottom: 0;
  left: -30px;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.label-template-height:before,
.label-template-height:after {
  left: 50%;
  margin-left: -5px;
}
.label-template-height:before {
  top: 0;
}
.label-template-height:after {
  bottom: 0;
  margin-left: -4px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@-moz-document url-prefix() {
  .label-template-height:after {
    margin-left: -5px;
  }
}
.label-template-height .label-dimension span {
  padding: 5px 0;
}
.label-template-height .label-dimension:before {
  top: 3px;
  bottom: 3px;
  left: 50%;
  width: 1px;
}
.status-group {
  margin: -2px -1px;
}
.status-group .status {
  margin: 2px 1px;
}
.status {
  display: inline-block;
  padding: 2px 5px;
  font-size: inherit;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  color: #fff;
}
.status[href] {
  text-decoration: none;
}
.status[href]:hover,
.status[href]:focus {
  color: #fff;
  text-decoration: none;
}
.status-default {
  background-color: #ccc;
}
.status-success {
  background-color: #6DCA72;
}
.status-danger {
  background-color: #DB5E5E;
}
.status-info {
  background-color: #6DA3DA;
}
.status-steps {
  display: flex;
}
.page-wrap .status-steps {
  margin-left: -20px;
  margin-right: -20px;
}
.status-step {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.status-step:not(:first-child) {
  margin-left: 2px;
}
.status-step .status-title {
  font-weight: bold;
  line-height: normal;
  position: relative;
  padding-left: 25px;
}
.status-step .status-title:before {
  background: url("../colored-icons/finalize-success.svg") no-repeat center center;
  background-size: 15px;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.status-step .status-title span {
  font-weight: normal;
}
.status-step-dark .status-title:before {
  background-image: url("../colored-icons/minus-default.svg") !important;
}
.status-step .status-actions {
  display: flex;
}
.status-step .status-actions .btn + .btn {
  margin-left: 5px;
}
.status-step-heading {
  color: #bbceaa;
  padding: 4px 10px;
  position: relative;
  height: 28px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #6a8b57;
  font-size: 14px;
}
.status-step-dark .status-step-heading {
  background-color: #444;
  color: #b5c0c8;
}
.status-step-info {
  border: solid #353b3f;
  border-width: 0 1px 2px 1px;
  padding: 5px 5px;
  flex: 2;
}
.status-step:not(:first-child) .status-step-heading:before {
  width: 0;
  height: 0;
  border-top: 14px inset transparent;
  border-bottom: 14px inset transparent;
  border-left: 12px solid #080808;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.status-step:not(:last-child) .status-step-heading:after {
  width: 0;
  height: 0;
  border-top: 14px inset transparent;
  border-bottom: 14px inset transparent;
  border-left: 12px solid #6a8b57;
  position: absolute;
  content: "";
  top: 0;
  right: -12px;
  z-index: 2;
}
.status-step:not(:first-child) .status-step-heading {
  padding-left: 22px;
}
.status-step:not(:first-child) .status-step-info {
  margin-left: -1px;
}
.status-step:not(:last-child) .status-step-info {
  margin-right: -1px;
}
.status-step:first-child .status-step-info {
  border-left-width: 2px;
}
.status-step:last-child .status-step-info {
  border-right-width: 2px;
}
.status-step.current:not(.flex-1) {
  flex: 1.8;
}
.status-step.current .status-step-heading {
  background-color: #34628a;
  color: #31708F;
}
.status-step.current .status-step-heading:after {
  border-left-color: #34628a;
}
.status-step.current ~ .status-step .status-title,
.status-step.current .status-title {
  padding-left: 0;
}
.status-step.current ~ .status-step .status-title:before,
.status-step.current .status-title:before {
  content: "";
  display: none;
}
.status-step.current ~ .status-step .status-step-heading {
  background-color: #353b3f;
  color: #516a78;
}
.status-step.current ~ .status-step .status-step-heading:after {
  border-left-color: #353b3f;
}
.status-step.flex-3 {
  flex: 3;
}
.status-step:not(.current) .status-step-info {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
}
.status-step:not(.current) .status-step-info[href]:hover,
.status-step:not(.current) .status-step-info[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.modal-avatar .status-arrow {
  position: absolute;
  top: -120px;
  left: -40px;
  color: #080808;
}
.modal-avatar .status-arrow .svgicon {
  width: auto;
  height: auto;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.filter .badge {
  position: relative;
  top: -1px;
  padding-top: 2px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-default {
  background-color: #858585;
}
.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #6c6c6c;
}
.badge-light {
  color: #dfdfdf;
  background-color: #fff;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  background-color: #e6e6e6;
}
.badge-icon {
  position: absolute;
  top: -9px;
  right: -9px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #cf7675;
}
.media > .pull-right .badge-icon,
.media > .pull-left .badge-icon {
  right: 0;
}
.badge-icon .icon {
  display: block;
  font-size: 14px;
}
.badge-icon .icon:empty {
  min-width: 14px;
}
.badge-icon .svgicon {
  display: block;
  width: 14px;
  height: 14px;
}
.thumbnail {
  display: block;
  margin-bottom: 18px;
  line-height: 1.5;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 8px 10px;
  background-color: #353b3f;
  color: #dfdfdf;
  text-align: center;
}
.alert {
  padding: 10px;
  margin-bottom: 18px;
  border-radius: 3px;
}
.alert.alert-sm,
.alert.alert-compact {
  padding: 5px;
  margin-bottom: 5px;
}
.alert.alert-sm .svgicon,
.alert.alert-compact .svgicon {
  width: 13px;
  height: 13px;
}
.alert.alert-sm h4,
.alert.alert-compact h4 {
  margin-bottom: 5px;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.alert.alert-sm h4.alert-header,
.alert.alert-compact h4.alert-header {
  margin: -5px -5px 5px -5px;
  padding: 5px;
}
.alert.alert-sm h4 .icon.pull-left,
.alert.alert-compact h4 .icon.pull-left {
  margin-top: -0.15em;
}
.alert.alert-sm .media-left,
.alert.alert-compact .media-left {
  line-height: 1;
}
.alert.alert-sm .media .pull-left .icon-sm,
.alert.alert-compact .media .pull-left .icon-sm,
.alert.alert-sm .media .pull-right .icon-sm,
.alert.alert-compact .media .pull-right .icon-sm {
  margin-top: -0.65em;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert h4:before,
.alert h4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.alert h4:after {
  clear: both;
}
.alert h4:before,
.alert h4:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.alert h4:after {
  clear: both;
}
.alert h4 .icon.pull-left {
  margin-top: -0.25em;
}
.alert h4.alert-header {
  margin: -10px -10px 10px -10px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
}
.alert h4.alert-header .svgicon {
  margin-right: 10px !important;
}
.alert h4.alert-header .svgicon + span {
  line-height: 1.3;
}
.alert .alert-link {
  text-decoration: underline;
}
.alert .alert-link:focus,
.alert .alert-link:hover {
  text-decoration: none;
}
.alert p {
  margin-bottom: 5px;
}
.alert ul:last-child,
.alert p:last-child {
  margin-bottom: 0;
}
.alert-dismissable {
  padding-right: 30px;
  position: relative;
}
.alert-dismissable .close {
  position: absolute;
  top: 2px;
  right: 5px;
  padding: 5px;
  font-size: 16px;
  color: inherit;
}
.panel-message {
  background-color: #4c4826;
  color: #858585;
  border: 1px solid #353b3f;
  font-size: 11px;
  line-height: 1.3;
  margin: 0;
  max-width: 90%;
  padding: 5px 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -12px);
  -ms-transform: translate(-50%, -12px);
  transform: translate(-50%, -12px);
  text-align: left;
  z-index: 101;
}
.panel-message .alert-link {
  color: #6c6c6c;
}
.panel-message p {
  max-width: 100%;
  width: max-content;
}
.panel-message.alert-dismissable {
  padding-right: 35px;
}
.panel-message .close {
  float: none;
  position: absolute;
  right: 10px;
  font-weight: normal;
  font-size: 20px;
  padding: 0;
}
.alert-default {
  background-color: #2c2c2c;
  color: #dfdfdf;
}
.alert-default .alert-link {
  color: #c6c6c6;
}
.alert-default .alert-header {
  background-color: #171717;
  border-bottom: 1px solid #000000;
}
.alert-default.alert-bordered {
  border: 1px solid #121212;
}
.alert-success {
  background-color: #5e7b4d;
  color: #bbceaa;
}
.alert-success .alert-link {
  color: #a1bb8a;
}
.alert-success .alert-header {
  background-color: #4b623d;
  border-bottom: 1px solid #2e3c26;
}
.alert-success.alert-bordered {
  border: 1px solid #465c39;
}
.alert-info {
  background-color: #34628a;
  color: #76a4bd;
}
.alert-info .alert-link {
  color: #548dac;
}
.alert-info .alert-header {
  background-color: #294d6c;
  border-bottom: 1px solid #182d40;
}
.alert-info.alert-bordered {
  border: 1px solid #2a5b70;
}
.alert-warning {
  background-color: #4c4826;
  color: #b1b07a;
}
.alert-warning .alert-link {
  color: #9c9b5c;
}
.alert-warning .alert-header {
  background-color: #312e18;
  border-bottom: 1px solid #080804;
}
.alert-warning.alert-bordered {
  border: 1px solid #3b331d;
}
.alert-warning .form-control {
  border-color: #000000;
}
.alert-warning .control-label,
.alert-warning label {
  color: #b1b07a;
}
.alert-danger {
  background-color: #774545;
  color: #ca4e56;
}
.alert-danger .alert-link {
  color: #b0353d;
}
.alert-danger .alert-header {
  background-color: #5d3636;
  border-bottom: 1px solid #362020;
}
.alert-danger.alert-bordered {
  border: 1px solid #b88484;
}
.alert-beta {
  background-color: transparent;
  color: #dfdfdf;
  border: 2px solid #6fd5de;
}
.alert-beta .alert-link {
  color: #c6c6c6;
}
.alert-beta p:last-of-type {
  margin-bottom: 0;
}
.nagger {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 40%;
  z-index: 1061;
}
.nagger-content {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  background-color: #4c4826;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 2px 2px;
}
.nagger-action {
  margin-left: 10px;
}
.alert-announcement {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -18px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 0;
  border-bottom: 1px solid #D8DCDE;
}
.alert-announcement + .breadcrumbs {
  margin-top: -20px;
}
.alert-announcement .close {
  color: rgba(0, 0, 0, 0.25);
}
.alert-announcement .close:focus,
.alert-announcement .close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.alert-announcement .icon {
  margin-right: 0;
}
.alert-announcement h4 {
  font-size: 11px;
  margin-bottom: 0;
}
.alert-announcement p {
  font-size: 11px;
}
.alert-announcement.is-draft {
  padding-left: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}
.alert-announcement.is-draft:after {
  width: 45px;
  height: 45px;
  background-size: contain;
  left: 20px;
  top: -12px;
  z-index: 1009;
}
.alert-content {
  display: flex;
  align-items: flex-start;
}
.alert-content .label {
  width: 115px;
  text-align: left;
}
.alert-content p:last-child {
  margin-bottom: 0;
}
.alert-content + .alert-content {
  margin-top: 10px;
}
.progress {
  overflow: hidden;
  height: 10px;
  margin-bottom: 12px;
  background-color: #353b3f;
  border-radius: 10px;
}
.progress-label {
  height: 15px;
  padding: 1px;
  margin-bottom: 0;
  border: 1px solid #353b3f;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
}
.progress-label .progress-addon {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  padding-left: 1px;
  padding-right: 2px;
  background-color: #fff;
}
.progress-label .progress-addon .icon {
  font-size: 10px;
  top: 1px;
  display: block;
}
.progress-label .progress-addon .svgicon {
  width: 10px;
  height: 10px;
  display: block;
  top: 1px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 10px;
  color: #fff;
  text-align: center;
  background-color: #2699d0;
  border-radius: 10px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-label .progress-bar {
  border-radius: 0;
}
.progress-label .progress-bar:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.progress-label .progress-bar:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #858585;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-danger {
  background-color: #cf7675;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.radio .media {
  margin-top: -3px;
}
.media,
.media-body {
  zoom: 1;
}
.media {
  display: table;
  width: 100%;
}
.media.inline-block {
  width: auto;
}
.media .media-body {
  width: 100%;
}
td .media .media-body {
  min-width: 200px;
}
.media .media-left,
.media > .pull-left,
.media .media-right,
.media > .pull-right {
  width: 1%;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
  float: none !important;
}
.media-right img,
.media > .pull-right img {
  max-width: none;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
  float: none !important;
}
.media-left img,
.media > .pull-left img {
  max-width: none;
}
.media-left,
.media > .pull-left,
.media-right,
.media > .pull-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-alt-clear,
.media-alt-clear .media-body {
  overflow: visible;
}
.media-alt-clear:after {
  content: "";
  display: table;
  clear: both;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.media-body-fix {
  margin-top: 1px;
}
.media-highlight {
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 20px 20px;
  margin-bottom: 10px;
}
.media-highlight-default {
  background-color: rgba(44, 44, 44, 0.32);
  border-color: #516a78;
}
.media-highlight-secondary {
  background-color: rgba(70, 66, 56, 0.16);
  border-color: #9B917A;
}
.media-part-card {
  padding: 20px;
}
.media-part-card .media-heading {
  margin-bottom: 2px;
  font-size: 18px;
}
.media-part-card .part-number {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
}
.summary-view .media-part-card {
  padding-top: 10px;
  padding-bottom: 10px;
}
.attachment-list {
  border: 2px solid #353b3f;
  border-radius: 2px;
  padding-left: 0;
  display: table;
  width: 100%;
}
.attachment-list > .attachment-item {
  list-style: none;
}
.attachment-list > .attachment-item:last-child > * {
  border-bottom: none;
}
.panel-body .attachment-list {
  border: none;
  margin-bottom: 0;
}
.attachment-list .attachment-item:first-child > *:first-child {
  border-top-left-radius: 2px;
}
.attachment-list .attachment-item:first-child > *:last-child {
  border-top-right-radius: 2px;
}
.attachment-list .attachment-item:last-child > *:first-child {
  border-bottom-left-radius: 2px;
}
.attachment-list .attachment-item:last-child > *:last-child {
  border-bottom-right-radius: 2px;
}
.attachment-item {
  display: table-row;
  background-color: #fff;
}
.attachment-item.attachment-item-published,
.attachment-item.highlight {
  background-color: #32322c;
}
.attachment-item-handle,
.attachment-item-object,
.attachment-item-content,
.attachment-item-detail,
.attachment-item-actions {
  display: table-cell;
  border-bottom: 1px solid #353b3f;
  padding: 5px 5px;
  vertical-align: middle;
}
.attachment-item-handle {
  position: relative;
  width: 25px;
  line-height: 1;
  padding-right: 0;
}
.attachment-item-handle .handle {
  padding: 0;
}
.attachment-item-object {
  width: 1% !important;
}
.attachment-item-object img {
  max-width: 10000px;
}
.attachment-item-object .btn {
  vertical-align: middle;
}
.attachment-item-heading {
  font-size: inherit;
  margin-top: 3px;
  margin-bottom: 2px;
}
.attachment-item-actions {
  padding-right: 20px;
  white-space: nowrap;
  text-align: right;
}
.handle {
  text-align: center;
  color: #858585;
  padding: 2px;
  cursor: move;
}
.message-list {
  padding-left: 0;
  margin: 0;
}
.message-list > li {
  list-style: none;
}
.message {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  white-space: normal !important;
  padding: 5px;
  margin-top: 5px;
  background-color: #32322c;
  border: 2px solid #2d2d28;
  border-radius: 2px;
}
.message:before,
.message:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.message:after {
  clear: both;
}
.message:before,
.message:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.message:after {
  clear: both;
}
.message.border-thin {
  border-width: 1px;
}
.message.mod-large {
  min-height: 160px;
}
.message-no-border {
  border: 0;
  padding: 9px 10px;
}
.message-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.message-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.message-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.message blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.message .form-group:last-child {
  margin-bottom: 0;
}
.message.well-nested {
  border-radius: 2px;
}
.message.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.message.well-clickable:focus,
.message.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.message.well-clickable.bg-primary {
  color: #fff;
}
.message > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.message-title {
  margin-top: 0;
  font-size: inherit;
}
.message-body {
  max-width: 50%;
}
.message-body > *:last-child {
  margin-bottom: 0;
}
.message-meta {
  float: right;
  width: 40%;
  text-align: right;
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
}
.message-meta[href]:hover,
.message-meta[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.message-attachments {
  margin-top: 5px;
}
.message-attachments .attachment-list {
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.media-timeline-view {
  padding: 20px 20px;
  background-color: #fff;
  border: 2px solid #353b3f;
}
.media-timeline-view > li {
  margin-top: 0;
  padding-top: 15px;
  border-left: 2px solid #353b3f;
}
.media-timeline-view > li:first-child {
  padding-top: 0;
}
.media-timeline-view .tab-pane {
  background: none;
  padding: 0 0 15px;
}
.media-timeline-item {
  margin-left: -9px;
}
.media-timeline-item .media-object {
  width: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #fff;
  color: #858585;
  text-align: center;
}
.media-timeline-item .pull-left {
  margin-right: 5px;
}
.media-timeline-item .media-body {
  margin-top: 5px;
}
.media-timeline-item:hover .fade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
  border: 1px solid #353b3f;
  border-radius: 3px;
}
.no-padding .list-group {
  margin-bottom: 0;
  border: none;
}
.no-padding .list-group .list-group-item {
  border-left: none;
  border-right: none;
}
.no-padding .list-group .list-group-item:first-child {
  border-top: none;
}
.no-padding .list-group .list-group-item:last-child {
  border-radius: 0;
  border-bottom: none;
}
.list-group-danger {
  border-color: #774545;
}
.list-group-danger .list-group-item {
  border-color: #774545;
}
.list-group-danger .list-group-item.active {
  background-color: #774545 !important;
}
.list-group-danger .list-group-item.active .list-group-icon {
  color: #cf7675 !important;
}
.list-group-danger .list-group-icon {
  color: #874e4e !important;
}
.list-group-primary {
  border-color: #2699d0;
}
.list-group-primary .list-group-item {
  border-color: #2699d0;
}
.list-group-primary .list-group-item.active {
  background-color: #2699d0 !important;
}
.list-group-primary .list-group-item.active .list-group-icon {
  color: #fff !important;
}
.list-group-primary .list-group-icon {
  color: #2699d0 !important;
}
.list-group-primary .list-group-item.active {
  color: #fff !important;
}
.list-group-item {
  display: block;
  padding: 10px 15px;
  margin-bottom: -2px;
  background-color: #fff;
  border: 1px solid #353b3f;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-selectable .list-group-item input[type="radio"],
.list-group-selectable .list-group-item input[type="checkbox"] {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
button.list-group-item,
a.list-group-item {
  color: #dfdfdf;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
button.list-group-item .list-group-item-heading,
a.list-group-item .list-group-item-heading {
  color: #dfdfdf;
}
button.list-group-item:hover,
a.list-group-item:hover,
button.list-group-item:focus,
a.list-group-item:focus {
  text-decoration: none;
  color: #dfdfdf;
  background-color: #2c2c2c;
}
button.list-group-item:focus,
a.list-group-item:focus,
button.list-group-item:active,
a.list-group-item:active {
  outline: none !important;
}
button.list-group-item .list-group-icon,
a.list-group-item .list-group-icon {
  color: #516a78;
}
button.list-group-item.active,
a.list-group-item.active,
button.list-group-item.active:hover,
a.list-group-item.active:hover,
button.list-group-item.active:focus,
a.list-group-item.active:focus {
  z-index: 2;
  color: #dfdfdf;
  background-color: #353b3f;
}
button.list-group-item.active .list-group-item-heading,
a.list-group-item.active .list-group-item-heading,
button.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
button.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
button.list-group-item.active .list-group-icon,
a.list-group-item.active .list-group-icon,
button.list-group-item.active:hover .list-group-icon,
a.list-group-item.active:hover .list-group-icon,
button.list-group-item.active:focus .list-group-icon,
a.list-group-item.active:focus .list-group-icon {
  color: #2699d0;
}
.list-group-simple {
  border: none;
}
.list-group-simple .list-group-item {
  border-color: transparent;
  padding: 5px 5px;
}
.list-group-simple .list-group-item + .list-group-item {
  margin-top: 5px;
}
.list-group-inline .list-group-item {
  display: inline-block;
  border-radius: 2px;
  padding: 10px 10px;
}
.list-group-inline .list-group-item + .list-group-item {
  margin-top: 0;
  margin-left: 10px;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.styled-list {
  margin-bottom: 20px;
  padding-left: 0;
  border: 1px solid #353b3f;
  border-radius: 3px;
}
.no-padding .styled-list {
  margin-bottom: 0;
  border: none;
}
.no-padding .styled-list .list-group-item {
  border-left: none;
  border-right: none;
}
.no-padding .styled-list .list-group-item:first-child {
  border-top: none;
}
.no-padding .styled-list .list-group-item:last-child {
  border-radius: 0;
  border-bottom: none;
}
.styled-list > li {
  display: block;
  padding: 10px 15px;
  margin-bottom: -2px;
  background-color: #fff;
  border: 1px solid #353b3f;
  background-color: #080808;
}
.styled-list > li:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.styled-list > li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.styled-list > li > .badge {
  float: right;
}
.styled-list > li > .badge + .badge {
  margin-right: 5px;
}
.item-confirm {
  padding-left: 30px;
  background-position: top 5px left;
  background-repeat: no-repeat;
  background-size: 16px;
}
.item-confirm.active {
  background-image: url("../colored-icons/tick_primary.svg");
}
.panel {
  padding: 10px 10px 10px 30px;
  background-color: #fff;
  border-radius: 3px;
}
.panel:before,
.panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel:after {
  clear: both;
}
.panel:before,
.panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel:after {
  clear: both;
}
.panel-title .byline {
  margin-left: 5px;
}
.panel + .panel {
  margin-top: 10px;
}
.summary-view .panel + .panel {
  margin-top: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .table + .table {
  border-top-width: 3px;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-heading:after {
  clear: both;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-heading:after {
  clear: both;
}
.panel-heading .byline {
  font-weight: normal;
  color: #858585;
  line-height: 1.1;
}
.panel-rich {
  display: flex;
}
.panel-rich .panel-intro {
  width: 270px;
  flex-grow: 0;
  padding: 4px 10px 10px 10px;
  margin-top: -2px;
  position: relative;
  text-align: center;
}
.panel-rich .panel-body {
  flex-grow: 1;
}
.panel-rich .panel-body:not(.flex) .table {
  min-height: 100%;
  transform: translateY(1px);
}
.panel-popover {
  padding: 10px 10px 5px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.panel-dashbox {
  padding: 0;
  border: 2px solid #353b3f;
  position: relative;
}
.panel-dashbox + .panel-dashbox {
  margin-top: 20px;
}
.panel-dashbox .panel-ctrls-alt {
  margin-top: -3px;
}
.panel-dashbox .panel-heading {
  padding: 9px 10px;
  background: #353b3f;
  position: relative;
  min-height: 38px;
}
.panel-dashbox .panel-heading:before,
.panel-dashbox .panel-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-dashbox .panel-heading:after {
  clear: both;
}
.panel-dashbox .panel-heading:before,
.panel-dashbox .panel-heading:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-dashbox .panel-heading:after {
  clear: both;
}
.panel-dashbox .panel-heading:after {
  content: "";
  clear: both;
  display: block;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.panel-dashbox .panel-heading.bg-default:after {
  background-color: inherit;
}
.panel-dashbox .panel-heading input.form-control {
  padding: 1px 4px 1px 4px;
  height: auto;
  border-radius: 2px;
  display: block;
}
.panel-dashbox .panel-heading input.form-control:not(.dropdown-input) {
  border-color: transparent;
  border-width: 1px;
}
.panel-dashbox .panel-heading input.form-control:not(.monthpicker):not(.dropdown-input) {
  font-size: 11px !important;
}
.panel-dashbox .panel-heading input.form-control.form-control-pill {
  border-radius: 10px;
}
.panel-dashbox .panel-heading input.form-control:focus {
  border-color: #2699d0;
}
.panel-dashbox .panel-heading .btn-search {
  top: 2px;
}
.panel-dashbox .panel-heading.mod-flex > .flex {
  margin-top: -2px;
  min-height: 20px;
}
.panel-dashbox .panel-heading.mod-flex .panel-title {
  margin: 0;
  display: inline-block;
}
.panel-dashbox .panel-heading.mod-flex input.form-control:not(.dropdown-input) {
  height: 19px;
}
.panel-dashbox .panel-heading.mod-flex .inline-block,
.panel-dashbox .panel-heading.mod-flex .btn-sm,
.panel-dashbox .panel-heading.mod-flex .btn-icon {
  vertical-align: middle;
}
.panel-dashbox .panel-heading:not(.mod-flex) .btn-toolbar {
  margin-top: -2px;
}
.panel-dashbox .panel-heading:not(.mod-flex) input.form-control {
  margin-bottom: -4px;
}
.panel-dashbox.bg-default .panel-heading:after {
  display: none;
}
.panel-dashbox .panel-title {
  margin: 1px 0 0 0;
}
.panel-dashbox .panel-title .icon {
  color: rgba(223, 223, 223, 0.33);
}
.panel-dashbox .panel-title .svgicon {
  color: rgba(223, 223, 223, 0.33);
  fill: rgba(223, 223, 223, 0.33);
}
.summary-view .panel-dashbox .panel-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}
.panel-dashbox .flex-panel-heading .panel-title {
  flex: 1;
}
.panel-dashbox .panel-body {
  padding: 8px 10px 10px 10px;
  border-radius: 0 0 2px 2px;
  position: relative;
}
.panel-dashbox .panel-body-alt {
  margin: 10px 20px;
  position: relative;
}
.panel-dashbox .panel-body-nobleed {
  padding: 0;
}
.panel-dashbox .panel-body-condensed {
  padding: 10px;
}
.panel-dashbox .panel-body-padded {
  padding: 18px 20px 20px 20px;
}
.panel-dashbox .panel-footer {
  padding: 10px;
  border-top: 2px solid #353b3f;
  background: #fff;
}
.panel-dashbox .blank-slate .icon {
  font-size: 50px;
  color: #2c2c2c;
}
.panel-dashbox .divider {
  margin-left: -10px;
  margin-right: -10px;
  border-width: 2px;
  border-color: #353b3f;
}
.panel-dashbox .blank {
  margin: 10px;
  text-align: center;
  color: #858585;
}
.summary-view .panel-dashbox {
  border: 0;
}
.panel-results {
  margin-bottom: 0;
}
.panel-results p {
  margin-bottom: 5px;
}
.panel-results .row-icon {
  text-align: left;
  width: 50px;
}
.panel-results .row-icon .svgicon {
  width: 24px;
  height: 24px;
}
.panel-results address {
  margin-top: 0;
}
.panel-results table {
  margin-bottom: 0;
}
.panel-results table tbody tr:last-of-type td {
  border-bottom-color: transparent;
}
.panel-results + .panel-results {
  margin-top: -3px;
}
.panel-dashbox-condensed .panel-heading {
  overflow: hidden;
  padding: 6px 10px;
  line-height: 23px;
  min-height: 0;
}
.panel-dashbox-condensed .panel-heading.mod-flex > .flex {
  margin-top: -5px;
}
.summary-view .panel-dashbox-condensed .panel-heading {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}
.summary-view .panel-dashbox-condensed .panel-heading .panel-title {
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #6c6c6c;
  margin-bottom: 3px;
  line-height: 1;
}
.panel-dashbox-condensed .panel-heading.panel-heading-condensed {
  padding-top: 0;
  padding-bottom: 5px;
  min-height: 0;
}
.panel-dashbox-condensed .panel-heading.panel-heading-condensed .panel-title {
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #858585;
  margin: 0;
  line-height: 1;
}
.panel-dashbox-condensed .panel-heading .panel-title {
  font-size: 13px;
  margin-bottom: 5px;
}
.panel-dashbox-condensed .panel-body {
  padding: 10px;
}
.summary-view .panel-dashbox-condensed .panel-body {
  padding: 0 20px;
}
.summary-view .panel-dashbox-condensed {
  border-radius: 0;
}
.panel-primary {
  border-color: #2699d0;
}
.panel-primary > .panel-heading,
.panel-primary > .panel-content > .panel-heading {
  background: #2699d0;
}
.panel-primary .panel-title {
  color: #fff;
}
.panel-primary .divider {
  border-color: #2699d0;
}
.panel-primary .panel-intro {
  background-color: #2699d0;
}
.panel-yellow {
  border-color: #f3e491;
}
.panel-yellow > .panel-heading,
.panel-yellow > .panel-content > .panel-heading {
  background: #f3e491;
}
.panel-yellow .divider {
  border-color: #f3e491;
}
.panel-yellow .panel-intro {
  background-color: #f3e491;
}
.panel-orange {
  border-color: #524121;
}
.panel-orange > .panel-heading,
.panel-orange > .panel-content > .panel-heading {
  background: #524121;
}
.panel-orange .divider {
  border-color: #524121;
}
.panel-orange .panel-intro {
  background-color: #524121;
}
.panel-orange .panel-body .ui-jqgrid-pager {
  background: #524121 !important;
}
.panel-green {
  border-color: #535d49;
}
.panel-green > .panel-heading,
.panel-green > .panel-content > .panel-heading {
  background: #535d49;
}
.panel-green .divider {
  border-color: #535d49;
}
.panel-green .panel-intro {
  background-color: #535d49;
}
.panel-gray {
  border-color: #565656;
}
.panel-gray > .panel-heading,
.panel-gray > .panel-content > .panel-heading {
  background: #565656;
}
.panel-gray .divider {
  border-color: #565656;
}
.panel-gray .panel-intro {
  background-color: #565656;
}
.panel-red {
  border-color: #543838;
}
.panel-red > .panel-heading,
.panel-red > .panel-content > .panel-heading {
  background: #543838;
}
.panel-red .divider {
  border-color: #543838;
}
.panel-red .panel-intro {
  background-color: #543838;
}
.panel-brown {
  border-color: #3e372c;
}
.panel-brown > .panel-heading,
.panel-brown > .panel-content > .panel-heading {
  background: #3e372c;
}
.panel-brown .divider {
  border-color: #3e372c;
}
.panel-brown .panel-intro {
  background-color: #3e372c;
}
.panel-purple {
  border-color: #432d50;
}
.panel-purple > .panel-heading,
.panel-purple > .panel-content > .panel-heading {
  background: #432d50;
}
.panel-purple .divider {
  border-color: #432d50;
}
.panel-purple .panel-intro {
  background-color: #432d50;
}
.panel-invisible {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.panel-invisible .panel-title {
  margin: 0;
}
.panel-collapsed .panel-heading:after,
.panel-collapsed .panel-body {
  display: none;
}
.panel-collapsed .panel-heading {
  margin-bottom: -2px;
}
.panel-collapsible-body .panel-heading:after {
  display: none;
}
.panel-tab {
  padding: 0;
  margin-bottom: 10px;
}
.panel-tab .panel-heading {
  border-bottom: 1px solid #353b3f;
  padding: 10px 10px;
}
.panel-tab .table {
  margin-bottom: 0;
}
.panel-tab .table > tbody > tr:last-child td {
  border-bottom-width: 0;
}
.logbook-details .panel-tab + .panel-tab:last-child {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel:first-child {
  border-radius: 5px 5px 0 0;
}
.panel-group .panel:last-child {
  border-radius: 0 0 5px 5px;
}
.panel-group .panel + .panel {
  margin-top: -2px;
}
.panel-group .panel-heading {
  background-color: transparent;
  min-height: 0;
}
.panel-group .panel-body {
  padding: 0 10px 10px 10px;
}
div.panel-body .ui-jqgrid .loading {
  background: image-url('loading.gif') !important;
  background-repeat: no-repeat;
  border: none;
  height: 32px;
  width: 32px;
}
.card {
  border-color: #353b3f;
  background-color: rgba(68, 68, 68, 0.3);
  margin-bottom: 10px;
  border: 2px solid #353b3f;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card > .card-header {
  background: #353b3f;
}
.card .title-icon {
  color: #858585;
}
.card-header {
  padding: 10px;
  display: flex;
  margin-top: -2px;
  align-items: center;
  justify-content: space-between;
}
.card-title {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.card .title-icon {
  margin-right: 5px !important;
  vertical-align: middle;
}
.card-body {
  padding: 10px;
  flex: 2;
}
.card-icon {
  color: #606060;
  width: 62px;
  height: 62px;
}
.card-footer {
  padding: 10px;
}
.card.disabled {
  pointer-events: none;
  border-color: rgba(68, 68, 68, 0.3);
  opacity: .7;
}
.card.disabled > .card-header {
  background: rgba(68, 68, 68, 0.3);
}
.card.disabled .title-icon {
  color: #858585;
}
.card.disabled a.block {
  color: #606060;
}
.card.disabled .card-header {
  opacity: .5;
}
.card.disabled .card-header .btn {
  background-color: #858585;
}
.card .divider-line {
  width: 25%;
  min-width: 100px;
  margin-left: 0;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-width: 1px 0 0;
}
.card a.disabled {
  color: #606060;
  pointer-events: none;
}
.card a.block {
  margin: 5px 0;
}
.card a.block:not(:last-of-type) {
  margin-bottom: 10px;
}
.card-blue {
  border-color: #34628a;
}
.card-blue > .card-header {
  background: #34628a;
}
.card-blue .title-icon {
  color: #2699d0;
}
.card-brown {
  border-color: #464238;
}
.card-brown > .card-header {
  background: #464238;
}
.card-brown .title-icon {
  color: #9B917A;
}
.card-green {
  border-color: #6a8b57;
}
.card-green > .card-header {
  background: #6a8b57;
}
.card-green .title-icon {
  color: #bbceaa;
}
.card-royal {
  border-color: #6f438a;
}
.card-royal > .card-header {
  background: #6f438a;
}
.card-royal .title-icon {
  color: #a98bba;
}
.card-red {
  border-color: #774545;
}
.card-red > .card-header {
  background: #774545;
}
.card-red .title-icon {
  color: #b88484;
}
.card-yellow {
  border-color: #32322c;
}
.card-yellow > .card-header {
  background: #32322c;
}
.card-yellow .title-icon {
  color: #8c7e30;
}
.well {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  border-radius: 2px;
  white-space: normal !important;
}
.well:before,
.well:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.well:after {
  clear: both;
}
.well:before,
.well:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.well:after {
  clear: both;
}
.well.border-thin {
  border-width: 1px;
}
.well.mod-large {
  min-height: 160px;
}
.well-no-border {
  border: 0;
  padding: 9px 10px;
}
.well-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.well-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.well-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well .form-group:last-child {
  margin-bottom: 0;
}
.well.well-nested {
  border-radius: 2px;
}
.well.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.well.well-clickable:focus,
.well.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.well.well-clickable.bg-primary {
  color: #fff;
}
.well > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.well-field {
  padding: 9px 10px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-illustration {
  float: right;
  margin-left: 20px;
  border-radius: 0 0 5px 0;
}
.well .well-illustration {
  margin-bottom: -20px;
  margin-right: -19px;
}
.well-lg .well-illustration {
  margin-bottom: -50px;
  margin-right: -70px;
}
.well-icon {
  margin-bottom: 30px;
}
.well-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.well-content {
  margin-bottom: 35px;
  line-height: 1.5;
}
.well-content-negative {
  margin-left: -10px;
  margin-right: -10px;
}
.well-lg {
  padding: 46px 66px;
}
.well-sm {
  padding: 5px;
  border-radius: 2px;
}
.well-md {
  padding: 20px;
}
.well-xs {
  padding: 2px 4px;
  border-radius: 2px;
}
.well-tagged {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-radius: 4px !important;
}
.well-tagged-muted {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #2c2c2c;
}
.well-tagged-primary {
  border-top-color: #2699d0;
}
.well-tagged-danger {
  border-top-color: #cf7675;
}
.well-tagged-success {
  border-top-color: #6a8b57;
}
.well-tagged-royal {
  border-top-color: #6f438a;
}
.well-tagged-orange {
  border-top-color: #e7a74e;
}
.well-split {
  padding-bottom: 0;
}
.well-split-container {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.well-split-container > .well {
  flex: 1 1 0;
  margin-left: 2px;
}
.well-split-container > .well:first-child {
  margin-left: 0;
}
.well-split-container > .well + .well {
  margin-top: 0;
}
.well-upgrade:before,
.well-upgrade:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.well-upgrade:after {
  clear: both;
}
.well-upgrade:before,
.well-upgrade:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.well-upgrade:after {
  clear: both;
}
.well-upgrade .well {
  margin: 0;
}
.well-upgrade .well-upgrade-new {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
  border-radius: 5px;
  position: relative;
}
.close {
  float: right;
  font-size: 21.6px;
  font-weight: bold;
  line-height: 1;
  color: #858585;
}
.close:hover,
.close:focus {
  color: #6c6c6c;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
#purr-container,
.flash-msg {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1080;
  text-align: center;
}
.flash-error,
.flash-msg-content {
  display: inline-block;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  width: 400px;
}
.flash-msg-icon {
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}
.flash-msg-title {
  margin: 0 0 5px 0;
  font-size: 1.25em;
}
.flash-msg-body {
  margin-top: 4px;
  overflow: auto;
  width: auto;
}
.flash-msg-body p {
  margin: 0;
}
.flash-msg-body p + p {
  margin-top: 1em;
}
.flash-error,
.flash-msg-danger .flash-msg-content {
  background-color: #ca4e56;
  color: #fff;
}
.flash-msg-success .flash-msg-content {
  background-color: #58ca80;
  color: #fff;
}
.part-cart {
  margin: 0;
  padding: 12px 10px;
  height: 105px;
  color: #fff;
  background: #2699d0;
  list-style: none;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.part-cart a {
  color: #fff;
}
.part-cart li {
  height: 27px;
  line-height: 27px;
  width: 27px;
  vertical-align: middle;
  text-align: center;
}
.part-cart .icon-cart {
  font-size: 24px;
  line-height: 27px;
}
.part-cart .svgicon {
  width: 18px;
  height: 18px;
}
.part-cart.expanded {
  height: 51px;
  display: flex;
}
.part-cart.expanded li {
  height: auto;
  width: auto;
  text-align: left;
}
.part-cart.expanded .icon-cart {
  margin-right: 10px;
}
.part-cart.expanded .svgicon {
  margin-right: 10px;
}
.part-cart.expanded .part-cart-meta-actions {
  margin-left: auto;
}
.part-cart.expanded .add-part-cart {
  text-align: center;
  margin-right: 5px;
}
.part-cart.expanded .add-part-cart .svgicon {
  margin: 0;
}
.part-cart.expanded .close-part-cart {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 27px;
  height: 27px;
  background: transparent;
  text-align: center;
  top: -2px;
  position: relative;
}
.part-cart.expanded .close-part-cart .svgicon {
  width: 16px;
  height: 16px;
  margin: 4px auto 0 auto;
}
.part-cart.expanded .parts-meta {
  text-align: left;
}
.part-cart.expanded .parts-text {
  display: inline;
}
.parts-meta {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.parts-text {
  display: none;
}
.part-cart-meta-actions {
  text-align: center;
}
.part-cart-meta-actions a {
  display: inline-block;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 27px;
}
.part-cart-meta-actions .icon {
  margin: 0;
  line-height: 1;
  top: -2px;
}
.part-cart-meta-actions .svgicon {
  margin: 0;
}
.part-cart-meta-actions .close-part-cart {
  line-height: 1;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 2px;
  position: absolute;
  top: 0;
  right: 0;
}
.part-cart-meta-actions .close-part-cart .svgicon {
  width: 12px;
  height: 12px;
}
.comment {
  border-radius: 5px;
  margin-bottom: 20px;
  max-width: 600px;
}
.comment textarea {
  min-height: 54px;
  margin-bottom: 10px;
  resize: none;
  padding: 10px;
}
.comment.comment-reply {
  margin-left: 20px;
}
.comment.comment-reply .comment-body {
  background-color: #4c4826 !important;
}
.comment .comment-meta {
  line-height: 1.35;
}
.comment .comment-meta strong {
  display: block;
}
.comment-header {
  color: #858585;
  margin-top: 10px;
}
.comment-header:before,
.comment-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-header:after {
  clear: both;
}
.comment-header:before,
.comment-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-header:after {
  clear: both;
}
.tab-pane-footer .comment-header {
  margin-top: 0;
  margin-bottom: 10px;
}
.comment-header li {
  vertical-align: middle;
  line-height: 30px;
}
.comment-avatar {
  margin-right: 2px;
}
.comment-actions {
  float: right;
}
.comment-actions a {
  margin-left: 5px;
  color: #858585;
}
.comment-actions a:hover,
.comment-actions a:focus {
  color: #6c6c6c;
}
.comment-body {
  background-color: #2c2c2c;
  padding: 10px 10px;
  border-radius: 2px;
  clear: both;
}
.comment-body p {
  margin: 0;
}
.comment-body p + p {
  margin-top: .85em;
}
.remark {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  white-space: normal !important;
  padding: 5px;
  border-radius: 2px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.remark:before,
.remark:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.remark:after {
  clear: both;
}
.remark:before,
.remark:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.remark:after {
  clear: both;
}
.remark.border-thin {
  border-width: 1px;
}
.remark.mod-large {
  min-height: 160px;
}
.remark-no-border {
  border: 0;
  padding: 9px 10px;
}
.remark-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.remark-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.remark-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.remark blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.remark .form-group:last-child {
  margin-bottom: 0;
}
.remark.well-nested {
  border-radius: 2px;
}
.remark.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.remark.well-clickable:focus,
.remark.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.remark.well-clickable.bg-primary {
  color: #fff;
}
.remark > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.remark.remark-royal {
  background-color: #432d50;
}
.remark + .remark {
  margin-top: 5px !important;
}
.comment-box {
  border-radius: 5px;
  background-color: rgba(223, 223, 223, 0.05);
  padding: 5px 5px !important;
  margin-bottom: 10px;
}
.comment-box:not(.inline-block):last-of-type {
  margin-bottom: 0;
}
.comment-box p:last-of-type {
  margin: 0;
}
.comment-message-container {
  background-color: #121212;
  padding: 10px;
  border: 1px solid #353b3f;
  border-radius: 2px;
}
.comment-item .comment-message-container {
  margin: -6px -11px;
}
.comment-message-container .overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 148, 167, 0.75);
  z-index: 10;
}
.comment-message-container textarea {
  min-height: 80px;
  border: 0;
  flex: 1;
  padding-top: 0;
}
.comment-message-container .dz-preview {
  display: flex;
  justify-content: space-between;
  background: transparent;
  border: 1px solid #353b3f;
  border-radius: 2px;
  margin-bottom: 10px;
}
.comment-message-container .dz-preview:before,
.comment-message-container .dz-preview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-message-container .dz-preview:after {
  clear: both;
}
.comment-message-container .dz-preview:before,
.comment-message-container .dz-preview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-message-container .dz-preview:after {
  clear: both;
}
.comment-message-container .dz-preview:hover {
  background: transparent;
}
.comment-message-container .dz-preview [data-dz-thumbnail] {
  float: left;
  border-right: 1px solid #353b3f;
  margin: -8px 10px -10px -10px;
  background-color: #2c2c2c;
  width: 90px;
  height: 70px;
}
.comment-message-container .dz-preview .dz-details {
  flex: 1;
}
.comment-message-container .dz-preview .dz-filename,
.comment-message-container .dz-preview .dz-size {
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
.comment-message-container .dz-preview .dz-filename {
  font-weight: bold;
}
.comment-message-container .dz-preview .dz-size {
  color: #dfdfdf;
  margin: 0;
  font-size: 90%;
  font-size: 11px;
}
.comment-message-container .dz-preview .dz-size strong {
  font-weight: normal;
}
.comment-message-container .dz-preview button {
  font-size: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../colored-icons/cross-normal_tertiary.svg");
  background-size: 20px;
  background-color: transparent;
  border: 0;
}
.attachment-preview {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #080808;
  border-radius: 2px;
  margin-top: 10px;
}
.attachment-preview:before,
.attachment-preview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.attachment-preview:after {
  clear: both;
}
.attachment-preview:before,
.attachment-preview:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.attachment-preview:after {
  clear: both;
}
.attachment-preview img {
  float: left;
  border-right: 1px solid #353b3f;
  background-color: #2c2c2c;
  margin: -10px 10px -10px -10px;
  width: 80px;
  height: 80px;
}
.attachment-preview-icon {
  width: 80px;
  height: 80px;
  margin: -10px 10px -10px -10px;
}
.attachment-preview .attachment-details {
  flex: 1;
}
.attachment-preview .attachment-filename {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
.error-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 0;
}
.delete-image-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  background: #F2DEDE;
  z-index: 10;
}
.comment-message-container .dz-preview .dz-details a img {
  width: 90px;
  height: 70px;
  display: block;
}
.attachment-preview .attachment-details a img {
  width: 80px;
  height: 80px;
  display: block;
}
.comment-message-container .dz-preview a,
.comment-message-container .dz-preview .dz-details a,
.attachment-preview .attachment-details a {
  text-decoration: none;
  color: inherit;
}
.discussion-subscriber {
  display: inline-block;
  vertical-align: middle;
}
.discussion-subscriber img {
  border-radius: 50%;
  border: 1px solid #353b3f;
}
.discussion-subscriber + .discussion-subscriber {
  margin-left: -8px;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.2;
}
.simplebar-scrollbar.simplebar-hover:before {
  opacity: 0.4;
}
.simplebar-dragging .simplebar-scrollbar:before {
  opacity: 0.4;
}
.flipswitch {
  overflow: hidden;
}
.flipswitch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.flipswitch label {
  margin: 0;
  padding: 0;
  float: left;
  color: #CD7676;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
}
.flipswitch input[type="checkbox"]:disabled ~ label {
  opacity: .5;
  cursor: not-allowed;
}
.switch {
  width: 30px;
  height: 15px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
  float: left;
  border-radius: 2px;
  overflow: hidden;
}
.switch-track {
  display: block;
  width: 60px;
  height: 100%;
  margin-left: -30px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
.switch-track:before,
.switch-track:after {
  content: "";
  width: 30px;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: 13px;
}
.switch-track:before {
  background-image: url("../colored-icons/tick_white.svg");
  background-color: #87B75E;
  background-position: center left 2px;
}
.switch-track:after {
  background-image: url("../colored-icons/cross-normal_white.svg");
  background-color: #CD7676;
  background-position: center right 2px;
}
.switch-button {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 2px;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.flipswitch input[type="checkbox"]:checked ~ label {
  color: #87B75E;
}
.flipswitch input[type="checkbox"]:checked ~ label .switch-track {
  margin-left: 0;
}
.flipswitch input[type="checkbox"]:checked ~ label .switch-button {
  left: 16px;
}
.flipswitch.color-default label {
  color: #646464 !important;
}
.flipswitch-more {
  margin-top: 5px;
  margin-left: 40px;
}
.filters {
  margin-bottom: 18px;
  padding-left: 0;
  list-style: none;
  color: #9B917A;
  background-color: #E0DBCD;
  border-radius: 2px;
}
.filters:before,
.filters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.filters:after {
  clear: both;
}
.filters:before,
.filters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.filters:after {
  clear: both;
}
.filters > li {
  float: left;
  line-height: 36px;
}
.filters > li.is-divided {
  border-color: #d6d0bd;
}
.filters .expander-toggle {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #B2AA96;
  line-height: 33px;
}
.filters .expander-toggle:before {
  background-image: url("../colored-icons/arrow-down_muted.svg");
  background-size: 16px;
  vertical-align: middle;
}
.filters .no-filters {
  margin-left: 10px;
  margin-right: 10px;
}
.filters .more-filters {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #D0CBBE;
  border-right: 1px solid #D0CBBE;
}
.filters .more-filters .dropdown-toggle {
  letter-spacing: 1px;
}
.filters .more-filters .dropdown-toggle:hover,
.filters .more-filters .dropdown-toggle:focus {
  text-decoration: none;
}
.more-filters-dropdown {
  padding: 5px 20px;
  line-height: 30px;
}
.filter {
  display: inline-block;
  padding: 3px 5px 2px 5px;
  cursor: default;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
.filter .remove {
  color: #fff;
  font-weight: bold;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.filter .remove:hover,
.filter .remove:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.filter .icon {
  top: -1px !important;
  font-size: 11px;
}
.filter + .filter {
  margin-left: 5px;
}
.filter-default {
  color: #fff;
  background-color: #3c4f5a;
}
.filter-success {
  color: #fff;
  background-color: #87B75E;
}
.filter-danger {
  color: #fff;
  background-color: #CD7676;
}
.filters-content {
  width: 600px;
  margin: 40px auto;
}
.filters-form {
  padding-top: 15px;
  border-top: 2px solid #353b3f;
}
.filters-form .form-group {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 2px solid #353b3f;
}
.filters-form label {
  margin-bottom: 15px;
}
.filters-extra {
  margin-top: -18px;
  margin-bottom: 18px;
  padding: 10px 10px;
  list-style: none;
  border: 2px solid #E0DBCD;
  border-top: none;
  border-radius: 0 0 2px 2px;
}
.filters-extra:before,
.filters-extra:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.filters-extra:after {
  clear: both;
}
.filters-extra:before,
.filters-extra:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.filters-extra:after {
  clear: both;
}
.filters-extra > li {
  float: left;
}
.filters-extra > li.is-divided {
  border-color: #d6d0bd;
}
.pd-text-default,
.pd-text-default a {
  color: #dfdfdf;
}
.pd-text-red,
.pd-text-red a {
  color: #f15220;
}
.pd-text-blue,
.pd-text-blue a {
  color: #20c0ff;
}
.pd-text-mute,
.pd-text-mute a {
  color: #858585;
}
.pd-text-default,
.pd-text-default a,
.pd-text-danger,
.pd-text-danger a,
.pd-text-primary,
.pd-text-primary a,
.pd-text-mute,
.pd-text-mute a {
  text-decoration: none;
}
.pd-text-default a:focus,
.pd-text-danger a:focus,
.pd-text-primary a:focus,
.pd-text-mute a:focus,
.pd-text-default a:hover,
.pd-text-danger a:hover,
.pd-text-primary a:hover,
.pd-text-mute a:hover,
.pd-text-default[href]:focus,
.pd-text-danger[href]:focus,
.pd-text-primary[href]:focus,
.pd-text-mute[href]:focus,
.pd-text-default[href]:hover,
.pd-text-danger[href]:hover,
.pd-text-primary[href]:hover,
.pd-text-mute[href]:hover {
  text-decoration: underline;
}
.pd-text-default a:focus,
.pd-text-default a:hover,
.pd-text-default[href]:focus,
.pd-text-default[href]:hover {
  color: #2699d0;
}
.pd-strong {
  font-weight: bold;
}
.pd-mono {
  font-family: "Inconsolata", "Inconsolata-g", monospace;
}
.pd-columns {
  overflow: hidden;
  min-width: 200px;
}
.panel .pd-columns {
  margin-bottom: 1em;
}
.pd-left {
  float: left;
}
.pd-left + .pd-left {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #353b3f;
}
.announcements {
  max-width: 1024px;
  margin: 40px auto;
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.announcements-header {
  padding: 20px 0;
  background-color: #353b3f;
  border-bottom: 1px solid #353b3f;
}
.announcement-in-list {
  padding: 40px 0;
  border-bottom: 1px solid #353b3f;
}
.announcement-in-list-title {
  margin-top: 0;
}
.zero-state-message {
  background-color: #2c2c2c;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
.no-padding .zero-state-message {
  margin: 8px 10px 10px 10px;
}
.zero-state-message-body {
  padding: 40px 40px;
  flex-grow: 1;
}
.zero-state-message-body h4 {
  margin: 0;
  color: #dfdfdf;
  font-size: 18px;
}
.zero-state-message-body p {
  margin-bottom: 0;
  margin-top: 18px;
}
.zero-state-message-figure {
  max-width: 50%;
  max-height: 200px;
  margin: 20px 40px;
}
.zero-state-message-sm .zero-state-message-body {
  padding: 20px 20px;
}
.zero-state-message-sm .zero-state-message-figure {
  max-width: 33%;
  height: 100px;
  margin: 20px 20px;
}
.toolbar .toolbar-items {
  display: flex;
  width: 100%;
  align-items: center;
}
.toolbar .toolbar-items > .toolbar-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toolbar .toolbar-items > .toolbar-item + .toolbar-item {
  margin-left: 10px;
}
.expander {
  display: inline-block;
}
.expander-toggle:before,
.expander-row-toggle:before {
  content: "";
  cursor: pointer;
  background: url("../colored-icons/arrow-down_grey.svg") no-repeat center center;
  background-size: 14px;
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: all .15s ease;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.table-collapsing .expander-toggle:before,
.table-collapsing .expander-row-toggle:before {
  margin-top: -2px;
}
.expander-toggle.with-text:before,
.expander-row-toggle.with-text:before {
  margin-right: 5px;
}
.expander-toggle.expander-toggle-on:before,
.expander-row-toggle.expander-toggle-on:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.expander-toggle-on .expander-toggle:before,
.expander-toggle-on .expander-row-toggle:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.expander-toggle.mod-icon:before,
.expander-row-toggle.mod-icon:before {
  display: none;
}
.expander-toggle.mod-icon .svgicon--arrow-up,
.expander-row-toggle.mod-icon .svgicon--arrow-up {
  display: none;
}
.expander-toggle.mod-icon.expander-toggle-on .svgicon--arrow-up,
.expander-row-toggle.mod-icon.expander-toggle-on .svgicon--arrow-up {
  display: inline-block;
}
.expander-toggle.mod-icon.expander-toggle-on .svgicon--arrow-down,
.expander-row-toggle.mod-icon.expander-toggle-on .svgicon--arrow-down {
  display: none;
}
.expander-toggle:focus,
.expander-row-toggle:focus,
.expander-toggle:hover,
.expander-row-toggle:hover {
  text-decoration: none;
}
.expander-in .expander-toggle.mod-icon .svgicon--arrow-up {
  display: inline-block;
}
.expander-in .expander-toggle.mod-icon .svgicon--arrow-down {
  display: none;
}
[data-toggle="expander"] {
  cursor: pointer;
}
.expander-source.expander-in .show-for-collapsed,
.expander-row.expanded .show-for-collapsed {
  display: none;
}
.expander-source.expander-in > tr > td {
  border-bottom-width: 0;
  padding-bottom: 5px;
}
.expander-content:not(.expander-in) {
  display: none;
}
tbody.expander-content.expander-in {
  border-bottom: 1px solid #353b3f;
}
.expander-content > tr > td {
  border-top-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
.expander-content > tr > td:first-child {
  padding-left: 20px;
}
.table-summary .expander-content > tr > td:first-child,
.table-slim .expander-content > tr > td:first-child {
  padding-left: 10px !important;
}
.expander-content .expander-source > tr > td:first-child {
  padding-left: 25px !important;
}
.expander-content .expander-content > tr > td:first-child {
  padding-left: 45px !important;
}
.expander-content .expander-content:last-of-type > tr:last-child > td {
  border-bottom-style: hidden;
}
.expander-fade {
  opacity: 0;
}
.logbook-timeline {
  padding-bottom: 10px;
  margin-left: 28px;
  padding-right: 24px;
}
.logbook-timeline .timeline-node {
  margin-top: 0;
  padding-left: 20px;
}
.logbook-timeline .timeline-node-point {
  top: 7px;
}
.logbook-timeline .timeline-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.logbook-entry {
  width: 100%;
  display: table;
  table-layout: fixed;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.logbook-entry:first-child {
  margin-top: 0;
}
.logbook-entry > li {
  display: table-cell;
  vertical-align: middle;
}
.logbook-part-info {
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
}
.logbook-meta {
  width: 230px;
}
.logbook-meta .label {
  font-size: 10px;
  width: 34px;
}
.logbook-meta .label:first-child {
  margin-left: 5px;
}
.logbook-title {
  padding-left: 18px;
}
.logbook-person {
  width: 100px;
  padding-right: 10px;
  padding-left: 20px;
}
.logbook-widget[max-width~="700px"] .logbook-person {
  display: none;
}
.logbook-action {
  width: 20px;
}
.logbook-frame {
  padding: 5px 10px;
  position: relative;
  border: 2px solid #353b3f;
  border-radius: 5px;
}
.logbook-draft-sign {
  display: inline-block;
  padding-left: 1px;
  padding-right: 1px;
  position: absolute;
  top: 0;
  left: -10px;
  color: #ca3939;
  font-size: 8px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 2px solid #cf7675;
  border-radius: 3px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: 950;
}
.logbook-approved-sign {
  display: inline-block;
  padding-left: 1px;
  padding-right: 1px;
  position: absolute;
  top: 0;
  left: -14px;
  color: #5e7b4d;
  font-size: 8px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 2px solid #5e7b4d;
  border-radius: 3px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: 950;
}
.logbook-title-text {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  font-weight: bold;
  background-color: #fff;
  z-index: 920;
}
.logbook-popover {
  width: 300px;
}
.logbook-popover .popover-content-inner {
  padding-top: 20px;
}
.logbook-details {
  margin: 20px;
  padding: 15px;
  background-color: #2c2c2c;
  border-radius: 5px;
  position: relative;
}
.logbook-details:before {
  content: "";
  display: block;
  border-left: 2px solid #353b3f;
  height: 20px;
  position: absolute;
  top: -20px;
}
.logbook-details .logbook-desc {
  padding-bottom: 30px;
  border-bottom: 1px solid #1e2123;
}
.logbook-details .attachment-list {
  border: 0;
  margin-bottom: 0;
}
.logbook-details .attachment-item {
  margin-left: -2px;
  margin-right: -2px;
}
.logbook-details .local-dropzone-previews.uploaded {
  margin: 10px -5px -5px;
}
.logbook-details .dz-preview {
  background: #2c3134;
}
.logbook-details .dz-preview-wrapper:hover .dz-preview,
.logbook-details .dz-error-message {
  background: #25292c;
}
.logbook-addenda-entry {
  padding: 10px 10px;
  border-top: 1px solid #353b3f;
  background-color: #32322c;
}
.logbook-addenda-entry:before,
.logbook-addenda-entry:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.logbook-addenda-entry:after {
  clear: both;
}
.logbook-addenda-entry:before,
.logbook-addenda-entry:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.logbook-addenda-entry:after {
  clear: both;
}
.logbook-addenda-entry:first-child {
  border-top: 0;
}
.logbook-addenda-entry .well {
  margin-bottom: 10px;
}
.logbook-panel-title-offset {
  margin-left: 32px;
}
.activity-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.activity-list.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.activity-item {
  width: 100%;
  display: table;
  border-radius: 2px;
  background-color: #353b3f;
  margin-top: 10px;
}
.activity-item:first-child {
  margin-top: 0;
}
.activity-item.is-author {
  background-color: #32322c;
}
.activity-item.is-generic {
  margin-top: 0;
  background-color: #fff;
}
.activity-item.is-generic + .activity-item {
  margin-top: 0;
}
.activity-object,
.activity-content,
.activity-actions {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.activity-object {
  width: 40px;
  padding-left: 10px;
}
.activity-object .icon {
  padding: 7px;
  background-color: #353b3f;
  border-radius: 2px;
}
.activity-content {
  padding-left: 10px;
}
.activity-actions {
  text-align: right;
  padding-right: 10px;
}
.vault {
  width: 100%;
  display: table;
  padding: 10px 5px;
  margin-bottom: 2px;
  list-style: none;
  background-color: #2c2c2c;
  border-radius: 2px;
}
.modal-header .vault {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}
.vault-item {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 5px;
}
.vault-icon {
  width: 46px;
  padding-right: 0;
}
.modal-header .vault-icon {
  padding-left: 0;
}
.vault-icon-wrap {
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
  line-height: 1;
}
.vault-icon-wrap.vault-icon-wrap-sm {
  padding: 5px;
}
.vault-icon-wrap.vault-icon-wrap-xs {
  padding: 2px;
}
.vault-icon-locked {
  background-color: #fff;
}
.vault-icon-unlocked {
  color: #fff;
  background-color: #cf7675;
}
.vault-icon-locked .icon-vault:before {
  content: '\47';
}
.vault-icon-unlocked .icon-vault:before {
  content: '\46';
}
.vault-description {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-header .vault-description {
  max-width: none;
  white-space: initial;
}
.vault-meta {
  padding: 10px;
  background-color: #2c2c2c;
  border-radius: 2px;
}
.vault-meta-invert {
  background-color: #fff;
}
.vault-meta-title {
  color: #858585;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.vault-card {
  background-color: #2c2c2c;
  border-radius: 2px;
}
.vault-card-body {
  padding: 10px;
}
.vault-card-meta {
  margin: 5px -5px -5px;
}
.vault-card-meta:before,
.vault-card-meta:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.vault-card-meta:after {
  clear: both;
}
.vault-card-meta:before,
.vault-card-meta:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.vault-card-meta:after {
  clear: both;
}
.vault-card-meta .vault-meta {
  margin: 5px;
}
.vault-card-footer {
  width: 100%;
  display: table;
  color: #858585;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vault-card-footer-body,
.vault-card-footer-actions {
  display: table-cell;
}
.vault-card-footer-body {
  padding: 10px;
}
.vault-card-footer-body .label-group {
  margin-top: -4px;
}
.vault-card-footer-actions {
  width: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.vault-card-footer-actions a {
  display: block;
  padding: 10px;
}
.color-picker-dropdown-menu {
  width: 170px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.color-picker-dropdown-menu .text-light {
  padding-left: 20px;
  font-weight: bold !important;
}
.color-picker-container {
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.color-picker-container .color-picker-label {
  margin: 5px;
  transition: transform .15s;
}
.color-picker-container .color-picker-label:hover,
.color-picker-container .color-picker-label:focus {
  transform: scale(1.2);
}
.color-picker-item {
  position: relative;
}
.color-picker-input {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  position: absolute;
  visibility: hidden;
}
.color-picker-input:checked ~ .color-picker-label {
  transform: scale(1.2);
  border-color: #2699d0;
}
.color-picker-label {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #353b3f;
  border-radius: 50%;
  cursor: pointer;
}
.color-picker-label.view-only {
  cursor: default;
}
.color-picker-label.color-picker-label-md {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 7px;
}
.color-picker-label.color-picker-label-sm {
  width: 7px;
  height: 7px;
  margin-left: 5px;
  margin-right: 7px;
}
.color-option-white {
  background-color: #fff;
}
.color-option-yellow {
  background-color: #f2edb1;
}
.color-option-green {
  background-color: #5e7b4d;
}
.color-option-brown {
  background-color: #464238;
}
.color-option-red {
  background-color: #cf7675;
}
.color-option-teal {
  background-color: #1DC0B4;
}
.color-option-blue {
  background-color: #2699d0;
}
.color-option-blue-light {
  background-color: #6fd5de;
}
.color-option-orange {
  background-color: #e7a74e;
}
.color-option-purple {
  background-color: #aa8ace;
}
.color-option-not-applicable {
  background-color: #eaeaea;
}
.color-option-negligible {
  background-color: #999999;
}
.color-option-very-low {
  background-color: #95996b;
}
.color-option-low {
  background-color: #647563;
}
.color-option-slightly-low {
  background-color: #7da682;
}
.color-option-moderate-low {
  background-color: #c5B454;
}
.color-option-medium {
  background-color: #daa520;
}
.color-option-moderate-high {
  background-color: #f7961f;
}
.color-option-high {
  background-color: #dd843a;
}
.color-option-very-high {
  background-color: #e68363;
}
.color-option-critical {
  background-color: #c96e58;
}
.color-option-very-critical {
  background-color: #a74b44;
}
.color-option-emergency {
  background-color: #800000;
}
.org-color-option-1 {
  background-color: #fff;
  border: 1px solid #353b3f;
}
.org-color-option-1.user-figure {
  line-height: 28px;
}
.user-meta .org-color-option-1 {
  border: 0;
  line-height: 30px;
}
.org-color-option-2 {
  background-color: #DFDFDF;
}
.btn-default .org-color-option-2 {
  border-color: #fff;
}
.org-color-option-3 {
  background-color: #999999;
}
.org-color-option-4 {
  color: rgba(255, 255, 255, 0.5);
  background-color: #555555;
}
.org-color-option-5 {
  color: rgba(255, 255, 255, 0.5);
  background-color: #000000;
}
.org-color-option-6 {
  color: #efefef;
  background-color: #760707;
}
.org-color-option-7 {
  color: rgba(255, 255, 255, 0.5);
  background-color: #A81515;
}
.org-color-option-8 {
  color: #efefef;
  background-color: #CF3535;
}
.org-color-option-9 {
  background-color: #DB6E22;
}
.org-color-option-10 {
  background-color: #EEB216;
}
.org-color-option-11 {
  background-color: #FFD600;
}
.org-color-option-12 {
  background-color: #FFF50E;
}
.org-color-option-13 {
  background-color: #DDFF0E;
}
.org-color-option-14 {
  background-color: #72D563;
}
.org-color-option-15 {
  background-color: #27D596;
}
.org-color-option-16 {
  background-color: #2EEAF6;
}
.org-color-option-17 {
  background-color: #27ABD5;
}
.org-color-option-18 {
  color: #efefef;
  background-color: #1971C2;
}
.org-color-option-19 {
  color: #efefef;
  background-color: #8244D0;
}
.org-color-option-20 {
  background-color: #D059DA;
}
label.color-picker-wrapper {
  border: 1px solid #353b3f;
  border-radius: 3px;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
label.color-picker-wrapper .color-picker-value {
  padding: 5px 10px;
  line-height: 1.25;
  vertical-align: middle;
}
label.color-picker-wrapper ::-moz-color-swatch {
  border-color: transparent;
  border-radius: 3px 0 0 3px;
}
label.color-picker-wrapper ::-webkit-color-swatch {
  border-color: transparent;
  border-radius: 3px 0 0 3px;
}
label.color-picker-wrapper input[type="color"] {
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  border-color: transparent;
  border-radius: 3px 0 0 3px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
label.color-picker-wrapper input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
label.color-picker-wrapper input[type="color"]::-webkit-color-swatch {
  border: none;
}
label.html-color-picker {
  position: relative;
}
label.html-color-picker input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
label.html-color-picker .color-value {
  display: none;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 1px;
}
label.html-color-picker.mod-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 5px;
  transition: transform .15s;
}
label.html-color-picker.mod-icon input {
  width: 16px;
  height: 16px;
}
label.html-color-picker.mod-icon .svgicon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
label.html-color-picker.mod-icon:not(.mod-hex):hover {
  transform: scale(1.2);
}
label.html-color-picker.mod-hex {
  width: auto;
  height: auto;
  border: 1px solid #2699d0;
  border-radius: 2px;
  padding: 2px 3px;
  margin: 5px 0 0 5px;
}
label.html-color-picker.mod-hex .svgicon {
  display: none;
}
label.html-color-picker.mod-hex input {
  display: inline-block;
  opacity: 1;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 3px;
  border: 1px solid #353b3f;
}
label.html-color-picker.mod-hex input::-moz-color-swatch {
  border-color: transparent;
}
label.html-color-picker.mod-hex input::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
  padding: 0;
}
label.html-color-picker.mod-hex input::-webkit-color-swatch-wrapper {
  border: none;
  border-radius: 50%;
  padding: 0;
}
label.html-color-picker.mod-hex .color-value {
  display: inline-block;
}
label.html-color-picker.mod-button {
  display: block;
  padding: 5px 10px;
}
label.html-color-picker.mod-button input {
  vertical-align: bottom;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
label.html-color-picker.mod-button .svgicon {
  margin-right: 5px !important;
}
label.html-color-picker.mod-button:hover {
  background-color: #222629;
}
.organization-logo img {
  max-width: 256px;
  max-height: 128px;
}
.organization-icon img {
  max-width: 60px;
  max-height: 60px;
  aspect-ratio: 1;
}
.preview-width {
  margin: 0 auto;
  max-width: 1260px;
}
.preview-tabs + .hanging-tab-content {
  margin-bottom: 0;
}
.preview-blur {
  opacity: .5;
}
.preview-page {
  border: 1px solid #353b3f;
  pointer-events: none;
}
.preview-page img {
  display: inline-block;
  vertical-align: middle;
}
.preview-page p {
  margin: 0;
}
.preview-page .content {
  margin: 0 auto;
  max-width: 1260px;
}
.preview-page .btn {
  font-weight: bold;
  vertical-align: middle;
}
.preview-page .btn-small {
  padding: 7px 10px;
  line-height: 1;
}
.preview-page .btn-small.upcase {
  padding: 4px 6px;
}
.preview-page .btn-default-light,
.preview-page .btn-default-light:focus,
.preview-page .btn-default-light:hover {
  color: #dfdfdf;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #2c2c2c;
}
.preview-page .btn-default .svgicon,
.preview-page .btn-default-light .svgicon {
  color: #516a78;
  fill: #516a78;
}
.preview-page .btn-with-icon {
  padding: 5px 10px;
  line-height: 1;
}
.preview-page .btn-with-icon .svgicon {
  position: static;
  margin: 0;
}
.preview-page .btn .svgicon + span {
  vertical-align: middle;
  margin-left: 2px;
}
.preview-page .btn-with-icon.upcase {
  padding: 1px 6px;
}
.preview-page .panel-heading .select {
  display: inline-block;
}
.preview-page .panel-heading .select-light {
  border-radius: 2px;
  background-color: #fff;
  border-color: #dfdfdf;
  color: #dfdfdf;
  display: inline-block;
  position: relative;
  min-width: 150px;
  vertical-align: middle;
}
.preview-page .panel-heading .select-light select {
  background-color: transparent;
  border-color: transparent;
  color: #dfdfdf;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
.preview-page .label-round {
  border-radius: 9px;
  cursor: default;
  padding: 2px 6px;
  font-size: 10px;
  margin: 0 10px;
  vertical-align: middle;
}
.preview-page .page-content {
  padding: 30px 20px 0 20px;
}
.preview-page .cta-info {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.preview-page .flex-eq-items > div {
  flex-grow: 1;
}
.preview-page .form-control,
.preview-page .panel-dashbox,
.preview-page .table-bordered {
  border-width: 1px;
}
.preview-page .no-border {
  border: 0;
}
.preview-page textarea {
  min-height: 100px;
  resize: none;
}
.preview-page textarea.autosize {
  min-height: 0;
  height: 36px;
  overflow: hidden;
}
.preview-page .table th,
.preview-page .table td {
  padding: 5px 10px;
}
.preview-page .table th > span {
  vertical-align: middle;
}
.preview-page .table-bordered th,
.preview-page .table-bordered td {
  border-bottom: none;
  border-top: 1px solid #353b3f;
}
.preview-page .panel.no-border .table-bordered td:first-child,
.preview-page .panel.no-border .table-bordered th:first-child {
  border-left: 1px solid #353b3f;
}
.preview-page .panel.no-border .table-bordered td:last-child,
.preview-page .panel.no-border .table-bordered th:last-child {
  border-right: 1px solid #353b3f;
}
.preview-page .table-standalone {
  table-layout: fixed;
}
.preview-page .table-standalone th {
  background-color: #353b3f;
  color: #dfdfdf;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  padding: 10px;
}
.preview-page tr.total td {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.preview-page tr.total td.total-price {
  border-top: 2px solid #2699d0;
  color: #2699d0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05em;
}
.preview-container {
  padding-left: 20px;
  padding-right: 20px;
}
.preview-header {
  background: #2c2c2c;
  border-bottom: 3px solid #2699d0;
  min-height: 46px;
  padding: 0 20px;
}
.preview-header-logo {
  width: 180px;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-align: center;
}
.preview-header-logo img {
  max-width: 115px;
}
.preview-header-link {
  padding: 10px 0;
}
.preview-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preview-footer {
  background: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  margin-top: 30px;
}
.preview-pdf {
  margin: 0 auto;
  max-width: 1260px;
  padding: 20px 20px !important;
  border: 1px solid #353b3f;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  line-height: normal;
}
.preview-pdf-logo {
  max-height: 80px;
}
.preview-pdf .table {
  border-color: #000;
  border-width: 1px;
  margin-bottom: 0;
}
.preview-pdf .table th {
  background-color: #eeeeee;
  text-transform: none;
  color: #000;
  font-weight: 700;
  font-size: 0.63vw;
}
.preview-pdf .table.text-center th {
  text-align: center;
}
.preview-pdf .table td,
.preview-pdf .table th {
  border: 1px solid #000;
}
.preview-email {
  width: 600px;
  margin: 0 auto;
  background-color: #EBEEF0;
  padding-left: 20px;
  padding-right: 20px;
}
.indicator-cell-left,
.indicator-cell-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  z-index: 5;
}
.indicator-cell-left {
  left: 0;
}
.indicator-cell-right {
  right: 0;
}
.indicator-cell-body {
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  position: relative;
}
.indicator-cell-object {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.indicator-cell-left .indicator-cell-object,
.indicator-cell-right .indicator-cell-object {
  width: 24px;
}
.indicator-cell-object .svgicon--arrow-up,
.indicator-cell-object .svgicon--arrow-down {
  position: absolute;
  left: 50%;
  width: 14px;
  margin-left: -7px;
}
.indicator-cell-object .svgicon--arrow-up {
  top: 0;
}
.indicator-cell-object .svgicon--arrow-down {
  bottom: 0;
}
a.indicator-cell-object {
  background-color: #34628a;
}
a.indicator-cell-object:hover,
a.indicator-cell-object:focus {
  color: #fff;
  background-color: #2699d0;
  text-decoration: none;
}
.indicator-cell-object.indicator-cell-object-danger {
  color: #cf7675;
  background-color: #f7e7e7;
  background-color: #774545;
}
.indicator-cell-object.indicator-cell-object-danger:hover,
.indicator-cell-object.indicator-cell-object-danger:focus {
  color: #fff;
  background-color: #cf7675;
}
.indicator-cell-object.indicator-cell-object-warning {
  color: #faba25;
  background-color: #ffefca;
}
.indicator-cell-object.indicator-cell-object-warning:hover,
.indicator-cell-object.indicator-cell-object-warning:focus {
  color: #fff;
  background-color: #faba25;
}
.indicator-cell-line {
  position: absolute;
  right: 10px;
  left: 10px;
  height: 3px;
  border-radius: 50px;
  margin-left: -5px;
  margin-right: -5px;
  z-index: 10;
}
.indicator-cell-line-top {
  top: 5px;
}
.indicator-cell-line-bottom {
  bottom: 5px;
}
.indicator-cell-triangle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.indicator-cell-triangle:before,
.indicator-cell-triangle:after {
  position: absolute;
  display: block;
  content: "";
}
.indicator-cell-triangle:before {
  top: 0;
  right: 0;
  border: 7px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
}
.indicator-cell-triangle:after {
  top: 1px;
  right: 1px;
  border: 5px solid transparent;
  border-top-color: #A6A6A6;
  border-right-color: #A6A6A6;
}
.indicator-build {
  position: absolute;
  left: 10px;
  top: 5px;
  bottom: 5px;
  border-radius: 2px;
  margin-left: -5px;
  z-index: 10;
  width: 3px;
}
.indicator-build.indicator-build-danger {
  background-color: #cf7675;
}
.indicator-build.indicator-build-success {
  background-color: #5e7b4d;
}
.indicator-build.indicator-build-warning {
  background-color: #faba25;
}
.drilldown {
  display: flex;
}
.panel-body.no-padding .drilldown {
  margin-top: -2px;
}
.drilldown-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.drilldown-col + .drilldown-col {
  border-left: 2px solid #353b3f;
}
.drilldown-col-header {
  height: 40px;
  padding: 10px 10px;
}
.drilldown-col-body {
  flex: 1;
  padding: 0 10px 10px;
  overflow-y: auto;
}
.drilldown-col-body .radio-list {
  margin-left: -10px;
  margin-right: -10px;
}
.page-action-spacer {
  padding-bottom: 8em;
}
.page-action {
  position: fixed;
  bottom: 0;
  left: 47px;
  right: 0;
  padding: 20px 10px;
  text-align: center;
  background-color: #353b3f;
}
.lightbox-sliders {
  flex: 1;
  max-height: calc(100% - 30px);
}
.lightbox-sliders .slick-slider .slick-slide {
  text-align: center;
}
.lightbox-sliders .slick-slider img {
  max-width: 100%;
  max-height: 100%;
}
.lightbox-sliders .slick-slider,
.lightbox-sliders .slick-list,
.lightbox-sliders .slick-track,
.lightbox-sliders .slick-slide,
.lightbox-sliders .slick-slide div {
  height: 100%;
  max-height: 100%;
}
.main-slider-wrapper {
  height: 85%;
  padding-top: 30px !important;
}
.thumbnails-slider-wrapper {
  height: 15%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.guide-slides .slick-list {
  margin: 0 -12px;
}
.guide-slides .slick-slide {
  padding: 0 12px;
}
.guide-slides .slick-arrow {
  background-size: 25px;
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -18px;
}
.guide-slides .slick-prev {
  left: 5px;
}
.guide-slides .slick-next {
  right: 5px;
}
.guide-slides-thumbnails .slick-slide img {
  border: 6px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  width: auto !important;
}
.guide-slides-thumbnails .slick-current:not(.slick-loading) img {
  border-color: #2699d0;
}
.guide-slides-thumbnails .slick-loading {
  border-color: transparent !important;
}
.guide-slides-thumbnails .slick-list {
  margin: 0 -6px;
}
.guide-slides-thumbnails .slick-slide {
  padding: 0 6px;
}
#guide-lightbox {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  background: #000;
  position: fixed;
  visibility: hidden;
  z-index: -999;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#guide-lightbox.open {
  visibility: visible;
  z-index: 1072;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
#guide-lightbox .slick-dots {
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#guide-lightbox .slick-dots li {
  display: inline-block;
}
#guide-lightbox .slick-dots li.hidden {
  display: none;
}
#guide-lightbox .slick-dots button {
  display: inline-block;
  margin: 0 7px;
  background: transparent;
  border: 0;
  color: #dfdfdf;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
#guide-lightbox .slick-dots button:hover {
  color: #2699d0;
  background: transparent;
  text-transform: underline;
}
#guide-lightbox .slick-dots .slick-active button {
  color: #2699d0;
  cursor: default;
}
#guide-lightbox .slick-arrow {
  font-size: 0;
  border: 0;
  background-position: center center;
  background-image: url("../colored-icons/arrow-right_grey.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}
#guide-lightbox .slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#guide-lightbox .footer-paging {
  margin: 0 -12px;
}
#guide-lightbox .footer-paging .btn-group {
  flex-grow: 0;
  padding: 0 30px;
  position: relative;
}
#guide-lightbox .footer-paging .slick-arrow {
  background-color: transparent;
  opacity: .7;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
#guide-lightbox .footer-paging .slick-prev {
  left: 0;
}
#guide-lightbox .footer-paging .slick-next {
  right: 0;
}
.lightbox-icon {
  position: absolute;
  top: 20px;
  z-index: 100;
}
.lightbox-icon .svgicon {
  width: 36px;
  height: 36px;
  color: #fff;
}
.lightbox-info {
  left: 20px;
}
.lightbox-close {
  right: 20px;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .guide-slides .slick-list {
    margin-left: 52px;
    margin-right: 52px;
  }
  .guide-slides img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
div.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 1071;
}
div.overlay .close {
  position: absolute;
  top: 11px;
  right: 18px;
  font-size: 30px;
  z-index: 100;
}
.gallery-content {
  float: left;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.existing-content {
  width: 33%;
  background-color: #2c2c2c;
}
.new-content {
  position: relative;
  width: 67%;
}
.new-content p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.gallery-bar {
  position: fixed;
  top: 55px;
  left: 33%;
  right: 0;
  z-index: 99;
  margin: 0 20px;
}
.has-gallery-bar {
  padding-top: 90px;
}
.content-heading {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 16px;
}
.content-subheading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.overlay-content {
  width: 60%;
  margin: 18px auto;
}
.overlay-bottom-up {
  background-color: transparent !important;
  overflow: hidden;
}
.overlay-bottom-up .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translate(0, 110%);
  transition: transform .25s;
  overflow-y: auto;
}
.in.overlay-bottom-up .modal-dialog {
  transform: translate(0, 0);
}
.overlay-bottom-up .modal-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: unset;
  border: unset;
}
.overlay-bottom-up .modal-header {
  background-color: unset;
}
.overlay-bottom-up .modal-header.no-h-padding .close {
  right: 0;
}
.overlay-bottom-up .modal-dialog.modal-md .modal-content {
  width: 65%;
  max-width: none;
}
.overlay-bottom-up .modal-dialog.modal-lg .modal-content {
  width: 80%;
  max-width: none;
}
.carousel-wrapper {
  padding: 0 20px;
}
.summary-view .carousel-wrapper {
  padding: 10px 20px;
}
.owl-carousel + .carousel-footer {
  margin-top: 9px;
  margin-left: 8px;
}
.owl-wrapper:before,
.owl-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.owl-wrapper:after {
  clear: both;
}
.owl-wrapper:before,
.owl-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.owl-wrapper:after {
  clear: both;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-item {
  float: left;
}
.owl-item img {
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-page,
.owl-prev,
.owl-next {
  cursor: pointer;
}
.owl-prev,
.owl-next {
  display: block;
  height: 16px;
  width: 16px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-prev {
  background-image: url("../colored-icons/arrow-left_black.svg");
}
.owl-next {
  background-image: url("../colored-icons/arrow-right_black.svg");
}
.owl-pagination {
  margin-top: 10px;
  text-align: center;
}
.owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.owl-page span.owl-numbers {
  height: 25px;
  width: 25px;
  color: #FFF;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
.owl-page.active span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-item.loading {
  min-height: 114px;
  background: #fff url('../img/loading-alt.gif') center center no-repeat;
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.owl-theme .owl-prev {
  left: -18px;
}
.owl-theme .owl-next {
  right: -18px;
}
.owl-gallery-theme .owl-controls {
  position: absolute;
  top: 10px;
  right: -55px;
}
.owl-gallery-theme .owl-prev,
.owl-gallery-theme .owl-next {
  float: left;
}
.owl-gallery-theme .owl-wrapper-outer {
  margin-top: -10px;
  padding-top: 10px;
}
.owl-blue .owl-prev:before,
.owl-blue .owl-next:before {
  color: #2699d0;
}
.carousel-empty {
  height: 80px;
  background-color: #fff;
  border-radius: 2px;
  padding: 26px 20px 0 20px;
  margin-right: -20px;
  margin-left: -20px;
}
.page-subheader .carousel-empty {
  margin-right: -23px;
  margin-left: -23px;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.image-card {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  white-space: normal !important;
  padding: 5px;
  border-radius: 2px;
  background-color: #fff;
  background-color: #080808;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  color: #dfdfdf;
}
.image-card:before,
.image-card:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.image-card:after {
  clear: both;
}
.image-card:before,
.image-card:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.image-card:after {
  clear: both;
}
.image-card.border-thin {
  border-width: 1px;
}
.image-card.mod-large {
  min-height: 160px;
}
.image-card-no-border {
  border: 0;
  padding: 9px 10px;
}
.image-card-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.image-card-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.image-card-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.image-card blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.image-card .form-group:last-child {
  margin-bottom: 0;
}
.image-card.well-nested {
  border-radius: 2px;
}
.image-card.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.image-card.well-clickable:focus,
.image-card.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.image-card.well-clickable.bg-primary {
  color: #fff;
}
.image-card > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.image-card .media {
  overflow: visible;
}
.image-card .btn-icon {
  top: -1px;
}
.image-card-clickable:hover,
.image-card.active {
  cursor: pointer;
  border-color: #2699d0;
}
.image-card-clickable:hover .image-card-ctrls,
.image-card.active .image-card-ctrls {
  opacity: 1;
  filter: alpha(opacity=100);
}
.image-card-big {
  max-width: 100%;
  overflow: hidden;
}
.add-image,
.no-images {
  float: left;
  height: 118px;
}
.add-image {
  width: 138px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #353b3f;
}
.upload-form {
  height: 100%;
}
.upload-form input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 200;
}
.upload-form input[type="file"]:focus ~ .upload-btn,
.upload-form input[type="file"]:hover ~ .upload-btn {
  background: #4baede;
}
.upload-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #2699d0;
  border-radius: 2px;
  z-index: 100;
}
.upload-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
}
.upload-btn .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-images {
  width: auto;
  color: #858585;
  line-height: 118px;
  overflow: hidden;
}
.gallery-images-carousel {
  height: 118px;
  margin-right: 50px;
}
.gallery-images {
  margin: -20px 0 0 -20px;
  padding: 0;
  list-style: none;
}
.gallery-images:before,
.gallery-images:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery-images:after {
  clear: both;
}
.gallery-images:before,
.gallery-images:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery-images:after {
  clear: both;
}
.gallery-images > li {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  float: left;
}
.thumb {
  display: block;
  width: 118px;
  height: 118px;
  position: relative;
  border: 2px solid #353b3f;
  border-radius: 2px;
}
.thumb .thumb-img-wrap {
  display: block;
  width: 114px;
  height: 114px;
  overflow: hidden;
}
.thumb img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.lower .thumb {
  border-color: #fff;
}
.thumb.selected {
  border-color: #2699d0;
}
.thumb.editing {
  border-color: #524121;
}
.thumb.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.thumb-overlay {
  display: none;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  background-color: rgba(38, 153, 208, 0.95);
  border-radius: 2px;
}
.thumb:hover .thumb-overlay,
.thumb:focus .thumb-overlay,
.owl-item:hover .thumb-overlay {
  display: block;
}
.thumb-overlay-text {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 10px;
  padding-right: 10px;
}
.selected-icon {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  top: -10px;
  left: 50%;
  color: #fff;
  line-height: 23px;
  text-align: center;
  background: #2699d0;
  border-radius: 50%;
}
.selected .selected-icon {
  display: block;
}
.editing .selected-icon {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  top: -15px;
  line-height: 30px;
  background-color: #524121;
  color: #000000;
}
.selected-icon .svgicon {
  top: -2px;
}
.remove-image {
  display: none;
  padding-top: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 109px;
  color: #cf7675;
  background-color: #fff;
  border-radius: 50%;
}
.owl-item:hover .remove-image,
.thumb:focus ~ .remove-image {
  display: block;
}
.image-description-form {
  margin-top: -2px;
  width: 118px;
}
.crop-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px;
  background-color: #353b3f;
  border-top: 1px solid #D8DCDE;
  text-align: center;
  z-index: 1090;
}
.crop-content {
  width: 800px;
  margin: -40px auto 20px auto;
}
.crop-content:before,
.crop-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.crop-content:after {
  clear: both;
}
.crop-content:before,
.crop-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.crop-content:after {
  clear: both;
}
.crop-editor img {
  display: block;
  margin: 0 auto;
  border: 2px solid #524121;
}
.crop-preview {
  background-color: #353b3f;
  padding: 2px;
  border-radius: 2px;
}
.crop-editor {
  float: left;
  width: 516px;
}
.crop-editor-holder {
  max-height: 512px;
}
.crop-preview {
  float: right;
  width: 260px;
  background-color: #2699d0;
}
.crop-preview-holder {
  width: 256px;
  height: 256px;
  overflow: hidden;
}
.crop-preview-holder img {
  max-width: none;
  width: auto;
  height: auto;
}
.crop-editor .help-block,
.crop-preview .help-block {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 10px;
  background-color: #353b3f;
  border: 2px solid transparent;
  white-space: normal !important;
  padding: 5px;
  border-radius: 2px;
  font-size: 85% !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin: 10px 0;
}
.crop-editor .help-block:before,
.crop-preview .help-block:before,
.crop-editor .help-block:after,
.crop-preview .help-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.crop-editor .help-block:after,
.crop-preview .help-block:after {
  clear: both;
}
.crop-editor .help-block:before,
.crop-preview .help-block:before,
.crop-editor .help-block:after,
.crop-preview .help-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.crop-editor .help-block:after,
.crop-preview .help-block:after {
  clear: both;
}
.crop-editor .help-block.border-thin,
.crop-preview .help-block.border-thin {
  border-width: 1px;
}
.crop-editor .help-block.mod-large,
.crop-preview .help-block.mod-large {
  min-height: 160px;
}
.crop-editor .help-block-no-border,
.crop-preview .help-block-no-border {
  border: 0;
  padding: 9px 10px;
}
.crop-editor .help-block-thumbnail,
.crop-preview .help-block-thumbnail {
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.crop-editor .help-block-thumbnail .title,
.crop-preview .help-block-thumbnail .title {
  padding: 5px 5px !important;
  border-radius: 10px 10px 0 0;
  display: block;
}
.crop-editor .help-block-thumbnail img,
.crop-preview .help-block-thumbnail img {
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.crop-editor .help-block blockquote,
.crop-preview .help-block blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.crop-editor .help-block .form-group:last-child,
.crop-preview .help-block .form-group:last-child {
  margin-bottom: 0;
}
.crop-editor .help-block.well-nested,
.crop-preview .help-block.well-nested {
  border-radius: 2px;
}
.crop-editor .help-block.well-clickable,
.crop-preview .help-block.well-clickable {
  color: #dfdfdf;
  border-radius: 5px;
}
.crop-editor .help-block.well-clickable:focus,
.crop-preview .help-block.well-clickable:focus,
.crop-editor .help-block.well-clickable:hover,
.crop-preview .help-block.well-clickable:hover {
  text-decoration: none;
  background-color: #2da1d9;
}
.crop-editor .help-block.well-clickable.bg-primary,
.crop-preview .help-block.well-clickable.bg-primary {
  color: #fff;
}
.crop-editor .help-block > *:last-child:not(.btn-toggle-group),
.crop-preview .help-block > *:last-child:not(.btn-toggle-group) {
  margin-bottom: 0;
}
.crop-preview .help-block {
  background-color: #2699d0;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.gallery-dropzone {
  position: fixed;
  top: 60px;
  bottom: 20px;
  left: 35%;
  right: 2%;
}
.gallery-dropzone .content-heading small {
  display: block;
  margin-top: 10px;
}
.curtain {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1061;
  background-color: #353b3f;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.curtain-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  z-index: 1081;
  width: 500px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 12px 48px -12px rgba(0, 0, 0, 0.5);
}
.curtain-dialog-static {
  position: static;
  transform: none;
  margin-top: 100px;
  margin-bottom: 100px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1071;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal [class="alert"] {
  margin: 0;
  padding: 0;
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1081;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 12px 48px -12px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1070;
  background-color: #516a78;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px 20px;
  min-height: 16.5px;
  background-color: #2c2c2c;
  border-radius: 5px 5px 0 0;
}
.modal-header .aligni-logo {
  vertical-align: middle;
  width: 84px;
  height: 21px;
  margin-left: -10px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-byline {
  margin-left: 20px !important;
  color: #858585;
  font-size: 12px;
  font-weight: normal;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.wide-table .modal-body {
  padding: 0 0 10px 0;
  border: 1px solid #353b3f;
  border-width: 0 1px 1px;
  border-radius: 0 0 5px 5px;
}
.wide-table .modal-body .form-actions {
  padding: 0 20px;
}
.modal-body .yscroll {
  max-height: 80vh;
}
.modal-body .yscroll-full {
  max-height: 80vh;
  margin: -20px;
  overflow-y: auto;
}
.modal-body .yscroll-el {
  max-height: 80vh;
  overflow-y: auto;
}
.modal-body-negative-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
.modal-footer {
  padding: 0 20px 20px 20px;
  text-align: right;
  border-radius: 0 0 5px 5px;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.octopart-info:before,
.octopart-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.octopart-info:after {
  clear: both;
}
.octopart-info:before,
.octopart-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.octopart-info:after {
  clear: both;
}
.modal-sm {
  width: 500px;
}
.modal-md {
  width: 860px;
}
.modal-lg {
  max-width: 1190px;
}
@media screen and (min-width: 768px) {
  .modal-lg {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .modal-lg {
    width: 80%;
  }
}
.modal-avatar {
  width: 424px;
}
.modal-avatar.mod-static {
  background-color: #fff;
  background-color: #080808;
  border-radius: 8px;
  margin: 15vh auto 0 auto;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.modal-avatar.mod-static .well {
  border-radius: 8px;
}
.modal-avatar.mod-static .well p:last-of-type {
  margin-bottom: 0;
}
.modal-avatar-header {
  background-color: #333333;
  border-radius: 8px 8px 0 0;
  padding: 24px 20px;
  position: relative;
}
.modal-avatar-img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  box-sizing: content-box;
  border: 5px solid #2c2c2c;
  border-radius: 50%;
}
.bg-success-alt .modal-avatar-img {
  border-color: #5e7b4d;
}
.modal-avatar-body {
  padding: 20px 20px !important;
}
.modal-avatar .modal-content {
  border-radius: 9px;
}
.modal-avatar.modal-dialog {
  padding-top: 65px;
}
.modal-warning .modal-dialog {
  width: 500px;
}
.modal-warning .modal-header {
  background-color: #4c4826;
  border-bottom-color: #3b331d;
}
.modal-warning .modal-header .icon {
  color: #b1b07a;
}
.modal-warning .modal-header .svgicon {
  color: #b1b07a;
  fill: #b1b07a;
}
.modal-warning .modal-content {
  border: none;
}
.modal-note .modal-header {
  margin: 0;
  padding: 20px 20px 0 40px;
  background-color: transparent;
  border: none;
}
.modal-note .modal-header:after {
  content: "";
  width: 1px;
  background-color: #cf7675;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
}
.modal-note .modal-header .modal-title {
  margin: 20px 20px 0 40px;
  font-size: 18px;
}
.modal-note .modal-body {
  margin: 0;
  padding: 20px 80px 40px 80px;
}
.modal-note .modal-note-actions {
  position: absolute;
  bottom: 20px;
  left: 14px;
  width: 20px;
  margin: 0;
  padding-left: 0;
}
.modal-note .modal-note-actions > li {
  list-style: none;
  margin-top: 10px;
}
.modal-panel .modal-content {
  background-color: #2c2c2c;
  border-radius: 5px;
}
.modal-panel .modal-content + .modal-content {
  margin-top: 20px;
}
.modal-panel .modal-header {
  border-color: transparent;
}
.modal-panel .modal-body {
  border-radius: 2px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #fff;
}
.modal-panel .modal-footer {
  border-color: transparent;
}
.modal-panel.modal-panel-danger .modal-content {
  background-color: #774545;
}
.modal-panel.modal-panel-danger .modal-title {
  color: #000;
}
.modal-panel.modal-panel-danger .modal-header {
  background-color: #774545;
}
.modal-panel.modal-panel-danger .close {
  color: #cf7675;
}
.modal-panel.modal-panel-danger .modal-footer {
  background-color: #774545;
  margin-top: 20px !important;
}
.modal-panel.modal-panel-danger .body-footer {
  background-color: #774545;
  margin: 20px -20px -20px;
  padding: 20px 0;
}
.modal-alert {
  margin-top: 25px;
}
.modal-alert .modal-content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modal-alert .form-control {
  background-color: transparent;
}
.modal-alert-header {
  padding: 0 20px;
  padding-top: 30px;
}
.modal-alert-title {
  margin: 0;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.modal-alert .modal-body {
  padding-top: 10px;
}
.modal-alert .modal-body p:last-of-type {
  margin: 0;
}
.modal-alert .modal-footer {
  background-color: #080808;
  padding: 10px 20px;
  border-top: 1px solid #353b3f;
}
.modal-alert-warning .modal-content {
  background-color: #4c4826;
  color: #dfdfdf;
}
.modal-alert-danger .modal-content {
  background-color: #774545;
  color: #dfdfdf;
}
.modal-alert-success .modal-content {
  background-color: #5e7b4d;
  color: #dfdfdf;
}
.modal-alert-info .modal-content {
  background-color: #34628a;
  color: #dfdfdf;
}
.modal-alert .body-footer {
  background-color: #080808;
  margin: 20px -20px -20px;
  padding: 10px 20px;
  border-top: 1px solid #353b3f;
}
.modal-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #080808;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 20px;
}
.modal-icon .svgicon {
  color: #516a78;
  fill: #516a78;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .modal-search .zero-state-message-figure {
    margin: 10px;
    max-width: 30%;
  }
  .modal-search #search-filter-tab-selection .col-sm-3 {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .modal-search #search-filter-tab-selection .col-sm-3 {
    width: 50%;
  }
}
.modal-attachment .modal-dialog {
  width: auto;
  max-width: 90vw;
}
.modal-attachment img {
  max-height: calc(90vh - 140px);
  margin: 0 auto;
}
.modal-in-page {
  width: 600px;
  max-width: 100%;
  border: 1px solid #353b3f;
  padding: 20px;
  margin: 40px auto 0 auto;
}
.modal-in-page-container .modal-in-page {
  margin: 0;
}
.modal-in-page-info {
  border: 0;
  padding: 0 20px;
}
.modal-in-page-sm {
  width: 500px;
}
.modal-in-page-md {
  width: 860px;
}
@media screen and (min-width: 768px) {
  .modal-in-page-lg {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .modal-in-page-lg {
    width: 80%;
  }
}
.modal-in-page-container {
  margin-top: 40px;
}
.modal-in-page-container > .flex-col-6:first-child {
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  border-right: 1px solid #353b3f;
}
.modal-in-page-container > .flex-col-6:last-child {
  padding-left: 20px;
  border-left: 1px solid #353b3f;
  margin-left: -1px;
}
dialog.modal-alert {
  padding: 0;
  background: transparent;
  border: 0;
  margin-top: 55px;
  color: #dfdfdf;
  overflow: visible;
}
dialog.modal-alert .modal-body p:last-of-type {
  margin: 0;
}
dialog.modal-alert::backdrop {
  background-color: #516a78;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close-theme-modal {
  color: #dfdfdf;
}
/* ========================================================================
 * bootstrap-drawer: 1.0.6
 * ========================================================================
*/
html {
  min-height: 100%;
  height: 100%;
}
body.has-drawer {
  min-height: 100%;
  height: 100%;
}
.has-inner-drawer {
  position: relative;
  overflow: hidden;
}
.drawer-faux-tabs {
  border: 0;
}
.drawer-faux-tabs li {
  border: 0;
  margin: 0;
}
.drawer-faux-tabs li > a {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  background-color: transparent;
  cursor: default;
}
.drawer-faux-tabs li > a:hover {
  background-color: transparent;
}
.drawer-faux-tabs li > a .svgicon {
  display: none;
}
.drawer {
  display: block;
  background-color: #080808;
  color: #dfdfdf;
  min-height: 1px;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1070;
  width: 66%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .drawer {
    width: 500px;
  }
}
.drawer-header {
  background-color: #353b3f;
  padding: 10px 10px;
}
.drawer:not(.drawer-tabbed) .hanging-tabs {
  border: 0;
}
.drawer:not(.drawer-tabbed) .hanging-tabs li {
  border: 0;
  margin: 0;
}
.drawer:not(.drawer-tabbed) .hanging-tabs li > a {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  background-color: transparent;
  cursor: default;
}
.drawer:not(.drawer-tabbed) .hanging-tabs li > a:hover {
  background-color: transparent;
}
.drawer:not(.drawer-tabbed) .hanging-tabs li > a .svgicon {
  display: none;
}
.drawer-tabbed .drawer-header {
  background-color: #2c2c2c;
  padding: 0 10px 0 0;
}
.drawer .close {
  float: none;
  display: inline-block;
}
.drawer .close:not(.static) {
  z-index: 1071;
  position: absolute;
  top: 10px;
  right: 10px;
}
.drawer .close#close-safety-stock-item-drawer {
  top: 11px;
}
.drawer .close.static {
  font-size: 12px;
}
.drawer .close.static .svgicon {
  width: 20px;
  height: 20px;
}
.drawer-toggle {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 10px 0 0 10px;
  background-color: #516a78;
  color: #fff;
  width: 35px;
  height: 31px;
  line-height: 31px;
}
.drawer-toggle span.tooltipstered {
  width: 35px;
  height: 31px;
  display: inline-block;
}
.drawer-toggle.unread {
  background-color: #2699d0;
}
.drawer-toggle:focus,
.drawer-toggle:hover {
  color: #fff;
}
.drawer-toggle .svgicon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.drawer .tab-pane-body {
  padding: 10px 10px !important;
}
.drawer .tab-pane-body .popover-title {
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 2px solid #858585;
}
.drawer .tab-pane-body .popover-content-inner {
  padding: 0;
  margin: 0;
}
.drawer-right {
  left: auto;
  right: 0;
  -webkit-box-shadow: 0 -14px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -14px 14px rgba(0, 0, 0, 0.15);
}
.drawer-right.fold {
  margin-right: -66%;
}
@media (min-width: 768px) {
  .drawer-right.fold {
    margin-right: -500px;
  }
}
.drawer-inverse {
  background-color: #333;
  color: #2c2c2c;
  border-right: 1px solid #1a1a1a;
}
.drawer-inverse.drawer-right {
  border-right: 1px solid #000000;
}
.drawer-inside {
  position: absolute;
}
.drawer-contents {
  background-color: #080808;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.drawer-right .drawer-controls {
  float: left;
  margin-left: -16.66666667%;
  margin-right: 0;
}
.drawer-heading {
  padding: 20px 10px 0 10px;
  color: inherit;
}
.drawer-title {
  margin-top: 0;
  margin-bottom: 0;
}
.drawer-inner-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}
.drawer-body,
.drawer-nav {
  padding: 20px 10px 0 10px;
}
.drawer-body-null {
  padding: 0;
}
.drawer-footer {
  padding: 20px 10px 0 10px;
}
.drawer-footer.locked {
  position: absolute;
  bottom: 0;
  left: 0;
}
.fold {
  margin-right: 0;
}
.folding {
  height: 100%;
  transition-property: margin-left;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.drawer-right.fold {
  margin-left: 0;
}
.drawer-right.folding {
  transition-property: margin-right;
}
.fold.open,
.drawer-right.fold.open {
  margin-left: 0;
  margin-right: 0;
}
.drawer-sidepanel-mode .svgicon {
  width: 14px;
  height: 14px;
}
.drawer-sidepanel-mode .mod-drawer {
  display: none;
}
.drawer-sidepanel-mode .mod-sidepanel {
  display: inline;
}
body.drawer-side-active {
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}
body.drawer-side-active .drawer-sidepanel-mode .mod-drawer {
  display: inline;
}
body.drawer-side-active .drawer-sidepanel-mode .mod-sidepanel {
  display: none;
}
body.drawer-side-active.drawer-open {
  padding-right: 500px;
}
body.drawer-open::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.modal-padding-v-base {
  padding-top: 10px;
  padding-bottom: 10px;
}
#safety-stock-item-details .drawer-subscribers {
  margin-right: 20px !important;
  padding-right: 10px !important;
}
#safety-stock-item-details .modal-padding-v-base {
  padding: 10px 10px !important;
}
@media (max-width: 1606px) {
  body.drawer-side-active {
    padding-right: 0 !important;
  }
  .drawer-sidepanel-mode {
    display: none !important;
  }
  .drawer-tabbed .hanging-tabs {
    border: 0;
  }
  .drawer-tabbed .hanging-tabs li {
    border: 0;
    margin: 0;
  }
  .drawer-tabbed .hanging-tabs li > a {
    border: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    background-color: transparent;
    cursor: default;
  }
  .drawer-tabbed .hanging-tabs li > a:hover {
    background-color: transparent;
  }
  .drawer-tabbed .hanging-tabs li > a .svgicon {
    display: none;
  }
  .drawer-tabbed .drawer-header {
    background-color: #353b3f;
    padding: 10px 10px;
  }
  .drawer-tabbed #discussion-content.tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
.tooltipster-box {
  background-color: #272727;
  border-radius: 3px;
  border: 0;
}
.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-content {
  padding: 10px 10px;
  color: #d8e0e5;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
}
.tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-bottom .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  top: 0;
  width: 16px;
}
.tooltipster-left .tooltipster-arrow {
  height: 16px;
  margin-top: -8px;
  right: 0;
  top: 0;
  width: 8px;
}
.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-top: -8px;
  left: 0;
  top: 0;
  width: 8px;
}
.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 8px;
  margin-left: -8px;
  width: 16px;
}
.tooltipster-arrow-background,
.tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-arrow-border {
  border: 8px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #272727;
}
.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #272727;
}
.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #272727;
}
.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #272727;
}
.tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}
.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}
.extended-tooltip {
  text-align: left;
}
.extended-tooltip .tooltip-title {
  font-size: 12px;
  display: block;
  text-align: center;
}
.extended-tooltip strong {
  color: #fff;
}
.tooltipster-summary-theme .tooltipster-box {
  min-height: 108px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}
.tooltipster-summary-theme .tooltipster-content {
  color: #dfdfdf;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.tooltipster-summary-theme .tooltipster-content .well {
  margin: 0;
  border-radius: 2px;
}
.tooltipster-summary-theme.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}
.tooltipster-summary-theme.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}
.tooltipster-summary-theme.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}
.tooltipster-summary-theme.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}
.tooltipster-summary-theme.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}
.tooltipster-summary-theme.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}
.tooltipster-summary-theme.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}
.tooltipster-summary-theme.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}
.icon.tooltipster-summary {
  color: #77538c;
  cursor: pointer;
}
.svgicon.tooltipster-summary {
  color: #77538c;
  fill: #77538c;
  cursor: pointer;
}
.tooltipster-base.tooltip-display-unit .tooltipster-box {
  border-color: #77538c;
}
.tooltipster-base.tooltip-display-unit .tooltipster-content {
  background-color: #77538c;
  color: #fff;
  white-space: nowrap;
}
.tooltipster-base.tooltip-display-unit.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #77538c;
}
.tooltipster-base.tooltip-display-unit.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #77538c;
}
.tooltipster-base.tooltip-display-unit.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #77538c;
}
.tooltipster-base.tooltip-display-unit.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #77538c;
}
.tooltipster-base.tooltip-display-unit.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #77538c;
}
.tooltipster-base.tooltip-display-unit.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #77538c;
}
.tooltipster-base.tooltip-display-unit.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #77538c;
}
.tooltipster-base.tooltip-display-unit.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #77538c;
}
.tooltipster-base.tooltip-error .tooltipster-box {
  border-color: #c11e1e;
}
.tooltipster-base.tooltip-error .tooltipster-content {
  background-color: #c11e1e;
  color: #fff;
  white-space: nowrap;
}
.tooltipster-base.tooltip-error.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #c11e1e;
}
.tooltipster-base.tooltip-error.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #c11e1e;
}
.tooltipster-base.tooltip-error.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #c11e1e;
}
.tooltipster-base.tooltip-error.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #c11e1e;
}
.tooltipster-base.tooltip-error.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #c11e1e;
}
.tooltipster-base.tooltip-error.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #c11e1e;
}
.tooltipster-base.tooltip-error.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #c11e1e;
}
.tooltipster-base.tooltip-error.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #c11e1e;
}
.tooltipster-base.tooltip-light .tooltipster-box {
  max-width: 500px;
}
.tooltipster-base.tooltip-light .tooltipster-content {
  text-align: left;
  white-space: normal;
}
.tooltipster-base.tooltip-complex .tooltipster-box {
  min-width: 270px;
  max-width: 500px;
}
.tooltipster-base.tooltip-complex .tooltipster-content {
  text-align: left;
  white-space: normal;
  font-size: 12px;
}
.tooltipster-base.tooltip-complex p {
  margin-bottom: 5px;
  line-height: normal;
}
.tooltipster-base.tooltip-complex .progress-label {
  padding: 0;
  border: 1px solid #858585;
  height: 6px;
  margin-bottom: 15px;
  border-radius: 0;
  overflow: visible;
}
.tooltipster-base.tooltip-complex .progress-label:last-of-type {
  margin: 0;
}
.tooltipster-base.tooltip-complex .progress-label.progress-phase:first-of-type .bg-danger:after {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #353b3f;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 3px;
}
.tooltipster-base.tooltip-complex .progress-label.progress-phase:last-of-type:before {
  content: "";
  height: 3px;
  border: 1px solid #353b3f;
  border-bottom: 0;
  margin-bottom: 2px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 100%;
}
.tooltipster-base.tooltip-complex .progress-bar {
  border-radius: 0;
  position: relative;
}
.tooltipster-base.tooltip-complex .progress-bar:not(:last-child) {
  border-right: 1px solid #858585;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1089;
  display: none;
  max-width: 600px;
  padding: 0;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover .close {
  position: absolute;
  top: 2px;
  right: 7px;
}
.popover-title {
  margin: 10px;
  line-height: 1.25;
  font-size: 12px;
}
.popover-title .icon,
.popover-title .svgicon {
  float: left;
}
.title-main {
  display: block;
  font-size: 14px;
}
.title-inforow {
  font-size: 12px;
  line-height: 1.25;
}
.title-main,
.title-inforow {
  display: block;
}
.title-inforow {
  font-weight: normal;
}
.popover-content-inner {
  margin: 0 10px 10px;
  padding-right: 10px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 9px;
}
.popover .arrow:after {
  border-width: 8px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: -9px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -8px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: #fff;
  top: -9px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: #fff;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -8px;
}
.helper-popover {
  width: 550px;
}
.helper-popover .popover-content-inner {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 5px;
}
.helper-popover .popover-content-inner.no-scroll {
  max-height: 9999px;
  overflow-y: visible;
}
.helper-popover.helper-popover-visibility {
  width: 234px;
}
.ctrl-popover {
  width: 300px;
  padding: 20px;
}
.ctrl-popover .popover-title {
  margin: 0 0 10px 0;
}
.ctrl-popover .popover-content-inner {
  padding: 0;
  margin: 0;
}
.note-popover {
  width: 500px;
  padding: 10px;
}
.side-popover {
  height: 100%;
}
.side-popover .popover-title {
  margin: 15px 20px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  border-bottom: 2px solid #858585;
}
.side-popover .popover-content-inner {
  width: 455px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 118px;
  padding-top: 15px;
  bottom: 0;
}
.popover-list {
  width: 130px;
  max-height: 200px;
  overflow-y: auto;
}
.popover-sm {
  max-width: 150px;
}
.popover-md {
  max-width: 300px;
}
.popover-info {
  color: #76a4bd;
  background-color: #34628a;
}
.popover-info.top .arrow:after {
  border-top-color: #34628a;
}
.popover-info.right .arrow:after {
  border-right-color: #34628a;
}
.popover-info.bottom .arrow:after {
  border-bottom-color: #34628a;
}
.popover-info.left .arrow:after {
  border-left-color: #34628a;
}
.popover-warning {
  color: #897446;
  background-color: #4c4826;
}
.popover-warning.top .arrow:after {
  border-top-color: #4c4826;
}
.popover-warning.right .arrow:after {
  border-right-color: #4c4826;
}
.popover-warning.bottom .arrow:after {
  border-bottom-color: #4c4826;
}
.popover-warning.left .arrow:after {
  border-left-color: #4c4826;
}
.floating-popover {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.floating-popover:hover .icon {
  position: relative;
  z-index: 2;
}
.floating-popover-body {
  display: none;
  width: 300px;
  max-height: 200px;
  padding: 10px 10px 10px 30px;
  position: absolute;
  top: -10px;
  left: -10px;
  white-space: normal !important;
  border: 1px solid #353b3f;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 0;
}
.floating-popover:hover .floating-popover-body {
  display: block;
  z-index: 1;
}
.sortable-original {
  background: #4c4826;
}
tr.sortable-original td {
  background-color: #4c4826;
}
.sortable-original .attachment-item,
.sortable-original .media {
  background: #4c4826;
}
.sortable-original .image-card {
  background: #4c4826;
}
.sortable-placeholder {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: 0;
  list-style: none;
  position: absolute;
}
.sortable-placeholder td {
  padding: 0;
  font-size: 0;
  line-height: 0;
  height: 0;
  border: none !important;
  background: red;
  position: relative;
}
li.sortable-placeholder:before,
form.sortable-placeholder:before,
div.sortable-placeholder:before,
tbody.sortable-placeholder:before,
.sortable-placeholder td:first-child:before {
  content: "";
  background: url("../colored-icons/arrow-right_primary.svg") no-repeat center center;
  background-size: 12px;
  line-height: 12px;
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: -6px;
  left: -12px;
}
.sortable-alt {
  padding-left: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.sortable-alt.list-unstyled-margin-bottom li + li {
  margin-top: 5px;
}
.sortable-alt li.sortable-placeholder,
.sortable-alt tbody.sortable-placeholder {
  width: 100%;
  border: 1px solid #2699d0 !important;
}
.ui-sortable-helper td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
 + .sortable-item {
  margin-top: 10px;
}
.sortable-item .sortable-item-handle {
  float: left;
}
.sortable-item .sortable-item-body {
  padding: 5px 5px;
}
.sortable-item .sortable-item-body .flipswitch .control-label {
  padding-top: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.pull-left > img {
  max-width: none;
}
.clear-block {
  width: auto;
  float: none;
  overflow: hidden;
}
.transform-invert {
  transform: matrix(0, 1, 1, 0, 0, 0);
}
.unfloat {
  float: none !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.img-inline,
.inline {
  display: inline !important;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.longform {
  line-height: 18px;
}
.offset-top-none {
  margin-top: 0 !important;
}
.offset-top-elh {
  margin-top: 2px !important;
}
.offset-n-top-elh {
  margin-top: -2px !important;
}
.offset-top-qlh {
  margin-top: 5px !important;
}
.offset-n-top-qlh {
  margin-top: -5px !important;
}
.offset-top-hlh {
  margin-top: 10px !important;
}
.offset-n-top-hlh {
  margin-top: -10px !important;
}
.offset-top-1lh {
  margin-top: 20px !important;
}
.offset-top-md {
  margin-top: 30px !important;
}
.offset-top-2lh {
  margin-top: 40px !important;
}
.offset-top-n2lh {
  margin-top: -40px !important;
}
.offset-bottom-none {
  margin-bottom: 0 !important;
}
.offset-bottom-elh {
  margin-bottom: 2px !important;
}
.offset-bottom-qlh {
  margin-bottom: 5px !important;
}
.offset-bottom-hlh {
  margin-bottom: 10px !important;
}
.offset-bottom-1lh {
  margin-bottom: 20px !important;
}
.offset-bottom-md {
  margin-bottom: 30px !important;
}
.offset-bottom-2lh {
  margin-bottom: 40px !important;
}
.margin-left-xs {
  margin-left: 2px !important;
}
.margin-left-small,
.margin-left-sm {
  margin-left: 5px !important;
}
.margin-left-md {
  margin-left: 15px !important;
}
.margin-left-base {
  margin-left: 10px !important;
}
.margin-left-large,
.margin-left-lg {
  margin-left: 20px !important;
}
.margin-left-xl {
  margin-left: 40px !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.margin-n-left-lg {
  margin-left: -20px !important;
}
.margin-left-radio {
  margin-left: 22px;
}
.margin-left-flipswitch {
  margin-left: 40px;
}
.margin-right-xs {
  margin-right: 2px !important;
}
.margin-right-small,
.margin-right-sm {
  margin-right: 5px !important;
}
.margin-right-md {
  margin-right: 15px !important;
}
.margin-right-base {
  margin-right: 10px !important;
}
.margin-right-large,
.margin-right-lg {
  margin-right: 20px !important;
}
.margin-right-xl {
  margin-right: 40px !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.margin-n-right-lg {
  margin-right: -20px !important;
}
.offset-v-elh {
  margin-top: 2px;
  margin-bottom: 2px;
}
.offset-n-v-elh {
  margin-top: -2px;
  margin-bottom: -2px;
}
.offset-v-qlh {
  margin-top: 5px;
  margin-bottom: 5px;
}
.nmb,
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.nmt,
.no-top-margin {
  margin-top: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.padding-xs {
  padding: 2px 2px !important;
}
.padding-sm,
.padding-small {
  padding: 5px 5px !important;
}
.padding-base {
  padding: 10px 10px !important;
}
.padding-lg,
.padding-large {
  padding: 20px 20px !important;
}
.padding-xl {
  padding: 40px 40px !important;
}
.no-padding {
  padding: 0 !important;
}
.padding-v-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}
.padding-v-sm,
.padding-v-small {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-v-base {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-v-lg,
.padding-v-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-v-xl {
  padding-top: 40px;
  padding-bottom: 40px;
}
.no-v-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-h-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-b-padding {
  padding-bottom: 0 !important;
}
.padding-h-xs {
  padding-left: 2px;
  padding-right: 2px;
}
.padding-h-sm {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-h-base,
.padding-h-responsive {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-h-lg,
.padding-h-large {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-h-xl {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-h-xxl {
  padding-left: 60px;
  padding-right: 60px;
}
.no-h-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-left-xs {
  padding-left: 2px !important;
}
.padding-left-small,
.padding-left-sm {
  padding-left: 5px !important;
}
.padding-left-base {
  padding-left: 10px !important;
}
.padding-left-large,
.padding-left-lg {
  padding-left: 20px !important;
}
.padding-left-xl {
  padding-left: 40px !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.padding-right-xs {
  padding-right: 2px !important;
}
.padding-right-small,
.padding-right-sm {
  padding-right: 5px !important;
}
.padding-right-base {
  padding-right: 10px !important;
}
.padding-right-large,
.padding-right-lg {
  padding-right: 20px !important;
}
.padding-right-xl {
  padding-right: 40px !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
.padding-top-xs {
  padding-top: 2px !important;
}
.padding-top-small,
.padding-top-sm {
  padding-top: 5px !important;
}
.padding-top-base {
  padding-top: 10px !important;
}
.padding-top-large,
.padding-top-lg {
  padding-top: 20px !important;
}
.padding-top-xl {
  padding-top: 40px !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.padding-bottom-xs {
  padding-bottom: 2px !important;
}
.padding-bottom-small,
.padding-bottom-sm {
  padding-bottom: 5px !important;
}
.padding-bottom-base {
  padding-bottom: 10px !important;
}
.padding-bottom-large,
.padding-bottom-lg {
  padding-bottom: 20px !important;
}
.padding-bottom-xl {
  padding-bottom: 40px !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.top-page-info {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-width: 1080px;
  height: 36px;
  z-index: 1011;
}
.rotate-90 {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}
.nowrap {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.relative {
  position: relative;
}
.absolute-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.break-before {
  border-top: 1px solid #353b3f;
}
.break-before-v:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  width: 2px;
  background-color: #353b3f;
}
.break-after-v:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  background-color: #353b3f;
}
.block-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block-ver {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.block-hor {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.faded-actions {
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.faded-actions-parent:focus .faded-actions,
.faded-actions-parent:hover .faded-actions {
  opacity: 1;
  filter: alpha(opacity=100);
}
.heading-action {
  float: right;
  margin-top: -9px;
}
.hscroll {
  overflow-x: auto;
}
.yscroll {
  overflow-y: auto;
}
table.valign-top tbody th,
table.valign-top td,
th.valign-top,
td.valign-top,
.valign-top {
  vertical-align: top !important;
}
table.valign-middle tbody th,
table.valign-middle td,
th.valign-middle,
td.valign-middle,
.valign-middle {
  vertical-align: middle !important;
}
table.valign-baseline tbody th,
table.valign-baseline td,
th.valign-baseline,
td.valign-baseline,
.valign-baseline {
  vertical-align: baseline !important;
}
table.valign-bottom tbody th,
table.valign-bottom td,
th.valign-bottom,
td.valign-bottom,
.valign-bottom {
  vertical-align: bottom !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible !important;
}
.btn-align {
  line-height: 36px;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.faux-truncate-ellip {
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.faux-truncate-ellip-multiline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.faux-truncate {
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.multiline-truncate {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.quazi-img {
  display: block;
  max-width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.quazi-img-shortage-placeholder {
  background-image: url(../img/shortage-report-legend.png);
  width: 863px;
  height: 541px;
  margin: auto;
}
.shade-1 {
  background-color: #34628a;
}
.shade-2 {
  background-color: #76a4bd;
}
.shade-3 {
  background-color: #fcf8b1;
}
.shade-4 {
  background-color: #fbdbb9;
}
.shade-5 {
  background-color: #824fa2;
}
.lookatme {
  background: linear-gradient(-45deg, #34628a, #76a4bd);
  background-size: 400% 400%;
  animation: lookatme 3s ease infinite;
}
@keyframes lookatme {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.semi-fade-80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.semi-fade-70 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.semi-fade-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.semi-fade-30 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.hover-to-full-opacity {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.hover-to-full-opacity:focus,
.hover-to-full-opacity:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hover-to-full-opacity:focus .semi-fade-30,
.hover-to-full-opacity:hover .semi-fade-30,
.hover-to-full-opacity:focus .semi-fade-50,
.hover-to-full-opacity:hover .semi-fade-50,
.hover-to-full-opacity:focus .semi-fade-80,
.hover-to-full-opacity:hover .semi-fade-80 {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.full-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}
.click-disabled {
  pointer-events: none;
  opacity: .5;
  text-decoration: none !important;
}
.border-1 {
  border: 1px solid #353b3f;
}
.border-1-radius {
  border: 1px solid #353b3f;
  border-radius: 2px;
}
.border-1-radius-sm {
  border: 1px solid #353b3f;
  border-radius: 3px;
}
.border-radius-lg {
  border-radius: 5px;
}
.border-top {
  border-top: 1px solid #353b3f;
}
.border-right {
  border-right: 1px solid #353b3f;
}
.border-bottom {
  border-bottom: 1px solid #353b3f;
}
.border-left {
  border-left: 1px solid #353b3f;
}
.border-2 {
  border-width: 2px;
}
.bg-default {
  background-color: #353b3f;
}
.border-default {
  border-color: #353b3f;
}
.bg-default-light {
  background-color: #2c2c2c;
}
.border-default-light {
  border-color: #2c2c2c;
}
.bg-default-on-hover:focus,
.bg-default-on-hover:hover {
  background-color: #353b3f;
}
.bg-primary {
  background-color: #2699d0;
  color: #fff;
}
.border-primary,
.border-active {
  border-color: #2699d0;
}
.bg-secondary {
  background-color: #464238;
  color: #dfdfdf;
}
.border-secondary {
  border-color: #464238;
}
.bg-danger {
  background-color: #cf7675;
  color: #fff;
}
.border-danger {
  border-color: #cf7675;
}
.bg-state-danger {
  background-color: #774545;
}
.border-state-danger {
  border-color: #874e4e;
}
.bg-success-alt {
  background-color: #5e7b4d;
  color: #fff;
}
.border-success-alt {
  border-color: #5e7b4d;
}
.bg-state-success {
  background-color: #5e7b4d;
}
.border-state-success {
  border-color: #465c39;
}
.bg-warning {
  background-color: #4c4826;
}
.border-warning {
  border-color: #4c4826;
}
.bg-warning-30 {
  background-color: rgba(76, 72, 38, 0.3);
}
.bg-state-warning {
  background-color: #4c4826;
}
.bg-yellow {
  background-color: #E7CF4E;
}
.border-yellow {
  border-color: #E7CF4E;
}
.bg-orange {
  background-color: #e7a74e;
}
.border-orange {
  border-color: #e7a74e;
}
.bg-tertiary {
  background-color: #516a78;
}
.border-tertiary {
  border-color: #516a78;
}
.bg-purple {
  background-color: #432d50;
}
.border-purple {
  border-color: #432d50;
}
.bg-royal {
  background-color: #6f438a;
}
.border-royal {
  border-color: #6f438a;
}
.bg-royal-alt {
  background-color: #77538c;
}
.border-royal-alt {
  border-color: #77538c;
}
.bg-highlight {
  background-color: #32322c;
}
.bg-heading {
  background-color: rgba(223, 223, 223, 0.15);
}
.bg-gray-5 {
  background-color: rgba(223, 223, 223, 0.05);
}
.bg-light {
  background-color: #fff;
}
.bg-info {
  background-color: #34628a;
}
.border-info {
  border-color: #34628a;
}
.bg-state-info {
  background-color: #34628a;
}
.bg-info-alt {
  background-color: #31708F;
  color: #fff;
}
.bg-info-alt-33 {
  background-color: rgba(49, 112, 143, 0.67);
  color: #fff;
}
.bg-info-30 {
  background-color: rgba(52, 98, 138, 0.3);
}
.bg-drawer {
  background-color: #080808;
}
.bg-texture-light {
  background: url(../img/pattern-muted-rendered.png);
}
.bg-welcome {
  background: #2c2c2c url(../img/welcome-new-account.png) 50% 0 no-repeat;
}
.bg-welcome-no-org {
  background: #2c2c2c url(../img/welcome-new-account-no-org.png) 50% 0 no-repeat;
}
.bg-transparent {
  background: transparent !important;
}
.border-transparent {
  border-color: transparent !important;
}
.flash-on-create {
  -webkit-animation-name: flash-on-create;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: flash-on-create;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 2;
  -moz-animation-timing-function: linear;
  animation-name: flash-on-create;
  animation-duration: 500ms;
  animation-iteration-count: 2;
  animation-timing-function: linear;
}
@keyframes flash-on-create {
  0% {
    background-color: #fff;
    opacity: 1;
  }
  50% {
    background-color: #32322c;
  }
  100% {
    background-color: #fff;
  }
}
.menu-active {
  background: #2699d0;
  padding: 5px 12px;
  margin-left: -12px;
  margin-right: -12px;
}
.menu-active a:link,
.menu-active a:visited,
.menu-active a:focus,
.menu-active a:hover {
  color: #fff;
}
.aligner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.belongs-to,
.belongs-to-arrow {
  position: relative;
  padding-left: 15px;
}
.belongs-to:before,
.belongs-to-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}
.belongs-to:before {
  background: url(../img/belongs-to-connector.svg) 0 50% no-repeat;
}
.belongs-to-arrow:before {
  background: url(../img/belongs-to-arrow-connector.svg) 0 50% no-repeat;
}
.no-outer-border {
  border: 0;
}
.border-circle {
  border-radius: 50%;
}
.no-border-left {
  border-left: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.valign-initial {
  vertical-align: initial;
}
.has-floating-illo {
  position: relative;
}
.has-floating-illo .floating-illo {
  content: "";
  position: absolute;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.has-animated-floating-illo:focus .floating-illo,
.has-animated-floating-illo:hover .floating-illo {
  animation: floatingillo 1.5s ease-in-out infinite;
}
@keyframes floatingillo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
.tactile {
  transition: all 0.15s ease-in-out;
}
.tactile:focus,
.tactile:hover {
  transition: transform 0.15s ease-in-out;
  transform: translateY(-2px);
}
.tactile.tactile-shadow:focus,
.tactile.tactile-shadow:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tactile.btn.tactile-shadow:active {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.avatar-peeking {
  display: block;
  border-radius: 50%;
  border: 5px solid #fff;
}
.avatar-frame {
  border: 1px solid #353b3f;
  border-radius: 2px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
}
.avatar-frame > * {
  margin-left: auto;
  margin-right: auto;
}
.icon-frame {
  color: #fff;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  margin-bottom: 5px !important;
}
.icon-frame .svgicon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.animated {
  animation-duration: .25s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-down {
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-up {
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-up-big {
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left-big {
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right-big {
  animation-name: fadeInRightBig;
}
.infinite {
  animation-iteration-count: infinite;
}
.delay-1 {
  animation-delay: .15s;
}
.delay-2 {
  animation-delay: .3s;
}
.delay-3 {
  animation-delay: .45s;
}
.delay-4 {
  animation-delay: .6s;
}
.delay-5 {
  animation-delay: .75s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
.dropzone-wrapper {
  padding: 10px 10px;
  background: #fff;
  border: 2px solid #353b3f;
  border-radius: 5px;
  margin-bottom: 15px;
}
.dropzone-wrapper .svgicon {
  z-index: 1;
}
.dropzone-wrapper.dropzone-wrapper-big {
  padding: 100px;
}
.dropzone-area {
  padding: 10px 10px;
  min-height: 90px;
  border: 2px dashed #353b3f;
  border-radius: 2px;
  position: relative;
}
.dropzone-area:before,
.dropzone-area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropzone-area:after {
  clear: both;
}
.dropzone-area:before,
.dropzone-area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropzone-area:after {
  clear: both;
}
.dropzone-area.dz-clickable {
  cursor: pointer;
}
.dropzone-area.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone-area.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.side-tab-pane-footer .dropzone-area {
  min-height: 70px;
}
.dz-message {
  text-align: center;
  font-size: 13px;
}
.dz-started .dz-message {
  display: none;
}
.dz-preview-wrapper {
  width: 33.3%;
  float: left;
  padding: 5px;
}
.dz-preview {
  padding: 8px 10px 10px;
  position: relative;
  border-radius: 3px;
  background: #353b3f;
  vertical-align: top;
}
.dz-preview:hover {
  background: #2c3134;
}
.dz-details {
  position: relative;
}
.dz-filename {
  height: 36px;
  margin-bottom: 3px;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.dz-size {
  margin-bottom: 5px;
  color: #858585;
}
.dz-success-mark,
.dz-error-mark {
  display: none;
  float: right;
}
.dz-success-mark .icon,
.dz-error-mark .icon {
  font-size: 12px;
}
.dz-error-mark {
  color: #cf7675;
}
.dz-error .dz-error-mark {
  display: block;
}
.dz-success-mark {
  color: #6DCA72;
}
.dz-success .dz-success-mark {
  display: block;
}
.dz-progress {
  position: relative;
  height: 4px;
  background: #1e2123;
  border-radius: 1px;
}
.dz-error .dz-progress {
  background: #cf7675;
}
.dz-upload {
  display: block;
  width: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #2699d0;
  border-radius: 1px;
}
.dz-error-message {
  display: none;
  padding: 8px 10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #2c3134;
  color: #800;
  z-index: 1020;
  border-radius: 3px;
}
.dz-error:hover .dz-error-message {
  display: block;
}
.dz-remove {
  height: 16px;
  position: absolute;
  top: -7px;
  right: -6px;
  background: #fff;
  line-height: 1;
  border-radius: 50%;
  z-index: 1030;
}
.global-dropzone-previews {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 67px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  z-index: 1090;
}
.global-dropzone-previews.uploaded {
  border: 2px solid #2c2c2c;
}
.global-dropzone-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 67px;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}
.global-dropzone-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px dashed #D6DFE4;
}
.dz-hover .global-dropzone-overlay {
  display: block;
  z-index: 1091;
}
.global-dropzone-msg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #B3BCC1;
  text-align: center;
}
.global-dropzone-msg h3 {
  font-size: 35px;
}
.global-dropzone-msg .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 32px;
  background: #B3BCC1;
  border-radius: 50%;
}
.local-dropzone-parent {
  position: relative;
}
.local-dropzone-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
}
.local-dropzone-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 2px dashed #D6DFE4;
}
.dz-hover .local-dropzone-overlay {
  display: block;
  z-index: 1091;
}
.local-dropzone-msg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #B3BCC1;
  text-align: center;
}
.local-dropzone-msg h3 {
  color: #dfdfdf;
}
.local-dropzone-msg .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  background: #2699d0;
  border-radius: 50%;
  text-align: center;
}
.local-dropzone-previews.uploaded {
  margin-top: 10px;
  margin-bottom: 5px;
}
.local-dropzone-previews.uploaded:before,
.local-dropzone-previews.uploaded:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.local-dropzone-previews.uploaded:after {
  clear: both;
}
.local-dropzone-previews.uploaded:before,
.local-dropzone-previews.uploaded:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.local-dropzone-previews.uploaded:after {
  clear: both;
}
.list-tags {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list-tags > li {
  float: left;
  margin-right: 10px;
  vertical-align: top;
}
.list-tags.pull-right > li {
  margin-right: 0;
  margin-left: 10px;
}
.tag {
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  background-color: #2c2c2c;
}
.tag [data-role="remove"] {
  margin-left: 5px;
  position: relative;
  top: -1px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../colored-icons/cross-normal_white.svg") no-repeat center center;
  background-size: 14px;
  vertical-align: middle;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tag [data-role="remove"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tag-data {
  background: #ebeeef;
  border-top: 2px solid #bacbd2;
}
.tag-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #858585;
  font-size: 85% !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-transform: uppercase;
  font-size: 10px;
}
.tag-price {
  border: 2px solid transparent;
}
.tag-amount {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}
.tag-text {
  color: #858585;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
.tag-teal {
  border-color: #1DC0B4;
}
.tag-green {
  border-color: #6a8b57;
}
.tag-red {
  border-color: #874e4e;
}
.tag-red .tag-text {
  color: #874e4e;
}
.tag-orange {
  border-color: #d0a94f;
}
.bug {
  padding: 2px 5px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.bug [data-role="remove"] {
  margin-left: 5px;
  position: relative;
  margin-top: -2px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../colored-icons/cross-normal_white.svg") no-repeat center center;
  background-size: 14px;
  vertical-align: middle;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bug [data-role="remove"]:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tt-menu .bug {
  cursor: pointer;
}
.tt-menu .bug + .bug {
  margin-top: 5px;
}
.bug .icon {
  font-size: 9px;
  position: relative;
  top: -1px;
}
.bug .svgicon {
  width: 9px;
  height: 9px;
  vertical-align: top;
}
.bug-group .bug {
  margin-right: 3px;
  margin-bottom: 3px;
}
a.bug:link,
a.bug:visited {
  color: #fff;
  text-decoration: none;
}
a.bug:focus,
a.bug:hover {
  color: #fff;
  text-decoration: none;
}
.bug-md {
  padding: 3px 5px;
  line-height: 1.25;
  border-radius: 2px;
}
.bug-default {
  background: #353b3f;
  color: #dfdfdf;
}
.tt-menu .bug-default:hover,
.tt-menu .bug-default:focus {
  color: #fff;
  background: #1e2123;
}
.bug-yellow {
  background: #f2edb1;
  color: #da7674;
}
.tt-menu .bug-yellow:hover,
.tt-menu .bug-yellow:focus {
  color: #fff;
  background: #ebe385;
}
.bug-green {
  background: #5e7b4d;
}
.tt-menu .bug-green:hover,
.tt-menu .bug-green:focus {
  color: #fff;
  background: #465c39;
}
.bug-brown {
  background: #464238;
}
.tt-menu .bug-brown:hover,
.tt-menu .bug-brown:focus {
  color: #fff;
  background: #2a2721;
}
.bug-red {
  background: #cf7675;
}
.tt-menu .bug-red:hover,
.tt-menu .bug-red:focus {
  color: #fff;
  background: #c2504f;
}
.bug-teal {
  background: #1DC0B4;
}
.tt-menu .bug-teal:hover,
.tt-menu .bug-teal:focus {
  color: #fff;
  background: #16948a;
}
.bug-blue {
  background: #2699d0;
}
.tt-menu .bug-blue:hover,
.tt-menu .bug-blue:focus {
  color: #fff;
  background: #1e79a5;
}
.bug-blue-light,
.bug-beta {
  background: #6fd5de;
  color: #080808;
}
.tt-menu .bug-blue-light:hover,
.tt-menu .bug-beta:hover,
.tt-menu .bug-blue-light:focus,
.tt-menu .bug-beta:focus {
  color: #fff;
  background: #46c9d4;
}
.bug-orange {
  background: #e7a74e;
}
.tt-menu .bug-orange:hover,
.tt-menu .bug-orange:focus {
  color: #fff;
  background: #e19121;
}
.bug-purple {
  background: #aa8ace;
}
.tt-menu .bug-purple:hover,
.tt-menu .bug-purple:focus {
  color: #fff;
  background: #9066bf;
}
.bug-default-light {
  background: #2c2c2c;
  color: #858585;
}
.tt-menu .bug-default-light:hover,
.tt-menu .bug-default-light:focus {
  color: #fff;
  background: #121212;
}
.bug-beta {
  cursor: pointer;
}
.modal-title .bug-beta,
.panel-title .bug-beta,
.page-title .bug-beta {
  margin-left: 2px;
  position: relative;
  top: -8px;
}
.beta-wrapper .bug-beta {
  position: absolute;
  top: -8px;
  right: -10px;
  z-index: 20;
}
.beta-wrapper {
  position: relative;
}
.bug-not-applicable {
  background-color: #eaeaea;
  color: #444;
}
.bug-negligible {
  background-color: #999999;
}
.bug-very-low {
  background-color: #95996b;
}
.bug-low {
  background-color: #647563;
}
.bug-slightly-low {
  background-color: #7da682;
}
.bug-moderate-low {
  background-color: #c5B454;
}
.bug-medium {
  background-color: #daa520;
}
.bug-moderate-high {
  background-color: #f7961f;
}
.bug-high {
  background-color: #dd843a;
}
.bug-very-high {
  background-color: #e68363;
}
.bug-critical {
  background-color: #c96e58;
}
.bug-very-critical {
  background-color: #a74b44;
}
.bug-emergency {
  background-color: #800000;
}
.bug-bordered-default {
  background: transparent;
  border: 1px solid #353b3f;
  color: #353b3f;
  color: #dfdfdf;
}
.bug-bordered-default .icon {
  color: #353b3f;
}
.bug-bordered-default .svgicon {
  color: #353b3f;
  fill: #353b3f;
}
.bug-bordered-green {
  background: transparent;
  border: 1px solid #5e7b4d;
  color: #5e7b4d;
}
.bug-bordered-green .icon {
  color: #5e7b4d;
}
.bug-bordered-green .svgicon {
  color: #5e7b4d;
  fill: #5e7b4d;
}
.bug-bordered-red {
  background: transparent;
  border: 1px solid #cf7675;
  color: #cf7675;
}
.bug-bordered-red .icon {
  color: #cf7675;
}
.bug-bordered-red .svgicon {
  color: #cf7675;
  fill: #cf7675;
}
.bug-bordered-brown {
  background: transparent;
  border: 1px solid #464238;
  color: #464238;
}
.bug-bordered-brown .icon {
  color: #464238;
}
.bug-bordered-brown .svgicon {
  color: #464238;
  fill: #464238;
}
.bug-bordered-orange {
  background: transparent;
  border: 1px solid #e7a74e;
  color: #e7a74e;
}
.bug-bordered-orange .icon {
  color: #e7a74e;
}
.bug-bordered-orange .svgicon {
  color: #e7a74e;
  fill: #e7a74e;
}
.bug-bordered-teal {
  background: transparent;
  border: 1px solid #1DC0B4;
  color: #1DC0B4;
}
.bug-bordered-teal .icon {
  color: #1DC0B4;
}
.bug-bordered-teal .svgicon {
  color: #1DC0B4;
  fill: #1DC0B4;
}
.bug-bordered-blue {
  background: transparent;
  border: 1px solid #2699d0;
  color: #2699d0;
}
.bug-bordered-blue .icon {
  color: #2699d0;
}
.bug-bordered-blue .svgicon {
  color: #2699d0;
  fill: #2699d0;
}
.bug-bordered-purple {
  background: transparent;
  border: 1px solid #aa8ace;
  color: #aa8ace;
}
.bug-bordered-purple .icon {
  color: #aa8ace;
}
.bug-bordered-purple .svgicon {
  color: #aa8ace;
  fill: #aa8ace;
}
.bug-bordered-yellow {
  background: transparent;
  border: 1px solid #f2edb1;
  color: #f2edb1;
  color: #da7674;
}
.bug-bordered-yellow .icon {
  color: #f2edb1;
}
.bug-bordered-yellow .svgicon {
  color: #f2edb1;
  fill: #f2edb1;
}
.bug-bordered-blue-light,
.bug-bordered-beta {
  background: transparent;
  border: 1px solid #6fd5de;
  color: #6fd5de;
}
.bug-bordered-blue-light .icon,
.bug-bordered-beta .icon {
  color: #6fd5de;
}
.bug-bordered-blue-light .svgicon,
.bug-bordered-beta .svgicon {
  color: #6fd5de;
  fill: #6fd5de;
}
.bug-flag,
.btn.relative .bug {
  position: absolute;
  top: -8px;
  right: -10px;
  z-index: 20;
}
.well.relative .bug {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 20;
  border-radius: 0 2px 0 2px;
}
.color-icon + span.valign-middle {
  margin-left: 5px;
}
.color-icon.option-white {
  color: #fff;
}
.color-icon.option-yellow {
  color: #f2edb1;
}
.color-icon.option-green {
  color: #5e7b4d;
}
.color-icon.option-brown {
  color: #464238;
}
.color-icon.option-red {
  color: #cf7675;
}
.color-icon.option-teal {
  color: #1DC0B4;
}
.color-icon.option-blue {
  color: #2699d0;
}
.color-icon.option-blue-light {
  color: #6fd5de;
}
.color-icon.option-orange {
  color: #e7a74e;
}
.color-icon.option-purple {
  color: #aa8ace;
}
.color-icon.option-not-applicable {
  color: #eaeaea;
}
.color-icon.option-negligible {
  color: #999999;
}
.color-icon.option-very-low {
  color: #95996b;
}
.color-icon.option-low {
  color: #647563;
}
.color-icon.option-slightly-low {
  color: #7da682;
}
.color-icon.option-moderate-low {
  color: #c5B454;
}
.color-icon.option-medium {
  color: #daa520;
}
.color-icon.option-moderate-high {
  color: #f7961f;
}
.color-icon.option-high {
  color: #dd843a;
}
.color-icon.option-very-high {
  color: #e68363;
}
.color-icon.option-critical {
  color: #c96e58;
}
.color-icon.option-very-critical {
  color: #a74b44;
}
.color-icon.option-emergency {
  color: #800000;
}
.color-icon-wrapper + * {
  margin-left: 5px;
  vertical-align: middle;
}
.wizard {
  margin: 0 auto;
  padding: 10px;
  background: #2c2c2c;
  border-radius: 5px;
}
.wizard.wizard-padded {
  padding: 20px;
}
.wizard-heading {
  background: #fff;
  padding: 18px;
  border-radius: 2px;
  margin-bottom: 18px;
}
.wizard-title {
  margin: 0;
  line-height: 1.5;
}
.wizard-body .table-sidebar {
  border-radius: 2px;
}
.wizard-body hr {
  border-top-color: #9f9f9f;
}
.wizard-action {
  margin-top: 36px;
  margin-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
}
.wizard-body.longform {
  margin-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
}
.wizard-error {
  background-color: #fff;
  border: 2px solid #cf7675;
}
.wizard-error .wizard-heading {
  color: #fff;
  background-color: transparent;
  margin: -10px -10px 0 -10px;
  padding: 10px 30px;
  background-color: #cf7675;
  border-radius: 0;
}
.wizard-error .wizard-heading .icon {
  margin-right: 10px !important;
  float: left;
  margin-top: 3px;
}
.wizard-error .wizard-heading .svgicon {
  margin-right: 10px !important;
}
.wizard-error .wizard-body ul {
  margin-bottom: 20px;
  padding-left: 0;
  border: 1px solid #353b3f;
  border-radius: 3px;
  border-color: #cf7675;
}
.no-padding .wizard-error .wizard-body ul {
  margin-bottom: 0;
  border: none;
}
.no-padding .wizard-error .wizard-body ul .list-group-item {
  border-left: none;
  border-right: none;
}
.no-padding .wizard-error .wizard-body ul .list-group-item:first-child {
  border-top: none;
}
.no-padding .wizard-error .wizard-body ul .list-group-item:last-child {
  border-radius: 0;
  border-bottom: none;
}
.wizard-error .wizard-body ul > li {
  display: block;
  padding: 10px 15px;
  margin-bottom: -2px;
  background-color: #fff;
  border: 1px solid #353b3f;
  background-color: #080808;
  border-color: #cf7675;
}
.wizard-error .wizard-body ul > li:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.wizard-error .wizard-body ul > li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.wizard-error .wizard-body ul > li > .badge {
  float: right;
}
.wizard-error .wizard-body ul > li > .badge + .badge {
  margin-right: 5px;
}
.wizard-error .wizard-body ul > li:first-child {
  border-radius: 1px 1px 0 0;
}
.wizard-error .wizard-body ul > li:last-child {
  border-radius: 0 0 1px 1px;
}
.wizard-success {
  background-color: #5e7b4d;
}
.wizard-warning {
  background-color: #4c4826;
}
.wizard-info {
  background-color: #34628a;
}
.diffbar {
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 5px;
}
.diffbar.diffbar-success {
  border-left-color: #bbceaa;
}
.diffbar.diffbar-success-alt {
  border-left-color: #5e7b4d;
}
.diffbar.diffbar-danger {
  border-left-color: #ca4e56;
}
.diffbar.diffbar-danger-alt {
  border-left-color: #774545;
}
.listing {
  margin-bottom: 0;
  padding: 0;
}
.listing > li {
  margin-top: 10px;
  list-style: none;
  position: relative;
}
.listing > li:hover > .handle {
  opacity: 1;
  filter: alpha(opacity=100);
}
.listing .handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  padding: 5px 5px !important;
  display: inline-block;
  z-index: 1012;
}
.listing .listing-with-details-item {
  padding: 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
}
.listing .listing-with-details-item .listing-with-details-toggle {
  padding: 10px 10px;
  margin: 0;
  outline: none;
  flex: 1;
}
.listing .listing-with-details-item .handle {
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.listing .listing-with-details-item .handle + .listing-with-details-toggle {
  padding-left: 0;
}
.listing .comment-item {
  padding: 5px 10px;
  border: 1px solid #353b3f;
  border-radius: 2px;
  background-color: #181818;
}
.listing .comment-item.unread {
  background-color: #3d494f;
}
.listing .comment-item.unread .listing-header {
  color: #2699d0;
}
.listing .comment-item.unread .avatar-frame {
  position: relative;
}
.listing .comment-item.unread .avatar-frame:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2699d0;
  border: 1px solid #3d494f;
  position: absolute;
  top: -4px;
  right: -4px;
}
.listing .comment-item .avatar-sm-round {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #353b3f;
}
.listing .highlight.comment-item,
.listing .highlight .comment-item {
  background-color: #32322c;
}
.listing-separated > li {
  padding-top: 10px;
  padding-bottom: 0;
  margin-top: 10px;
  border-top: 1px solid #080808;
}
.listing-separated > li p:last-of-type {
  margin-bottom: 0;
}
.toggle-set-content .listing-separated > li {
  border-top: 0;
}
.existing-content .listing-separated > li {
  border-top-color: #858585;
}
.listing-separated > li > a.block {
  padding: 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.listing-separated.has-top-separator {
  border-top: 1px solid #080808;
}
.listing-separated.has-bottom-separator {
  border-bottom: 1px solid #080808;
}
.listing-separated.no-first-separator > li:first-child {
  border-top-color: transparent;
  margin-top: 0;
  padding-top: 0;
}
.listing-separated.with-last-separator > li:last-child {
  border-bottom: 1px solid #080808;
  padding-bottom: 10px;
}
.listing-separated.listing-condensed > li {
  padding-top: 8px;
  margin-top: 8px;
}
.listing-separated.listing-condensed > li > a.block {
  padding: 8px 8px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.listing-separated.listing-condensed.with-last-separator > li:last-child {
  padding-bottom: 8px;
}
.listing-separated.well > li:last-child,
.well .listing-separated > li:last-child {
  border-bottom: none;
}
.legend + .listing-condensed.no-first-separator > li:first-child {
  padding-top: 8px;
}
.listing-horizontal:before,
.listing-horizontal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.listing-horizontal:after {
  clear: both;
}
.listing-horizontal:before,
.listing-horizontal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.listing-horizontal:after {
  clear: both;
}
.listing-horizontal > li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  white-space: nowrap;
}
.listing-horizontal > li:last-child {
  margin-right: 0;
}
.listing-with-details {
  margin: 0;
  padding: 0;
  display: flex;
}
.listing-with-details-items,
.listing-with-details-children {
  flex: 1;
}
.listing-with-details-items {
  border-right: 1px solid #080808;
}
.listing-with-details-toggle {
  color: #dfdfdf;
  font-weight: bold;
}
.listing-with-details-toggle .icon {
  color: transparent;
}
.listing-with-details-toggle .svgicon {
  color: transparent;
  fill: transparent;
}
.listing-with-details-toggle:focus,
.listing-with-details-toggle:hover {
  text-decoration: none;
}
.listing-with-details-toggle.active {
  border-right: 1px solid #fff;
  margin-right: -1px;
}
.listing-with-details-toggle.active .icon {
  color: #2699d0;
}
.listing-with-details-toggle.active .svgicon {
  color: #2699d0;
  fill: #2699d0;
}
.listing-with-details-children {
  padding: 10px 10px;
}
.listing-with-details-detail {
  display: none;
}
.listing-with-details-detail.active {
  display: block;
}
.listing-filters {
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
.listing-filters:not(:only-child) {
  margin-top: 10px !important;
}
.panel-wrap {
  position: relative;
  min-height: 694px;
  overflow-y: auto;
}
.panel-bar {
  padding: 9px 20px;
  background-color: #3c4f5a;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel-bar a {
  color: #fff;
}
.panel-ctrls {
  overflow: hidden;
  position: relative;
  z-index: 1090;
}
.quick-search {
  position: relative;
  margin-bottom: 20px;
}
.quick-search .quick-view-toggle {
  position: absolute;
  right: 10em;
  top: 9px;
  z-index: 12;
}
.quick-view {
  position: fixed;
  top: 0;
  left: 100% !important;
  bottom: 0;
  z-index: 1020;
  background-color: #fff;
  padding: 0 20px 20px 20px;
  transition: transform 0.15s ease-in-out;
  width: 70%;
}
.quick-view.active {
  transform: translateX(-100%);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
}
.quick-view .ui-resizable-handle {
  background: url("../colored-icons/drag-dots_grey.svg") no-repeat center center;
  background-size: 9px auto;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 10px;
  height: 21px;
  text-align: center;
  cursor: ew-resize;
}
.quick-view-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  border-bottom: 1px solid #D8DCDE;
}
.quick-view-header .quick-view-toggle {
  margin-left: 20px !important;
  float: right;
}
.quick-view-title {
  margin: 0;
  line-height: 40px;
}
.quick-view-body {
  padding-top: 40px;
}
.quick-view-table {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}
.quick-view-table .table-bordered {
  border: none;
  margin-bottom: 0;
}
.quick-view-table-content {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  bottom: 36px;
}
.fixed-thead {
  overflow-y: auto;
  height: 150px;
  border-top: 1px solid #353b3f;
}
.quick-view-table th {
  height: 0;
  line-height: 0;
  padding: 0 !important;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.quick-view-table th div {
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #858585;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  position: absolute;
  top: -24px;
}
/*********************/
/* Can't touch this! */
/*********************/
.fast_confirm {
  position: absolute;
  /* Position off-screen, show only when everything is ready */
  top: -500px;
  left: -500px;
}
/* IE6 */
.fast_confirm {
  _border-left-color: pink;
  _border-bottom-color: pink;
  _border-right-color: pink;
  _filter: chroma(color=pink);
}
/*******************************/
/* You can configure from here */
/*******************************/
/* BOX */
.fast_confirm {
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  white-space: normal;
  text-align: center;
  padding: 6px;
}
/* ARROWS */
/* Top arrow */
.fast_confirm .fast_confirm_top.fast_confirm_arrow {
  position: absolute;
  top: -10px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 10px 10px;
  height: 0;
  width: 0;
}
.fast_confirm .fast_confirm_top.fast_confirm_arrow_border {
  position: absolute;
  top: -12px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 12px 12px;
  height: 0;
  width: 0;
}
/* Right arrow */
.fast_confirm .fast_confirm_right.fast_confirm_arrow {
  position: absolute;
  right: -10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  height: 0;
  width: 0;
}
.fast_confirm .fast_confirm_right.fast_confirm_arrow_border {
  position: absolute;
  right: -12px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  height: 0;
  width: 0;
}
/* Bottom arrow */
.fast_confirm .fast_confirm_bottom.fast_confirm_arrow {
  position: absolute;
  bottom: -10px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  height: 0;
  width: 0;
}
.fast_confirm .fast_confirm_bottom.fast_confirm_arrow_border {
  position: absolute;
  bottom: -12px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  height: 0;
  width: 0;
}
/* Left arrow */
.fast_confirm .fast_confirm_left.fast_confirm_arrow {
  position: absolute;
  left: -10px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  height: 0;
  width: 0;
}
.fast_confirm .fast_confirm_left.fast_confirm_arrow_border {
  position: absolute;
  left: -12px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  height: 0;
  width: 0;
}
/* BUTTONS */
.fast_confirm button {
  margin: 10px 5px 5px 5px;
}
/* Proceed button */
/* Cancel button */
.jqx-widget {
  color: #dfdfdf;
  font-size: 11px;
}
.panel-body .jqx-grid-aligni {
  margin-top: -2px;
  background: transparent;
}
.jqx-widget-content-aligni {
  border-width: 0;
  border-radius: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 11px;
}
.jqx-fill-state-normal-aligni,
.jqx-widget-header-aligni {
  border-color: #353b3f;
  background-color: #fff;
  color: #858585;
  font-weight: bold;
  text-transform: uppercase;
}
.jqx-widget-header-aligni {
  background: transparent;
}
.jqx-fill-state-hover-aligni {
  border-color: rgba(255, 255, 255, 0.035);
  background-color: rgba(255, 255, 255, 0.035);
}
.jqx-fill-state-pressed-aligni {
  border-color: rgba(255, 255, 255, 0.035);
  background-color: rgba(255, 255, 255, 0.035);
}
.jqx-fill-state-focus-aligni {
  border-color: #516a78;
}
.jqx-scrollbar-state-normal-aligni,
.jqx-grid-bottomright-aligni,
.jqx-panel-bottomright-aligni,
.jqx-listbox-bottomright-aligni {
  background-color: #353b3f;
}
.jqx-widget-aligni .jqx-grid-column-header-aligni,
.jqx-grid-cell-aligni,
.jqx-widget-aligni .jqx-grid-cell-aligni,
.jqx-widget-aligni .jqx-grid-group-cell-aligni,
.jqx-grid-group-cell-aligni {
  border-color: #353b3f;
}
.jqx-grid-column-header-aligni {
  font-size: 11px;
  box-sizing: border-box;
}
.jqx-grid-cell-aligni {
  font-size: 12px;
  padding: 5px;
  box-sizing: border-box;
}
.jqx-tabs-title-selected-bottom-aligni,
.jqx-tabs-selection-tracker-bottom-aligni,
.jqx-tabs-title-selected-top-aligni,
.jqx-tabs-selection-tracker-top-aligni {
  border-color: #a4bed4;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.jqx-grid-cell-sort-alt-aligni,
.jqx-grid-cell-filter-alt-aligni,
.jqx-grid-cell-pinned-aligni,
.jqx-grid-cell-alt-aligni,
.jqx-grid-cell-sort-aligni {
  background-color: #fff;
}
.jqx-grid-cell-alt-aligni {
  background-color: rgba(255, 255, 255, 0.035);
}
.jqx-grid-cell-selected-aligni {
  background-color: #4c4826 !important;
  border-color: #3b331d !important;
  color: #dfdfdf !important;
}
.jqx-grid-cell-hover-aligni {
  background-color: rgba(255, 255, 255, 0.035);
}
.jqx-menu-vertical-aligni {
  background: #e0e9f5;
}
.jqx-scrollbar-thumb-state-normal-horizontal-aligni,
.jqx-scrollbar-thumb-state-normal-vertical-aligni {
  background-color: #516a78;
}
.jqx-grid-pager-aligni {
  background-color: #353b3f;
  vertical-align: middle;
}
.jqx-grid-pager-aligni > div > div:not([class]) {
  line-height: 1.65;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.jqx-dropdownlist-content-aligni {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  color: #dfdfdf;
}
.jqx-dropdownlist-content-aligni.jqx-fill-state-hover-aligni,
.jqx-dropdownlist-content-aligni.jqx-fill-state-focus-aligni {
  background-color: #fff;
  border-color: #fff;
}
.jqx-grid-pager-input-aligni {
  border-color: #fff;
  border-radius: 2px;
}
.quietlink {
  color: #dfdfdf !important;
  fill: #dfdfdf !important;
  color: #dfdfdf;
}
.quietlink[href]:hover,
.quietlink[href]:focus {
  color: #dfdfdf;
  fill: #dfdfdf !important;
}
.quietlinkdim {
  color: #858585;
  fill: #858585 !important;
  font-weight: normal !important;
}
.quietlinkdim[href]:hover,
.quietlinkdim[href]:focus {
  color: #858585;
  fill: #858585 !important;
}
.panel-body .ui-widget {
  border: none;
  margin-top: -2px;
}
.panel-body .ui-widget .status-scheduled,
.panel-body .ui-widget .status-planned,
.panel-body .ui-widget .status-allocated {
  color: #fff;
}
.panel-body .ui-state-default,
.panel-body .ui-widget-content .ui-state-default,
.panel-body .ui-widget-header .ui-state-default {
  background: transparent !important;
}
.panel-body tr.ui-state-highlight,
.panel-body tr.ui-state-hover,
.panel-body .ui-row-ltr {
  border-left: none !important;
  border-right: none !important;
}
.panel-body .ui-th-column,
.panel-body .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  font-size: 11px;
  font-weight: bold;
  color: #858585;
  white-space: nowrap;
  padding: 5px 10px;
  text-align: left;
  border-left: none;
  border-right: none;
}
.panel-body .ui-th-column .ui-jqgrid-resize,
.panel-body .ui-jqgrid .ui-jqgrid-htable th.ui-th-column .ui-jqgrid-resize {
  background-color: #353b3f;
  margin-left: 10px;
  margin-right: -10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.panel-body .ui-th-column .ui-jqgrid-resize:focus,
.panel-body .ui-jqgrid .ui-jqgrid-htable th.ui-th-column .ui-jqgrid-resize:focus,
.panel-body .ui-th-column .ui-jqgrid-resize:hover,
.panel-body .ui-jqgrid .ui-jqgrid-htable th.ui-th-column .ui-jqgrid-resize:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel-body .ui-sortable-handle .ui-jqgrid-sortable {
  cursor: move;
}
.panel-body thead tr.ui-sortable .ui-sortable-placeholder {
  background: #4c4826 !important;
}
.panel-body .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.panel-body .ui-jqgrid .ui-row-ltr td {
  padding: 5px 10px;
  vertical-align: text-top;
  border-left: none;
  border-right: none;
}
.panel-body .jqgrid-rownum {
  position: relative;
  padding: 0 !important;
}
.panel-body .jqgrid-rownum .number {
  position: relative;
  top: -1px;
}
.panel-body .ui-state-hover,
.panel-body .ui-widget-content .ui-state-hover,
.panel-body .ui-widget-header .ui-state-hover,
.panel-body .ui-state-focus,
.panel-body .ui-widget-content .ui-state-focus,
.panel-body .ui-widget-header .ui-state-focus {
  background: #171717;
  color: #dfdfdf;
}
.panel-body .ui-state-hover a,
.panel-body .ui-widget-content .ui-state-hover a,
.panel-body .ui-widget-header .ui-state-hover a,
.panel-body .ui-state-focus a,
.panel-body .ui-widget-content .ui-state-focus a,
.panel-body .ui-widget-header .ui-state-focus a {
  color: #dfdfdf;
}
.panel-body .ui-state-hover .text-muted,
.panel-body .ui-widget-content .ui-state-hover .text-muted,
.panel-body .ui-widget-header .ui-state-hover .text-muted,
.panel-body .ui-state-focus .text-muted,
.panel-body .ui-widget-content .ui-state-focus .text-muted,
.panel-body .ui-widget-header .ui-state-focus .text-muted,
.panel-body .ui-state-hover .pd-text-mute,
.panel-body .ui-widget-content .ui-state-hover .pd-text-mute,
.panel-body .ui-widget-header .ui-state-hover .pd-text-mute,
.panel-body .ui-state-focus .pd-text-mute,
.panel-body .ui-widget-content .ui-state-focus .pd-text-mute,
.panel-body .ui-widget-header .ui-state-focus .pd-text-mute {
  color: #858585;
}
.panel-body .ui-state-hover .text-muted a,
.panel-body .ui-widget-content .ui-state-hover .text-muted a,
.panel-body .ui-widget-header .ui-state-hover .text-muted a,
.panel-body .ui-state-focus .text-muted a,
.panel-body .ui-widget-content .ui-state-focus .text-muted a,
.panel-body .ui-widget-header .ui-state-focus .text-muted a,
.panel-body .ui-state-hover .pd-text-mute a,
.panel-body .ui-widget-content .ui-state-hover .pd-text-mute a,
.panel-body .ui-widget-header .ui-state-hover .pd-text-mute a,
.panel-body .ui-state-focus .pd-text-mute a,
.panel-body .ui-widget-content .ui-state-focus .pd-text-mute a,
.panel-body .ui-widget-header .ui-state-focus .pd-text-mute a {
  color: #858585;
}
.panel-body .ui-state-highlight.ui-state-hover,
.panel-body .ui-state-highlight,
.panel-body .ui-widget-content .ui-state-highlight,
.panel-body .ui-widget-header .ui-state-highlight {
  background: #2c2c2c;
  border-color: #353b3f;
  color: #dfdfdf;
}
.panel-body .ui-state-highlight.ui-state-hover a,
.panel-body .ui-state-highlight a,
.panel-body .ui-widget-content .ui-state-highlight a,
.panel-body .ui-widget-header .ui-state-highlight a {
  color: #dfdfdf;
}
.panel-body .ui-state-highlight.ui-state-hover .text-muted,
.panel-body .ui-state-highlight .text-muted,
.panel-body .ui-widget-content .ui-state-highlight .text-muted,
.panel-body .ui-widget-header .ui-state-highlight .text-muted,
.panel-body .ui-state-highlight.ui-state-hover .pd-text-mute,
.panel-body .ui-state-highlight .pd-text-mute,
.panel-body .ui-widget-content .ui-state-highlight .pd-text-mute,
.panel-body .ui-widget-header .ui-state-highlight .pd-text-mute {
  color: #858585;
}
.panel-body .ui-state-highlight.ui-state-hover .text-muted a,
.panel-body .ui-state-highlight .text-muted a,
.panel-body .ui-widget-content .ui-state-highlight .text-muted a,
.panel-body .ui-widget-header .ui-state-highlight .text-muted a,
.panel-body .ui-state-highlight.ui-state-hover .pd-text-mute a,
.panel-body .ui-state-highlight .pd-text-mute a,
.panel-body .ui-widget-content .ui-state-highlight .pd-text-mute a,
.panel-body .ui-widget-header .ui-state-highlight .pd-text-mute a {
  color: #858585;
}
.panel-body .ui-state-highlight .ui-icon {
  background-image: url("../js/guriddo/css/images/ui-icons_7294a7_256x240.png");
}
.panel-body .tr-even {
  background: #171717;
}
.panel-body .ui-jqgrid-table-striped tr:nth-of-type(even) {
  background: #171717;
}
.panel-body .ui-jqgrid-table-striped > tbody > tr:nth-of-type(odd) {
  opacity: 1;
}
.panel-body .ui-state-default.ui-jqgrid-pager {
  background: #353b3f !important;
}
.panel-body .ui-jqgrid .ui-jqgrid-pager {
  height: auto;
}
.panel-body .ui-pg-table td {
  white-space: nowrap;
}
.panel-body .ui-pg-table td .ui-pg-input {
  background: #fff;
  border-radius: 2px;
  margin: 0 10px;
  padding: 3px;
  border: 2px solid #fff;
  height: auto;
  width: 4em;
  text-align: center;
}
.panel-body .ui-pg-table td .ui-pg-input:focus {
  border-color: #2699d0;
  outline: none;
}
.panel-body .ui-jqgrid .ui-pg-table td {
  border: none;
  padding: 3px 5px !important;
}
.ui-jqgrid .ui-jqgrid-labels .ui-grid-ico-sort {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 0;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  background-image: url("../colored-icons/unsorted_gray.svg");
  opacity: 1;
}
.ui-jqgrid .ui-jqgrid-labels .ui-grid-ico-sort.ui-icon-asc:not(.ui-state-disabled) {
  background-image: url("../colored-icons/up-big_blue.svg");
  background-position: center center;
}
.ui-jqgrid .ui-jqgrid-labels .ui-grid-ico-sort.ui-icon-desc:not(.ui-state-disabled) {
  background-image: url("../colored-icons/down-big_blue.svg");
  background-position: center center;
}
.ui-jqgrid .ui-jqgrid-labels .s-ico > .ui-state-disabled {
  opacity: 0;
}
.ui-jqgrid .ui-jqgrid-labels .s-ico > .ui-state-disabled ~ .ui-state-disabled {
  opacity: 1;
}
.ui-jqdialog,
.ui-dialog {
  padding: 0;
  border-radius: 3px 3px 2px 2px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
}
.ui-jqdialog .ui-jqdialog-titlebar,
.ui-dialog .ui-jqdialog-titlebar,
.ui-jqdialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar {
  font-size: 14px;
  background: #353b3f;
  border: none;
  border-radius: 2px 2px 0 0 ;
}
.ui-jqdialog .ui-jqdialog-titlebar,
.ui-dialog .ui-jqdialog-titlebar {
  padding: 5px 20px;
}
.ui-jqdialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-jqdialog .ui-jqdialog-titlebar-close,
.ui-dialog .ui-jqdialog-titlebar-close {
  margin-right: 15px;
}
.ui-jqdialog .ui-dialog-content,
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-jqdialog .ui-multiselect,
.ui-dialog .ui-multiselect {
  border: none;
}
.ui-jqdialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
}
.ui-jqdialog .ui-dialog-buttonpane .ui-button,
.ui-dialog .ui-dialog-buttonpane .ui-button,
.ui-jqdialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonpane button {
  background: #353b3f;
  font-weight: bold;
}
.EditTable .fm-button {
  background: #353b3f;
  font-weight: bold;
}
.ui-multiselect {
  border-color: #353b3f;
  margin-bottom: 0 !important;
}
.ui-multiselect div.selected,
.ui-multiselect div.available {
  border-color: #353b3f;
}
.ui-multiselect div.selected .ui-widget-header,
.ui-multiselect div.available .ui-widget-header {
  border-bottom: 1px solid #353b3f;
  margin: 0;
}
.ui-multiselect .ui-state-default {
  border-bottom: 1px solid #353b3f;
}
.ui-draggable-handle,
.ui-sortable-handle,
.ui-multiselect .ui-draggable-handle,
.ui-multiselect .ui-sortable-handle {
  cursor: move;
}
.actions:before,
.actions .search {
  display: none !important;
}
.nowrap .ui-jqgrid .ui-row-ltr td {
  white-space: nowrap !important;
}
.tree-wrap .ui-icon-radio-off {
  background-image: none !important;
}
.ui-multiselect li a.action {
  right: 12px;
  background-color: #fff;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  overflow: hidden;
  width: 100%;
  border-top: 2px solid transparent;
  background: #fff;
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #dfdfdf;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.btn-chosen-wrap {
  text-align: left;
  position: relative;
}
.btn-chosen-wrap.btn-sm .icon {
  font-size: 10px;
}
.chosen-container-single {
  display: block;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAABxSURBVHjaYvz//z8DMYCJgUjAAiJSU1PPACklIHYF4rNQuTQgngnEFbNnz+5kgQqCFAkC8W6oYhcg7oDKGcNNhEruhio+g2TjHiBOR3YjyDoTJGtBYBbUgPfIJoLAPSAOg7rrPcwkGGCkevAQrRAgwADRTRkG9OapcwAAAABJRU5ErkJggg==") no-repeat center right 15px;
}
.chosen-container-single .chosen-single {
  position: relative;
  white-space: nowrap;
  color: inherit;
  display: block;
  padding: 11px 10px;
  text-decoration: none;
}
.chosen-container-single .chosen-default {
  color: inherit;
  display: block;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 50%;
  right: 36px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url('../img/chosen-sprite.png') -42px 2px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -9px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -9px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.btn-sm .chosen-container-single .chosen-single div {
  top: -3px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 0;
  padding: 7px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #dfdfdf;
}
.chosen-container-single .chosen-drop {
  height: auto;
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 1012;
  width: auto;
  background-clip: padding-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 10px;
  list-style: none;
  line-height: 1;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  font-weight: normal;
  color: #dfdfdf;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #858585;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #2699d0;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #858585;
  display: list-item;
  background: #2c2c2c;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border-top: 2px solid transparent;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 10px 10px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  width: 100% !important;
  box-shadow: none;
  color: #858585;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0;
  padding: 10px 10px;
  background: #2c2c2c url("../colored-icons/tick_success.svg") no-repeat top 10px left 8px;
  padding-left: 26px;
  border-bottom: 1px solid transparent;
  color: #858585;
  line-height: 1;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #858585;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active.chosen-container-single.chosen-with-drop .chosen-drop {
  top: 1px;
  left: 1px;
  right: 1px;
  background: #2c2c2c;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  display: none;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container-single .chosen-single abbr,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../img/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.tribute-container ul {
  background: #080808;
  border: 1px solid #bbc3c9;
  font-weight: 500;
  margin-top: 5px;
}
.tribute-container li.highlight {
  background: #2c2c2c;
}
.tribute-container li.highlight .text-muted {
  color: #dfdfdf !important;
}
.tribute-container li span {
  font-weight: 500;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.13.1/fc-4.2.1
 *
 * Included libraries:
 *   DataTables 1.13.1, FixedColumns 4.2.1
 */
.dataTable {
  width: 100%;
  margin-bottom: 0;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: bottom 5px right 10px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
div.dataTables_scrollBody table.dataTable thead > tr > th:before,
div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
/*
  * Table styles
  */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
    * Header and footer styles
    */
  /*
    * Body styles
    */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 2px solid #353b3f;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid #353b3f;
}
table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}
table.dataTable tbody tr.selected a {
  color: #090a0b;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top-style: hidden;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top-style: hidden;
}
table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
}
table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}
table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
  * Control feature layout
  */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom-style: hidden;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom-style: hidden;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right,
table.dataTable tfoot tr > .dtfc-fixed-left,
table.dataTable tfoot tr > .dtfc-fixed-right {
  top: 0;
  bottom: 0;
  z-index: 11;
  background-color: #080808;
  background-clip: padding-box;
}
table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  z-index: 11;
  background-color: #080808;
  background-clip: padding-box;
}
table.dataTable td.dtfc-fixed-left.divider-right,
table.dataTable th.dtfc-fixed-left.divider-right {
  border-right: 2px solid #353b3f;
}
table.dataTable td.dtfc-fixed-left,
table.dataTable th.dtfc-fixed-left,
table.dataTable td.dtfc-fixed-left.divider-right + td,
table.dataTable th.dtfc-fixed-left.divider-right + th,
table.dataTable td.dtfc-fixed-right ~ td,
table.dataTable th.dtfc-fixed-right ~ th {
  border-left-style: hidden;
}
table.dataTable td.dtfc-fixed-right.divider-left,
table.dataTable th.dtfc-fixed-right.divider-left {
  border-left: 2px solid #353b3f;
}
div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
  background-color: #080808;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after {
  display: none;
}
table.dataTable thead > tr > th.sorting {
  background-image: url("../colored-icons/unsorted_gray.svg");
}
table.dataTable thead > tr > th.sorting_asc {
  background-image: url("../colored-icons/up-big_blue.svg");
}
table.dataTable thead > tr > th.sorting_desc {
  background-image: url("../colored-icons/down-big_blue.svg");
}
.dataTable tbody tr {
  background-color: #080808;
}
.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
.dataTable tbody th,
.dataTable tbody td {
  border-bottom: 1px solid #353b3f;
}
.dataTable tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dataTable tbody tr:last-child td {
  border-bottom-style: hidden;
}
.dataTable.nowrap th,
.dataTable.nowrap td {
  white-space: nowrap;
}
.table-fixed-columns th,
.table-fixed-columns td {
  border-left: 1px solid #353b3f;
}
.table-fixed-columns th:first-child,
.table-fixed-columns td:first-child {
  border-left-style: hidden;
}
.col-sm-6 .ui-jqgrid .ui-jqgrid-pager .ui-pager-table > tbody > tr > td:first-child,
.col-sm-6 .ui-jqgrid .ui-jqgrid-toppager .ui-pager-table > tbody > tr > td:first-child {
  width: 80px;
  overflow: hidden;
}
.col-sm-6 .ui-jqgrid .ui-jqgrid-pager .ui-pager-table > tbody > tr > td:last-child,
.col-sm-6 .ui-jqgrid .ui-jqgrid-toppager .ui-pager-table > tbody > tr > td:last-child {
  width: 80px;
  overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
  height: auto;
}
table.datatable-condensed th,
table.datatable-condensed tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.panel-body .dataTables_wrapper {
  margin-top: -2px !important;
}
table.dataTable th:focus {
  outline: none !important;
}
#datatable td.datatable-designator {
  white-space: normal;
}
.ui-slider {
  position: relative;
  text-align: left;
  margin-right: 1.25em;
}
.ui-slider:after {
  content: "";
  display: block;
  width: 1.75em;
  position: absolute;
  top: 0;
  right: -1.25em;
  bottom: 0;
  background-color: inherit;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ui-slider,
.ui-slider .ui-widget-header {
  background: #353b3f !important;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  border: 0;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 2;
}
.ui-slider .ui-state-default,
.panel-body .ui-slider .ui-state-default {
  background: #2699d0 !important;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.25em;
  margin-left: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}
div.datepicker,
div.ui-datepicker {
  z-index: 9999 !important;
}
div.datepicker {
  max-height: 9999px;
  padding: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  direction: ltr;
}
div.datepicker-inline {
  width: 220px;
}
div.datepicker-rtl {
  direction: rtl;
}
div.datepicker-rtl.dropdown-menu {
  left: auto;
}
div.datepicker-rtl table tr td span {
  float: right;
}
div.datepicker-dropdown {
  top: 0;
  left: 0;
}
div.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #353b3f;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
div.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
div.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
div.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
div.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
div.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
div.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
div.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
div.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #353b3f;
}
div.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
div.datepicker table {
  margin: 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.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped div.datepicker table tr td,
.table-striped div.datepicker table tr th {
  background-color: transparent;
}
div.datepicker table tr td.day:hover,
div.datepicker table tr td.day.focused {
  background: #2c2c2c;
  cursor: pointer;
}
div.datepicker table tr td.old,
div.datepicker table tr td.new {
  color: #353b3f;
}
div.datepicker table tr td.disabled,
div.datepicker table tr td.disabled:hover {
  background: none;
  color: #353b3f;
  cursor: default;
}
div.datepicker table tr td.highlighted {
  background: #2699d0;
  border-radius: 0;
}
div.datepicker table tr td.today,
div.datepicker table tr td.today:hover,
div.datepicker table tr td.today.disabled,
div.datepicker table tr td.today.disabled:hover {
  background: #353b3f;
  color: #dfdfdf;
}
div.datepicker table tr td.range,
div.datepicker table tr td.range:hover,
div.datepicker table tr td.range.disabled,
div.datepicker table tr td.range.disabled:hover {
  background: #2c2c2c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.datepicker table tr td.range.today,
div.datepicker table tr td.range.today:hover,
div.datepicker table tr td.range.today.disabled,
div.datepicker table tr td.range.today.disabled:hover {
  background: #2699d0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.datepicker table tr td.selected,
div.datepicker table tr td.selected:hover,
div.datepicker table tr td.selected.disabled,
div.datepicker table tr td.selected.disabled:hover {
  background: #2699d0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.datepicker table tr td.active,
div.datepicker table tr td.active:hover,
div.datepicker table tr td.active.disabled,
div.datepicker table tr td.active.disabled:hover {
  background: #2699d0;
  color: #fff;
}
div.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.datepicker table tr td span:hover,
div.datepicker table tr td span.focused {
  background: #2c2c2c;
}
div.datepicker table tr td span.disabled,
div.datepicker table tr td span.disabled:hover {
  background: none;
  color: #353b3f;
  cursor: default;
}
div.datepicker table tr td span.active,
div.datepicker table tr td span.active:hover,
div.datepicker table tr td span.active.disabled,
div.datepicker table tr td span.active.disabled:hover {
  background: #2699d0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.datepicker table tr td span.old,
div.datepicker table tr td span.new {
  color: #353b3f;
}
div.datepicker .datepicker-switch {
  width: 145px;
}
div.datepicker .datepicker-switch,
div.datepicker .prev,
div.datepicker .next,
div.datepicker tfoot tr th {
  cursor: pointer;
}
div.datepicker .datepicker-switch:hover,
div.datepicker .prev:hover,
div.datepicker .next:hover,
div.datepicker tfoot tr th:hover {
  background: #2c2c2c;
}
div.datepicker .prev.disabled,
div.datepicker .next.disabled {
  visibility: hidden;
}
div.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #2c2c2c;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.bars {
  display: inline-block;
  width: 23px;
  height: 14px;
  background-image: linear-gradient(90deg, #353b3f 30%, transparent 30%, transparent 50%, #353b3f 50%, #353b3f 80%, transparent 80%, transparent 100%);
  background-size: 10.00px 10.00px;
}
.bars:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 14px;
  background-image: linear-gradient(90deg, #516a78 30%, transparent 30%, transparent 50%, #516a78 50%, #516a78 80%, transparent 80%, transparent 100%);
  background-size: 10.00px 10.00px;
}
.bars.bars-0:after {
  width: 0;
}
.bars.bars-1:after {
  width: 3px;
}
.bars.bars-2:after {
  width: 8px;
}
.bars.bars-3:after {
  width: 13px;
}
.bars.bars-4:after {
  width: 18px;
}
.bars.bars-5:after {
  width: 23px;
}
.hide-for-dark {
  display: none !important;
}
body,
.table-primary caption:after,
.table-white,
.panel,
.panel-dashbox .panel-heading:after,
.wizard.wizard-error,
.wizard-error .wizard-body ul > li,
.switch-button,
.attachment-item,
.dropzone-wrapper,
.table-sidebar,
.list-group-item,
.jqx-widget-content,
.jqx-grid-cell,
.dataTable tbody tr,
.DTFC_Cloned thead,
.DTFC_Cloned tfoot,
.btn-input-helper,
.btn-toggle-group .btn,
.icon-helper,
.modal-content,
.overlay-bottom-up .modal-dialog,
.page-subheader.page-subheader-compact,
.build-progressbar,
.logbook-title-text,
.position-arrow,
.bg-light,
.pricing__plans-title,
.pricing__plan-item,
.curtain-dialog,
.table-light td,
.tribute-container ul,
.page-header .abc-list-nav.mod-horizontal {
  background-color: #080808;
}
.wizard,
.tag:not(.bug),
.tag-data,
.vault-card,
.filters,
.hanging-tabs > li > a:hover,
.hanging-tabs > li > a:focus,
.hanging-tabs > .tab-dropdown:hover > a,
.paging.paging-compact.paging-compact-light .btn-group,
.paging.paging-compact.paging-compact-light .btn,
.btn-icon-ecx,
.select .form-control,
.faux-select,
optgroup,
option,
.ec-position-comment,
.timeline-node-middle .timeline-body,
.tt-menu,
.modal-header,
.faux-table-progress .faux-td.active,
.bullet-number.bullet-number-light,
.carousel-empty,
.comment-form--pinned,
.comment-form--unpinned,
.onboarding-cta--pinned,
.onboarding-cta--unpinned,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-menu > li > a.active,
.nav-menu > li > label.active {
  background-color: #353b3f;
}
.drawer-contents {
  border-left: 1px solid #353b3f;
}
div.calendar-chart rect[class="day"] {
  fill: #353b3f !important;
}
div.calendar-chart rect[class="first"] {
  fill: #060708 !important;
}
.footer-paging .current,
.wizard-heading,
.vault-meta-invert,
.btn-light,
.vault-icon-locked,
.jqx-fill-state-normal-aligni,
.jqx-widget-header-aligni,
.jqx-grid-pager-input-aligni,
.help-card,
.popover,
.tooltipster-summary-theme .tooltipster-box,
.tt-header {
  background-color: #272727;
}
.media .org-color-option-1 {
  border-color: #fff;
}
.btn-default .org-color-option-2 {
  border-color: #353b3f;
}
.select-light,
.select-light .form-control,
.datepicker-wrapper {
  background-color: #353b3f !important;
}
.status-default {
  color: #1f1f1f;
}
.dropdown-select .dropdown-toggle,
.dropdown-select-light .dropdown-toggle {
  border-color: #121212;
  background-color: #353b3f;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABoSURBVHgBjU7BDYAwCCzGATqCjMAGdgM3dARHcATdwI7gCN4lkBBfJblS4LijlMEQPg/C66aqPYZo70grYHNaWoATw4b8AoeT+K9TKAF3kB0kUd3oIsmmItFq81bPp0j5BRYuV7Z87wfF7x+WOTDjwAAAAABJRU5ErkJggg==);
}
.mock-data,
.wizard-heading,
.timeline-node-success .timeline-body .remark {
  background-color: #41484d;
}
.btn-light:focus,
.btn-light:hover,
.dropdown-menu > li > a:not(.btn):hover,
.dropdown-menu > li > a:not(.btn):focus {
  background-color: #222629;
}
.existing-content,
.nav-menu > li > a:not(.remove-report):focus,
.nav-menu > li > a:not(.remove-report):hover,
.nav-menu > li > a.active,
.chosen-container-single .chosen-search input[type="text"] {
  background-color: #121212;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: #121212;
}
.ui-autocomplete-category,
.nav-menu > li > a:not(.remove-report):focus,
.nav-menu > li > a:not(.remove-report):hover,
.nav-menu > li > label:focus,
.nav-menu > li > label:hover,
.bootstrap-tagsinput .tt-input,
.bootstrap-tagsinput {
  background-color: #121212 !important;
}
.form-control-editable:focus,
.form-control-editable:hover {
  background-color: #171717 !important;
}
.panel-body .tr-even {
  background: #171717;
}
.rounded-number,
.chosen-container .chosen-drop,
.chosen-container-active.chosen-container-single.chosen-with-drop .chosen-drop,
.label-light,
.fast_confirm {
  background-color: #2c2c2c;
}
.table > thead > tr > td.disabled,
.table > tbody > tr > td.disabled,
.table > tfoot > tr > td.disabled,
.table > thead > tr > th.disabled,
.table > tbody > tr > th.disabled,
.table > tfoot > tr > th.disabled,
.table > thead > tr.disabled > td,
.table > tbody > tr.disabled > td,
.table > tfoot > tr.disabled > td,
.table > thead > tr.disabled > th,
.table > tbody > tr.disabled > th,
.table > tfoot > tr.disabled > th,
.table-hover > tbody > tr.disabled:hover td,
.table-hover > tbody > tr.disabled:hover th,
.table-primary .closed > td,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
select[disabled].form-control {
  background-color: #454545;
  opacity: .5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #151729;
  border-color: #040407;
  background-clip: padding-box;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #10111f;
  border-color: #000000;
}
.timeline-node-warning .timeline-node-point {
  background-color: #4c4826;
}
.timeline-node-danger .timeline-node-point {
  background-color: #774545;
}
.timeline-node-success .timeline-node-point {
  background-color: #5e7b4d;
}
@keyframes flash-on-create {
  0% {
    background-color: #1f1f1f;
    opacity: 1;
  }
  50% {
    background-color: #32322c;
  }
  100% {
    background-color: #1f1f1f;
  }
}
.page-subheader,
.bg-texture-gray {
  background: #080808 url(../img/pattern-dark-rendered.png);
}
.page-subheader.page-subheader-alt {
  background: #080808 url(../img/pattern-dark-secondary-rendered.png);
  border-bottom-color: #0d0d0b;
}
.btn-secondary {
  background: #625d4f;
}
.btn-secondary:focus,
.btn-secondary:hover {
  background: #716a5a;
}
.indicator-cell-object.indicator-cell-object-warning {
  background: #272722;
}
.select .form-control,
.chosen-container-single {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABoSURBVHgBjU7BDYAwCCzGATqCjMAGdgM3dARHcATdwI7gCN4lkBBfJblS4LijlMEQPg/C66aqPYZo70grYHNaWoATw4b8AoeT+K9TKAF3kB0kUd3oIsmmItFq81bPp0j5BRYuV7Z87wfF7x+WOTDjwAAAAABJRU5ErkJggg==);
}
.datepicker-wrapper .form-control {
  background-image: url("../colored-icons/arrow-down_light.svg");
}
.ui-widget-content {
  background-image: none;
}
.qr .black {
  background: #080808 !important;
}
.qr .white {
  background: #fff !important;
}
body,
.text-default,
.dropdown-menu .text-default,
.label-info .text-default,
.label-success .text-success,
.label-danger .text-danger,
li.search-field,
.radio label,
.checkbox label,
.radio-list .control-label,
.help-block.help-block-royal-strong,
.section-heading,
.alert-beta,
.filters,
.hanging-tabs > li.active > a,
.hanging-tabs > li.active.tab-dropdown > a,
.hanging-tabs > li.active > a:hover,
.hanging-tabs > li.active.tab-dropdown > a:hover,
.hanging-tabs > li.active > a:focus,
.hanging-tabs > li.active.tab-dropdown > a:focus,
.hanging-tabs > li > a,
.btn-toggle,
.btn-toggle:focus,
.btn-toggle:hover,
.zero-state-message-body h4,
.btn-light,
.ui-link,
.btn-input-helper,
.nav-menu > li > a.active,
.jqx-widget,
.pd-text-default,
.pd-text-default a,
.nav-labels > li > a,
.tooltipster-summary-theme .tooltipster-content,
.filters .expander-toggle,
.filters .expander-toggle:before,
.form-control-editable,
.chosen-container .chosen-results li.active-result,
a.list-group-item,
.modal-panel.modal-panel-danger .modal-title {
  color: #dfdfdf;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  color: #dfdfdf;
}
.bg-info .text-royal {
  color: #c1abcd;
}
.bg-info .text-muted {
  color: #dfdfdf;
}
.bg-info.icon-circle .svgicon {
  color: #dfdfdf !important;
  fill: #dfdfdf !important;
}
.aligni-logo {
  color: #fff;
  fill: #fff;
}
.form-control-editable:focus,
.form-control-editable:hover,
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #dfdfdf !important;
}
.owl-prev:before,
.owl-next:before {
  color: #7DC8Ec;
}
.jqx-grid-cell-selected-aligni,
.jqx-fill-state-normal-aligni,
.jqx-widget-header-aligni,
.jqx-dropdownlist-content-aligni,
.jqx-grid-pager-input-aligni {
  color: #dfdfdf !important;
}
.section-heading.required,
label:not(.unstyled-label).required,
.btn-default:focus,
.btn-default:hover,
.label-bordered-default:focus,
.label-bordered-default:hover,
.label-bordered-warning:focus,
.label-bordered-warning:hover,
.btn-light:focus,
.btn-light:hover {
  color: #fff;
}
.btn-icon-default {
  border-color: #4c555b;
}
.btn-icon-tertiary {
  border-color: #dfdfdf;
}
.btn-icon-tertiary .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.progress-label {
  background-color: transparent;
}
.alert-success .alert-link {
  color: #d5e1ca;
}
.alert-warning .alert-link {
  color: #c4c39a;
}
.text-success,
.dropdown-menu .text-success,
.hanging-tabs .icon.text-success,
.hanging-tabs > .active .icon.text-success {
  color: #83a56f;
}
.merge-table .table > caption,
.btn-toggle-group .disabled {
  color: #858585;
}
.alert-warning,
.alert-danger,
.alert-success,
.alert-info,
.details-row-danger .form-control-static {
  color: #dfdfdf;
}
.popover,
.popover.right .arrow,
.popover.left .arrow,
.popover.top .arrow,
.popover.bottom .arrow,
.modal-content,
.fast_confirm,
.btn-default,
.btn-primary,
.btn-tertiary,
.btn-secondary,
.btn-light,
.btn-clear,
.btn-link,
.btn-success,
.btn-danger,
.btn-danger-alt {
  border-color: transparent;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  border-color: transparent;
}
.filters-extra,
.btn-group--lg > .btn,
.row-divider,
.row-divider-strong {
  border-color: #353b3f;
}
.btn-input-helper,
.table-shaded-blocks td,
.icon-helper,
.build-progressbar:after,
.listing-with-details-toggle.active,
.listing-with-details-toggle {
  border-color: #080808;
}
.modal-header,
.modal-footer,
.toolbar .form-control,
.panel-popover {
  border-color: #121212;
}
#demo-welcome-modal .svgicon--aligni-lettermark {
  color: #fff;
}
.select .form-control {
  border-color: #121212;
}
.select .form-control:focus {
  border-color: #121212;
}
.toolbar .select-light .form-control {
  border-color: #292e31;
}
.toolbar .select-light .form-control:focus {
  border-color: #292e31;
}
.filters .more-filters,
.wizard-body hr,
.alert-announcement,
.tooltipster-summary-theme .tooltipster-box,
.filters > li.is-divided {
  border-color: #292e31;
}
.table-slim td,
.expander-content > tr > td,
.hanging-tabs > li > a:hover,
.hanging-tabs > li > a:focus,
.hanging-tabs > .tab-dropdown:hover > a,
.label-bordered-default,
.ec-position-actions,
.ec-position-action + .ec-position-action,
.overlay-bottom-up .modal-header {
  border-color: #353b3f;
}
.timeline-node-warning .timeline-body {
  border-color: #4c4826;
}
.timeline-node-danger .timeline-body {
  border-color: #774545;
}
.timeline-node-success .timeline-body {
  border-color: #5e7b4d;
}
.popover.right .arrow:after,
.tooltipster-summary-theme.tooltipster-right .tooltipster-arrow-background,
.tooltipster-summary-theme.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #272727;
}
.popover.left .arrow:after,
.tooltipster-summary-theme.tooltipster-left .tooltipster-arrow-background,
.tooltipster-summary-theme.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #272727;
}
.popover.top .arrow:after,
.tooltipster-summary-theme.tooltipster-top .tooltipster-arrow-background,
.tooltipster-summary-theme.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #272727;
}
.popover.bottom .arrow:after,
.tooltipster-summary-theme.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-summary-theme.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #272727;
}
.tooltip-complex .text-tertiary {
  color: #76a4bd;
  fill: #76a4bd !important;
}
.svgicon--contact-dotted.text-tertiary {
  color: #858585 !important;
}
.listing li .svgicon--dot-border.option-white {
  display: none;
}
.fast_confirm .fast_confirm_top.fast_confirm_arrow {
  border-color: transparent transparent #2c2c2c;
}
.fast_confirm .fast_confirm_top.fast_confirm_arrow_border {
  border-color: transparent transparent #2c2c2c;
}
.fast_confirm .fast_confirm_left.fast_confirm_arrow {
  border-color: transparent #2c2c2c transparent transparent;
}
.fast_confirm .fast_confirm_left.fast_confirm_arrow_border {
  border-color: transparent #2c2c2c transparent transparent;
}
.fast_confirm .fast_confirm_right.fast_confirm_arrow {
  border-color: transparent transparent transparent #2c2c2c;
}
.fast_confirm .fast_confirm_right.fast_confirm_arrow_border {
  border-color: transparent transparent transparent #2c2c2c;
}
.fast_confirm .fast_confirm_bottom.fast_confirm_arrow {
  border-color: #2c2c2c transparent transparent;
}
.fast_confirm .fast_confirm_bottom.fast_confirm_arrow_border {
  border-color: #2c2c2c transparent transparent;
}
.details-row-royal td:not(:empty) {
  border-color: #5e3f71;
}
.panel-purple .table-bordered th,
.panel-purple .table-bordered td {
  border-color: #432d50;
}
.details-row-primary td:not(:empty) {
  border-color: #427caf;
}
.btn-toggle:active,
.btn-toggle.active,
.btn-group--lg > .btn.active {
  border-color: #3c4f5a;
}
.nav-tabs > li {
  border-right-color: #2a2721;
}
.pricing__plans-title,
.pricing__plan-header,
.pricing__feature-item {
  border-bottom-color: #121212;
}
.pricing__description-item {
  border-bottom-color: #1f1f1f;
}
.pricing__plan-item {
  border-right-color: #121212;
}
.pricing__feature-item:first-child {
  border-top-color: #121212;
}
.abc-list-nav .nav input[type="radio"]:checked + label {
  background-color: #516a78;
  color: #fff;
}
.modal-panel .modal-body {
  background-color: #673c3c;
}
.panel-body .ui-widget .status-scheduled,
.panel-body .ui-widget .status-planned,
.panel-body .ui-widget .status-allocated {
  color: #080808;
}
.panel-body .ui-widget-content {
  color: #dfdfdf;
}
.panel-body .ui-widget-content a {
  color: #dfdfdf;
}
.panel-body .ui-state-hover,
.panel-body .ui-widget-content .ui-state-hover,
.panel-body .ui-widget-header .ui-state-hover,
.panel-body .ui-state-focus,
.panel-body .ui-widget-content .ui-state-focus,
.panel-body .ui-widget-header .ui-state-focus {
  background: #121212;
  border-color: #353b3f;
  color: #dfdfdf;
}
.panel-body .ui-state-hover a,
.panel-body .ui-widget-content .ui-state-hover a,
.panel-body .ui-widget-header .ui-state-hover a,
.panel-body .ui-state-focus a,
.panel-body .ui-widget-content .ui-state-focus a,
.panel-body .ui-widget-header .ui-state-focus a {
  color: #dfdfdf;
}
.panel-body .ui-state-hover .text-muted,
.panel-body .ui-widget-content .ui-state-hover .text-muted,
.panel-body .ui-widget-header .ui-state-hover .text-muted,
.panel-body .ui-state-focus .text-muted,
.panel-body .ui-widget-content .ui-state-focus .text-muted,
.panel-body .ui-widget-header .ui-state-focus .text-muted,
.panel-body .ui-state-hover .pd-text-mute,
.panel-body .ui-widget-content .ui-state-hover .pd-text-mute,
.panel-body .ui-widget-header .ui-state-hover .pd-text-mute,
.panel-body .ui-state-focus .pd-text-mute,
.panel-body .ui-widget-content .ui-state-focus .pd-text-mute,
.panel-body .ui-widget-header .ui-state-focus .pd-text-mute {
  color: #858585;
}
.panel-body .ui-state-hover .text-muted a,
.panel-body .ui-widget-content .ui-state-hover .text-muted a,
.panel-body .ui-widget-header .ui-state-hover .text-muted a,
.panel-body .ui-state-focus .text-muted a,
.panel-body .ui-widget-content .ui-state-focus .text-muted a,
.panel-body .ui-widget-header .ui-state-focus .text-muted a,
.panel-body .ui-state-hover .pd-text-mute a,
.panel-body .ui-widget-content .ui-state-hover .pd-text-mute a,
.panel-body .ui-widget-header .ui-state-hover .pd-text-mute a,
.panel-body .ui-state-focus .pd-text-mute a,
.panel-body .ui-widget-content .ui-state-focus .pd-text-mute a,
.panel-body .ui-widget-header .ui-state-focus .pd-text-mute a {
  color: #858585;
}
.panel-body .ui-state-highlight.ui-state-hover,
.panel-body .ui-state-highlight,
.panel-body .ui-widget-content .ui-state-highlight,
.panel-body .ui-widget-header .ui-state-highlight {
  background: #121212;
  border-color: #353b3f;
  color: #dfdfdf;
}
.panel-body .ui-state-highlight.ui-state-hover a,
.panel-body .ui-state-highlight a,
.panel-body .ui-widget-content .ui-state-highlight a,
.panel-body .ui-widget-header .ui-state-highlight a {
  color: #dfdfdf;
}
.panel-body .ui-state-highlight.ui-state-hover .text-muted,
.panel-body .ui-state-highlight .text-muted,
.panel-body .ui-widget-content .ui-state-highlight .text-muted,
.panel-body .ui-widget-header .ui-state-highlight .text-muted,
.panel-body .ui-state-highlight.ui-state-hover .pd-text-mute,
.panel-body .ui-state-highlight .pd-text-mute,
.panel-body .ui-widget-content .ui-state-highlight .pd-text-mute,
.panel-body .ui-widget-header .ui-state-highlight .pd-text-mute {
  color: #858585;
}
.panel-body .ui-state-highlight.ui-state-hover .text-muted a,
.panel-body .ui-state-highlight .text-muted a,
.panel-body .ui-widget-content .ui-state-highlight .text-muted a,
.panel-body .ui-widget-header .ui-state-highlight .text-muted a,
.panel-body .ui-state-highlight.ui-state-hover .pd-text-mute a,
.panel-body .ui-state-highlight .pd-text-mute a,
.panel-body .ui-widget-content .ui-state-highlight .pd-text-mute a,
.panel-body .ui-widget-header .ui-state-highlight .pd-text-mute a {
  color: #858585;
}
.panel-body .ui-pg-table td .ui-pg-input {
  background: #121212;
  border: 2px solid #121212;
  color: #dfdfdf;
}
.ui-widget-header,
.ui-widget-content,
.ui-dialog .ui-dialog-content,
.ui-multiselect ul.selected {
  background: #080808;
  background-image: none;
  border-color: #353b3f !important;
  color: #dfdfdf;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #dfdfdf;
  border-color: #353b3f;
}
.ui-multiselect ul.available,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #080808;
}
.ui-widget input,
.ui-widget textarea {
  background: #121212;
  border: none;
  border-radius: 2px;
  color: #dfdfdf;
}
.ui-multiselect li a.action {
  right: 12px;
  background-color: #080808;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #dfdfdf;
  -webkit-box-shadow: 0 0 0px 1000px #1f1f1f inset;
  box-shadow: 0 0 0px 1000px #1f1f1f inset;
}
.comment-form--top,
.onboarding-cta--top {
  background-color: transparent !important;
}
.highcharts-legend > rect,
.highcharts-background {
  fill: transparent;
}
.highcharts-background {
  stroke: #3F566E;
}
.highcharts-plot-line {
  stroke: rgba(41, 41, 41, 0.64);
}
.highcharts-grid path,
.highcharts-axis path {
  stroke: #3F566E;
}
.highcharts-axis-title,
.highcharts-yaxis-title,
.highcharts-xaxis-title,
.highcharts-axis-labels text,
.highcharts-legend-item text,
.highcharts-plot-line-label {
  color: #BBBBBB !important;
  fill: #BBBBBB !important;
}
.highcharts-title {
  color: #dfdfdf !important;
  fill: #dfdfdf !important;
}
#inventory-forecast-chart-body .highcharts-tooltip span div {
  background-color: #2A2C38 !important;
  color: #fff;
}
#inventory-forecast-chart-body .highcharts-tooltip span div hr {
  background-color: #3F484E !important;
}
#inventory-forecast-chart-body .highcharts-tooltip span div h3 span {
  color: #7C8C97 !important;
}
.highcharts-plot-band-date-unknown,
.highcharts-plot-band-delayed {
  fill: rgba(67, 67, 67, 0.4) !important;
}
.highcharts-plot-band-minimum {
  fill: #4F5320 !important;
}
.highcharts-plot-band-maximum {
  fill: #043152 !important;
}
.highcharts-plot-band-negative {
  fill: #2D0505 !important;
}
.highcharts-plot-band-label {
  fill: #BBBBBB !important;
}
#defects-chart .highcharts-point {
  stroke: #1f1f1f !important;
}
.bg-welcome {
  background-image: url(../img/welcome-new-account-dark.png);
}
.bg-texture-light {
  background-image: url(../img/bg-texture-light-dark.png);
}
.quazi-img-shortage-placeholder {
  background-image: url(../img/shortage-report-legend-dark.png);
}
.loadmask-msg div {
  background-color: #080808 !important;
  color: #dfdfdf !important;
}
.build-details-popup {
  background: #444;
}
.preview-header {
  padding-left: 0;
}
.preview-header-logo {
  background: #fff;
  justify-content: center;
  text-align: center;
}
.preview-footer {
  color: #080808;
}
#guide-lightbox .footer-paging .slick-arrow {
  background-image: url("../colored-icons/arrow-right_light.svg");
}
.table-tree td[data-column="name"]:after {
  background: -moz-linear-gradient(left, rgba(53, 59, 63, 0.2) 0%, rgba(53, 59, 63, 0.5) 49%, #353b3f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(53, 59, 63, 0.2)), color-stop(49%, rgba(53, 59, 63, 0.5)), color-stop(100%, #353b3f));
  background: -webkit-linear-gradient(left, rgba(53, 59, 63, 0.2) 0%, rgba(53, 59, 63, 0.5) 49%, #353b3f 100%);
  background: -o-linear-gradient(left, rgba(53, 59, 63, 0.2) 0%, rgba(53, 59, 63, 0.5) 49%, #353b3f 100%);
  background: -ms-linear-gradient(left, rgba(53, 59, 63, 0.2) 0%, rgba(53, 59, 63, 0.5) 49%, #353b3f 100%);
  background: linear-gradient(to right, rgba(53, 59, 63, 0.2) 0%, rgba(53, 59, 63, 0.5) 49%, #353b3f 100%);
}
.status-step .status-title:before {
  background-image: url("../colored-icons/finalize-success_light.svg");
}
.status-step.current .status-step-heading {
  color: #dfdfdf;
}
.status-step.current ~ .status-step .status-step-heading {
  color: #858585;
}
.state-info {
  color: #98bbce;
}
.state-danger {
  color: #e7b0b4;
}
.actions-dropdown .dropdown-toggle:active,
.actions-dropdown .dropdown-toggle:hover {
  color: #dfdfdf;
}
.actions-dropdown .dropdown-toggle:active .svgicon,
.actions-dropdown .dropdown-toggle:hover .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
.actions-dropdown.open .dropdown-toggle,
.actions-dropdown .open .dropdown-toggle.btn-tertiary {
  color: #dfdfdf;
}
.actions-dropdown.open .dropdown-toggle .svgicon,
.actions-dropdown .open .dropdown-toggle.btn-tertiary .svgicon {
  color: #dfdfdf;
  fill: #dfdfdf;
}
