/* ==========================================================================
   This is the main file for all styles.
   ========================================================================== */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Config Rupture */
/*
   This is all imports for the old theme
   ========================================================================== */
.old-theme .ns-card {
  border: 1px solid #eceef2;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  transition: all 0.3s ease;
}
.old-theme .ns-card:hover {
  background-color: #f5f5f5;
}
.old-theme .ns-card--normalpad {
  padding: 15px;
}
.old-theme .ns-card--nohover:hover {
  background-color: #fff;
}
.old-theme .ns-card--selected {
  border-color: #1288fa;
  background-color: #f2f5ff;
}
.old-theme .ns-card-title {
  color: #606060;
  font-weight: bold;
}
.old-theme .ns-card-title--selected {
  color: #3d3e41;
}
.old-theme .ns-card-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.old-theme .ns-card-icon {
  display: inline-block;
  width: 80px;
  float: left;
}
.old-theme .ns-card-info {
  background-color: #9fafbe;
  border-radius: 50%;
  padding: 1px 8px;
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.old-theme .ns-container {
  max-width: 1500;
}
.old-theme .ns-transactions-icon {
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 3px;
  display: inline-block;
  position: relative;
}
.old-theme .ns-transactions-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.old-theme .ns-transactions-table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.old-theme .ns-transactions-table-head th {
  border-top: 1px solid #eceef2 !important;
  border-bottom: 1px solid #eceef2 !important;
  background-color: #fff;
  color: #9fafbe;
}
.old-theme .ns-transactions-item,
.old-theme .ns-transaction-no-content {
  background-color: #fff;
  border-top: 1px solid #eceef2 !important;
  border-bottom: 1px solid #eceef2 !important;
  transition: all 0.3s ease;
  color: #767676;
}
.old-theme .ns-transaction-no-content {
  line-height: 40px !important;
}
.old-theme .ns-transactions-items:hover .ns-transactions-item {
  background-color: #f5f5f5;
}
.old-theme .ns-transaction-no-content {
  border-radius: 5px;
  height: 60px;
  text-align: center;
  border: 1px solid #eceef2;
}
.old-theme .ns-transactions-table-head th:nth-child(1),
.old-theme .ns-transactions-item:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  border-left: 1px solid #eceef2;
}
.old-theme .ns-transactions-table-head th:nth-last-child(1),
.old-theme .ns-transactions-item:nth-last-child(1) {
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #eceef2;
}
.old-theme .ns-transaction-status {
  background-color: #9fafbe;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  display: inline-block;
  min-width: 90px;
}
.old-theme .ns-transaction-status--provisioned {
  min-width: 100px;
}
.old-theme .ns-transaction-status--realized {
  background-color: #daf2cc;
  color: #499228;
}
.old-theme .ns-transaction-status--canceled {
  background-color: #f2e8cc;
  color: #924028;
}
.old-theme .ns-transactions-pagination-container {
  border: 1px solid #eceef2;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
  height: 49px;
}
.old-theme .ns-transactions-amount {
  color: #9fafbe;
  font-size: 10px;
}
.old-theme .ns-transations-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.old-theme .ns-transactions-pagination {
  margin: 0 !important;
}
.old-theme .ns-transactions-type {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.old-theme .ns-transactions-type-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.old-theme .ns-transactions-first {
  min-width: 115px;
}
.old-theme .ns-filter .btn-link {
  margin-right: 15px !important;
  padding-top: 6px;
}
.old-theme .ns-cycle-status {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 8px;
  background-color: #2196f3;
  color: #fff;
  white-space: nowrap;
}
.old-theme .ns-cycle-status--success {
  background-color: #daf2cc;
  color: #499228;
}
.old-theme .ns-cycle-status--error {
  background-color: #c62829;
  color: #d1afaf;
}
.old-theme .ns-cycle-status--progress {
  background-color: #bc9f8f;
}
.old-theme .ns-status {
  background-color: #9fafbe;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  max-width: 160px;
  margin: 0 auto;
}
.old-theme .ns-status--closed,
.old-theme .ns-status--active {
  background-color: #daf2cc;
  color: #499228;
}
.old-theme .ns-status--canceled,
.old-theme .ns-status--pending {
  background-color: #f2e8cc;
  color: #924028;
}
.old-theme .ns-status--pending-delay,
.old-theme .ns-status--inactive {
  background-color: #f2e3cc;
  color: #e36464;
}
.old-theme .ns-status--scheduled {
  background-color: #e8f1ff;
  color: #1988fa;
}
.old-theme * {
  -webkit-tap-highlight-color: transparent;
}
.old-theme .ns-page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 15px 0;
}
.old-theme .ns-page-header__content__title {
  font-size: 22px;
  color: #494b4e;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.old-theme .ns-page-header__content__title--blue {
  color: #0086ff;
}
.old-theme .ns-page-header__content__subtitle {
  font-size: 12px;
  color: #b4b8c3;
  margin: 0;
}
.old-theme .ns-new-button {
  text-transform: uppercase;
  background-color: #0786f9;
  text-decoration: none;
  outline: 0;
  color: #fff !important;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.old-theme .ns-new-button--inline {
  display: inline-block;
}
.old-theme .ns-new-button--square {
  padding: 5px 10px;
  border-radius: 5px;
}
.old-theme .ns-new-button .glyphicon {
  top: -1px;
}
.old-theme .ns-new-button:hover,
.old-theme .ns-new-button:focus {
  filter: brightness(0.9);
}
.old-theme .ns-new-button:active {
  filter: brightness(0.8);
}
.old-theme .ns-new-button:disabled {
  opacity: 0.5;
}
.old-theme .ns-alert-info {
  background: #f8dbb4;
  font-size: 12px;
  padding: 5px 20px;
  margin: 0;
  border-radius: 4px;
}
.old-theme .ns-protocols {
  cursor: pointer;
  position: relative;
  margin: 20px 0 20px 10px;
}
@media (min-width: 768px) {
  .old-theme .ns-protocols {
    margin: 20px 25px;
  }
}
.old-theme .ns-protocols__button {
  z-index: 11;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  .old-theme .ns-protocols__button {
    display: block;
  }
}
.old-theme .ns-protocols__button.slick-disabled {
  opacity: 0.5;
}
.old-theme .ns-protocols__button--left {
  left: -20px;
}
.old-theme .ns-protocols__button--right {
  right: -20px;
}
.old-theme .ns-logo-seller {
  display: block;
  width: 30px;
  height: 40px;
}
.old-theme .ns-logo-seller--netshoes {
  background: url("../images/atendimento/n-netshoes.svg") no-repeat center;
  background-size: contain;
}
.old-theme .ns-logo-seller--marketplace {
  background: url("../images/atendimento/marketplace.svg") no-repeat center;
  background-size: contain;
}
.old-theme .ns-card-protocol {
  width: 275px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #eceef2;
  padding: 20px 10px 15px;
  transition: all 0.2s ease;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .old-theme .ns-card-protocol {
    width: 335px;
  }
}
.old-theme .ns-card-protocol:hover {
  opacity: 1;
}
.old-theme .ns-card-protocol.is-active {
  opacity: 1;
  border-color: #7e9afd;
  background-color: rgba(126,154,253,0.1);
}
.old-theme .ns-card-protocol__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 20px;
  margin-left: 10px;
}
.old-theme .ns-card-protocol__logo img {
  width: 30px;
  heigh: 30px;
}
.old-theme .ns-card-protocol__logo span {
  font-size: 10px;
  color: #bdbdbd;
}
.old-theme .ns-card-protocol__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.old-theme .ns-card-protocol__content__number {
  color: #4c4d51;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1;
}
.old-theme .ns-card-protocol__content__reason {
  color: #7a7b7b;
  font-size: 12px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .old-theme .ns-card-protocol__content__reason {
    font-size: 14px;
  }
}
.old-theme .ns-card-protocol__content__time {
  background: #e36464;
  border-radius: 4px;
  padding: 2px 10px;
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.old-theme .ns-card-protocol__content__time--success {
  color: #549934;
  background: #daf2cc;
}
.old-theme .ns-top-background-doc {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.old-theme .ns-top-background-doc::after,
.old-theme .ns-top-background-doc::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  width: 130px;
  height: 80px;
  clip-path: polygon(100% 0, 10% 0, 100% 100%);
  top: 0;
  z-index: 1;
  opacity: 0.2;
}
.old-theme .ns-top-background-doc::before {
  width: 180px;
  background: #0086ff;
}
.old-theme .ns-top-background-doc ​,
.old-theme .ns-top-background-doc::after {
  background: #0086ff;
}
.old-theme .ns-order-info__priority {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -28px;
}
@media (min-width: 768px) {
  .old-theme .ns-order-info__priority {
    margin-top: -37px;
    align-items: flex-start;
  }
}
.old-theme .ns-order-info__priority__image {
  margin-bottom: 10px;
  width: 45px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .old-theme .ns-order-info__priority__image {
    width: 55px;
    height: 50px;
  }
}
.old-theme .ns-order-info__priority__image--high {
  background-image: url("../images/atendimento/priority-high.svg");
}
.old-theme .ns-order-info__priority__image--normal {
  background-image: url("../images/atendimento/priority-normal.svg");
}
.old-theme .ns-order-info__priority__image--low {
  background-image: url("../images/atendimento/priority-low.svg");
}
.old-theme .ns-order-info p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #b2b2b2;
  line-height: 1;
}
.old-theme .ns-chat__header {
  padding: 20px;
  background: #fafbff;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #b2b2b2;
}
.old-theme .ns-chat__body {
  height: 400px;
  background: #fff;
  overflow-y: scroll;
  padding: 14px;
  box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.2);
}
.old-theme .ns-chat__body__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.old-theme .ns-chat__body__divisor {
  width: 100%;
  text-align: center;
  position: relative;
  color: #b2b2b2;
  font-size: 13px;
  margin: 20px 0;
}
.old-theme .ns-chat__body__divisor::after,
.old-theme .ns-chat__body__divisor::before {
  content: '';
  display: block;
  height: 0.5px;
  background: #d2d2d2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
}
@media (min-width: 768px) {
  .old-theme .ns-chat__body__divisor::after,
  .old-theme .ns-chat__body__divisor::before {
    width: 40%;
  }
}
.old-theme .ns-chat__body__divisor::before {
  left: 0;
}
.old-theme .ns-chat__body__divisor::after {
  right: 0;
}
.old-theme .ns-chat__body__message {
  padding: 5px;
  min-width: 100px;
  max-width: 95%;
  background: #0786f9;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  position: relative;
}
.old-theme .ns-chat__body__message::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  border: 6px solid #0086ff;
  border-width: 7px 7px 7px 6px;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.old-theme .ns-chat__body__message--right {
  background: #4da4f2;
  align-self: flex-end;
}
.old-theme .ns-chat__body__message--right::before {
  right: -10px;
  left: initial;
  border: 6px solid #4da4f2;
  border-width: 7px 7px 7px 6px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.old-theme .ns-chat__footer {
  padding: 20px;
  background: #fafbff;
  border-top: 1px solid #e0e0e0;
}
.old-theme .ns-chat__footer__input {
  border: 1px solid #e0e0e0;
  padding: 5px;
  font-size: 13px;
  border-radius: 4px;
  max-height: 150px;
  min-height: 80px;
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}
.old-theme .ns-chat__footer__action {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .old-theme .ns-chat__footer__action {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
  }
}
.old-theme .ns-chat__footer__action__options {
  margin-bottom: 20px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .old-theme .ns-chat__footer__action__options {
    display: flex;
    margin-bottom: 0;
  }
}
.old-theme .ns-table-list {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 1304px) {
  .old-theme .ns-table-list {
    overflow-x: hidden;
  }
}
.old-theme .ns-table-list table {
  min-width: 950px;
}
.old-theme .ns-table-list th {
  text-transform: none !important;
}
.old-theme .ns-table-list td {
  cursor: default !important;
}
.old-theme .ns-banner-notifications {
  background: #ecf2fb;
  border: solid 1px #eceef2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 15px 10px;
}
.old-theme .ns-banner-notifications__content {
  margin: 0 auto;
  width: 100%;
  max-width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.old-theme .ns-banner-notifications__image-left {
  max-width: 288px;
  width: 100%;
}
.old-theme .ns-banner-notifications__image-right {
  max-width: 84px;
  width: 100%;
}
.old-theme .ns-banner-notifications__info {
  max-width: 254px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
.old-theme .ns-banner-notifications__info__title {
  color: #062973;
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  margin: 0 0 20px;
  text-align: center;
}
.old-theme .ns-banner-notifications__info__text {
  color: #a1a1a0;
  font-size: 15px;
  margin: 0 0 55px;
  text-align: center;
}
.old-theme .ns-banner-notifications__info__logo {
  max-width: 110px;
  width: 100%;
}
.old-theme .notification-item-message {
  white-space: pre-line;
  word-wrap: break-word;
  transition: all 0.33s ease;
}
.old-theme .notification-item-message--2 {
  color: #fff;
}
.old-theme .notification-item-message--more {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  display: block;
  transition: 0.25s ease;
}
.old-theme .notification-item-message--no-bt {
  margin-bottom: 40px;
}
.old-theme .notification-item-state {
  display: none;
}
.old-theme .notification-item-state:checked ~ .notification-item-message .notification-item-message--more {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.old-theme .notification-item-state ~ .notification-item-message .notification-item--trigger:before {
  content: '...ver mais';
}
.old-theme .notification-item-state:checked ~ .notification-item-message .notification-item--trigger:before {
  content: '';
}
.old-theme .notification-item--trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.9em;
  line-height: 2;
  border-radius: 0.25em;
}
.old-theme .notification-item-container {
  min-height: 150px !important;
}
.old-theme .notification-item-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: right 0.33s ease;
}
.old-theme .notification-item-icon--no-bt {
  right: 50%;
}
.old-theme .notifications-list {
  padding: 10px;
}
.old-theme .notifications-list table {
  width: 100%;
}
.old-theme .notifications-list__col {
  padding: 15px 10px 15px;
  vertical-align: middle;
}
.old-theme .notifications-list tr {
  border-bottom: 1px solid #d9e0d6;
}
.old-theme .notifications-list tr:last-of-type {
  border-bottom: 0;
}
.old-theme .notifications-list__title {
  color: #616161;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.old-theme .notifications-list__text {
  color: #616161;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.old-theme .notifications-list__date {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #bdc6d6;
}
.old-theme .ns-button-ouline {
  color: #52acf5 !important;
  border: 1px solid #52acf5 !important;
  border-radius: 5px;
  background: none;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s all ease;
}
.old-theme .ns-button-ouline:hover,
.old-theme .ns-button-ouline:focus,
.old-theme .ns-button-ouline:active {
  background: #52acf5 !important;
  color: #fff !important;
}
.old-theme .ns-button {
  color: #fff !important;
  border: 1px solid #52acf5 !important;
  border-radius: 5px;
  background: #52acf5 !important;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s all ease;
}
.old-theme .ns-button:hover,
.old-theme .ns-button:focus,
.old-theme .ns-button:active {
  filter: brightness(0.9);
}
.old-theme details.accordion-item {
  display: block;
}
.old-theme details.accordion-item[open] {
  background: #f3f5ff;
}
.old-theme details.accordion-item[open] summary .summary-icon--minus {
  display: flex;
}
.old-theme details.accordion-item[open] summary .summary-icon--plus {
  display: none;
}
.old-theme details.accordion-item[open] main {
  animation: transition-summary 0.2s ease-in-out;
}
.old-theme details.accordion-item summary {
  display: flex;
  align-items: center;
  padding: 15px;
  color: #616161;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.old-theme details.accordion-item summary .accordion-title {
  cursor: pointer;
  flex: 1;
  margin-right: 20px;
}
.old-theme details.accordion-item summary .button-read {
  border: 0;
  padding: 4px;
  margin-right: 10px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.old-theme details.accordion-item summary .button-read i {
  font-size: 16px;
}
.old-theme details.accordion-item summary .summary-icon {
  color: #444;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}
.old-theme details.accordion-item summary .summary-icon--minus {
  display: none;
}
.old-theme details.accordion-item .details-content {
  padding: 15px;
}
.old-theme details.accordion-item .details-content .area-button {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@-moz-keyframes transition-summary {
  0% {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
  }
  100% {
    overflow: hidden;
    max-height: 400px;
    opacity: 1;
  }
}
@-webkit-keyframes transition-summary {
  0% {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
  }
  100% {
    overflow: hidden;
    max-height: 400px;
    opacity: 1;
  }
}
@-o-keyframes transition-summary {
  0% {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
  }
  100% {
    overflow: hidden;
    max-height: 400px;
    opacity: 1;
  }
}
@keyframes transition-summary {
  0% {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
  }
  100% {
    overflow: hidden;
    max-height: 400px;
    opacity: 1;
  }
}
.old-theme .ns-banners-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.old-theme .ns-banners-header__title {
  margin: 0;
  font-size: 32px;
  color: #232c43;
  font-weight: bold;
}
.old-theme .ns-banners-table-options {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .old-theme .ns-banners-table-options {
    align-items: center;
    flex-direction: row;
  }
}
.old-theme .ns-banners-itens-page {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .old-theme .ns-banners-itens-page {
    margin-bottom: 0px;
  }
}
.old-theme .dropdown-primary {
  color: #0786fa;
}
.old-theme .dropdown-primary button {
  border: 1px solid #d1dcf9;
  border-radius: 5px;
  background: none;
  font-weight: bold;
  white-space: nowrap;
}
.old-theme .select-search-bar {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 5px;
  padding: 5px 5px 5px 10px;
  max-width: 600px;
}
.old-theme .select-search-bar i {
  font-size: 22px;
  color: #8f96ab;
}
.old-theme .select-search-bar button {
  background: none;
  border: 0;
  padding: 4px 10px;
  color: #8f96ab;
  white-space: nowrap;
}
.old-theme .select-search-bar input {
  width: 100%;
  background: none;
  border: 0;
  border-left: 1px solid #eceef2;
  padding: 0 10px;
}
.old-theme .ns-banners-container {
  max-width: 100%;
  overflow-x: scroll;
}
@media (min-width: 992px) {
  .old-theme .ns-banners-container {
    overflow-x: inherit;
  }
}
.old-theme .ns-banners-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.old-theme .ns-banners-table-head th {
  height: 50px;
  text-align: center;
  border-top: 1px solid #eceef2 !important;
  border-bottom: 1px solid #eceef2 !important;
  background-color: #f5f6fa;
  color: #9fafbe;
  padding: 0 10px;
  font-size: 12px;
}
.old-theme .ns-banners-table-head th:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  border-left: 1px solid #eceef2;
}
.old-theme .ns-banners-table-head th:nth-last-child(1) {
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #eceef2;
}
.old-theme .ns-banners-table-body .ns-transaction-status {
  background-color: #9fafbe;
  color: #fff;
  padding: 8px 14px;
  border-radius: 15px;
  display: inline-block;
  min-width: 90px;
  line-height: 1;
}
.old-theme .ns-banners-table-body .ns-transaction-status--default {
  min-width: 100px;
}
.old-theme .ns-banners-table-body .ns-transaction-status--primary {
  background-color: #e8f1ff;
  color: #1988fa;
}
.old-theme .ns-banners-table-body .ns-transaction-status--success {
  background-color: #daf2cc;
  color: #499228;
}
.old-theme .ns-banners-table-body .ns-transaction-status--danger {
  background-color: #f2e8cc;
  color: #924028;
}
.old-theme .ns-banners-table-body .ns-table-icon {
  color: #9fafbe;
  font-size: 24px;
}
.old-theme .ns-banners-table-body td {
  height: 60px;
  border-top: 1px solid #eceef2 !important;
  border-bottom: 1px solid #eceef2 !important;
  background-color: #fff;
  color: #000;
  padding: 5px 10px 5px 25px;
  font-size: 12px;
  position: relative !important;
}
.old-theme .ns-banners-table-body td:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  border-left: 1px solid #eceef2;
}
.old-theme .ns-banners-table-body td:nth-last-child(1) {
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #eceef2;
}
.old-theme .ns-banners-table-body td.col-title {
  max-width: 200px;
  width: 30%;
}
.old-theme .ns-banners-table-body td.action-column {
  min-width: 110px;
}
.old-theme .modal-dialog-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 auto !important;
}
.old-theme .ns-banners-titlecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.old-theme .ns-banners-title {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.old-theme .ns-banners-priority {
  background-color: #f9f9f9;
  padding: 5px;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  left: 10px;
  margin-top: -4px;
  cursor: pointer;
  border-radius: 50%;
  border-width: 1px;
  border-color: #eceef2;
  border-style: solid;
  border: 1px solid #eceef2;
  color: #589c39;
  text-align: center;
}
.old-theme .ns-banners-priority--high i {
  color: #f42e4d;
}
.old-theme .ns-banners-priority--notification i {
  color: #fb9e29;
}
.old-theme .ns-templates-priority {
  margin: 20px 15px 0;
}
.old-theme .ns-templates-priority__title {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: bold;
  text-transform: captalize;
}
.old-theme .ns-templates-priority__options {
  display: flex;
}
.old-theme .ns-templates-priority__options__btn {
  position: relative;
  color: #888;
  background: none;
  border: 0;
  line-height: 1.2;
  font-size: 12px;
  border-radius: 5px;
  width: 100px;
  height: 66px;
  margin-right: 5px;
  transition: all 0.3s ease;
}
.old-theme .ns-templates-priority__options__btn.active {
  border: 1px solid #42a5f5;
}
.old-theme .ns-templates-priority__options__btn:hover {
  border: 1px solid #42a5f5;
}
.old-theme .ns-templates-priority__options__btn:active {
  border: 1px solid #42a5f5;
  background: rgba(66,165,245,0.169);
}
.old-theme .ns-templates-priority__options__btn::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}
.old-theme .ns-templates-priority__options__btn--icon-normal::before {
  background: url("../images/comunicados/icon-normal.svg") no-repeat;
  background-size: contain;
}
.old-theme .ns-templates-priority__options__btn--icon-1::before {
  background: url("../images/comunicados/icon-1-col.svg") no-repeat;
  background-size: contain;
}
.old-theme .ns-templates-priority__options__btn--icon-2::before {
  background: url("../images/comunicados/icon-2-col.svg") no-repeat;
  background-size: contain;
}
.old-theme .ns-templates-priority__options__btn--icon-3::before {
  background: url("../images/comunicados/icon-popup.svg") no-repeat;
  background-size: contain;
  width: 22px;
}
.old-theme .ns-templates-priority__options__btn--icon-4::before {
  background: url("../images/comunicados/icon-notification.svg") no-repeat;
  background-size: contain;
  width: 22px;
}
.old-theme .ns-select {
  box-sizing: border-box;
  border: 1px solid #eceef2 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  padding: 3px 10px !important;
  width: 100%;
  background-color: #fff;
}
.old-theme .ns-input,
.old-theme .ns-textarea {
  border: 1px solid #eceef2 !important;
}
.old-theme .ns-slider-title {
  font-size: 14px;
  color: #7c7c7c;
  margin-left: 15px;
  font-weight: bold;
}
.old-theme .ns-slider-templates {
  position: relative;
  margin: 20px 10px 20px 10px;
}
.old-theme .ns-slider-templates__button {
  z-index: 11;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  .old-theme .ns-slider-templates__button {
    display: block;
  }
}
.old-theme .ns-slider-templates__button.slick-disabled {
  opacity: 0.5;
}
.old-theme .ns-slider-templates__button--left {
  left: -20px;
}
.old-theme .ns-slider-templates__button--right {
  right: -20px;
}
.old-theme .ns-slider-templates__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.old-theme .ns-slider-templates .card-template {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.33s ease;
  opacity: 0.5;
}
.old-theme .ns-slider-templates .card-template:hover,
.old-theme .ns-slider-templates .card-template--active {
  border-color: #0786fa;
  opacity: 1;
}
.old-theme .ns-slider-templates .card-template img {
  display: block;
  max-width: 100%;
}
.old-theme .ns-row {
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.old-theme .ns-row--closed {
  max-height: 0;
  transition: max-height 0.15s ease-out;
}
.old-theme .ns-banner-preview-item {
  margin: 20px 0;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .old-theme .ns-banner-preview-item {
    padding: inherit !important;
  }
}
.old-theme .ns-banner-preview-item--dotted {
  border: 2px dotted #ccc;
}
.old-theme .banner-template {
  background-color: transparent;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.old-theme .banner-template-col {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.old-theme .banner-template-img {
  min-width: 250px;
}
@media screen and (min-width: 768px) {
  .old-theme .banner-template-img {
    padding-right: 20px;
  }
}
.old-theme .banner-template-img-preview {
  min-width: 180px;
  padding-right: 10px;
}
.old-theme .banner-template-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .old-theme .banner-template-content {
    flex-direction: row;
  }
}
.old-theme .banner-template--1 {
  background-color: #ecf2fb;
}
.old-theme .banner-template--2 {
  background-color: #7f38f9;
}
.old-theme .banner-template--3 {
  background-color: #5a2d82;
}
.old-theme .banner-template-btn {
  border-radius: 20px;
  padding: 0px 20px;
  border-color: transparent;
  margin-top: 5px;
  transition: all 0.33s ease;
}
.old-theme .banner-template-btn.ng-leave {
  height: 0;
  opacity: 0;
  padding: 0;
  border: 0;
  margin: 0;
}
.old-theme .banner-template-btn--1 {
  background-color: #0f2a73;
  color: #fff;
}
.old-theme .banner-template-btn--1:hover {
  background-color: #0a1d51;
}
.old-theme .banner-template-btn--2 {
  background-color: #fff;
  color: #7f38f9;
}
.old-theme .banner-template-btn--2:hover {
  background-color: #5323a8;
  color: #fff;
}
.old-theme .banner-template-btn--3 {
  background-color: #191919;
  color: #fff;
}
.old-theme .banner-template-btn--3:hover {
  background-color: #3d1c58;
}
.old-theme .banner-template-link {
  color: inherit !important;
}
.old-theme .banner-template-title {
  font-weight: bold;
  text-align: center;
}
.old-theme .banner-template-title--1 {
  color: #0f2a73;
}
.old-theme .banner-template-title--2 {
  text-transform: uppercase;
}
.old-theme .banner-template-title--2,
.old-theme .banner-template-title--3 {
  color: #fff;
}
.old-theme .banner-template-message {
  text-align: center;
  white-space: pre-line;
  word-wrap: break-word;
  transition: all 0.33s ease;
}
.old-theme .banner-template-message--2 {
  color: #fff;
}
.old-theme .banner-template-message--more {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  display: block;
  transition: 0.25s ease;
}
.old-theme .banner-template-message--no-bt {
  margin-bottom: 40px;
}
.old-theme .banner-template-state {
  display: none;
}
.old-theme .banner-template-state:checked ~ .banner-template-message .banner-template-message--more {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.old-theme .banner-template-state ~ .banner-template-message .banner-template--trigger:before {
  content: '...ver mais';
}
.old-theme .banner-template-state:checked ~ .banner-template-message .banner-template--trigger:before {
  content: '';
}
.old-theme .banner-template--trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.9em;
  line-height: 2;
  border-radius: 0.25em;
}
.old-theme .banner-template-container {
  min-height: 150px !important;
}
.old-theme .banner-template-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: right 0.33s ease;
}
.old-theme .banner-template-icon--no-bt {
  right: 50%;
}
.old-theme .ns-priority {
  display: flex;
  align-items: center;
}
.old-theme .ns-templates-popup {
  min-width: 250px;
}
.old-theme .ns-banner-form-icon {
  position: absolute;
  right: 10px;
  top: 45px;
  color: #ccc;
  pointer-events: none;
}
.old-theme .ns-banner-preview {
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .old-theme .ns-banner-preview-item {
    margin-top: 0;
  }
  .old-theme .ns-banner-preview-item:first-child {
    padding-left: 0;
  }
  .old-theme .ns-banner-preview-item:last-child {
    padding-right: 0 !important;
    border-radius: 5px;
    flex-grow: 1;
  }
  .old-theme .ns-banner-preview {
    width: 75%;
    float: left;
    display: flex;
    padding: 0 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}
.old-theme .ns-banner-alert-error {
  background-color: #fee9ed;
  border-radius: 5px;
  padding: 5px 0px;
  text-align: center;
  margin: 5px 0;
  font-size: 11px;
  color: #fe3a57;
}
.old-theme .ns-banner-input-error {
  border-color: #fe3a57 !important;
}
.old-theme .slide-animate-container {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.old-theme .slide-animate.ng-enter,
.old-theme .slide-animate.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.old-theme .slide-animate.ng-enter {
  top: -100%;
}
.old-theme .slide-animate.ng-enter.ng-enter-active {
  top: 0;
}
.old-theme .slide-animate.ng-leave {
  top: 0;
}
.old-theme .slide-animate.ng-leave.ng-leave-active {
  top: 800px;
}
.old-theme .modal-bd-10 {
  border-radius: 10px !important;
}
.old-theme .modal-btn {
  background: transparent;
  padding: 8px 15px;
  border: none;
  border-radius: 50px;
  transition: all 0.33s ease;
  min-width: 80px;
}
.old-theme .modal-btn--success {
  background-color: #6ca835;
  border-color: #6ca835;
  color: #fff !important;
}
.old-theme .modal-btn--success:hover {
  background-color: #4c7625;
  border-color: #4c7625;
  color: #fff !important;
}
.old-theme .modal-btn-bd-success {
  background: transparent;
  border: 1px solid #6ca835;
  color: #6ca835 !important;
  padding: 8px 15px;
}
.old-theme .modal-btn-bd-success:hover {
  background: #6ca835;
  color: #fff !important;
}
.old-theme .modal-btn-bd-error {
  background: transparent;
  border: 1px solid #e34625;
  color: #e34625 !important;
  padding: 8px 15px;
}
.old-theme .modal-btn-bd-error:hover {
  background: #e34625;
  color: #fff !important;
}
.old-theme .modal-btn--error {
  background-color: #e34625;
  border-color: #e34625;
  color: #fff;
  padding: 8px 15px;
}
.old-theme .modal-btn--error:hover {
  background-color: #a42e15;
  border-color: #a42e15;
}
.old-theme .modal-divisor:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ececec;
  margin-top: 20px;
  display: block;
}
.old-theme .banner-warning {
  background-color: #fef7e9;
  border-radius: 5px;
  color: #7c7c7c;
  padding: 10px 5px;
}
.old-theme .banner-warning-message {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  font-weight: bold;
  text-align: center;
}
.old-theme .banner-warning-imgcontainer {
  background-color: #fb9e29;
  padding: 5px;
  border-radius: 5px;
}
.old-theme .banner-warning-info {
  padding: 10px;
}
.old-theme .banner-warning-info:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fb9e29;
  display: block;
  margin: 5px auto;
}
.old-theme .banner-warning-replace {
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.old-theme .banner-warning-btn {
  background-color: #fb9e29;
}
.old-theme .banner-warning-btn:hover {
  background-color: #e58204;
}
.old-theme .banner-warning-deactivate {
  font-size: 11px;
  background-color: #fb9e29;
  color: #fff !important;
}
.old-theme .ns-templates-info {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #42a5f5;
  font-size: 16px !important;
  background: #fff;
}
.old-theme .recurrency-dates {
  display: flex;
}
.old-theme .recurrency-dates .form-group {
  flex-basis: 50%;
  margin-bottom: 0;
}
.old-theme .recurrency-dates .form-group:only-child {
  flex-basis: 100%;
}
.old-theme .recurrency-dates .form-group:first-child {
  margin-right: 5px;
}
.old-theme .recurrent-select {
  height: 44px;
}
.old-theme .tabs-items {
  display: flex;
  background: #f9f9f9;
  width: 100%;
}
.old-theme .tabs-items .tab-btn {
  padding: 20px 30px;
  background: #f9f9f9;
  border: 0;
  border-left: 1px solid #eceef2;
  border-right: 1px solid #eceef2;
  border-bottom: 1px solid #eceef2;
  position: relative;
  bottom: -1px;
  transition: background 0.3s ease;
  position: relative;
}
.old-theme .tabs-items .tab-btn__img {
  width: 100px;
}
.old-theme .tabs-items .tab-btn__img--magalu {
  width: 130px;
}
.old-theme .tabs-items .tab-btn:hover {
  background: #fff;
}
.old-theme .tabs-items .tab-btn:active {
  background: #ebebeb;
}
.old-theme .tabs-items .tab-btn.active {
  background: #fff;
  border-color: #fff;
}
.old-theme .tabs-items .tab-btn__icon {
  position: absolute;
  top: 12px;
  right: 6px;
  font-size: 16px;
}
.old-theme .filter-list {
  background: #fff;
  border-bottom: 1px solid #eceef2;
  border-top: 1px solid #eceef2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.old-theme .filter-list__logo {
  width: 100%;
  max-width: 140px;
}
.old-theme .ns-card-totals {
  height: 90px;
  display: flex;
  align-items: center;
}
.old-theme .ns-bar-search {
  width: 100%;
  max-width: 600px;
}
.old-theme .ns-cycle-commission .tooltip-text {
  margin-top: -8px;
  margin-left: 10px;
}
.old-theme .dash-banners {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.33s ease;
  transition-delay: 650ms;
}
.old-theme .dash-banners--active {
  max-height: 200px;
}
.old-theme .banner-min-height {
  min-height: 270px;
  transition: all 0.33s ease;
}
.old-theme .orders-list {
  overflow-x: scroll;
}
.old-theme .orders-advanced-filter {
  margin-bottom: 40px;
}
.old-theme .orders-search-input {
  width: 50%;
}
.old-theme .orders-orderby {
  text-align: right;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.old-theme .orders-orderby--selected {
  color: #000;
}
.old-theme .orders-orderby .dropdown-toggle {
  color: #2196f3;
  cursor: pointer;
}
.old-theme .orders-orderby .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.old-theme .orders-orderby .md.md-filter-list {
  font-size: 20px;
  line-height: 25px;
}
.old-theme .orders-orderby .dropdown-menu > li {
  font-size: 15px;
  padding: 5px 15px;
  position: relative;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.846;
  color: #666;
  white-space: nowrap;
}
.old-theme .orders-orderby .dropdown-menu > li:hover {
  cursor: pointer;
  background-color: #eee;
}
.old-theme .orders-orderby .dropdown-menu > li .icon-holder {
  display: inline-block;
  width: 1.2em;
}
.old-theme .orders-orderby .dropdown-menu > li .icon-holder .md.md-check {
  color: #1ed068;
}
@media (min-width: 1050px) {
  .old-theme .orders-list {
    overflow-x: inherit;
  }
  .old-theme .orders-advanced-filter {
    margin-bottom: auto;
  }
}
.old-theme .sac-select >.ui-select-match>.btn,
.old-theme .sac-select.select2-container {
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  text-transform: capitalize;
}
.old-theme .sac-select >.ui-select-match>.btn:hover,
.old-theme .sac-select.select2-container:hover,
.old-theme .sac-select >.ui-select-match>.btn:active,
.old-theme .sac-select.select2-container:active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.15), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.old-theme .sac-select >.ui-select-match>.btn a[aria-label="Select box clear"],
.old-theme .sac-select.select2-container a[aria-label="Select box clear"] {
  right: 16px;
  top: 11px;
}
.old-theme .sac-select .select2-search-choice-close {
  color: #2196f3;
  left: 3px;
  height: 25px;
  padding-top: 5px;
}
.old-theme .sac-select .select2-search-choice-close:after {
  font-size: 16px;
}
.old-theme .sac-select .select2-search-choice {
  border: 1px solid #e5e5e5;
  border: 1px solid #e9e9e9;
}
.old-theme .sac-select .select2-search-choice span {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
}
.old-theme .sac-select .select2-results {
  border: 1px solid #e9e9e9;
}
.old-theme .sac-select .ui-select-search {
  paddding-left: 15px;
}
.old-theme .ns-entregas__prazo-envio {
  background-color: #a64dff;
  color: #fff;
}
.old-theme .ns-entregas__filtro-transportadora-btn {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
}
.old-theme .ns-entregas__filtro-transportadora .full-width.btn + .dropdown-menu {
  width: calc(100% + 35px);
}
.old-theme .condicoes-commercias-btn.btn {
  padding: 5px 10px;
}
.old-theme .condicoes-commercias-textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #000;
  transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  border: 1px solid #ccc;
}
.old-theme .condicoes-commercias-textarea:hover {
  box-shadow: 0 5px 11px 0 #000, 0 4px 15px 0 #000;
}
.old-theme .cond-comerciais-col {
  min-width: 240px;
}
@media only screen and (min-width: 968px) {
  .old-theme .cond-comerciais-col {
    width: 25%;
  }
}
.old-theme .botao-bloqueio {
  border-radius: 100px;
  font-size: 11px;
  border: none;
  background-color: #e12a45;
  color: #fff;
  margin-top: 6px;
}
.old-theme .botao-stamp {
  border-radius: 8px;
  border: 1px solid #424a52;
  background-color: #fff;
}
.old-theme .modal-blocklist__header {
  margin: 32px 35px 25px 35px;
}
.old-theme .modal-blocklist__header-titulo {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.old-theme .modal-blocklist__body {
  margin: 25px 35px 25px 35px;
  font-size: 16px;
  line-height: 24px;
}
.old-theme .modal-blocklist__body-descricao,
.old-theme .modal-blocklist__body-motivo {
  margin-bottom: 25px;
}
.old-theme .modal-blocklist__body-campo {
  margin-top: 25px;
  margin-bottom: 0;
}
.old-theme .modal-blocklist__body-container {
  max-height: 350px;
  overflow-y: scroll;
}
.old-theme .modal-blocklist__footer {
  padding: 12px 0 35px 0;
}
.old-theme .user-status--bound.user-status-info {
  color: #008f2d;
}
.old-theme .user-status--unbound.user-status-info {
  color: #e15241;
}
.old-theme .user-status--bound.user-status-info,
.old-theme .user-status--unbound.user-status-info {
  font-weight: bold;
}
.old-theme .user-status-tooltip {
  cursor: pointer;
}
.old-theme .gestaoacesso-modal-header {
  padding-bottom: 0 !important;
}
.old-theme .gestaoacesso-modal-body {
  padding-top: 0 !important;
}
.old-theme .gestaoacesso-modal-body input[type="checkbox"] {
  position: relative;
}
.old-theme .editar-produto .info-geral {
  display: grid;
  grid-gap: 20px 16px;
}
.old-theme .editar-produto .info-geral-grid-8 {
  grid-template-columns: repeat(8, 1fr);
}
.old-theme .editar-produto .info-geral-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.old-theme .editar-produto .info-geral .mesclar-2 {
  grid-column: span 2;
}
.old-theme .editar-produto .info-geral .mesclar-4 {
  grid-column: span 4;
}
.old-theme .editar-produto .info-geral .mesclar-7 {
  grid-column: span 7;
}
.old-theme .editar-produto .info-geral .mesclar-8 {
  grid-column: span 8;
}
.old-theme .editar-produto .descricao-container {
  display: flex;
  justify-content: flex-end;
}
.old-theme .editar-produto .descricao-container.justificado-direita {
  justify-self: end;
}
.old-theme .editar-produto .descricao-atributo {
  width: 100%;
}
.old-theme .editar-produto .remover-complemento {
  width: 20px;
  height: 20px;
  margin-top: 24px;
  margin-left: 20px;
  color: #707070;
  font-size: 20px;
}
.old-theme .editar-produto .remover-complemento:hover {
  color: #4994ec;
  cursor: pointer;
}
.old-theme .editar-produto .remover-complemento[disabled] {
  color: #cecfd1;
  cursor: auto;
}
.old-theme .editar-produto .adicionar-atributo {
  line-height: 24px;
  padding: 2px 22px;
  font-size: 10px;
  color: #fff;
  background-color: #4994ec;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
}
.old-theme .editar-produto .adicionar-atributo[disabled] {
  background: #efefef !important;
  color: #c2ccd9 !important;
  border: 1px solid #c2ccd9 !important;
}
.old-theme .editar-produto-rodape {
  border-top: 1px solid #000;
  background-color: #fff;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  gap: 15px;
  margin-top: 200px;
}
.old-theme .editar-produto-rodape .btn {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25) !important;
  border-radius: 2px !important;
  font-size: 10px !important;
  line-height: 24px !important;
}
.old-theme .editar-produto-rodape .btn.btn-success {
  background: #4994ec !important;
}
.old-theme .editar-produto-rodape .btn.btn-default {
  background: #fff !important;
  border: 1px solid #4994ec !important;
  color: #666 !important;
}
.old-theme .editar-produto-rodape .btn.btn-primary {
  background: #efefef !important;
  border: 1px solid #676767 !important;
  color: #676767 !important;
}
.old-theme .editar-produto-rodape .btn.btn-primary[disabled],
.old-theme .editar-produto-rodape .btn.btn-default[disabled],
.old-theme .editar-produto-rodape .btn.btn-success[disabled] {
  background: #efefef !important;
  color: #c2ccd9 !important;
  border: 1px solid #c2ccd9 !important;
}
.old-theme .criticas-produto {
  background-color: #fdeded;
  padding: 16px 20px;
  display: flex;
}
.old-theme .criticas-produto .titulo-critica {
  font-size: 14px;
  font-weight: 500;
  color: #424a52;
}
.old-theme .criticas-produto .material-icons {
  color: #e12a45 !important;
  font-size: 25px;
}
.old-theme .criticas-produto .glyphicon-chevron-up,
.old-theme .criticas-produto .glyphicon-chevron-down {
  cursor: pointer;
}
.old-theme .criticas-produto .lista-criticas {
  flex-grow: 2;
}
.old-theme .criticas-produto .lista-criticas p {
  margin: 0;
}
.old-theme .critica-itens {
  line-height: 18px;
}
.old-theme .lista-por-fornecedor .ats-switch.switch-primary span.switch-left,
.old-theme .lista-por-fornecedor .btn.btn-info {
  background: #4994ec !important;
}
.old-theme .lista-por-fornecedor .notificacao-erro {
  order: 4;
}
.old-theme .lista-por-fornecedor--table {
  font-size: 12px !important;
}
.old-theme .actions-width {
  width: 120px !important;
}
.old-theme .new-table-actions {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  font-size: 10px;
}
.old-theme .new-table-actions .actions {
  display: flex;
  justify-content: center;
}
.old-theme .new-table-actions .action-button {
  border: none !important;
  background: transparent !important;
}
.old-theme .new-table-actions--items .tooltip.top {
  font-size: 10px !important;
}
.old-theme .new-table-actions--items .btn.btn-info {
  width: 100%;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 9px;
  line-height: 18px;
  color: #fff;
  text-transform: none;
}
.old-theme .new-table-actions .edit-inventory-price .tooltip.top,
.old-theme .new-table-actions .edit-product .tooltip.top {
  margin-left: -20px !important;
}
.old-theme .status-edicao {
  margin-top: 13px;
  font-size: 11px;
  line-height: 15px;
  padding: 0 5px;
}
.old-theme .status-edicao .reprovado {
  color: #e12a45;
}
.old-theme .status-edicao .aprovado {
  color: #4994ec;
}
.old-theme .has-tooltip.tooltip-right.tooltip-top-edicao:hover {
  cursor: pointer;
}
.old-theme .has-tooltip.tooltip-right.tooltip-top-edicao .tooltip-text.tooltip-text-limit-sm {
  right: 100%;
}
.old-theme table .min-width-100 {
  min-width: 100px;
}
.old-theme table .dash-if-empty:empty::after {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 15px;
  display: inline-block;
}
.old-theme .has-tooltip {
  position: relative;
  display: inline-block;
  text-transform: none !important;
}
.old-theme .has-tooltip .tooltip-text {
  position: absolute;
  top: 0px;
  width: max-content;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #38474f;
  line-height: 1rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  visibility: hidden;
  white-space: pre-line;
  z-index: 99;
}
.old-theme .has-tooltip .tooltip-text-no-white-space {
  white-space: initial;
}
.old-theme .has-tooltip .tooltip-text-limit {
  max-width: 300px;
}
.old-theme .has-tooltip .tooltip-text-limit-big {
  max-width: 350px;
}
.old-theme .has-tooltip .tooltip-text-limit-sm {
  max-width: 200px;
}
.old-theme .has-tooltip .tooltip-text-padding {
  padding: 0 15px 15px 15px;
}
.old-theme .has-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 13px;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
}
.old-theme .has-tooltip:hover .tooltip-text {
  visibility: visible;
}
.old-theme .has-tooltip.tooltip-left .tooltip-text {
  margin-left: 10px;
  left: 110%;
  text-align: left;
}
.old-theme .has-tooltip.tooltip-left .tooltip-text::after {
  border-color: transparent #38474f transparent transparent;
  right: 100%;
}
.old-theme .has-tooltip.tooltip-right .tooltip-text {
  margin-left: 10px;
  right: 110%;
  text-align: left;
}
.old-theme .has-tooltip.tooltip-right .tooltip-text.tooltip-text-limit {
  text-align: left;
  line-height: 20px;
}
.old-theme .has-tooltip.tooltip-right .tooltip-text::after {
  border-color: transparent transparent transparent #38474f;
  left: 100%;
}
.old-theme .has-tooltip.tooltip-top .tooltip-text {
  right: -20%;
  top: -380%;
}
.old-theme .has-tooltip.tooltip-top .tooltip-text::after {
  border-color: #38474f transparent transparent transparent;
  left: 85%;
  top: 105%;
}
.old-theme .has-tooltip.tooltip-default .tooltip-text {
  left: 100%;
  text-align: left;
}
.old-theme .has-tooltip.tooltip-default .tooltip-text::after {
  border-color: transparent #38474f transparent transparent;
  right: 100%;
}
.old-theme .ns-text-blue {
  color: #4994ec;
}
.old-theme .ns-title {
  font-size: 24px;
}
.old-theme .ns-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #4994ec;
  margin: 8px 0;
}
.old-theme .ns-help-text {
  color: #4994ec;
  font-size: 10px;
}
.old-theme .ns-text-sm {
  font-size: 13px;
}
.old-theme .ns-text-base {
  font-size: 16px !important;
}
.old-theme .neutral-bg-color-200 {
  background: #f7f7f7;
}
.old-theme .ns-container {
  margin: 23px 16px 16px 16px;
}
.old-theme .ns-section {
  padding: 20px 16px;
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.09);
  border-radius: 6px;
  line-height: 1;
  box-sizing: border-box;
}
.old-theme .ns-section-header {
  display: flex;
  justify-content: space-between;
}
.old-theme .ns-section h3 {
  margin: 0 0 16px 0;
}
.old-theme .ns-section p {
  margin-bottom: 16px;
  line-height: 16px;
}
.old-theme .ns-section>p:last-child {
  margin-bottom: 0;
}
.old-theme .ns-section .titulo-tela a {
  color: #0086ff !important;
  text-decoration: underline;
}
.old-theme .smcx-modal {
  width: 100%;
  max-width: inherit;
  height: 100%;
  background: rgba(0,0,0,0.6);
  margin: 0 !important;
  left: 0;
  top: 0;
}
.old-theme .smcx-modal-content {
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
}
.old-theme .smcx-modal-actions >.smcx-btn-primary {
  background: #6b3f90;
  color: #fff;
}
.old-theme .smcx-modal-actions .smcx-btn-primary:hover {
  color: #fff;
  background: #553273;
}
.old-theme .smcx-modal-actions .smcx-btn-secondary {
  color: #676767;
  background: #efefef;
}
.old-theme .smcx-modal-actions .smcx-btn-secondary:hover {
  color: #676767;
  background: #e5e5e7;
}
.old-theme .ns-container {
  margin: 23px 16px 16px 16px;
}
.old-theme .ns-section {
  padding: 20px 16px;
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid #dadada;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.09);
  border-radius: 6px;
  line-height: 1;
  box-sizing: border-box;
}
.old-theme .ns-section-header {
  display: flex;
  justify-content: space-between;
}
.old-theme .ns-section h3 {
  margin: 0 0 16px 0;
}
.old-theme .ns-section p {
  margin-bottom: 16px;
  line-height: 16px;
}
.old-theme .ns-section>p:last-child {
  margin-bottom: 0;
}
.old-theme .ns-section .titulo-tela a {
  color: #0086ff !important;
  text-decoration: underline;
}
.old-theme .btn-simple {
  background: #efefef !important;
  border: 1px solid #676767 !important;
  color: #676767 !important;
}
.old-theme .btn-simple[disabled] {
  background: #efefef !important;
  color: #c2ccd9 !important;
  border: 1px solid #c2ccd9 !important;
}
.old-theme .btn-transparent {
  background-color: transparent !important;
  box-shadow: none !important;
}
.old-theme .ns-alerts {
  padding: 16px;
  margin-bottom: 23px;
  border: none;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.old-theme .ns-alerts i {
  font-size: 24px;
}
.old-theme .ns-alerts-info {
  background-color: #2196f3;
}
.old-theme .theme-blue .ns-input-group,
.old-theme .ns-input-group {
  box-shadow: none;
  border: 1px solid #788089;
  border-radius: 4px;
}
.old-theme .theme-blue .ns-input-group:focus,
.old-theme .ns-input-group:focus {
  border: 1px solid #2196f3;
}
.old-theme .theme-blue .ns-input-group [type=text].form-control,
.old-theme .ns-input-group [type=text].form-control {
  padding-left: 10px;
  height: 40px;
}
.old-theme .theme-blue .ns-input-group [type=text].form-control:focus,
.old-theme .ns-input-group [type=text].form-control:focus {
  box-shadow: none;
}
.old-theme .theme-blue .ns-input-group .input-group-btn .btn,
.old-theme .ns-input-group .input-group-btn .btn {
  height: 40px;
}
.old-theme .theme-blue input.form-control.ns-form-control,
.old-theme input.form-control.ns-form-control {
  border: 1px solid #788089;
  border-radius: 4px;
  padding-left: 10px;
  height: 40px;
}
.old-theme .theme-blue input.form-control.ns-form-control:focus,
.old-theme input.form-control.ns-form-control:focus {
  box-shadow: none;
}
.old-theme input.form-control.ns-form-control-underline[readonly] {
  padding-left: 10px;
  border-color: #788089;
  border-bottom-style: solid;
}
.old-theme .theme-blue input.form-control.ns-form-control[disabled="disabled"],
.old-theme input.form-control.ns-form-control[disabled="disabled"],
.old-theme input.form-control.ns-form-control-underline[disabled="disabled"] {
  background-color: #ececec;
  border-color: #979797;
}
.old-theme .magalu-loading {
  animation: spin 0.9s linear infinite;
}
.old-theme .loading-full {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.old-theme .ns-input-search {
  width: calc(100% - 57px);
}
.old-theme .ns-selector {
  border: 1px solid #c0ccda;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  padding: 5px;
  box-shadow: none;
}
.old-theme .text-blue {
  color: #4994ec;
}
.old-theme .theme-blue .ns-selector:focus {
  box-shadow: none;
}
.old-theme .overflow-x-scroll {
  overflow-x: scroll;
}
.old-theme .ns-logo {
  width: 130px;
}
.old-theme .text-red {
  color: #f44336;
}
.old-theme .font-16 {
  font-size: 16px;
}
.old-theme .main .main-container .main-content .section-content {
  margin: 20px;
}
.old-theme .main-content {
  padding-top: 40px !important;
}
.old-theme html {
  overflow-y: scroll;
}
.old-theme .odd {
  background-color: #00f;
}
.old-theme .even {
  background-color: #f3f3f3;
}
.old-theme .menu {
  list-style: none;
  border-bottom: 0.1em solid #000;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}
.old-theme .menu:before {
  content: "[";
}
.old-theme .menu:after {
  content: "]";
}
.old-theme .menu > li {
  display: inline;
}
.old-theme .menu > li:before {
  content: "|";
  padding-right: 0.3em;
}
.old-theme .menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}
.old-theme .respGrid {
  width: 100%;
}
.old-theme .draggable-margin {
  margin: 3px;
}
.old-theme .cursor-pointer {
  cursor: pointer;
}
.old-theme .loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.old-theme div.sticky {
  background-color: #f3f3f3;
/*   background-color: #d9edf7; */
  padding-bottom: 20px;
  padding-top: 10px;
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.old-theme div.sticky legend {
  color: #339;
  border-bottom: 1px solid #aaf;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.old-theme .hand-pointer {
  cursor: pointer;
}
.old-theme .ns-sort-ascent:after {
  content: '\25B2';
}
.old-theme .ns-sort-descent:after {
  content: '\25BC';
}
.old-theme .table-striped tbody tr.ns-row-selected td {
  background-color: #9bc2c2;
}
.old-theme .table-valign td,
.old-theme .table-valign th {
  vertical-align: middle !important;
}
.old-theme .slider {
  width: 390px;
  height: 390px;
  overflow: hidden;
  position: relative;
  background: #e6e6e6;
  margin: 0 auto;
}
.old-theme .slide {
  position: absolute;
  top: 0;
  left: 0;
}
.old-theme .slide .slide-img {
  position: relative;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  height: 140px;
  cursor: pointer;
}
.old-theme .slider-auditoria {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  background: #e6e6e6;
  margin: 0 auto;
}
.old-theme .arrow {
  position: absolute;
  z-index: 1002;
  display: block;
  top: 50%;
  margin-top: -35px;
  width: 36px;
  height: 71px;
  outline: none;
  cursor: pointer;
  background: url("../images/blank.gif") no-repeat;
}
.old-theme .arrow.prev {
  opacity: 0.2;
  left: 20px;
  background-image: url("../images/anterior_off.png");
  transition: 0.2s linear all;
}
.old-theme .arrow.prev-auditoria {
  opacity: 0.2;
  left: -50px;
  background-image: url("../images/anterior_off.png");
  transition: 0.2s linear all;
}
.old-theme .arrow.next {
  opacity: 0.2;
  right: 20px;
  background-image: url("../images/proximo_off.png");
  transition: 0.2s linear all;
  z-index: 999;
}
.old-theme .arrow.next-auditoria {
  opacity: 0.2;
  right: -50px;
  background-image: url("../images/proximo_off.png");
  transition: 0.2s linear all;
  z-index: 999;
}
.old-theme .arrow.prev:hover {
  opacity: 1;
  background-image: url("../images/anterior_on.png");
}
.old-theme .arrow.next:hover {
  opacity: 1;
  background-image: url("../images/proximo_on.png");
}
.old-theme .row-col-centered {
  float: none;
}
.old-theme .row-padding {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.old-theme .row-bottom {
  margin-bottom: 5px !important;
}
.old-theme .advanced-filter-holder {
  min-width: 1200px !important;
  width: 100% !important;
}
.old-theme .advanced-filter .form-control {
  width: 100%;
}
.old-theme .ui-select-match-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}
.old-theme .ui-select-toggle > .btn.btn-link {
  margin-right: 10px;
  top: 6px;
  position: absolute;
  right: 10px;
}
.old-theme .locked {
  background-color: #fff !important;
}
.old-theme .clear-margin {
  margin: 0px !important;
}
.old-theme .bold {
  font-weight: bold;
}
.old-theme .linha-grid {
  font-weight: normal;
}
.old-theme .input-xs {
  height: 22px !important;
  padding: 2px 5px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  border-radius: 3px !important;
}
.old-theme textarea.vresize {
  resize: vertical;
}
.old-theme textarea.noresize {
  resize: none;
}
.old-theme .verticalCenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.old-theme .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.old-theme .select2-input {
  min-width: 319px !important;
}
.old-theme .carousel-director:hover {
  background-color: #d8d8d8 !important;
}
.old-theme .sac.indicadores.front-table {
  -ms-transform: rotateY(0deg); /* IE 9 */
  -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
  transform: rotateY(0deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.old-theme .sac.indicadores.back-table-reverse {
  -ms-transform: rotateY(180deg); /* IE 9 */
  -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 0;
  transition: all 0.5s ease-out;
}
.old-theme .sac.indicadores.back-table {
  -ms-transform: rotateY(-180deg); /* IE 9 */
  -webkit-transform: rotateY(-180deg); /* Chrome, Safari, Opera */
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 0;
  transition: all 0.5s ease-out;
}
.old-theme .sac.indicadores.ranking-table {
  margin-top: 5px;
  font-weight: bold;
}
.old-theme .sac.indicadores.ranking-table > thead {
  font-size: small;
}
.old-theme .sac.indicadores.ranking-table > tbody {
  font-size: smaller;
}
.old-theme .sac.atentimento.nopadding {
  padding: 0px;
  margin: 0px;
}
.old-theme .sac.atentimento.fixed-width {
  width: 200px;
}
.old-theme .sac.atentimento.tramites-panel {
  height: 520px;
}
.old-theme .sac.atentimento.tramites-panel.extendido {
  height: 620px;
}
.old-theme .sac.atentimento.tramites-scroll {
  overflow-y: scroll;
}
.old-theme .sac.atentimento.tramites-chat-body {
  height: 250px !important;
  overflow-y: scroll;
}
.old-theme .sac.atentimento.tramites-chat-footer {
  height: 170px;
}
.old-theme .sac.atentimento.tramites-chat-inputarea {
  padding-top: 10px;
}
.old-theme .sac.atentimento.tramites-chat {
  max-width: 600px;
}
.old-theme .sac.atentimento.tramites-chat.netshoes {
  background-color: #fff6a7 !important;
}
.old-theme .sac.atentimento.tramites-chat.lojista {
  background-color: #dffdc7 !important;
}
.old-theme .sac.atentimento.tramites-chat.cliente {
  background-color: #c5e5ff !important;
}
.old-theme .sac.atentimento.grid.small-font-size {
  font-size: small;
}
.old-theme .sac.atendimento.inner-grid {
  background-color: #f5f5f5;
  padding: 15px;
}
.old-theme .sac.atendimento.textarea-tratativa {
  max-height: 95px;
  min-height: 95px;
}
.old-theme .pedido-aprovado {
  background-color: #1ed068;
  color: #fff !important;
  font-weight: normal !important;
}
.old-theme .pedido-faturado {
  background-color: #a64dff;
  color: #fff !important;
  font-weight: normal !important;
}
.old-theme .pedido-entregue {
  background-color: #ff9f80;
  color: #fff !important;
  font-weight: normal !important;
}
.old-theme .pedido-cadastrados {
  background-color: #b3e5fc;
  color: #666 !important;
  font-weight: normal !important;
}
.old-theme .pedido-pendente {
  background-color: #fff9c4;
  color: #666 !important;
  font-weight: normal !important;
}
.old-theme .pedido-ticket-medio {
  background-color: #c8e6c9;
  color: #666 !important;
  font-weight: normal !important;
}
.old-theme .produto-imagem {
  width: 50px !important;
  height: 50px !important;
}
.old-theme .aguardando-checkin {
  background-color: #ffab40;
  color: #fff !important;
  font-weight: normal !important;
}
.old-theme .aguardando-estoque {
  background-color: #ffab40;
  color: #fff !important;
  font-weight: normal !important;
}
.old-theme .pedido-congelado {
  background-color: #00a5bb;
  color: #fff !important;
  font-weight: normal !important;
}
.old-theme .valorRepasse {
  color: #00f;
  font-size: xx-large;
}
.old-theme .valorComissao {
  color: #f00;
  font-size: medium;
}
.old-theme .valorIR {
  font-size: medium;
}
.old-theme .totalPedidosProvisionados {
  background-color: #d9edf7;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 5px;
}
.old-theme .totalPedidosRealizados {
  background-color: #dff0d8;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 5px;
}
.old-theme .totalizador {
  background-color: transparent;
  padding: 10px 15px;
  border: 1px solid;
  border-radius: 3px;
  margin-bottom: 5px;
}
.old-theme .extrair {
  padding-bottom: 15px;
}
.old-theme .exportar-icon {
  width: 23px;
  height: 21px;
}
.old-theme .carousel-center-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.old-theme .carousel-card {
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
  margin: 0px;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 2px;
}
.old-theme .carousel-card:hover {
  background-color: #e8e8e8;
}
.old-theme .carousel-seta {
  display: block;
  margin: auto;
}
.old-theme .sac.atendimento.inner-grid > table {
  margin-top: 7px;
  margin-bottom: 7px;
  border-radius: 3px;
}
.old-theme .sac.atendimento.inner-grid > table thead {
  font-size: 12px;
}
.old-theme .sac.atendimento.inner-grid > table tbody {
  font-size: 11px;
}
.old-theme .sac.atendimento.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.old-theme .exportar-icon {
  width: 23px;
  height: 21px;
}
.old-theme .exportar-icon-label {
  line-height: 10px;
  text-align: left;
}
.old-theme .sac.tabela thead tr > th {
  font-size: 10px !important;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
.old-theme .sac.tabela tbody tr > td {
  padding-top: 0px;
  padding-bottom: 0px;
}
.old-theme .sac.tabela.detalhe tbody > tr:HOVER {
  background-color: #e8e8e8;
}
.old-theme .sac.tabela.celula-icone {
  padding-left: 4px;
  padding-right: 4px;
}
.old-theme .sacTab-left > .nav-tabs {
  border-bottom: 0;
  min-width: 150px;
  height: 465px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ddd;
}
.old-theme .sacTab-left > .nav-tabs > li {
  float: none;
}
.old-theme .sacTab-left > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.old-theme .sacTab-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.old-theme .sacTab-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.old-theme .sacTab-left > .nav-tabs > li > a:hover,
.old-theme .sacTab-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.old-theme .sacTab-left > .nav-tabs .active > a,
.old-theme .sacTab-left > .nav-tabs .active > a:hover,
.old-theme .sacTab-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
  background: #f3f3f3;
}
.old-theme .divPanelDetalheTramite {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
.old-theme .slaMesCarta {
  margin-bottom: 40px;
  margin-top: 40px;
}
.old-theme .slaMesBorda {
  border-radius: 15px;
}
.old-theme .sac.indicadores.sla-nao-aceitavel {
  background-color: #f44336;
}
.old-theme .sac.indicadores.sla-aceitavel {
  background-color: #2ca02c;
}
.old-theme .sac.indicadores.sla-aceitavel > h1 {
  color: #fff;
}
.old-theme .top-buffer {
  margin-top: 10px;
}
.old-theme .filtro-avancado-conta-corrente-holder {
  min-width: 900px;
  width: 100%;
}
.old-theme .filtro-avancado-produtos-pendentes-holder {
  min-width: 600px !important;
  width: 100% !important;
}
.old-theme .shadow {
  box-shadow: 0px 3px 4px rgba(31,31,31,0.42);
}
.old-theme .priority {
  z-index: 999 !important;
}
.old-theme .arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-top-color: inherit;
  border-width: 15px;
  margin-left: -15px;
  z-index: 1000;
}
.old-theme .sacDisabledTab {
  cursor: no-drop;
}
.old-theme .sacDisabledTab > * {
  pointer-events: none;
}
.old-theme .separadorHorizontalCardIndicador {
  border-color: #e1bee8;
  border-style: solid;
  border-width: 0 0 2px;
}
.old-theme .separadorVerticalCardIndicador {
  border-color: #efebe9;
  border-style: solid;
  border-width: 0 1px 0 1px;
}
.old-theme .text-justify {
  text-align: justify;
}
.old-theme .dropdown-atributos-produto {
  font-size: 10px;
  overflow: scroll;
  max-height: 200px;
  width: 300px;
  padding-left: 5px;
}
.old-theme .dropdown-atributos-produto-sugestion {
  width: 215px;
}
.old-theme .dropdown-atributos-produto-modal {
  min-height: 400px;
  max-height: 400px;
  width: 215px;
}
.old-theme .btn-plus-atributos-produto {
  padding: 1px 5px 1px 5px !important;
}
.old-theme .modal-produtos-control {
  overflow: scroll;
  max-height: 430px;
}
.old-theme .border-top-radius {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.old-theme .border-bottom-radius {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.old-theme .modal-tratar-valor-atributo .modal-dialog {
  width: 500px;
}
.old-theme .modal-tratar-nome-atributo .modal-dialog {
  width: 500px;
}
.old-theme .hr-separador {
  width: 90%;
  border-top: 5px solid #eee;
  margin-top: 0;
  margin-bottom: 0;
}
.old-theme #gridInserirCriticas .editable-controls {
  z-index: 999 !important;
  background: #fff !important;
}
.old-theme .editable-controls.form-group {
  z-index: 1 !important;
}
.old-theme .editable-controls ul {
  cursor: pointer;
  max-height: 400px;
  overflow-x: scroll;
}
.old-theme .produtoCriticado {
  background: rgba(244,67,54,0.21) !important;
}
.old-theme .imagem-detalhe-produto-match {
  max-width: 200px;
  max-height: 150px;
  width: auto;
  height: auto;
}
.old-theme .criticaDesabilitada {
  opacity: 0.65 !important;
}
.old-theme .selecionar-novos-produtos {
  padding-left: 10px !important;
}
.old-theme .selecionar-todos-novos-produtos {
  padding-left: 4px !important;
}
.old-theme .selecionar-produtos-auditoria {
  padding-left: 5px !important;
}
.old-theme .auditoria__nome-produto {
  display: flex;
  align-items: center;
}
.old-theme .selecionar-novos-ciclos-fornecedores {
  padding-left: 6px !important;
}
.old-theme .painel-produto-card {
/* background-color: #ededed !important; */
  color: #666 !important;
  font-weight: normal !important;
  padding: 20px !important;
  border-radius: 0 0 2px 2px !important;
}
.old-theme .card .painel-produto-card .card-title {
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 20px;
}
.old-theme .card .painel-produto-card .card-content .card-title {
  font-weight: 500;
  color: #212121;
}
.old-theme .tableProdutosF10 {
  font-size: 10px !important;
}
.old-theme .tableProdutosF10 thead {
  vertical-align: bottom;
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  font-weight: 500;
}
.old-theme .departamentoInvalido,
.old-theme .tipoProdutoInvalido {
  color: #f00 !important;
}
.old-theme .card .painel-produto-card .card-content .card-title {
  font-weight: 500;
  color: #212121;
}
.old-theme .nome-produto-sugerido {
  text-align: center;
  line-height: 15px;
  min-height: 45px;
}
.old-theme .trim-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.old-theme .modal-produtos-sugeridos {
  overflow: scroll;
  max-height: 500px;
}
.old-theme .dados-modal-produtos-sugeridos {
  padding-top: 20px;
}
.old-theme .imagem-produto-sugerido {
  min-height: 140px !important;
  max-height: 200px !important;
}
.old-theme .imagem-produtos-sugeridos-referencia {
  min-height: 140px !important;
  min-width: 120px !important;
}
.old-theme .cursor-pointer {
  cursor: pointer;
}
.old-theme .borda-produto-selecionado {
  border: 3px solid #83e2ff !important;
}
.old-theme .no-width {
  min-width: 0px !important;
}
.old-theme .alerta-exportacao-produtos {
  font-size: 11px;
}
.old-theme .alerta-planilha-nao-existente {
  background-color: #ffab40 !important;
}
.old-theme .detalheSelecionado {
  font-weight: bold;
  border-bottom: 2px solid #00f;
}
.old-theme .produto-auditoria {
  margin-bottom: 60px;
}
.old-theme .gray-background {
  vertical-align: middle !important;
  background-color: #f2f2f2;
  border-top: 5px solid #fff !important;
}
.old-theme .white-background-without-border {
  vertical-align: middle !important;
  background-color: #fff;
  border-top: 5px solid #fff !important;
}
.old-theme .no-border-right {
  border-right: 0px !important;
}
.old-theme .no-margin-top {
  margin-top: 0px !important;
}
.old-theme .margin-top-15 {
  margin-top: 15px !important;
}
.old-theme .padding-bottom-15 {
  padding-bottom: 15px !important;
}
.old-theme .pb-5 {
  padding-bottom: 5px !important;
}
.old-theme .padding-top-15 {
  padding-top: 15px !important;
}
.old-theme .padding-left-70 {
  padding-left: 70px !important;
}
.old-theme .filtro-avancado-background {
  background-color: #eaeeef !important;
}
.old-theme .no-margin-bottom {
  margin-bottom: 0px !important;
}
.old-theme .btn-group {
  border-right: 0px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}
.old-theme .btn-triagem {
  height: 42px !important;
}
.old-theme .btn-filtro {
  height: 37px !important;
}
.old-theme .btn-triagem-left {
  height: 42px !important;
  margin-left: 15px;
}
.old-theme .icone-data-trigaem {
  font-size: 15px;
  color: #4a90e2;
  vertical-align: middle;
  font-weight: bold;
}
.old-theme .ui-datepicker {
  z-index: 9999 !important;
}
.old-theme .zoom-carrousel-dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #d8d8d8;
  border-radius: 50%;
  border: solid 1px #979797;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.old-theme .zoom-carrousel-active,
.old-theme .zoom-carrousel-dot:hover {
  background-color: #717171;
}
.old-theme .confirmacao-mais-imagem {
  text-align: center;
}
.old-theme .confirmacao-line-heigth {
  line-height: 36px;
}
.old-theme .confirmacao-carousel {
  position: fixed;
  top: 65px;
  left: 260px;
  right: 0;
  background-color: #fff;
  z-index: 1030;
}
.old-theme .confirmacao-footer {
  position: fixed;
  padding: 10px 35px 10px 0px;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #2c3e50;
  z-index: 1030;
}
.old-theme .confirmacao-nome-loja {
  width: 50px;
  height: 15px;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  text-align: left;
}
.old-theme .confirmacao-nome-produto {
  width: 348px;
  height: 66px;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}
.old-theme .confirmacao-descricao-produto {
  width: 54px;
  height: 17px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}
.old-theme .confirmacao-descricao-valor-produto {
  width: 348px;
  height: 51px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.old-theme .confirmacao-carateristicas-produto {
  width: 154px;
  height: 198px;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  text-align: right;
  text-transform: uppercase;
  color: #9b9b9b;
}
.old-theme .confirmacao-carateristicas-valor-produto {
  width: 348px;
  height: 200px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}
.old-theme .confirmacao-footer {
  position: fixed;
  padding: 10px 35px 10px 0px;
  bottom: 0;
  right: 0;
  left: 0;
  height: 57px;
  background-color: #2c3e50;
  z-index: 1030;
}
.old-theme .valor-diferente-seller {
  background-color: #f7eaec;
  border: 3px solid #e6bdc2 !important;
}
.old-theme .borda-produto-selecionado-lateral {
  border-left: 3px solid #83e2ff !important;
  border-right: 3px solid #83e2ff !important;
}
.old-theme .borda-produto-selecionado-topo {
  border-top: 3px solid #83e2ff !important;
}
.old-theme .borda-produto-selecionado-fundo {
  border-bottom: 3px solid #83e2ff !important;
}
.old-theme .borda-tracejada-produtos-ns {
  border-left: dashed 1px #9b9b9b !important;
  border-right: dashed 1px #9b9b9b !important;
}
.old-theme .borda-produtos-ns {
  border-right: 3px solid #f0f0f0;
}
.old-theme .botao-flutuante {
  position: fixed;
  bottom: 45%;
}
.old-theme .botao-mover-direita {
  right: 20px;
}
.old-theme .botao-mover-esquerda {
  left: 46%;
}
.old-theme .container-pendencia {
  height: 200px;
  line-height: 1;
}
.old-theme .pendencia-fundo-branco {
  background-color: #fff;
}
.old-theme .confirmacao-footer-actions-botao {
  border-radius: 3px !important;
  border: solid 1px #3b526a !important;
  background-color: #2c3e50;
  color: #fff !important;
}
.old-theme .confirmacao-footer-actions-descartar:hover {
  background-color: #b72436;
  color: #fff !important;
}
.old-theme .confirmacao-footer-actions-salvar:hover {
  background-color: #4a90e2;
  color: #fff !important;
}
.old-theme .match-feedback-check {
  color: #0288d1;
  padding-top: 100px;
  text-align: center;
  font-size: 5em;
  height: 180px;
}
.old-theme .botao-carrousel-sugestao {
  padding: 0px 0px 0px 0px !important;
  opacity: 0.2;
  cursor: pointer;
}
.old-theme .botao-carrousel-sugestao:hover {
  opacity: 1;
}
.old-theme .sugestao-line-heigth {
  line-height: 36px;
}
.old-theme .select-multiplo-ajustavel {
  white-space: normal !important;
  min-height: 37px;
  height: auto !important;
}
.old-theme .feature-flags .feature-flags-flag {
  padding: 10px 30px;
  transition: all 0.2s linear;
}
.old-theme .feature-flags .feature-flags-name {
  font-size: 1.2em;
  float: left;
}
.old-theme .feature-flags .feature-flags-switch {
  float: right;
  padding: 2px 10px;
  cursor: pointer;
}
.old-theme .feature-flags .feature-flags-switch.active {
  font-weight: bold;
  border: 1px solid currentcolor;
  padding: 1px 9px;
}
.old-theme .feature-flags .feature-flags-desc {
  color: #aaa;
  clear: both;
  margin: 0 20px;
}
.old-theme .wrap-space-normal {
  white-space: normal !important;
}
.old-theme .clear-padding {
  padding: 0 !important;
}
.old-theme .clear-padding-left {
  padding-left: 0 !important;
}
.old-theme .label-pesquisar-pedidos {
  padding: 6px 0 0 0 !important;
}
.old-theme .prazo-envio__data {
  background-color: #a64dff;
  color: #fff;
}
.old-theme .transportadora-modalidade__box {
  display: inline-block;
}
.old-theme .transportadora-modalidade__destaque {
  color: #2196f3;
}
.old-theme .transportadora-modalidade__icone {
  font-size: 23px;
  color: #2196f3;
}
.old-theme .ajuste-display {
  display: flex;
  justify-content: space-around;
}
.old-theme .label-comissao-padrao {
  font-size: 14px !important;
}
.old-theme .label-comissao-padrao:hover {
  cursor: pointer !important;
  color: #1d5ee0 !important;
}
.old-theme .gestao-produtos-novos {
  position: fixed !important;
  bottom: 20px !important;
}
.old-theme .row-margin-bottom {
  margin-bottom: 25px !important;
}
.old-theme .element-general-padding {
  padding: 4px 10px !important;
}
.old-theme .text.upper {
  text-transform: uppercase !important;
}
.old-theme .text.lower {
  text-transform: lowercase !important;
}
.old-theme .text.cap {
  text-transform: capitalize !important;
}
.old-theme .font-size-data {
  font-size: 13px !important;
}
.old-theme .element-input-filter {
  font-size: 14px !important;
  padding-left: 5px !important;
  border: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
  border-radius: 3px !important;
}
.old-theme .element-padding-right {
  padding: 0 5px 0 0 !important;
}
.old-theme .small-text {
  font-size: 10px !important;
}
.old-theme .div-border-bottom {
  border-bottom: 1px solid #b3b3b3 !important;
}
.old-theme .div-border-top-gray {
  border-top: 1px solid #f5f5f5 !important;
}
.old-theme .pagination.pagination-blue > .active > a,
.old-theme .pagination.pagination-blue > .active > a:hover,
.old-theme .pagination.pagination-blue > .active > a:focus,
.old-theme .pagination.pagination-blue > .active > span,
.old-theme .pagination.pagination-blue > .active > span:hover,
.old-theme .pagination.pagination-blue > .active > span:focus,
.old-theme .pagination > .active > a {
  background-color: #2096f3 !important;
  border-color: #2096f3 !important;
}
.old-theme .clear-padding.padding-only-right {
  padding-right: 5px !important;
}
.old-theme .clear-padding.padding-only-left {
  padding-left: 5px !important;
}
.old-theme .cursos-no-drop {
  cursor: no-drop !important;
}
.old-theme .campos-input {
  font-size: 14px !important;
  padding-left: 5px !important;
  border: 0 !important;
  box-shadow: inset 0 -1px 0 #ddd !important;
}
.old-theme .bordas-quadradas {
  border-radius: 0 !important;
}
.old-theme .alinhar-esquerda {
  padding: 0 0 0 19px !important;
}
.old-theme .alinhar-direita {
  padding: 0 19px 0 0 !important;
}
.old-theme .cor-vermelha {
  color: #f00;
}
.old-theme .cor-branca {
  color: #fff;
}
.old-theme .bs-autocomplete-ns {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: inset 0 -1px #ddd !important;
  animation-duration: 300ms;
}
.old-theme .bs-autocomplete-ns:focus-within {
  box-shadow: inset 0 -2px #2196f3 !important;
}
.old-theme .bs-autocomplete-ns .ui-select-search {
  margin: 5px 0px !important;
}
.old-theme .bs-autocomplete-ns .ui-select-match .ui-select-match-item {
  padding: 5px 10px !important;
  border: none !important;
  box-shadow: none !important;
  color: #444 !important;
}
.old-theme .display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .old-theme .display-lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.old-theme .align-items-flex-center {
  align-items: center;
}
.old-theme .align-items-flex-end {
  align-items: flex-end;
}
.old-theme .flex-space-between {
  justify-content: space-between;
}
.old-theme .flex-end {
  justify-content: flex-end;
}
.old-theme .flex-column {
  flex-direction: column;
}
.old-theme .padding10 {
  padding: 10px !important;
}
.old-theme .padding5 {
  padding: 5px !important;
}
.old-theme .padding-top10 {
  padding-top: 10px;
}
.old-theme .merged-bar-dropdown,
.old-theme .input-busca {
  width: 1.5in;
}
.old-theme .merged-bar-dropdown-md,
.old-theme .input-busca-md {
  width: 2in;
}
.old-theme .configuracoes-nova-tela {
  font-size: 12px !important;
}
.old-theme .div-button-without-shadow {
  box-shadow: 0 0 !important;
  border: 1px solid transparent !important;
}
.old-theme .div-button-without-shadow:hover {
  box-shadow: 0 0 !important;
  color: #3fafe8 !important;
}
.old-theme .barra-busca {
  padding: 5px 1rem;
  border-bottom: 1px solid #e5e9f2;
}
.old-theme .flex-grow-1 {
  flex-grow: 1;
}
.old-theme .flex-grow-2 {
  flex-grow: 2;
}
.old-theme .flex-grow-3 {
  flex-grow: 3;
}
.old-theme .flex-grow-4 {
  flex-grow: 4;
}
.old-theme .checkbox-m input[type=checkbox] {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  padding: 10;
}
.old-theme .checkbox-sm input[type=checkbox] {
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  padding: 10;
}
.old-theme .img-auditoria {
  width: 200px !important;
  height: 200px !important;
  object-fit: scale-down;
}
.old-theme .div-img-auditoria {
  width: 200px;
  height: 200px;
}
.old-theme .img-auditoria-pais {
  width: 100px !important;
  height: 100px !important;
}
.old-theme .margem-direita-10 {
  margin-right: 10px;
}
.old-theme .margem-esquerda-10 {
  margin-left: 10px;
}
.old-theme .margem-direita-20 {
  margin-right: 20px;
}
.old-theme .margem-esquerda-20 {
  margin-left: 20px;
}
.old-theme .margem-bottom-0 {
  margin-bottom: 0;
}
.old-theme .metade-do-espaco {
  width: 50%;
}
.old-theme .cabecalho-descricao {
  margin-bottom: 10px;
}
.old-theme .tamanho-icones {
  font-size: 20px;
}
.old-theme .width-75 {
  width: 75%;
}
.old-theme .width-25 {
  width: 25%;
}
@media (min-width: 992px) {
  .old-theme .width-lg-25 {
    width: 25%;
  }
}
.old-theme .flex-wrap {
  flex-wrap: wrap;
}
.old-theme .flex-nowrap {
  flex-wrap: nowrap;
}
.old-theme .margem-top-bottom-10 {
  margin: 10px 0;
}
.old-theme .texto-detalhes-pai:hover {
  color: #6aa5ed;
}
.old-theme .detalhe-pai {
  padding: 0;
  margin-bottom: 5px;
}
.old-theme .auditoria-pais {
  margin: 0;
  padding: 0 30px 30px 30px !important;
}
.old-theme .auditoria-pais-cor-par {
  background-color: #def2f1;
  margin-left: 10px;
  margin-right: 10px;
}
.old-theme .auditoria-pais-cor-impar {
  background-color: #d3e8e7;
  margin-left: 10px;
  margin-right: 10px;
}
.old-theme .auditoria-pais .exibir-imagens {
  height: 26px;
  background-color: #e8e8e8;
  border-radius: 5px;
}
.old-theme .exibir-imagens:hover {
  background-color: #c8c8c8;
  color: #4f4f4f;
  cursor: pointer;
}
.old-theme .auditoria-pais .exibir-imagens label:hover {
  cursor: pointer;
}
.old-theme .detalhes-filho {
  margin: 10px;
  padding: 10px;
}
.old-theme .img-auditoria-pai {
  margin-bottom: 10px;
  width: 100px !important;
  height: 100px !important;
  object-fit: scale-down;
}
.old-theme .figure-img-auditoria-pais {
  width: 100px;
  height: 100px;
}
.old-theme .auditoria-pais-cor-impar .auditoria-filho {
  background-color: #88bdbc;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.old-theme .auditoria-pais-cor-par .auditoria-filho {
  background-color: #88bdbc;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.old-theme .img-modal-auditoria {
  height: 600px;
  widows: 600px;
  object-fit: scale-down;
}
.old-theme .botao-carrossel-modal {
  font-size: 20px !important;
}
.old-theme .margin-left-10 {
  margin-left: 10px !important;
}
.old-theme .margin-bottom-5 {
  margin-bottom: 5px;
}
.old-theme .tooltip-success {
  background-color: transparent;
  color: #008000;
  margin-bottom: 5px;
}
.old-theme .auditoria-imagens {
  display: flex;
  justify-content: center;
}
.old-theme .espaco-imagens-auditoria {
  margin: 0 10px 0 10px;
}
.old-theme .posicionar-direita-flex {
  display: flex;
  margin-right: 10px;
  justify-content: flex-end;
}
.old-theme .opacidade {
  opacity: 0.5;
  color: #666 !important;
}
.old-theme .opacidade-cor-fundo-filho {
  background-color: #b3d8d6 !important;
}
.old-theme #menu-lateral {
  margin-top: 68px !important;
  min-width: 570px !important;
  overflow: auto !important;
  height: auto !important;
}
.old-theme .table-header-style {
  background-color: #f4f4f4;
  color: #a7b1bf;
}
.old-theme table.table-ns-mktplace {
  table-layout: fixed;
}
.old-theme table.table-ns-mktplace > thead > tr > th {
  background-color: #f9fafc;
  font-weight: initial;
  border-bottom: none;
}
.old-theme table.table-ns-mktplace td:not(.spacing):empty::after,
.old-theme table.table-ns-mktplace .dash-if-empty:empty::after {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 15px;
  display: inline-block;
}
.old-theme table.table-ns-mktplace .btn.btn-default.borderless-button {
  color: #3fafe8;
}
.old-theme table.table-ns-mktplace .btn.btn-default.borderless-button[disabled] {
  color: #666;
  background: transparent;
  opacity: 1;
}
.old-theme table.table-ns-mktplace .margin-sides-16 {
  margin: 0 16px;
}
.old-theme .table-detail {
  border: none;
  padding: 0 !important;
}
.old-theme .table-detail-backgroud {
  background-color: #eff2f7;
}
.old-theme .table-detail-title {
  color: #a7b1bf;
}
.old-theme .table-detail.table-detail-title.table-detail-backgroud > th {
  padding: 20px 8px 0px;
  font-weight: initial;
}
.old-theme .table-detail .nested-column .table-detail-title {
  padding: 8px 0;
}
.old-theme tr.table-detail.table-detail-backgroud > td {
  vertical-align: top !important;
  border-top: none;
  padding-bottom: 20px;
}
.old-theme .table-detail-body {
  color: #3b4c53;
}
.old-theme .merged-bar {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  border: 1px solid #c0ccda;
  border-radius: 5px;
}
.old-theme .merged-bar.large input[type] {
  margin: 10px 0;
  font-size: 10pt;
}
.old-theme .merged-bar.disabled {
  background: #f6f6f6;
}
.old-theme .merged-bar .dropdown > .input-group > div[dropdown] > button.btn.btn-default {
  border: none;
  box-shadow: none;
  text-transform: capitalize;
  background-color: transparent;
}
.old-theme .merged-bar input[type] + label {
  position: absolute;
  top: 10px;
  left: 1rem;
  color: #c0ccda;
  z-index: 1;
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
}
.old-theme .merged-bar input[type]:focus + label,
.old-theme .merged-bar input[type].filled + label {
  top: -1.25rem;
  left: 0rem;
  color: #666;
  font-size: 0.7rem;
}
.old-theme .merged-bar input[type] {
  flex: 1;
  padding-left: 1rem;
  z-index: 2;
}
.old-theme .merged-bar input[type],
.old-theme .merged-bar > input[type]:focus,
.old-theme .merged-bar input[type][disabled] {
  background-color: transparent;
  box-shadow: none !important;
  border: none;
}
.old-theme .merged-bar input[type]::-webkit-input-placeholder,
.old-theme .merged-bar > input[type]:focus::-webkit-input-placeholder,
.old-theme .merged-bar input[type][disabled]::-webkit-input-placeholder {
  color: #c0ccda;
}
.old-theme .merged-bar input[type]::-moz-placeholder,
.old-theme .merged-bar > input[type]:focus::-moz-placeholder,
.old-theme .merged-bar input[type][disabled]::-moz-placeholder {
  color: #c0ccda;
}
.old-theme .merged-bar input[type]:-moz-placeholder,
.old-theme .merged-bar > input[type]:focus:-moz-placeholder,
.old-theme .merged-bar input[type][disabled]:-moz-placeholder {
  color: #c0ccda;
}
.old-theme .merged-bar input[type]:-ms-input-placeholder,
.old-theme .merged-bar > input[type]:focus:-ms-input-placeholder,
.old-theme .merged-bar input[type][disabled]:-ms-input-placeholder {
  color: #c0ccda;
}
.old-theme .merged-bar-error {
  border: 1px solid #ff253a !important;
}
.old-theme .borderless-button.btn {
  color: #c0ccda;
}
.old-theme .borderless-button-using.btn {
  color: #4994ec;
}
.old-theme .borderless-button.btn,
.old-theme .borderless-button-using.btn {
  background-color: transparent;
  box-shadow: none;
}
.old-theme .borderless-button.btn.btn-lg,
.old-theme .borderless-button-using.btn.btn-lg {
  font-size: 1.3em;
  padding: 10px 20px;
}
.old-theme .borderless-button.btn:hover,
.old-theme .borderless-button-using.btn:hover {
  border: none !important;
  box-shadow: none !important;
  color: #3fafe8;
}
.old-theme .default-radio-btn.btn {
  background-color: #bbb;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 50%;
}
.old-theme .default-radio-btn.btn:hover {
  background-color: #999 !important;
  border-color: #999 !important;
}
.old-theme .right.side-menu {
  right: -591px;
  margin-top: 68px;
  margin-right: 0px;
  transition: margin 600ms ease-in-out;
  -webkit-transition: margin 600ms ease-in-out;
  -moz-transition: margin 600ms ease-in-out;
  -o-transition: margin 600ms ease-in-out;
  width: 570px;
}
.old-theme .right.side-menu.opened {
  margin-right: 591px;
}
.old-theme .form-submit-buttons {
  margin-top: 20px;
}
.old-theme .margin-right-10 {
  margin-right: 10px;
}
.old-theme .margin-sides-10 {
  margin: 0 10px;
}
.old-theme .full-width.btn {
  width: 100%;
}
.old-theme .full-width.btn[dropdown-toggle] {
  text-align: left;
}
.old-theme .full-width.btn > .caret {
  position: absolute;
  height: 10px;
  margin-top: -2px;
  right: 10px;
  top: 50%;
}
.old-theme .dropdown-menu {
  z-index: 1003 !important;
}
.old-theme .full-width.btn + .dropdown-menu {
  width: 100%;
}
.old-theme .dropdown-menu .dropdown-menu-item {
  cursor: pointer;
}
.old-theme .texto-sem-quebrar-linha {
  white-space: nowrap;
}
.old-theme .alert.message-alert {
  position: fixed;
  top: 75px;
  right: 25px;
  padding: 20px;
  margin-top: 50px;
  max-width: 400px;
  border-radius: 5px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: margin 400ms, opacity 400ms, visibility 400ms;
  -moz-transition: margin 400ms, opacity 400ms, visibility 400ms;
  -o-transition: margin 400ms, opacity 400ms, visibility 400ms;
  transition: margin 400ms, opacity 400ms, visibility 400ms;
  z-index: 1051;
}
.old-theme .alert.message-alert .aviso-title {
  width: 100%;
  display: block;
}
.old-theme .alert.message-alert .aviso-title h1,
.old-theme .alert.message-alert .aviso-title h2,
.old-theme .alert.message-alert .aviso-title h3,
.old-theme .alert.message-alert .aviso-title h4,
.old-theme .alert.message-alert .aviso-title h5,
.old-theme .alert.message-alert .aviso-title h6 {
  color: #fff;
  font-size: 14pt;
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  vertical-align: middle;
  display: block;
  margin-right: 30px;
}
.old-theme .alert.message-alert .aviso-title::after {
  content: "";
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0 50px;
  text-align: center;
}
.old-theme .alert.message-alert .close {
  position: absolute;
  font-size: 14pt;
  top: 10px;
  right: 15px;
}
.old-theme .alert.message-alert p {
  margin-top: 0.5rem;
}
.old-theme .alert.message-alert.closed {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.old-theme .rb-small {
  margin-top: 8px !important;
  margin-left: -25px !important;
}
.old-theme .rb-small:before,
.old-theme .rb-small:after {
  width: 20px !important;
  height: 20px !important;
}
.old-theme .sem-sombra.btn {
  box-shadow: none !important;
}
.old-theme .borderless td,
.old-theme .borderless th {
  border: none !important;
}
.old-theme input[type].light-placeholder::-webkit-input-placeholder {
  color: #c0ccda;
}
.old-theme input[type].light-placeholder::-moz-placeholder {
  color: #c0ccda;
}
.old-theme input[type].light-placeholder:-moz-placeholder {
  color: #c0ccda;
}
.old-theme input[type].light-placeholder:-ms-input-placeholder {
  color: #c0ccda;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.old-theme button.btn.loading:not(.loading-label):not(.borderless-button),
.old-theme button.btn.loading[disabled]:not(.loading-label):not(.borderless-button),
.old-theme .loading-label:not(.loading-label):not(.borderless-button) {
  opacity: 0.5;
}
.old-theme button.btn.loading.btn-success,
.old-theme button.btn.loading[disabled].btn-success,
.old-theme .loading-label.btn-success {
  background: #29f;
}
.old-theme button.btn.loading.borderless-button::before,
.old-theme button.btn.loading[disabled].borderless-button::before,
.old-theme .loading-label.borderless-button::before {
  border: 2px solid #c0ccda;
  border-top: 2px solid transparent;
}
.old-theme button.btn.loading::before,
.old-theme button.btn.loading[disabled]::before,
.old-theme .loading-label::before {
  content: "";
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 50%;
  line-height: 1.846;
  vertical-align: middle;
  -webkit-animation: spin 600ms ease-out infinite;
  -moz-animation: spin 600ms ease-out infinite;
  animation: spin 600ms ease-out infinite;
}
.old-theme .center-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.old-theme .not-visible {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.old-theme .switchable-line {
  margin-bottom: 0.5rem;
  line-height: 1rem;
}
.old-theme .switchable-line label {
  vertical-align: middle;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.old-theme .switchable-line.show-text {
  height: 1rem;
}
.old-theme .switchable-line.show-input {
  padding-top: 1.5rem;
  margin-bottom: 5px;
}
.old-theme .switchable-line.show-input.show-input label {
  position: absolute;
  margin-top: -1.5rem;
  font-size: 10pt;
}
.old-theme .switchable-input {
  height: 2rem;
  overflow: hidden;
}
.old-theme .switchable-input.show-text {
  height: 1rem;
}
.old-theme .switchable-input.show-text .switch-group {
  margin-top: 0;
}
.old-theme .switchable-input.show-input .switch-group {
  margin-top: -2rem;
}
.old-theme .switchable-input .switch-group {
  -webkit-transition: 600ms ease-in-out;
  -moz-transition: 600ms ease-in-out;
  -o-transition: 600ms ease-in-out;
  transition: 600ms ease-in-out;
}
.old-theme .switchable-input .switch-group * {
  height: 1rem;
  line-height: 1rem;
  width: 100%;
}
.old-theme .switchable-input .switch-group *:first-child {
  margin-bottom: 1rem;
}
.old-theme .switchable-input .switch-group input {
  height: auto;
}
.old-theme .switchable-input .switch-group *:not(input) {
  display: block;
}
.old-theme .flex-1 {
  flex: 1;
}
.old-theme .flex-2 {
  flex: 2;
}
.old-theme .flex-3 {
  flex: 3;
}
.old-theme .flex-4 {
  flex: 4;
}
.old-theme input[type].validate-input.ng-invalid {
  -webkit-box-shadow: inset 0 -1px 0 #e64444;
  box-shadow: inset 0 -1px 0 #e64444;
}
.old-theme .error-message-input {
  font-size: 8pt;
  color: #e64444;
}
.old-theme button.btn.btn-with-check {
  padding-left: 40px;
}
.old-theme button.btn.btn-with-check::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 4px;
  margin: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 14px;
  height: 8px;
  transform: rotate(-45deg);
}
.old-theme .text-align-center {
  text-align: center;
}
.old-theme .checkbox.checkbox-fix {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.old-theme .checkbox.checkbox-fix input[type="checkbox"] {
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0;
  margin-top: 3px;
}
.old-theme .checkbox.checkbox-fix input[type="checkbox"][disabled="disabled"] {
  opacity: 0.2;
}
.old-theme .switch-toggle {
  position: relative;
  display: inline-block;
  width: 120px;
  text-align: left;
  background: #ddd;
  border-radius: 25px;
  white-space: nowrap;
  cursor: pointer;
}
.old-theme .switch-toggle .option-right {
  position: absolute;
  width: 35px;
  text-align: center;
  line-height: 2rem;
  color: #999;
  right: 10px;
}
.old-theme .switch-toggle .option-left {
  position: absolute;
  width: 35px;
  text-align: center;
  line-height: 2rem;
  color: #999;
  left: 10px;
}
.old-theme .switch-toggle .selected-option {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 2rem;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  border-radius: 25px;
  transition: 400ms ease-out;
  z-index: 1;
}
.old-theme .switch-toggle .selected-option.toggled {
  margin-left: 50px;
}
.old-theme .switch-toggle .selected-option:first-child {
  position: relative;
  display: inline-block;
}
.old-theme .switch-toggle .selected-option.option-success {
  background: #29f;
}
.old-theme .switch-toggle .selected-option.option-success:hover {
  background: #0d8aee;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.old-theme .simple-message {
  padding: 1rem;
  background: #f4f4f4;
  border-radius: 5px;
}
.old-theme .m-bottom-2rem {
  margin-bottom: 2rem;
}
.old-theme .button-label {
  position: absolute;
  top: -1.25rem;
  left: 5px;
  color: #a0aaba;
  font-size: 9pt;
  z-index: 9;
}
.old-theme .auditoria-old-disable-edit {
  color: #aaa;
}
.old-theme .float-right-bottom {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.old-theme ns-select-seller {
  max-width: 550px;
  width: 100%;
  float: right;
}
.old-theme .searchable-dropdown {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
}
.old-theme .searchable-dropdown .search-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.old-theme .searchable-dropdown .search-backdrop.open {
  display: block;
}
.old-theme .searchable-dropdown > .search-input {
  font-size: 10pt;
  width: 100%;
}
.old-theme .searchable-dropdown > .search-input + .search-results.open .select-options {
  margin-top: 15px;
  max-height: 290px;
  opacity: 1;
  visibility: visible;
}
.old-theme .searchable-dropdown > .search-results {
  display: inline-block;
  flex-basis: 100%;
  z-index: 9;
}
.old-theme .searchable-dropdown > .search-results.loading > .select-options {
  overflow: hidden;
}
.old-theme .searchable-dropdown > .search-results.loading > .select-options::before {
  display: block;
  visibility: visible;
  opacity: 1;
}
.old-theme .searchable-dropdown > .search-results.loading > .select-options::after {
  visibility: visible;
  background: #fafafa;
  opacity: 0.4;
}
.old-theme .searchable-dropdown > .search-results > .select-options {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  margin-top: -50px;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  max-height: 0;
  opacity: 0;
  visibility: visible;
  transition: margin 600ms, max-height 700ms, opacity 400ms;
  overflow: auto;
  z-index: 2;
}
.old-theme .searchable-dropdown > .search-results > .select-options,
.old-theme .searchable-dropdown > .search-results > .select-options ul {
  padding: 0;
  list-style-type: none;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-tab {
  background: #f6f6f6;
  width: 100%;
  display: inline-block;
  padding: 5px;
  text-align: center;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-tab *:first-child {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-option {
  position: relative;
  display: block;
  height: 35px;
  margin: auto;
  transition: 400ms background;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-option:not(:last-child) {
  border-bottom: 1px solid #f9f9f9;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-option.selected {
  background: #29f;
  color: #fff;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-option.selected .detail {
  color: #fff;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-option:not(.selected):hover,
.old-theme .searchable-dropdown > .search-results > .select-options .select-option:not(.selected).highlighted {
  cursor: pointer;
  background: #d0f0ff;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-option .main-info {
  font-size: 10pt;
  font-weight: 500;
  margin: auto;
  width: 100%;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  padding-left: 10px;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-option .detail {
  font-weight: 300;
  float: right;
  padding-right: 10px;
  line-height: 35px;
}
.old-theme .searchable-dropdown > .search-results > .select-options .select-option .detail.detail-2 {
  bottom: 5px;
  right: 10px;
}
.old-theme .display-inline-flex {
  display: inline-flex;
}
.old-theme .truncate-text {
  text-overflow: ellipsis;
  overflow: hidden;
}
.old-theme .badge > .remove-btn {
  padding: 0;
  background: none;
  border: none;
  margin-left: 5px;
}
.old-theme div.fornecedor {
  margin: 0;
  background-color: #fff !important;
  color: #444;
  height: 100%;
  padding: 0.5rem;
}
.old-theme .fornecedor__header {
  display: flex;
  border-bottom: 0.1rem solid #5f6e78;
  text-align: center;
  font-size: 1.1rem;
}
.old-theme .fornecedor__header div:nth-child(1) {
  width: 25%;
}
.old-theme .fornecedor__header div:nth-child(2),
.old-theme .fornecedor__header div:nth-child(3) {
  width: 35%;
}
.old-theme .fornecedor__header div:nth-child(4) {
  width: 5%;
}
.old-theme .fornecedor__body {
  padding-left: 1rem;
  padding: 0.5rem 0;
  border-bottom: 0.05rem solid #5f6e78;
}
.old-theme .fornecedor__dados {
  display: flex;
  text-align: center;
  font-weight: bold;
}
.old-theme .fornecedor__dados div:nth-child(1) {
  width: 25%;
}
.old-theme .fornecedor__dados div:nth-child(2),
.old-theme .fornecedor__dados div:nth-child(3) {
  width: 35%;
}
.old-theme .fornecedor__dados div:nth-child(4) {
  width: 5%;
}
.old-theme .fornecedor__dados button {
  background-color: #fff;
  border: none;
}
.old-theme .fornecedor__dados button:hover {
  color: #3fafe8;
}
.old-theme .fornecdor__dados--seller {
  border-radius: 0.3rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.old-theme .fornecedor__dados--seller__body {
  margin: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.old-theme .fornecedor__dados--seller__dados {
  border: 0.05rem solid #666;
  border-radius: 0.3rem;
  background-color: #ebedee;
  width: 15rem;
  height: 100%;
  padding: 1rem;
}
.old-theme .auditoria-mensagem {
  background-color: #edf2fa;
}
.old-theme .auditoria-filtros {
  display: flex;
}
.old-theme .auditoria-agrupadores {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.old-theme .auditoria-sidebar input::placeholder,
.old-theme .auditoria-sidebar span::placeholder {
  color: #aaa;
  text-transform: uppercase !important;
  font-size: 12px;
}
.old-theme .auditoria-sidebar input .ui-select-placeholder,
.old-theme .auditoria-sidebar span .ui-select-placeholder {
  text-transform: uppercase !important;
}
.old-theme .auditoria-multiplo-seletor .select-multiplo-ajustavel {
  text-align: inherit;
}
.old-theme .auditoria-multiplo-seletor div {
  padding-left: 6px;
}
.old-theme .auditoria-multiplo-seletor .ui-select-match-item.btn.btn-default.btn-xs.btn-primary {
  color: #666;
  background-color: #fff;
  border-color: #eee;
}
.old-theme .auditoria-multiplo-seletor .ui-select-match-item.btn.btn-default.btn-xs.btn-primary:focus {
  color: #666;
  background-color: #fff;
  border-color: #eee;
}
.old-theme .auditoria-multiplo-seletor .close.ui-select-match-close {
  position: initial;
}
.old-theme .auditoria-multiplo-seletor .close.ui-select-match-close:hover {
  opacity: 1;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.old-theme .auditoria-abaDetalhes {
  text-align: center;
  width: 25%;
  padding: 0 10px;
  width: 8rem;
}
.old-theme .auditoria-abaDetalhes-ativo {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-radius: 3px 0 0 0;
  padding-bottom: 10px;
  width: 8rem;
}
.old-theme .auditoria-abaDetalhes-inativo {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  width: 8rem;
}
.old-theme .auditoria_aba_vazia {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
.old-theme .auditoria-abaAtributos-dados {
  min-height: 11rem;
}
.old-theme .auditoria-abaAtributos {
  text-align: center;
  width: 75%;
  padding: 0 10px;
  width: 8rem;
}
.old-theme .auditoria-abaAtributos-ativo {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding-bottom: 10px;
  width: 8rem;
}
.old-theme .auditoria-abaAtributos-inativo {
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  width: 8rem;
}
.old-theme .auditoriaAtributos-paginacao {
  display: flex;
  justify-content: center;
}
.old-theme .auditoria-abas {
  padding: 0.5rem;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  min-height: 13.5rem;
}
.old-theme .dropdown-opcao-busca {
  border: 0 !important;
  box-shadow: 0 !important;
}
.old-theme .auditoriaAvo {
  display: flex;
  padding: 1rem 0.5rem;
  min-height: 17rem;
}
.old-theme .auditoriaAvo__produto {
  display: flex;
  width: 50%;
  padding-right: 0.5rem;
}
.old-theme .auditoriaAvo__produto__descricao {
  display: flex;
}
.old-theme .auditoriaAvo__detalhes {
  padding-left: 0.5rem;
  width: 50%;
}
.old-theme .fornecedor-table > tbody > tr:nth-of-type(odd) {
  background-color: #e9e9e9;
}
.old-theme .lojista-panel:nth-of-type(odd) {
  background-color: #e9e9e9;
  border-bottom: 1px solid #ccc;
}
.old-theme .progress-animate {
  animation: progress-animation 2s;
  transition: 600ms;
}
.old-theme .popup-base {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  margin: 0 !important;
  background-color: rgba(0,0,0,0.502);
  top: 0;
  z-index: 1099;
}
.old-theme .popup-banner {
  position: absolute;
  margin: 1.5rem auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 50px 2px #000;
  z-index: 1100;
}
.old-theme .popup-banner img {
  max-width: calc(100%) !important;
  max-height: calc(100vh) !important;
}
.old-theme .popup-btn-close {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  left: 100%;
  -webkit-transform: translate(-60%, -40%);
  transform: translate(-60%, -40%);
  border-radius: 50%;
  border: 2px solid #bababa;
  color: #bababa;
  box-shadow: 0px 0px 50px 2px #000;
  background-color: #201e1e;
  font-weight: bold;
  cursor: pointer;
}
.old-theme .tabelaContaCorrente {
  font-size: 11px !important;
}
.old-theme .painelContaCorrente {
  margin: 0 10px 0 5px !important;
}
.old-theme .listaDeCiclos {
  padding-right: 0 !important;
}
.old-theme .vcenter {
  vertical-align: middle !important;
}
.old-theme .hcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.old-theme .copy-icon-cc {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 12px !important;
  transition: opacity 0.3s ease;
  padding-top: 2px !important;
  border: 0;
}
.old-theme .copy-icon-cc--light {
  background: transparent !important;
  font-size: 13px !important;
}
.old-theme .copy-icon-cc--light .md-content-copy {
  color: #666 !important;
}
.old-theme .copy-icon-cc:hover {
  opacity: 0.8;
}
.old-theme .p-fixed {
  position: fixed !important;
}
.old-theme .ponto-de-venda {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.old-theme .pv-produto-imagem {
  width: 25%;
}
.old-theme .produto-detalhes {
  width: 35%;
  padding: 10px;
}
.old-theme .pontos-venda {
  width: 25%;
}
.old-theme .pontos-venda--list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.old-theme .pontos-venda--list span .switch-mini {
  margin-left: 0.5rem;
}
.old-theme .icon-info {
  background: #c1c1c1;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  font-weight: bold;
}
.old-theme .icon-warning {
  background-color: #ffab40;
}
.old-theme .icon-danger {
  background-color: #f44336;
}
.old-theme .icon-small {
  height: 15px;
  width: 15px;
  font-size: 10px;
  text-align: center;
}
.old-theme .tooltip-info {
  position: absolute;
  background-color: #38474f;
  border-radius: 5px;
  z-index: 999999;
  display: block;
  padding: 5px 10px;
  color: #fff;
  width: 289px;
  left: 70%;
  top: 13px;
  text-align: left;
  display: none;
}
.old-theme .show-tooltip .tooltip-info {
  display: block;
}
.old-theme .relative {
  position: relative;
}
.old-theme .tooltip-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.old-theme .tooltip-info-item {
  word-wrap: break-word;
}
.old-theme .search-submit {
  background-color: #3fafe8;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.old-theme .ns-search-submit {
  background-color: #2196f3;
  color: #fff;
  box-shadow: none !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
.old-theme .ns-search-submit:hover {
  background-color: #1778c6;
}
.old-theme .search-submit:hover,
.old-theme .ns-search-submit:hover {
  color: #fff !important;
}
.old-theme .lojistas--detalhe {
  padding: 5px !important;
  display: flex;
  justify-content: space-between;
}
.old-theme .lojistas--detalhe-codigo,
.old-theme .lojistas--detalhe-nome,
.old-theme .lojistas--detalhe-url,
.old-theme .lojistas--detalhe-plataforma,
.old-theme .lojistas--detalhe-status,
.old-theme .lojistas--detalhe-fastlane,
.old-theme .lojistas--detalhe-remover {
  margin: 0 10px;
}
.old-theme .lojistas--detalhe-nome,
.old-theme .lojistas--detalhe-url {
  flex-grow: 1;
}
@media (max-width: 1050px) {
  .old-theme .lojistas--detalhe {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.old-theme .iconeFastLane {
  font-size: 13px;
  color: #f00;
  display: inline;
  border: 1px solid #f00;
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
}
.old-theme .iconeFastLane.iconeListaFornecedor {
  font-size: 8px;
}
.old-theme .nsmktplace-button-text {
  font-size: 0.8em !important;
}
.old-theme .label-error {
  padding: 0.25em 1em;
  color: #fff;
  border-radius: 5px;
  background-color: #f44336;
}
.old-theme .label-warning {
  padding: 0.25em 1em;
  color: #fff;
  border-radius: 5px;
  background-color: #ffab40;
}
.old-theme .progress-large {
  height: 0.625rem !important;
  margin: 0 !important;
  border-radius: 0.25rem !important;
}
.old-theme .display-4 {
  font-size: 3.5rem;
}
.old-theme .card .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.old-theme .card .card-title {
  font-size: 15px !important;
  margin: 0 0 7px !important;
  font-weight: 600 !important;
  line-height: inherit !important;
}
.old-theme .card .card-total {
  height: 25px;
}
.old-theme .table-nfe td {
  padding: 0.75rem !important;
}
.old-theme .table-nfe p,
.old-theme .table-nfe h5 {
  margin: 0;
  line-height: initial;
}
.old-theme .bg-transparent {
  background-color: transparent !important;
}
.old-theme .bg-transparent .progress-bar:last-child:before {
  background-color: transparent;
}
.old-theme .text-danger-light {
  color: #f46a6a;
}
.old-theme .loading-icon {
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
.old-theme .loading-info {
  position: relative;
}
.old-theme .loading-info:before {
  content: "";
  background-color: rgba(0,0,0,0.32);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: progress;
  position: absolute;
  z-index: 3;
}
.old-theme .loading-info:after {
  display: block !important;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
  z-index: 3;
}
.old-theme main.wall-white {
  background-color: #fff;
  min-height: calc(100vh - 70px);
}
.old-theme .wall-body {
  min-height: calc(100vh - 70px - 45px);
}
.old-theme .participar-promocao {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.old-theme .participar-label-limite {
  margin-right: 5px;
  background-color: #b5e5fb;
  padding: 0px 5px;
}
.old-theme .participar-promocao-descricao {
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.old-theme .participar-promocao-descricao .descricao-redirecionar {
  cursor: pointer;
}
.old-theme .barra-lista-promocoes {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
}
.old-theme .barra-lista-promocoes-filtro {
  display: flex;
  align-items: center;
}
.old-theme .lista-promocoes {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.old-theme .promocao-card-type {
  background-color: #b5e5fb !important;
}
.old-theme .promocao-card-type .card-body {
  padding: 10px 15px;
}
.old-theme .promocao-card-type .card-text {
  margin-bottom: 0px;
}
.old-theme section.lista-promocoes--promocao {
  padding: 0;
  width: calc(25% - 1rem);
  margin: 0.5rem;
}
.old-theme section.lista-promocoes--promocao .card {
  height: 100%;
}
.old-theme .promocao-topo {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  border-bottom: 1px solid #bbb;
  line-height: 2rem;
  padding: 0 1rem;
}
.old-theme .promocao-topo.promocao-topo-azul {
  box-shadow: 0 -3px 0 0 #0091ea;
}
.old-theme .promocao-topo.promocao-topo-amarelo {
  box-shadow: 0 -3px 0 0 #fac42f;
}
.old-theme .promocao-topo.promocao-topo-vermelho {
  box-shadow: 0 -3px 0 0 #d84315;
}
.old-theme .promocao-topo.promocao-topo-verde {
  box-shadow: 0 -3px 0 0 #66bb6a;
}
.old-theme .promocao-topo.promocao-topo-laranja {
  box-shadow: 0 -3px 0 0 #fb8c00;
}
.old-theme .promocao-topo.promocao-topo-disabled {
  box-shadow: 0 -3px 0 0 #ccc;
}
.old-theme .promocao-topo--desconto {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.old-theme .promocao-topo-icone {
  font-size: 22px;
}
.old-theme .promocao-descricao {
  padding: 0.5rem 1rem;
  min-height: calc(100% - 4.5rem);
}
.old-theme span.desconto-info {
  border: 1px solid #444;
  padding: 0.1rem 0.25rem;
  border-radius: 50%;
  font-size: 0.5rem;
  vertical-align: middle;
}
.old-theme span.desconto-info:hover {
  cursor: pointer;
}
.old-theme .tempo-envio {
  font-size: 0.6rem;
}
.old-theme .periodo {
  font-size: 0.6rem;
}
.old-theme .botao {
  color: #fff;
  line-height: 1.5rem;
  border-radius: 3px;
}
.old-theme .botao-azul {
  background-color: #0091ea;
  border: #0091ea;
}
.old-theme .botao-azul:disabled {
  background-color: #ccc;
}
.old-theme .botao-vermelho {
  background-color: #d84315;
  border: #d84315;
}
.old-theme .botao-vermelho:disabled {
  background-color: #ccc;
}
.old-theme .botao-vermelho2 {
  background-color: #d84315;
  border: #d84315;
}
.old-theme .botao-vermelho2:disabled {
  background-color: #d84315;
}
.old-theme .botao-verde {
  background-color: #66bb6a;
  border: #66bb6a;
}
.old-theme .botao-verde:disabled {
  background-color: #66bb6a;
}
.old-theme .botao-amarelo {
  background-color: #fac42f;
  border: #fac42f;
}
.old-theme .botao-amarelo:disabled {
  background-color: #ccc;
}
.old-theme .botao-laranja {
  background-color: #fb8c00;
  border: #fb8c00;
}
.old-theme .botao-laranja:disabled {
  background-color: #fb8c00;
}
.old-theme .botao-azul.botao-arquivo,
.old-theme .botao-vermelho.botao-arquivo {
  border-radius: 0 3px 3px 0;
}
.old-theme .botao-template {
  border: #0091ea 1px solid;
  background-color: #fff;
  color: #0091ea;
  align-self: center;
}
.old-theme .participar {
  width: 100%;
}
.old-theme .exportar-promocao {
  width: 50%;
}
.old-theme .modal-participar {
  margin-left: 1rem;
  min-width: 10rem;
}
.old-theme .modalidades-desconto {
  font-size: 0.75rem;
}
.old-theme .card-footer {
  height: 2rem;
  padding: 0 1rem;
}
.old-theme .cadastro-header {
  padding: 1rem 2rem !important;
}
.old-theme .cadastro-form,
.old-theme .cadastro-footer {
  padding: 1rem;
}
.old-theme .cadastro-form .cadastro-form--input {
  margin-bottom: 1rem;
}
.old-theme .cadastro-form div label {
  margin: 0;
}
.old-theme .selecionar-arquivo {
  display: flex;
  margin-bottom: 1rem;
}
.old-theme .file-name {
  border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
  height: 2rem;
  line-height: 2rem;
  flex-grow: 2;
  padding-left: 0.5rem;
}
.old-theme .importacao-status {
  margin-top: 1rem;
  border-radius: 5px;
}
.old-theme .importacao-status-header {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
}
.old-theme .importacao-status-table {
  width: 100%;
}
.old-theme .importacao-status-table th,
.old-theme .importacao-status-table td {
  padding-left: 1rem;
  padding-right: 1rem;
}
.old-theme .importacao-status-table .importacao-status-details td {
  line-height: 2.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.old-theme .importacao-status-table .importacao-status-details td:first-child {
  border-left: 1px solid #ccc;
}
.old-theme .importacao-status-table .importacao-status-details td:last-child {
  border-right: 1px solid #ccc;
}
.old-theme .aviso {
  padding: 0 0.5rem;
  line-height: 2rem;
  display: flex;
  justify-content: space-between;
}
.old-theme .aviso:first-child {
  border-radius: 3px 3px 0 0;
}
.old-theme .aviso:last-child {
  border-radius: 0 0 3px 3px;
}
.old-theme .aviso-nao-importado {
  margin: 0 1rem;
}
.old-theme .aviso-sucesso {
  border: 1px solid #dff0d8;
  color: #3c763d;
}
.old-theme .aviso-erro {
  border: 1px solid #f2dede;
  color: #a94442;
}
.old-theme .aviso-default {
  border: 1px solid #ccc;
  color: #777;
}
.old-theme .aviso-arquivo {
  width: calc(100% - 16rem);
  line-height: 2.5rem;
}
.old-theme .aviso-data {
  width: 8rem;
  line-height: 2.5rem;
}
.old-theme .aviso .aviso-download {
  text-align: center;
  width: 6rem;
  height: 2rem;
  line-height: 2.5rem;
}
.old-theme .aviso .download-erro {
  border: none;
  background-color: transparent;
}
.old-theme .feature-toggle {
  margin-top: 1rem;
}
.old-theme .feature-toggle-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.old-theme .feature-option {
  display: flex;
  height: 2rem;
  min-width: calc(25% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.old-theme .feature-option div {
  line-height: 2rem;
}
.old-theme .alert-promotion {
  border-radius: 0 !important;
}
.old-theme .modal-body-status {
  margin: 1rem 0 0.5rem 0;
  height: 3rem;
  background-color: #ddd;
}
.old-theme .modal-body-status p {
  line-height: 3rem;
}
.old-theme .search-label {
  height: 37px;
  line-height: 37px;
  vertical-align: text-top;
}
.old-theme .vertical-middle {
  vertical-align: middle;
}
.old-theme .page-title {
  color: #2196f3;
}
.old-theme .theme-blue .go-back {
  color: #2196f3;
}
.old-theme .img-thumb {
  max-width: 80px;
}
.old-theme .panel-gray {
  background-color: #f4f4f4;
}
.old-theme .form-control.input-border {
  border-radius: 5px;
  border: 1px solid #ebebeb;
}
.old-theme .message-product-item {
  display: inline-block;
  padding-left: 10px;
}
.old-theme .message-product-container {
  min-height: 80px;
}
.old-theme .message-product-title {
  margin-bottom: 0;
}
.old-theme .message-important {
  background-color: #fadeb9;
  color: rgba(47,47,47,0.8) !important;
}
.old-theme .text-area-padding {
  padding: 10px 15px !important;
}
.old-theme .totals-item {
  width: 110px;
  float: left;
  max-height: 100px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.old-theme .advanced-filter-holder--sac {
  width: 100%;
}
@media (min-width: 1050px) {
  .old-theme .advanced-filter-holder--sac {
    min-width: 700px !important;
  }
}
@media (max-width: 1440px) {
  .old-theme .img-thumb {
    max-width: 150px;
  }
}
.old-theme .portal-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem !important;
}
.old-theme .portal-headerdiv {
  flex-grow: 0;
}
.old-theme .portal-header__title {
  flex-grow: 1;
}
.old-theme .header-toggle-nav.hamburger-menu {
  margin: 13px 15px 15px 0;
  padding: 0px 0;
}
.old-theme .breadcrumb {
  padding: 8px 0 !important;
}
.old-theme .header-seller,
.old-theme .header-supplier {
  min-width: 300px !important;
  display: flex;
  justify-content: flex-end;
}
.old-theme .navbar-titles {
  margin: 0;
}
.old-theme .gateway,
.old-theme .audit {
  padding: 2rem 1rem;
}
.old-theme .gateway-options {
  display: flex;
}
.old-theme .gateway-title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.old-theme .gateway-options--select {
  min-width: 20rem;
  width: 25%;
  margin-right: 2rem;
}
.old-theme .gateway-options--select.text-muted {
  color: #666;
}
.old-theme .seller-gateway--details {
  display: flex;
}
.old-theme .seller-gateway--details > div {
  width: 50%;
  max-width: 600px;
  min-width: 300px;
  margin-right: 2rem;
}
.old-theme .seller-gateway--details > div > p {
  min-height: 3rem;
}
.old-theme .seller-gateway--details-items {
  margin-bottom: 2rem;
}
.old-theme .seller-gateway--details-items select,
.old-theme .seller-gateway--details-items input,
.old-theme .seller-gateway--details-items .ui-select-toggle {
  box-shadow: none !important;
  border-radius: 2px !important;
  border: 1px solid #ddd !important;
  padding-left: 5px !important;
  height: 2.5rem !important;
}
.old-theme .seller-gateway--details-items select.seller-gateway--details-items--error,
.old-theme .seller-gateway--details-items input.seller-gateway--details-items--error,
.old-theme .seller-gateway--details-items .ui-select-toggle.seller-gateway--details-items--error {
  border: 1px solid #f44336 !important;
}
.old-theme .seller-gateway--details-items label {
  margin-top: 1rem;
}
.old-theme .seller-gateway--details-items .error-msg {
  color: #f44336 !important;
}
.old-theme .audit-filters {
  margin: 0;
  font-size: 75%;
}
@media (min-width: 992px) {
  .old-theme .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
.old-theme .cursor-initial {
  cursor: initial !important;
}
.old-theme .spinner-indeterminate {
  animation: spin2 0.7s infinite linear;
}
.old-theme .checkbox input[type="checkbox"][disabled] {
  cursor: not-allowed !important;
}
.old-theme .cycle-symbol {
  display: inline-block;
  float: left;
  padding: 0 2%;
  color: #9fafbe;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .old-theme .cycle-symbol {
    width: auto;
  }
}
.old-theme .carrier-search-bar {
  position: fixed;
  background-color: #fff;
  top: 68px;
  width: calc(100% - 250px);
  z-index: 1;
}
.old-theme .carrier-search-bar.scroll {
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  z-index: 1;
}
@media (max-width: 1280px) {
  .old-theme .carrier-search-bar {
    width: 100%;
  }
}
.old-theme .carrier {
  width: 100%;
  max-width: 465px;
  display: flex;
}
.old-theme .carrier .dropdown {
  flex-grow: 1;
  margin-left: 20px;
  margin-right: 20px;
}
.old-theme .carrier .dropdown-menu:hover {
  cursor: pointer;
}
.old-theme .trackgin__filter-actions {
  display: flex;
  justify-content: space-between;
}
.old-theme .carrier__input-group {
  flex-grow: 1;
  margin-left: 20px;
}
.old-theme .carrier__input {
  font-size: 13px;
  width: 100%;
}
.old-theme .tracking__table {
  padding-top: 65px;
}
.old-theme .tracking__button {
  border: none;
  color: #fff !important;
  border-radius: 4px;
  padding: 5px 20px;
}
.old-theme .tracking__button:hover {
  color: #fff !important;
  cursor: pointer;
}
.old-theme .tracking__button:before {
  color: #fff !important;
}
.old-theme .tracking__button.tracking__button-bg {
  font-size: 15px;
  line-height: 35px;
}
.old-theme .tracking__button-blue {
  background-color: #0079e5;
}
.old-theme .tracking__button-blue:hover {
  background-color: #005eb2;
}
.old-theme .tracking__button-red {
  background-color: #e52134;
}
.old-theme .tracking__button-red:hover {
  background-color: #b20919;
}
.old-theme .tracking__button-yellow {
  background-color: #fac42f;
}
.old-theme .tracking__button-yellow:hover {
  background-color: #ffc526;
}
.old-theme .modal__document {
  background-color: rgba(0,0,0,0.702);
}
.old-theme .modal__document__dialog {
  width: 520px !important;
  top: 50% !important;
  margin-top: -200px !important;
}
.old-theme .modal__document__close {
  color: #fff !important;
  line-height: 35px;
  margin-top: -40px !important;
}
.old-theme .modal__document__content {
  background-color: #5a2d82 !important;
  border-radius: 10px !important;
  color: #fff;
  padding: 2rem;
}
.old-theme .modal__document__icon {
  display: block;
  margin: 20px auto 0;
  height: 45px;
}
.old-theme .modal__document__sideicon {
  position: absolute;
  right: 20px;
  height: 30px;
  margin-bottom: 10px;
}
.old-theme .modal__document__content--header {
  color: #fff;
  line-height: 35px;
  display: flex;
  flex-grow: 0;
}
.old-theme .modal__document__content--header h3 {
  color: #fff;
  margin: 0;
  line-height: 35px;
}
.old-theme .modal__document__content--header-text {
  text-align: center;
  flex-grow: 1;
}
.old-theme .modal__document__content--header-icon {
  font-size: 30px;
}
.old-theme .modal__document__content--body-text {
  font-size: 1rem;
}
.old-theme .modal__document__footer {
  text-align: center;
}
.old-theme .modal__document__button {
  background-color: #fff;
  padding: 5px 20px;
  color: #000 !important;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
}
.old-theme .meus-contratos__filtro {
  max-width: 500px;
}
.old-theme .meus-contratos__filtro__dropdown {
  flex-grow: 1;
}
.old-theme .nsmktplace-button-text.meus-contratos__button {
  font-size: 0.75em !important;
  padding: 5px 3px !important;
}
.old-theme .modal__sign {
  width: 85% !important;
  height: 90vh !important;
  min-width: 900px !important;
}
.old-theme .modal__sign__content {
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.old-theme .alert-danger__sign {
  color: #fd5364 !important;
  background-color: #fddee2 !important;
  border-color: #fddee2 !important;
}
.old-theme .modal__sign__content--body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.old-theme .modal__sign__content--body__pdf {
  flex-grow: 1;
}
.old-theme .modal__sign__content--footer {
  display: flex;
  justify-content: space-between;
}
.old-theme .modal__sign__content--footer__buttons {
  display: flex;
}
.old-theme .modal__sign__content--footer__buttons .nsmktplace-button-text {
  align-self: flex-end;
}
.old-theme .modal__sign__tabs {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.old-theme .modal__sign__checkbox {
  width: 1rem !important;
  height: 1rem !important;
}
.old-theme .modal__sign__checkbox input[type="checkbox"] {
  width: 1rem !important;
  height: 1rem !important;
  margin-top: 0px !important;
}
.old-theme .modal__sign__checkbox input[type="checkbox"]::after {
  width: 1rem !important;
  height: 1rem !important;
  border: 1px solid #666 !important;
}
.old-theme .modal__sign__checkbox input[type="checkbox"]::before {
  top: -1px !important;
  left: 5px !important;
}
.old-theme .tracking-manager {
  padding: 1rem 1rem 0 1rem;
}
.old-theme .tracking-manager__group {
  max-width: 900px;
  padding: 0 20px;
}
.old-theme .tracking-manager__group__input {
  display: flex;
  margin-bottom: 20px;
}
.old-theme .tracking-manager__group__input__label {
  margin-right: 20px;
  line-height: 2.5rem;
  min-width: 100px;
}
.old-theme .tracking-manager__group__options {
  flex-grow: 1;
}
.old-theme .rule-application__group {
  margin: 0 1rem;
  display: flex;
  padding-left: 10px;
  padding-right: 20px;
}
.old-theme .rule-application__group__options {
  min-width: 300px;
  max-width: 30%;
  display: flex;
  flex-direction: column;
}
.old-theme .url-composer {
  display: flex;
  width: 70%;
  margin-right: 20px;
}
.old-theme .url-composer__textarea {
  width: 50%;
}
.old-theme .url-composer__dragdrop:hover {
  cursor: url("../images/openhand.ico"), default !important;
}
.old-theme .url-composer__dragdrop:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.old-theme .rule-application__group__buttons {
  display: flex;
}
.old-theme .dragged {
  background-color: #ff0;
}
.old-theme .input-info {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.old-theme .error-alert-input {
  color: #f00;
  font-size: 12px;
  margin: 0 4px;
}
.old-theme .count-input {
  font-size: 12px;
  margin: 0 4px;
}
.old-theme .ns-input-file {
  background: #d0d0d0;
  padding: 5px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #ccc !important;
  display: inline-block;
}
.old-theme .ns-input-file.ns-file-error {
  border: 1px solid #ff253a !important;
  background-color: #ffe5e8;
  color: #ff253a;
}
.old-theme a.btn-danger {
  color: #fff !important;
}
.old-theme .invalid-checkbox label {
  color: #ff253a;
}
.old-theme .invalid-checkbox input[type=checkbox]::after {
  border: 1px solid #ff253a !important;
  background-color: #ffe5e8;
  color: #ff253a;
}
.old-theme .sac-header-icon,
.old-theme .sac-header-titles {
  display: inline-block;
}
.old-theme .sac-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.old-theme .sac-header {
  background-color: #d2e8fc;
  margin: 0 0 80px !important;
  padding: 50px 20px 10px;
  border-bottom: none;
}
.old-theme .summary {
  margin-bottom: -60px;
}
.old-theme .summary-container {
  max-width: 900px;
  margin: 0 auto;
  max-height: 130px;
  transition: all 0.33s ease;
  overflow: hidden;
}
.old-theme .summary--expand {
  max-height: 400px;
}
.old-theme .table-mobile-fit {
  overflow-x: scroll;
}
.old-theme .sac-header-actions {
  position: absolute;
  top: -65px;
  right: 20px;
}
.old-theme .export-excel-img {
  width: 25px;
  padding-top: 13px;
}
.old-theme .export-excel-path {
  fill: #fff;
}
.old-theme .sac-header-title {
  font-weight: bold;
}
.old-theme .sac-header-subtitle {
  margin: 0;
  font-weight: 300;
}
.old-theme .sac-alerts {
  position: fixed;
  top: 80px;
  right: 20px;
  left: 20px;
  z-index: 4;
}
.old-theme .summary-more {
  color: #a5a5a5;
}
.old-theme .soft-border {
  border: 1px solid #eceef2;
}
.old-theme .sac-td {
  padding: 10px !important;
}
.old-theme .sac-select .ui-select-placeholder,
.old-theme .sac-select .ui-select-search.form-control,
.old-theme .sac-select .select2-input.ui-select-search,
.old-theme .sac-select .select2-result-label,
.old-theme .sac-select .select2-search-choice-close,
.old-theme .sac-select .select2-search-choice {
  font-size: 12px !important;
}
.old-theme .sac-select {
  border: 1px solid #eceef2 !important;
  border-radius: 3px !important;
}
.old-theme .th-input {
  border: none !important;
  box-shadow: none !important;
  color: #9fafbe;
  font-size: 13px !important;
}
.old-theme .th-input::placeholder {
  color: #9fafbe;
}
.old-theme .th-filter {
  display: flex;
  border-radius: 5px;
}
.old-theme .td-min-width {
  min-width: 130px;
}
@media (min-width: 768px) {
  .old-theme .summary-more {
    display: none;
  }
  .old-theme .table-mobile-fit {
    overflow-x: initial;
  }
  .old-theme .sac-alerts {
    left: initial;
    right: 40px;
  }
}
.old-theme .gerenciar-contrato__loading,
.old-theme .gerenciar-contrato__title,
.old-theme .selecionar-fornecedor,
.old-theme .importar-fornecedores,
.old-theme .fornecedor-associado {
  margin: 0;
  padding: 1rem;
}
.old-theme .fornecedor-associado {
  min-height: 450px;
}
.old-theme .gerenciar-contrato__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.old-theme .gerenciar-contrato__title--label,
.old-theme .incluir-fornecedores__title,
.old-theme .importar-fornecedores__title,
.old-theme .fornecedor-associado__title {
  color: #0079e5;
}
.old-theme .selecionar-fornecedor__incluir {
  display: flex;
  align-items: baseline;
}
.old-theme .selecionar-fornecedor__incluir__supplier {
  flex-grow: 1;
}
.old-theme .supplier-document-result--error {
  color: #e52134;
}
.old-theme .supplier-document-result--success {
  color: #3c763d;
}
.old-theme .supplier-document-result--process {
  color: #aaa;
}
.old-theme .supplier-document-result__button {
  border: none;
  color: #fff !important;
  border-radius: 4px;
  padding: 5px 20px;
}
.old-theme .supplier-document-result__button:hover {
  color: #fff !important;
  cursor: pointer;
}
.old-theme .supplier-document-result__button:before {
  color: #fff !important;
}
.old-theme .supplier-document-result--red {
  background-color: #e52134;
}
.old-theme .supplier-document-result--red:hover {
  background-color: #b20919;
}
.old-theme .collapse-selecionar-fornecedor,
.old-theme .collapse-fornecedor-associado {
  background-color: #2196f3;
  cursor: pointer;
  padding: 3px 1rem;
  display: flex;
  justify-content: space-between;
}
.old-theme .collapse-selecionar-fornecedor .selecionar-fornecedor__title,
.old-theme .collapse-fornecedor-associado .selecionar-fornecedor__title,
.old-theme .collapse-selecionar-fornecedor .collapse-icone,
.old-theme .collapse-fornecedor-associado .collapse-icone {
  color: #fff;
}
.old-theme .collapse-selecionar-fornecedor .collapse-icone,
.old-theme .collapse-fornecedor-associado .collapse-icone {
  padding-top: 15px;
}
.old-theme .selecionar-fornecedor__filter {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.old-theme .importar-fornecedores__container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.old-theme .importar-fornecedores__selecionar-arquivo {
  min-width: 400px;
  background-color: #fff;
  border: 1px solid #fff !important;
}
.old-theme .adicionar-document--textarea {
  height: 150px !important;
}
.old-theme .textarea-massive {
  height: initial;
  min-height: initial;
  border: 1px solid #c0ccda;
  border-radius: 5px;
}
.old-theme .textarea-massive::-webkit-input-placeholder {
  color: #c0ccda;
}
.old-theme .textarea-massive::-moz-placeholder {
  color: #c0ccda;
}
.old-theme .regras-dominio,
.old-theme .regras-dominio__group {
  padding: 1rem;
}
.old-theme .regras-dominio .regras-dominio__filter-button {
  padding: 9.5px 20px;
}
.old-theme .ean-config-radiobutton {
  margin-left: -33px !important;
}
.old-theme .regras-dominio-general {
  padding: 5px 15px !important;
  line-height: 32px !important;
}
.old-theme .field-drop-down {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 1rem;
}
.old-theme .nsInput.blocklist-exclude-option:disabled {
  background-color: #fff !important;
  color: #666 !important;
  opacity: 1 !important;
}
.old-theme .blocklist-actions,
.old-theme .obrigatoriedade-ean {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 !important;
}
.old-theme .blocklist-actions {
  margin-left: 10px !important;
}
.old-theme .obrigatoriedade-ean--deletar {
  margin-right: 16px !important;
}
.old-theme #ns-loading-app {
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: progress;
}
.old-theme #ns-loading-app i {
  color: #5b2f82;
  font-size: 30px;
}
.old-theme #ns-loading-app img {
  animation: logo-pulse 0.9s infinite alternate ease-out;
  max-width: 200px;
}
.old-theme .nsemle-etiqeuta-btn {
  text-transform: none !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media (max-width: 1600px) {
  .old-theme .nsemle-etiqeuta-btn {
    font-size: 9px !important;
  }
}
.old-theme .tooltip-payment-gateway {
  line-height: 8px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.old-theme .tooltip-payment-gateway:last-child {
  margin-bottom: 0;
}
.old-theme .payment-gateway-img {
  margin: 6px auto !important;
}
.old-theme .icon-info-invoiced:before {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #1ed068;
}
.old-theme .no-white-space {
  white-space: initial !important;
}
.old-theme .th-contracts-name-title {
  width: 33%;
}
.old-theme .importacao-container {
  display: inline;
  margin-top: -10px;
}
.old-theme .importacao-container__box {
  display: inline;
}
.old-theme .importacao-container__box__new-links {
  background-color: #eee;
  width: 300px;
  display: inline;
}
.old-theme .settings {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.old-theme .settings .settings-tooltip {
  font-size: 20px;
}
.old-theme .settings__mensagem-inicio {
  font-size: 14px;
}
.old-theme .settings .white.well {
  padding: 16px;
}
.old-theme .settings h2 {
  color: #444;
  font-size: 24px;
  line-height: 28px;
  margin: 8px 0;
}
.old-theme .settings h3 {
  color: #4994ec;
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0;
}
.old-theme .settings p {
  margin: 8px 0 15px 0;
}
.old-theme .settings-groups {
  display: flex;
}
.old-theme .settings .persona-value__name {
  margin-left: 0;
}
.old-theme .settings .persona-value__number {
  margin-left: 20px;
}
.old-theme .settings .persona-value {
  margin-right: 12px;
}
.old-theme .settings .persona-value .persona-value__group {
  width: 310px;
  border: 1px #ececec solid;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.old-theme .settings .persona-value .persona-value__group .persona-value__title {
  display: block;
  border-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  width: auto;
}
.old-theme .settings .persona-value .persona-value__group .persona-value__price,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline {
  border: 1px solid #b6b6b6;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 16px;
}
.old-theme .settings .persona-value .persona-value__group .persona-value__price.edit-disabled,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline.edit-disabled {
  background-color: #f9f9f9;
}
.old-theme .settings .persona-value .persona-value__group .persona-value__price:only-child,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline:only-child {
  display: block;
  width: auto;
}
.old-theme .settings .persona-value .persona-value__group .persona-value__price input[type=text],
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline input[type=text],
.old-theme .settings .persona-value .persona-value__group .persona-value__price input[type=number],
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline input[type=number] {
  font-size: 12px;
  width: 80px;
  background-color: transparent;
  box-shadow: none;
  -moz-appearance: textfield;
}
.old-theme .settings .persona-value .persona-value__group .persona-value__price input[type=text]::-webkit-outer-spin-button,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline input[type=text]::-webkit-outer-spin-button,
.old-theme .settings .persona-value .persona-value__group .persona-value__price input[type=number]::-webkit-outer-spin-button,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline input[type=number]::-webkit-outer-spin-button,
.old-theme .settings .persona-value .persona-value__group .persona-value__price input[type=text]::-webkit-inner-spin-button,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline input[type=text]::-webkit-inner-spin-button,
.old-theme .settings .persona-value .persona-value__group .persona-value__price input[type=number]::-webkit-inner-spin-button,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.old-theme .settings .persona-value .persona-value__group .persona-value__price input[type=text]:disabled,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline input[type=text]:disabled,
.old-theme .settings .persona-value .persona-value__group .persona-value__price input[type=number]:disabled,
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline input[type=number]:disabled {
  border: none;
}
.old-theme .settings .persona-value .persona-value__group .persona-value__deadline-message {
  padding-right: 0;
  padding-left: 0;
  font-size: 9px;
  margin-bottom: 0;
  line-height: 16px;
  color: #4994ec;
}
.old-theme .settings .persona-actions {
  margin-right: 36px;
}
.old-theme .settings .btn-success {
  background-color: #4994ec;
  margin-left: 8px;
}
.old-theme .ui-select-placeholder,
.old-theme .ui-select-match-textgit,
.old-theme .produts-criticados .ui-select-match-text {
  text-transform: initial !important;
}
.old-theme #tipoDeCritica .ui-select-choices-row-inner {
  white-space: normal;
}
.old-theme .horizontal-vertical-center {
  text-align: center;
  vertical-align: middle !important;
}
.old-theme .tooltip.in {
  opacity: 1 !important;
}
.old-theme .tooltip-inner {
  background-color: #424a52 !important;
}
.old-theme .tooltip.top .tooltip-arrow {
  border-top-color: #424a52 !important;
}
.old-theme .import-subtitle {
  color: #0091ea;
}
.old-theme .menu-style {
  display: flex !important;
  gap: 10px;
  align-content: baseline;
}
.old-theme .menu-style-icon {
  color: #bebebe;
}
.old-theme .menu-style-item {
  width: 150px;
  margin-left: 2px;
}
.old-theme .error-page-title {
  margin-top: 100px;
  color: #424a52;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.old-theme .error-page-message {
  color: #424a52;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.old-theme .error-page-button {
  border: 0;
  border-radius: 2px;
  background: #4994ec;
  padding: 5px 20px;
  color: #fff;
  font-size: 10px;
}
@-moz-keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes progress-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes progress-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.old-theme .select2-container {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 7px;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 0px;
  cursor: pointer;
}
@include box-shadow(inset 0 -1px 0 #DDD);
.old-theme .ui-select-choices-row {
  padding: 10px 15px;
}
.old-theme .select2-container,
.old-theme .select2-drop,
.old-theme .select2-search,
.old-theme .select2-search input {
/*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box; /* firefox */
  -ms-box-sizing: border-box; /* ie */
  -webkit-box-sizing: border-box; /* webkit */
  -khtml-box-sizing: border-box; /* konqueror */
  box-sizing: border-box; /* css3 */
}
.old-theme .select2-container .select2-choice {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  color: #444;
  text-decoration: none;
}
.old-theme .select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.old-theme .select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.old-theme .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.old-theme .select2-drop {
  background: #fff;
  color: #000;
  border-top: 0;
  position: absolute;
  top: 100%;
  z-index: 99999;
  width: 100%;
  margin-top: -30px;
}
@include box-shadow(0 5px 11px 0 rgba(0 0 0 0.18) 0 4px 15px 0 rgba(0 0 0 0.15));
.old-theme .ui-select-multiple .select2-drop {
  margin-top: 0px;
}
.old-theme .select2-drop.select2-drop-above {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
}
@include box-shadow(0 -4px 5px rgba(0 0 0 .15));
.old-theme .select2-container .select2-choice div b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.old-theme .select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.old-theme .select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.old-theme .select2-search input {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") no-repeat 100% -22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@include box-shadow(none);
.old-theme .select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.old-theme .select2-search input.select2-active {
  background: #fff url("spinner.gif") no-repeat 100%;
  background: url("spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("spinner.gif") no-repeat 100%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
  background: url("spinner.gif") no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
  background: url("spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.old-theme .select2-container-active .select2-choice,
.old-theme .select2-container-active .select2-choices {
  outline: none;
}
.old-theme .select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.old-theme .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}
.old-theme .select2-results {
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
}
.old-theme .select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}
.old-theme .select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.old-theme .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.old-theme .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.old-theme .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.old-theme .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.old-theme .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.old-theme .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.old-theme .select2-results li {
  list-style: none;
  display: list-item;
}
.old-theme .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.old-theme .select2-results .select2-result-label {
  margin: 0;
  cursor: pointer;
}
.old-theme .select2-results .select2-highlighted {
  background: #2196f3;
  color: #fff;
}
.old-theme .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.old-theme .select2-results .select2-highlighted em {
  background: transparent;
}
.old-theme .select2-results .select2-no-results,
.old-theme .select2-results .select2-searching,
.old-theme .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
.old-theme .select2-results .select2-disabled {
  display: none;
}
.old-theme .select2-more-results.select2-active {
  background: #f4f4f4 url("spinner.gif") no-repeat 100%;
}
.old-theme .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.old-theme .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.old-theme .select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.old-theme .select2-container-multi .select2-choices {
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.old-theme .select2-container-multi .select2-choices {
  min-height: 26px;
}
.old-theme .select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}
.old-theme .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.old-theme .select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.old-theme .select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
}
@include box-shadow(none);
.old-theme .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("spinner.gif") no-repeat 100% !important;
}
.old-theme .select2-default {
  color: #999 !important;
}
.old-theme .select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f9f9f9;
  line-height: 13px;
  padding: 10px 20px 10px 35px;
  margin: 0 0 5px 5px;
  position: relative;
  cursor: default;
}
.old-theme .select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.old-theme .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.old-theme .select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  outline: none;
  font-family: 'Material Design Iconic Font';
  font-size: 25px;
  line-height: 1;
}
.old-theme .select2-search-choice-close:after {
  content: "\f29a";
}
.old-theme .select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.old-theme .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.old-theme .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.old-theme .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.old-theme .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.old-theme .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
.old-theme .select2-result-selectable .select2-match,
.old-theme .select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline;
}
.old-theme .select2-result-unselectable .select2-match {
  text-decoration: none;
}
.old-theme .select2-offscreen {
  position: absolute;
  left: -10000px;
}
.old-theme .select2-display-none {
  display: none;
}
/* jQuery UI - v1.11.3 - 2015-02-12
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.old-theme .ui-helper-hidden {
  display: none;
}
.old-theme .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.old-theme .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.old-theme .ui-helper-clearfix:before,
.old-theme .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.old-theme .ui-helper-clearfix:after {
  clear: both;
}
.old-theme .ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.old-theme .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(0);
/* support: IE8 */
}
.old-theme .ui-front {
  z-index: 100;
}
.old-theme .ui-state-disabled {
  cursor: default !important;
}
.old-theme .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.old-theme .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.old-theme .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; /* support: IE7 */
  font-size: 100%;
}
.old-theme .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.old-theme .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.old-theme .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.old-theme .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.old-theme .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.old-theme .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}
.old-theme .ui-button,
.old-theme .ui-button:link,
.old-theme .ui-button:visited,
.old-theme .ui-button:hover,
.old-theme .ui-button:active {
  text-decoration: none;
}
.old-theme .ui-button-icon-only {
  width: 2.2em;
}
.old-theme button.ui-button-icon-only {
  width: 2.4em;
}
.old-theme .ui-button-icons-only {
  width: 3.4em;
}
.old-theme button.ui-button-icons-only {
  width: 3.7em;
}
.old-theme .ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.old-theme .ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.old-theme .ui-button-icon-only .ui-button-text,
.old-theme .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.old-theme .ui-button-text-icon-primary .ui-button-text,
.old-theme .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.old-theme .ui-button-text-icon-secondary .ui-button-text,
.old-theme .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.old-theme .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.old-theme input.ui-button {
  padding: 0.4em 1em;
}
.old-theme .ui-button-icon-only .ui-icon,
.old-theme .ui-button-text-icon-primary .ui-icon,
.old-theme .ui-button-text-icon-secondary .ui-icon,
.old-theme .ui-button-text-icons .ui-icon,
.old-theme .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.old-theme .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.old-theme .ui-button-text-icon-primary .ui-button-icon-primary,
.old-theme .ui-button-text-icons .ui-button-icon-primary,
.old-theme .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.old-theme .ui-button-text-icon-secondary .ui-button-icon-secondary,
.old-theme .ui-button-text-icons .ui-button-icon-secondary,
.old-theme .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.old-theme .ui-buttonset {
  margin-right: 7px;
}
.old-theme .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
.old-theme input.ui-button::-moz-focus-inner,
.old-theme button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.old-theme .ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.old-theme .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.old-theme .ui-datepicker .ui-datepicker-prev,
.old-theme .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.old-theme .ui-datepicker .ui-datepicker-prev-hover,
.old-theme .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.old-theme .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.old-theme .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.old-theme .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.old-theme .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.old-theme .ui-datepicker .ui-datepicker-prev span,
.old-theme .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.old-theme .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.old-theme .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.old-theme .ui-datepicker select.ui-datepicker-month,
.old-theme .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.old-theme .ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.old-theme .ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.old-theme .ui-datepicker td {
  border: 0;
  padding: 1px;
}
.old-theme .ui-datepicker td span,
.old-theme .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.old-theme .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.old-theme .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.old-theme .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.old-theme .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.old-theme .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.old-theme .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.old-theme .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.old-theme .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.old-theme .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.old-theme .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.old-theme .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.old-theme .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.old-theme .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.old-theme .ui-datepicker-rtl {
  direction: rtl;
}
.old-theme .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.old-theme .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.old-theme .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.old-theme .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.old-theme .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.old-theme .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.old-theme .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.old-theme .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.old-theme .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.old-theme .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.old-theme .ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.old-theme .ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.old-theme .ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.old-theme .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.old-theme .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.old-theme .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.old-theme .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.old-theme .ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.old-theme .ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.old-theme .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.old-theme .ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.old-theme .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.old-theme .ui-menu .ui-menu {
  position: absolute;
}
.old-theme .ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
/* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.old-theme .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.old-theme .ui-menu .ui-state-focus,
.old-theme .ui-menu .ui-state-active {
  margin: -1px;
}
.old-theme .ui-menu-icons {
  position: relative;
}
.old-theme .ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.old-theme .ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.old-theme .ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.old-theme .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.old-theme .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.old-theme .ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}
.old-theme .ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.old-theme .ui-resizable {
  position: relative;
}
.old-theme .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.old-theme .ui-resizable-disabled .ui-resizable-handle,
.old-theme .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.old-theme .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.old-theme .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.old-theme .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.old-theme .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.old-theme .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.old-theme .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.old-theme .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.old-theme .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.old-theme .ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.old-theme .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.old-theme .ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.old-theme .ui-selectmenu-menu .ui-menu {
  overflow: auto;
/* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.old-theme .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.old-theme .ui-selectmenu-open {
  display: block;
}
.old-theme .ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.old-theme .ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.old-theme .ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.old-theme .ui-slider {
  position: relative;
  text-align: left;
}
.old-theme .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.old-theme .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.old-theme .ui-slider.ui-state-disabled .ui-slider-handle,
.old-theme .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.old-theme .ui-slider-horizontal {
  height: 0.8em;
}
.old-theme .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.old-theme .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.old-theme .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.old-theme .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.old-theme .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.old-theme .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.old-theme .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.old-theme .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.old-theme .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.old-theme .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.old-theme .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.old-theme .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.old-theme .ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.old-theme .ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.old-theme .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.old-theme .ui-spinner-up {
  top: 0;
}
.old-theme .ui-spinner-down {
  bottom: 0;
}
.old-theme .ui-spinner .ui-icon-triangle-1-s {
/* need to fix icons sprite */
  background-position: -65px -16px;
}
.old-theme .ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.old-theme .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.old-theme .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.old-theme .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.old-theme .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.old-theme .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.old-theme .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.old-theme .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.old-theme .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.old-theme .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.old-theme .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
.old-theme body .ui-tooltip {
  border-width: 2px;
}
.old-theme .ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.old-theme .ui-widget .ui-widget {
  font-size: 1em;
}
.old-theme .ui-widget input,
.old-theme .ui-widget select,
.old-theme .ui-widget textarea,
.old-theme .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.old-theme .ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.old-theme .ui-widget-content a {
  color: #333;
}
.old-theme .ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.old-theme .ui-widget-header a {
  color: #333;
}
.old-theme .ui-state-default,
.old-theme .ui-widget-content .ui-state-default,
.old-theme .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.old-theme .ui-state-default a,
.old-theme .ui-state-default a:link,
.old-theme .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.old-theme .ui-state-hover,
.old-theme .ui-widget-content .ui-state-hover,
.old-theme .ui-widget-header .ui-state-hover,
.old-theme .ui-state-focus,
.old-theme .ui-widget-content .ui-state-focus,
.old-theme .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.old-theme .ui-state-hover a,
.old-theme .ui-state-hover a:hover,
.old-theme .ui-state-hover a:link,
.old-theme .ui-state-hover a:visited,
.old-theme .ui-state-focus a,
.old-theme .ui-state-focus a:hover,
.old-theme .ui-state-focus a:link,
.old-theme .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.old-theme .ui-state-active,
.old-theme .ui-widget-content .ui-state-active,
.old-theme .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.old-theme .ui-state-active a,
.old-theme .ui-state-active a:link,
.old-theme .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.old-theme .ui-state-highlight,
.old-theme .ui-widget-content .ui-state-highlight,
.old-theme .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.old-theme .ui-state-highlight a,
.old-theme .ui-widget-content .ui-state-highlight a,
.old-theme .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.old-theme .ui-state-error,
.old-theme .ui-widget-content .ui-state-error,
.old-theme .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.old-theme .ui-state-error a,
.old-theme .ui-widget-content .ui-state-error a,
.old-theme .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.old-theme .ui-state-error-text,
.old-theme .ui-widget-content .ui-state-error-text,
.old-theme .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.old-theme .ui-priority-primary,
.old-theme .ui-widget-content .ui-priority-primary,
.old-theme .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.old-theme .ui-priority-secondary,
.old-theme .ui-widget-content .ui-priority-secondary,
.old-theme .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(70);
/* support: IE8 */
  font-weight: normal;
}
.old-theme .ui-state-disabled,
.old-theme .ui-widget-content .ui-state-disabled,
.old-theme .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(35);
/* support: IE8 */
  background-image: none;
}
.old-theme .ui-state-disabled .ui-icon {
  filter: Alpha(35);
/* support: IE8 - See #6059 */
}
.old-theme .ui-icon {
  width: 16px;
  height: 16px;
}
.old-theme .ui-icon,
.old-theme .ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}
.old-theme .ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}
.old-theme .ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png");
}
.old-theme .ui-state-hover .ui-icon,
.old-theme .ui-state-focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png");
}
.old-theme .ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.old-theme .ui-state-highlight .ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png");
}
.old-theme .ui-state-error .ui-icon,
.old-theme .ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}
.old-theme .ui-icon-blank {
  background-position: 16px 16px;
}
.old-theme .ui-icon-carat-1-n {
  background-position: 0 0;
}
.old-theme .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.old-theme .ui-icon-carat-1-e {
  background-position: -32px 0;
}
.old-theme .ui-icon-carat-1-se {
  background-position: -48px 0;
}
.old-theme .ui-icon-carat-1-s {
  background-position: -64px 0;
}
.old-theme .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.old-theme .ui-icon-carat-1-w {
  background-position: -96px 0;
}
.old-theme .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.old-theme .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.old-theme .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.old-theme .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.old-theme .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.old-theme .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.old-theme .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.old-theme .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.old-theme .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.old-theme .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.old-theme .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.old-theme .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.old-theme .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.old-theme .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.old-theme .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.old-theme .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.old-theme .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.old-theme .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.old-theme .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.old-theme .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.old-theme .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.old-theme .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.old-theme .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.old-theme .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.old-theme .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.old-theme .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.old-theme .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.old-theme .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.old-theme .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.old-theme .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.old-theme .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.old-theme .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.old-theme .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.old-theme .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.old-theme .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.old-theme .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.old-theme .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.old-theme .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.old-theme .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.old-theme .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.old-theme .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.old-theme .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.old-theme .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.old-theme .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.old-theme .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.old-theme .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.old-theme .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.old-theme .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.old-theme .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.old-theme .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.old-theme .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.old-theme .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.old-theme .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.old-theme .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.old-theme .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.old-theme .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.old-theme .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.old-theme .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.old-theme .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.old-theme .ui-icon-extlink {
  background-position: -32px -80px;
}
.old-theme .ui-icon-newwin {
  background-position: -48px -80px;
}
.old-theme .ui-icon-refresh {
  background-position: -64px -80px;
}
.old-theme .ui-icon-shuffle {
  background-position: -80px -80px;
}
.old-theme .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.old-theme .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.old-theme .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.old-theme .ui-icon-folder-open {
  background-position: -16px -96px;
}
.old-theme .ui-icon-document {
  background-position: -32px -96px;
}
.old-theme .ui-icon-document-b {
  background-position: -48px -96px;
}
.old-theme .ui-icon-note {
  background-position: -64px -96px;
}
.old-theme .ui-icon-mail-closed {
  background-position: -80px -96px;
}
.old-theme .ui-icon-mail-open {
  background-position: -96px -96px;
}
.old-theme .ui-icon-suitcase {
  background-position: -112px -96px;
}
.old-theme .ui-icon-comment {
  background-position: -128px -96px;
}
.old-theme .ui-icon-person {
  background-position: -144px -96px;
}
.old-theme .ui-icon-print {
  background-position: -160px -96px;
}
.old-theme .ui-icon-trash {
  background-position: -176px -96px;
}
.old-theme .ui-icon-locked {
  background-position: -192px -96px;
}
.old-theme .ui-icon-unlocked {
  background-position: -208px -96px;
}
.old-theme .ui-icon-bookmark {
  background-position: -224px -96px;
}
.old-theme .ui-icon-tag {
  background-position: -240px -96px;
}
.old-theme .ui-icon-home {
  background-position: 0 -112px;
}
.old-theme .ui-icon-flag {
  background-position: -16px -112px;
}
.old-theme .ui-icon-calendar {
  background-position: -32px -112px;
}
.old-theme .ui-icon-cart {
  background-position: -48px -112px;
}
.old-theme .ui-icon-pencil {
  background-position: -64px -112px;
}
.old-theme .ui-icon-clock {
  background-position: -80px -112px;
}
.old-theme .ui-icon-disk {
  background-position: -96px -112px;
}
.old-theme .ui-icon-calculator {
  background-position: -112px -112px;
}
.old-theme .ui-icon-zoomin {
  background-position: -128px -112px;
}
.old-theme .ui-icon-zoomout {
  background-position: -144px -112px;
}
.old-theme .ui-icon-search {
  background-position: -160px -112px;
}
.old-theme .ui-icon-wrench {
  background-position: -176px -112px;
}
.old-theme .ui-icon-gear {
  background-position: -192px -112px;
}
.old-theme .ui-icon-heart {
  background-position: -208px -112px;
}
.old-theme .ui-icon-star {
  background-position: -224px -112px;
}
.old-theme .ui-icon-link {
  background-position: -240px -112px;
}
.old-theme .ui-icon-cancel {
  background-position: 0 -128px;
}
.old-theme .ui-icon-plus {
  background-position: -16px -128px;
}
.old-theme .ui-icon-plusthick {
  background-position: -32px -128px;
}
.old-theme .ui-icon-minus {
  background-position: -48px -128px;
}
.old-theme .ui-icon-minusthick {
  background-position: -64px -128px;
}
.old-theme .ui-icon-close {
  background-position: -80px -128px;
}
.old-theme .ui-icon-closethick {
  background-position: -96px -128px;
}
.old-theme .ui-icon-key {
  background-position: -112px -128px;
}
.old-theme .ui-icon-lightbulb {
  background-position: -128px -128px;
}
.old-theme .ui-icon-scissors {
  background-position: -144px -128px;
}
.old-theme .ui-icon-clipboard {
  background-position: -160px -128px;
}
.old-theme .ui-icon-copy {
  background-position: -176px -128px;
}
.old-theme .ui-icon-contact {
  background-position: -192px -128px;
}
.old-theme .ui-icon-image {
  background-position: -208px -128px;
}
.old-theme .ui-icon-video {
  background-position: -224px -128px;
}
.old-theme .ui-icon-script {
  background-position: -240px -128px;
}
.old-theme .ui-icon-alert {
  background-position: 0 -144px;
}
.old-theme .ui-icon-info {
  background-position: -16px -144px;
}
.old-theme .ui-icon-notice {
  background-position: -32px -144px;
}
.old-theme .ui-icon-help {
  background-position: -48px -144px;
}
.old-theme .ui-icon-check {
  background-position: -64px -144px;
}
.old-theme .ui-icon-bullet {
  background-position: -80px -144px;
}
.old-theme .ui-icon-radio-on {
  background-position: -96px -144px;
}
.old-theme .ui-icon-radio-off {
  background-position: -112px -144px;
}
.old-theme .ui-icon-pin-w {
  background-position: -128px -144px;
}
.old-theme .ui-icon-pin-s {
  background-position: -144px -144px;
}
.old-theme .ui-icon-play {
  background-position: 0 -160px;
}
.old-theme .ui-icon-pause {
  background-position: -16px -160px;
}
.old-theme .ui-icon-seek-next {
  background-position: -32px -160px;
}
.old-theme .ui-icon-seek-prev {
  background-position: -48px -160px;
}
.old-theme .ui-icon-seek-end {
  background-position: -64px -160px;
}
.old-theme .ui-icon-seek-start {
  background-position: -80px -160px;
}
.old-theme .ui-icon-seek-first {
  background-position: -80px -160px;
}
.old-theme .ui-icon-stop {
  background-position: -96px -160px;
}
.old-theme .ui-icon-eject {
  background-position: -112px -160px;
}
.old-theme .ui-icon-volume-off {
  background-position: -128px -160px;
}
.old-theme .ui-icon-volume-on {
  background-position: -144px -160px;
}
.old-theme .ui-icon-power {
  background-position: 0 -176px;
}
.old-theme .ui-icon-signal-diag {
  background-position: -16px -176px;
}
.old-theme .ui-icon-signal {
  background-position: -32px -176px;
}
.old-theme .ui-icon-battery-0 {
  background-position: -48px -176px;
}
.old-theme .ui-icon-battery-1 {
  background-position: -64px -176px;
}
.old-theme .ui-icon-battery-2 {
  background-position: -80px -176px;
}
.old-theme .ui-icon-battery-3 {
  background-position: -96px -176px;
}
.old-theme .ui-icon-circle-plus {
  background-position: 0 -192px;
}
.old-theme .ui-icon-circle-minus {
  background-position: -16px -192px;
}
.old-theme .ui-icon-circle-close {
  background-position: -32px -192px;
}
.old-theme .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.old-theme .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.old-theme .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.old-theme .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.old-theme .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.old-theme .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.old-theme .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.old-theme .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.old-theme .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.old-theme .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.old-theme .ui-icon-circle-check {
  background-position: -208px -192px;
}
.old-theme .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.old-theme .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.old-theme .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.old-theme .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.old-theme .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.old-theme .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.old-theme .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.old-theme .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.old-theme .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.old-theme .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.old-theme .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.old-theme .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.old-theme .ui-corner-all,
.old-theme .ui-corner-top,
.old-theme .ui-corner-left,
.old-theme .ui-corner-tl {
  border-top-left-radius: 3px;
}
.old-theme .ui-corner-all,
.old-theme .ui-corner-top,
.old-theme .ui-corner-right,
.old-theme .ui-corner-tr {
  border-top-right-radius: 3px;
}
.old-theme .ui-corner-all,
.old-theme .ui-corner-bottom,
.old-theme .ui-corner-left,
.old-theme .ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.old-theme .ui-corner-all,
.old-theme .ui-corner-bottom,
.old-theme .ui-corner-right,
.old-theme .ui-corner-br {
  border-bottom-right-radius: 3px;
}
.old-theme .ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(30); /* support: IE8 */
}
.old-theme .ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: Alpha(30); /* support: IE8 */
  border-radius: 8px;
}
@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-ThinItalic.eot");
  src: url("../fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto-ThinItalic.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../fonts/Roboto-ThinItalic.eot");
  src: url("../fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto-ThinItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/Roboto-LightItalic.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../fonts/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/Roboto-LightItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-RegularItalic.eot");
  src: url("../fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-RegularItalic.woff2") format("woff2"), url("../fonts/Roboto-RegularItalic.woff") format("woff"), url("../fonts/Roboto-RegularItalic.ttf") format("truetype"), url("../fonts/Roboto-RegularItalic.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-RegularItalic";
  src: url("../fonts/Roboto-RegularItalic.eot");
  src: url("../fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-RegularItalic.woff2") format("woff2"), url("../fonts/Roboto-RegularItalic.woff") format("woff"), url("../fonts/Roboto-RegularItalic.ttf") format("truetype"), url("../fonts/Roboto-RegularItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.eot");
  src: url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../fonts/Roboto-MediumItalic.eot");
  src: url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto") format("svg");
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.eot");
  src: url("../fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic.svg#Roboto") format("svg");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("../fonts/Roboto-BlackItalic.eot");
  src: url("../fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic.svg#Roboto") format("svg");
}
/*
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.old-theme .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.old-theme .fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.old-theme .fa-2x {
  font-size: 2em;
}
.old-theme .fa-3x {
  font-size: 3em;
}
.old-theme .fa-4x {
  font-size: 4em;
}
.old-theme .fa-5x {
  font-size: 5em;
}
.old-theme .fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.old-theme .fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.old-theme .fa-ul > li {
  position: relative;
}
.old-theme .fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.old-theme .fa-li.fa-lg {
  left: -1.8571428571em;
}
.old-theme .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.old-theme .pull-right,
.old-theme .page-header .actions {
  float: right;
}
.old-theme .pull-left {
  float: left;
}
.old-theme .fa.pull-left {
  margin-right: 0.3em;
}
.old-theme .fa.pull-right,
.old-theme .page-header .fa.actions {
  margin-left: 0.3em;
}
.old-theme .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.old-theme .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.old-theme .fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.old-theme .fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.old-theme .fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.old-theme .fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.old-theme .fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.old-theme .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.old-theme .fa-stack-1x,
.old-theme .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.old-theme .fa-stack-1x {
  line-height: inherit;
}
.old-theme .fa-stack-2x {
  font-size: 2em;
}
.old-theme .fa-inverse {
  color: #fff;
}
.old-theme .fa-glass:before {
  content: "";
}
.old-theme .fa-music:before {
  content: "";
}
.old-theme .fa-search:before {
  content: "";
}
.old-theme .fa-envelope-o:before {
  content: "";
}
.old-theme .fa-heart:before {
  content: "";
}
.old-theme .fa-star:before {
  content: "";
}
.old-theme .fa-star-o:before {
  content: "";
}
.old-theme .fa-user:before {
  content: "";
}
.old-theme .fa-film:before {
  content: "";
}
.old-theme .fa-th-large:before {
  content: "";
}
.old-theme .fa-th:before {
  content: "";
}
.old-theme .fa-th-list:before {
  content: "";
}
.old-theme .fa-check:before {
  content: "";
}
.old-theme .fa-remove:before,
.old-theme .fa-close:before,
.old-theme .fa-times:before {
  content: "";
}
.old-theme .fa-search-plus:before {
  content: "";
}
.old-theme .fa-search-minus:before {
  content: "";
}
.old-theme .fa-power-off:before {
  content: "";
}
.old-theme .fa-signal:before {
  content: "";
}
.old-theme .fa-gear:before,
.old-theme .fa-cog:before {
  content: "";
}
.old-theme .fa-trash-o:before {
  content: "";
}
.old-theme .fa-home:before {
  content: "";
}
.old-theme .fa-file-o:before {
  content: "";
}
.old-theme .fa-clock-o:before {
  content: "";
}
.old-theme .fa-road:before {
  content: "";
}
.old-theme .fa-download:before {
  content: "";
}
.old-theme .fa-arrow-circle-o-down:before {
  content: "";
}
.old-theme .fa-arrow-circle-o-up:before {
  content: "";
}
.old-theme .fa-inbox:before {
  content: "";
}
.old-theme .fa-play-circle-o:before {
  content: "";
}
.old-theme .fa-rotate-right:before,
.old-theme .fa-repeat:before {
  content: "";
}
.old-theme .fa-refresh:before {
  content: "";
}
.old-theme .fa-list-alt:before {
  content: "";
}
.old-theme .fa-lock:before {
  content: "";
}
.old-theme .fa-flag:before {
  content: "";
}
.old-theme .fa-headphones:before {
  content: "";
}
.old-theme .fa-volume-off:before {
  content: "";
}
.old-theme .fa-volume-down:before {
  content: "";
}
.old-theme .fa-volume-up:before {
  content: "";
}
.old-theme .fa-qrcode:before {
  content: "";
}
.old-theme .fa-barcode:before {
  content: "";
}
.old-theme .fa-tag:before {
  content: "";
}
.old-theme .fa-tags:before {
  content: "";
}
.old-theme .fa-book:before {
  content: "";
}
.old-theme .fa-bookmark:before {
  content: "";
}
.old-theme .fa-print:before {
  content: "";
}
.old-theme .fa-camera:before {
  content: "";
}
.old-theme .fa-font:before {
  content: "";
}
.old-theme .fa-bold:before {
  content: "";
}
.old-theme .fa-italic:before {
  content: "";
}
.old-theme .fa-text-height:before {
  content: "";
}
.old-theme .fa-text-width:before {
  content: "";
}
.old-theme .fa-align-left:before {
  content: "";
}
.old-theme .fa-align-center:before {
  content: "";
}
.old-theme .fa-align-right:before {
  content: "";
}
.old-theme .fa-align-justify:before {
  content: "";
}
.old-theme .fa-list:before {
  content: "";
}
.old-theme .fa-dedent:before,
.old-theme .fa-outdent:before {
  content: "";
}
.old-theme .fa-indent:before {
  content: "";
}
.old-theme .fa-video-camera:before {
  content: "";
}
.old-theme .fa-photo:before,
.old-theme .fa-image:before,
.old-theme .fa-picture-o:before {
  content: "";
}
.old-theme .fa-pencil:before {
  content: "";
}
.old-theme .fa-map-marker:before {
  content: "";
}
.old-theme .fa-adjust:before {
  content: "";
}
.old-theme .fa-tint:before {
  content: "";
}
.old-theme .fa-edit:before,
.old-theme .fa-pencil-square-o:before {
  content: "";
}
.old-theme .fa-share-square-o:before {
  content: "";
}
.old-theme .fa-check-square-o:before {
  content: "";
}
.old-theme .fa-arrows:before {
  content: "";
}
.old-theme .fa-step-backward:before {
  content: "";
}
.old-theme .fa-fast-backward:before {
  content: "";
}
.old-theme .fa-backward:before {
  content: "";
}
.old-theme .fa-play:before {
  content: "";
}
.old-theme .fa-pause:before {
  content: "";
}
.old-theme .fa-stop:before {
  content: "";
}
.old-theme .fa-forward:before {
  content: "";
}
.old-theme .fa-fast-forward:before {
  content: "";
}
.old-theme .fa-step-forward:before {
  content: "";
}
.old-theme .fa-eject:before {
  content: "";
}
.old-theme .fa-chevron-left:before {
  content: "";
}
.old-theme .fa-chevron-right:before {
  content: "";
}
.old-theme .fa-plus-circle:before {
  content: "";
}
.old-theme .fa-minus-circle:before {
  content: "";
}
.old-theme .fa-times-circle:before {
  content: "";
}
.old-theme .fa-check-circle:before {
  content: "";
}
.old-theme .fa-question-circle:before {
  content: "";
}
.old-theme .fa-info-circle:before {
  content: "";
}
.old-theme .fa-crosshairs:before {
  content: "";
}
.old-theme .fa-times-circle-o:before {
  content: "";
}
.old-theme .fa-check-circle-o:before {
  content: "";
}
.old-theme .fa-ban:before {
  content: "";
}
.old-theme .fa-arrow-left:before {
  content: "";
}
.old-theme .fa-arrow-right:before {
  content: "";
}
.old-theme .fa-arrow-up:before {
  content: "";
}
.old-theme .fa-arrow-down:before {
  content: "";
}
.old-theme .fa-mail-forward:before,
.old-theme .fa-share:before {
  content: "";
}
.old-theme .fa-expand:before {
  content: "";
}
.old-theme .fa-compress:before {
  content: "";
}
.old-theme .fa-plus:before {
  content: "";
}
.old-theme .fa-minus:before {
  content: "";
}
.old-theme .fa-asterisk:before {
  content: "";
}
.old-theme .fa-exclamation-circle:before {
  content: "";
}
.old-theme .fa-gift:before {
  content: "";
}
.old-theme .fa-leaf:before {
  content: "";
}
.old-theme .fa-fire:before {
  content: "";
}
.old-theme .fa-eye:before {
  content: "";
}
.old-theme .fa-eye-slash:before {
  content: "";
}
.old-theme .fa-warning:before,
.old-theme .fa-exclamation-triangle:before {
  content: "";
}
.old-theme .fa-plane:before {
  content: "";
}
.old-theme .fa-calendar:before {
  content: "";
}
.old-theme .fa-random:before {
  content: "";
}
.old-theme .fa-comment:before {
  content: "";
}
.old-theme .fa-magnet:before {
  content: "";
}
.old-theme .fa-chevron-up:before {
  content: "";
}
.old-theme .fa-chevron-down:before {
  content: "";
}
.old-theme .fa-retweet:before {
  content: "";
}
.old-theme .fa-shopping-cart:before {
  content: "";
}
.old-theme .fa-folder:before {
  content: "";
}
.old-theme .fa-folder-open:before {
  content: "";
}
.old-theme .fa-arrows-v:before {
  content: "";
}
.old-theme .fa-arrows-h:before {
  content: "";
}
.old-theme .fa-bar-chart-o:before,
.old-theme .fa-bar-chart:before {
  content: "";
}
.old-theme .fa-twitter-square:before {
  content: "";
}
.old-theme .fa-facebook-square:before {
  content: "";
}
.old-theme .fa-camera-retro:before {
  content: "";
}
.old-theme .fa-key:before {
  content: "";
}
.old-theme .fa-gears:before,
.old-theme .fa-cogs:before {
  content: "";
}
.old-theme .fa-comments:before {
  content: "";
}
.old-theme .fa-thumbs-o-up:before {
  content: "";
}
.old-theme .fa-thumbs-o-down:before {
  content: "";
}
.old-theme .fa-star-half:before {
  content: "";
}
.old-theme .fa-heart-o:before {
  content: "";
}
.old-theme .fa-sign-out:before {
  content: "";
}
.old-theme .fa-linkedin-square:before {
  content: "";
}
.old-theme .fa-thumb-tack:before {
  content: "";
}
.old-theme .fa-external-link:before {
  content: "";
}
.old-theme .fa-sign-in:before {
  content: "";
}
.old-theme .fa-trophy:before {
  content: "";
}
.old-theme .fa-github-square:before {
  content: "";
}
.old-theme .fa-upload:before {
  content: "";
}
.old-theme .fa-lemon-o:before {
  content: "";
}
.old-theme .fa-phone:before {
  content: "";
}
.old-theme .fa-square-o:before {
  content: "";
}
.old-theme .fa-bookmark-o:before {
  content: "";
}
.old-theme .fa-phone-square:before {
  content: "";
}
.old-theme .fa-twitter:before {
  content: "";
}
.old-theme .fa-facebook-f:before,
.old-theme .fa-facebook:before {
  content: "";
}
.old-theme .fa-github:before {
  content: "";
}
.old-theme .fa-unlock:before {
  content: "";
}
.old-theme .fa-credit-card:before {
  content: "";
}
.old-theme .fa-rss:before {
  content: "";
}
.old-theme .fa-hdd-o:before {
  content: "";
}
.old-theme .fa-bullhorn:before {
  content: "";
}
.old-theme .fa-bell:before {
  content: "";
}
.old-theme .fa-certificate:before {
  content: "";
}
.old-theme .fa-hand-o-right:before {
  content: "";
}
.old-theme .fa-hand-o-left:before {
  content: "";
}
.old-theme .fa-hand-o-up:before {
  content: "";
}
.old-theme .fa-hand-o-down:before {
  content: "";
}
.old-theme .fa-arrow-circle-left:before {
  content: "";
}
.old-theme .fa-arrow-circle-right:before {
  content: "";
}
.old-theme .fa-arrow-circle-up:before {
  content: "";
}
.old-theme .fa-arrow-circle-down:before {
  content: "";
}
.old-theme .fa-globe:before {
  content: "";
}
.old-theme .fa-wrench:before {
  content: "";
}
.old-theme .fa-tasks:before {
  content: "";
}
.old-theme .fa-filter:before {
  content: "";
}
.old-theme .fa-briefcase:before {
  content: "";
}
.old-theme .fa-arrows-alt:before {
  content: "";
}
.old-theme .fa-group:before,
.old-theme .fa-users:before {
  content: "";
}
.old-theme .fa-chain:before,
.old-theme .fa-link:before {
  content: "";
}
.old-theme .fa-cloud:before {
  content: "";
}
.old-theme .fa-flask:before {
  content: "";
}
.old-theme .fa-cut:before,
.old-theme .fa-scissors:before {
  content: "";
}
.old-theme .fa-copy:before,
.old-theme .fa-files-o:before {
  content: "";
}
.old-theme .fa-paperclip:before {
  content: "";
}
.old-theme .fa-save:before,
.old-theme .fa-floppy-o:before {
  content: "";
}
.old-theme .fa-square:before {
  content: "";
}
.old-theme .fa-navicon:before,
.old-theme .fa-reorder:before,
.old-theme .fa-bars:before {
  content: "";
}
.old-theme .fa-list-ul:before {
  content: "";
}
.old-theme .fa-list-ol:before {
  content: "";
}
.old-theme .fa-strikethrough:before {
  content: "";
}
.old-theme .fa-underline:before {
  content: "";
}
.old-theme .fa-table:before {
  content: "";
}
.old-theme .fa-magic:before {
  content: "";
}
.old-theme .fa-truck:before {
  content: "";
}
.old-theme .fa-pinterest:before {
  content: "";
}
.old-theme .fa-pinterest-square:before {
  content: "";
}
.old-theme .fa-google-plus-square:before {
  content: "";
}
.old-theme .fa-google-plus:before {
  content: "";
}
.old-theme .fa-money:before {
  content: "";
}
.old-theme .fa-caret-down:before {
  content: "";
}
.old-theme .fa-caret-up:before {
  content: "";
}
.old-theme .fa-caret-left:before {
  content: "";
}
.old-theme .fa-caret-right:before {
  content: "";
}
.old-theme .fa-columns:before {
  content: "";
}
.old-theme .fa-unsorted:before,
.old-theme .fa-sort:before {
  content: "";
}
.old-theme .fa-sort-down:before,
.old-theme .fa-sort-desc:before {
  content: "";
}
.old-theme .fa-sort-up:before,
.old-theme .fa-sort-asc:before {
  content: "";
}
.old-theme .fa-envelope:before {
  content: "";
}
.old-theme .fa-linkedin:before {
  content: "";
}
.old-theme .fa-rotate-left:before,
.old-theme .fa-undo:before {
  content: "";
}
.old-theme .fa-legal:before,
.old-theme .fa-gavel:before {
  content: "";
}
.old-theme .fa-dashboard:before,
.old-theme .fa-tachometer:before {
  content: "";
}
.old-theme .fa-comment-o:before {
  content: "";
}
.old-theme .fa-comments-o:before {
  content: "";
}
.old-theme .fa-flash:before,
.old-theme .fa-bolt:before {
  content: "";
}
.old-theme .fa-sitemap:before {
  content: "";
}
.old-theme .fa-umbrella:before {
  content: "";
}
.old-theme .fa-paste:before,
.old-theme .fa-clipboard:before {
  content: "";
}
.old-theme .fa-lightbulb-o:before {
  content: "";
}
.old-theme .fa-exchange:before {
  content: "";
}
.old-theme .fa-cloud-download:before {
  content: "";
}
.old-theme .fa-cloud-upload:before {
  content: "";
}
.old-theme .fa-user-md:before {
  content: "";
}
.old-theme .fa-stethoscope:before {
  content: "";
}
.old-theme .fa-suitcase:before {
  content: "";
}
.old-theme .fa-bell-o:before {
  content: "";
}
.old-theme .fa-coffee:before {
  content: "";
}
.old-theme .fa-cutlery:before {
  content: "";
}
.old-theme .fa-file-text-o:before {
  content: "";
}
.old-theme .fa-building-o:before {
  content: "";
}
.old-theme .fa-hospital-o:before {
  content: "";
}
.old-theme .fa-ambulance:before {
  content: "";
}
.old-theme .fa-medkit:before {
  content: "";
}
.old-theme .fa-fighter-jet:before {
  content: "";
}
.old-theme .fa-beer:before {
  content: "";
}
.old-theme .fa-h-square:before {
  content: "";
}
.old-theme .fa-plus-square:before {
  content: "";
}
.old-theme .fa-angle-double-left:before {
  content: "";
}
.old-theme .fa-angle-double-right:before {
  content: "";
}
.old-theme .fa-angle-double-up:before {
  content: "";
}
.old-theme .fa-angle-double-down:before {
  content: "";
}
.old-theme .fa-angle-left:before {
  content: "";
}
.old-theme .fa-angle-right:before {
  content: "";
}
.old-theme .fa-angle-up:before {
  content: "";
}
.old-theme .fa-angle-down:before {
  content: "";
}
.old-theme .fa-desktop:before {
  content: "";
}
.old-theme .fa-laptop:before {
  content: "";
}
.old-theme .fa-tablet:before {
  content: "";
}
.old-theme .fa-mobile-phone:before,
.old-theme .fa-mobile:before {
  content: "";
}
.old-theme .fa-circle-o:before {
  content: "";
}
.old-theme .fa-quote-left:before {
  content: "";
}
.old-theme .fa-quote-right:before {
  content: "";
}
.old-theme .fa-spinner:before {
  content: "";
}
.old-theme .fa-circle:before {
  content: "";
}
.old-theme .fa-mail-reply:before,
.old-theme .fa-reply:before {
  content: "";
}
.old-theme .fa-github-alt:before {
  content: "";
}
.old-theme .fa-folder-o:before {
  content: "";
}
.old-theme .fa-folder-open-o:before {
  content: "";
}
.old-theme .fa-smile-o:before {
  content: "";
}
.old-theme .fa-frown-o:before {
  content: "";
}
.old-theme .fa-meh-o:before {
  content: "";
}
.old-theme .fa-gamepad:before {
  content: "";
}
.old-theme .fa-keyboard-o:before {
  content: "";
}
.old-theme .fa-flag-o:before {
  content: "";
}
.old-theme .fa-flag-checkered:before {
  content: "";
}
.old-theme .fa-terminal:before {
  content: "";
}
.old-theme .fa-code:before {
  content: "";
}
.old-theme .fa-mail-reply-all:before,
.old-theme .fa-reply-all:before {
  content: "";
}
.old-theme .fa-star-half-empty:before,
.old-theme .fa-star-half-full:before,
.old-theme .fa-star-half-o:before {
  content: "";
}
.old-theme .fa-location-arrow:before {
  content: "";
}
.old-theme .fa-crop:before {
  content: "";
}
.old-theme .fa-code-fork:before {
  content: "";
}
.old-theme .fa-unlink:before,
.old-theme .fa-chain-broken:before {
  content: "";
}
.old-theme .fa-question:before {
  content: "";
}
.old-theme .fa-info:before {
  content: "";
}
.old-theme .fa-exclamation:before {
  content: "";
}
.old-theme .fa-superscript:before {
  content: "";
}
.old-theme .fa-subscript:before {
  content: "";
}
.old-theme .fa-eraser:before {
  content: "";
}
.old-theme .fa-puzzle-piece:before {
  content: "";
}
.old-theme .fa-microphone:before {
  content: "";
}
.old-theme .fa-microphone-slash:before {
  content: "";
}
.old-theme .fa-shield:before {
  content: "";
}
.old-theme .fa-calendar-o:before {
  content: "";
}
.old-theme .fa-fire-extinguisher:before {
  content: "";
}
.old-theme .fa-rocket:before {
  content: "";
}
.old-theme .fa-maxcdn:before {
  content: "";
}
.old-theme .fa-chevron-circle-left:before {
  content: "";
}
.old-theme .fa-chevron-circle-right:before {
  content: "";
}
.old-theme .fa-chevron-circle-up:before {
  content: "";
}
.old-theme .fa-chevron-circle-down:before {
  content: "";
}
.old-theme .fa-html5:before {
  content: "";
}
.old-theme .fa-css3:before {
  content: "";
}
.old-theme .fa-anchor:before {
  content: "";
}
.old-theme .fa-unlock-alt:before {
  content: "";
}
.old-theme .fa-bullseye:before {
  content: "";
}
.old-theme .fa-ellipsis-h:before {
  content: "";
}
.old-theme .fa-ellipsis-v:before {
  content: "";
}
.old-theme .fa-rss-square:before {
  content: "";
}
.old-theme .fa-play-circle:before {
  content: "";
}
.old-theme .fa-ticket:before {
  content: "";
}
.old-theme .fa-minus-square:before {
  content: "";
}
.old-theme .fa-minus-square-o:before {
  content: "";
}
.old-theme .fa-level-up:before {
  content: "";
}
.old-theme .fa-level-down:before {
  content: "";
}
.old-theme .fa-check-square:before {
  content: "";
}
.old-theme .fa-pencil-square:before {
  content: "";
}
.old-theme .fa-external-link-square:before {
  content: "";
}
.old-theme .fa-share-square:before {
  content: "";
}
.old-theme .fa-compass:before {
  content: "";
}
.old-theme .fa-toggle-down:before,
.old-theme .fa-caret-square-o-down:before {
  content: "";
}
.old-theme .fa-toggle-up:before,
.old-theme .fa-caret-square-o-up:before {
  content: "";
}
.old-theme .fa-toggle-right:before,
.old-theme .fa-caret-square-o-right:before {
  content: "";
}
.old-theme .fa-euro:before,
.old-theme .fa-eur:before {
  content: "";
}
.old-theme .fa-gbp:before {
  content: "";
}
.old-theme .fa-dollar:before,
.old-theme .fa-usd:before {
  content: "";
}
.old-theme .fa-rupee:before,
.old-theme .fa-inr:before {
  content: "";
}
.old-theme .fa-cny:before,
.old-theme .fa-rmb:before,
.old-theme .fa-yen:before,
.old-theme .fa-jpy:before {
  content: "";
}
.old-theme .fa-ruble:before,
.old-theme .fa-rouble:before,
.old-theme .fa-rub:before {
  content: "";
}
.old-theme .fa-won:before,
.old-theme .fa-krw:before {
  content: "";
}
.old-theme .fa-bitcoin:before,
.old-theme .fa-btc:before {
  content: "";
}
.old-theme .fa-file:before {
  content: "";
}
.old-theme .fa-file-text:before {
  content: "";
}
.old-theme .fa-sort-alpha-asc:before {
  content: "";
}
.old-theme .fa-sort-alpha-desc:before {
  content: "";
}
.old-theme .fa-sort-amount-asc:before {
  content: "";
}
.old-theme .fa-sort-amount-desc:before {
  content: "";
}
.old-theme .fa-sort-numeric-asc:before {
  content: "";
}
.old-theme .fa-sort-numeric-desc:before {
  content: "";
}
.old-theme .fa-thumbs-up:before {
  content: "";
}
.old-theme .fa-thumbs-down:before {
  content: "";
}
.old-theme .fa-youtube-square:before {
  content: "";
}
.old-theme .fa-youtube:before {
  content: "";
}
.old-theme .fa-xing:before {
  content: "";
}
.old-theme .fa-xing-square:before {
  content: "";
}
.old-theme .fa-youtube-play:before {
  content: "";
}
.old-theme .fa-dropbox:before {
  content: "";
}
.old-theme .fa-stack-overflow:before {
  content: "";
}
.old-theme .fa-instagram:before {
  content: "";
}
.old-theme .fa-flickr:before {
  content: "";
}
.old-theme .fa-adn:before {
  content: "";
}
.old-theme .fa-bitbucket:before {
  content: "";
}
.old-theme .fa-bitbucket-square:before {
  content: "";
}
.old-theme .fa-tumblr:before {
  content: "";
}
.old-theme .fa-tumblr-square:before {
  content: "";
}
.old-theme .fa-long-arrow-down:before {
  content: "";
}
.old-theme .fa-long-arrow-up:before {
  content: "";
}
.old-theme .fa-long-arrow-left:before {
  content: "";
}
.old-theme .fa-long-arrow-right:before {
  content: "";
}
.old-theme .fa-apple:before {
  content: "";
}
.old-theme .fa-windows:before {
  content: "";
}
.old-theme .fa-android:before {
  content: "";
}
.old-theme .fa-linux:before {
  content: "";
}
.old-theme .fa-dribbble:before {
  content: "";
}
.old-theme .fa-skype:before {
  content: "";
}
.old-theme .fa-foursquare:before {
  content: "";
}
.old-theme .fa-trello:before {
  content: "";
}
.old-theme .fa-female:before {
  content: "";
}
.old-theme .fa-male:before {
  content: "";
}
.old-theme .fa-gittip:before,
.old-theme .fa-gratipay:before {
  content: "";
}
.old-theme .fa-sun-o:before {
  content: "";
}
.old-theme .fa-moon-o:before {
  content: "";
}
.old-theme .fa-archive:before {
  content: "";
}
.old-theme .fa-bug:before {
  content: "";
}
.old-theme .fa-vk:before {
  content: "";
}
.old-theme .fa-weibo:before {
  content: "";
}
.old-theme .fa-renren:before {
  content: "";
}
.old-theme .fa-pagelines:before {
  content: "";
}
.old-theme .fa-stack-exchange:before {
  content: "";
}
.old-theme .fa-arrow-circle-o-right:before {
  content: "";
}
.old-theme .fa-arrow-circle-o-left:before {
  content: "";
}
.old-theme .fa-toggle-left:before,
.old-theme .fa-caret-square-o-left:before {
  content: "";
}
.old-theme .fa-dot-circle-o:before {
  content: "";
}
.old-theme .fa-wheelchair:before {
  content: "";
}
.old-theme .fa-vimeo-square:before {
  content: "";
}
.old-theme .fa-turkish-lira:before,
.old-theme .fa-try:before {
  content: "";
}
.old-theme .fa-plus-square-o:before {
  content: "";
}
.old-theme .fa-space-shuttle:before {
  content: "";
}
.old-theme .fa-slack:before {
  content: "";
}
.old-theme .fa-envelope-square:before {
  content: "";
}
.old-theme .fa-wordpress:before {
  content: "";
}
.old-theme .fa-openid:before {
  content: "";
}
.old-theme .fa-institution:before,
.old-theme .fa-bank:before,
.old-theme .fa-university:before {
  content: "";
}
.old-theme .fa-mortar-board:before,
.old-theme .fa-graduation-cap:before {
  content: "";
}
.old-theme .fa-yahoo:before {
  content: "";
}
.old-theme .fa-google:before {
  content: "";
}
.old-theme .fa-reddit:before {
  content: "";
}
.old-theme .fa-reddit-square:before {
  content: "";
}
.old-theme .fa-stumbleupon-circle:before {
  content: "";
}
.old-theme .fa-stumbleupon:before {
  content: "";
}
.old-theme .fa-delicious:before {
  content: "";
}
.old-theme .fa-digg:before {
  content: "";
}
.old-theme .fa-pied-piper:before {
  content: "";
}
.old-theme .fa-pied-piper-alt:before {
  content: "";
}
.old-theme .fa-drupal:before {
  content: "";
}
.old-theme .fa-joomla:before {
  content: "";
}
.old-theme .fa-language:before {
  content: "";
}
.old-theme .fa-fax:before {
  content: "";
}
.old-theme .fa-building:before {
  content: "";
}
.old-theme .fa-child:before {
  content: "";
}
.old-theme .fa-paw:before {
  content: "";
}
.old-theme .fa-spoon:before {
  content: "";
}
.old-theme .fa-cube:before {
  content: "";
}
.old-theme .fa-cubes:before {
  content: "";
}
.old-theme .fa-behance:before {
  content: "";
}
.old-theme .fa-behance-square:before {
  content: "";
}
.old-theme .fa-steam:before {
  content: "";
}
.old-theme .fa-steam-square:before {
  content: "";
}
.old-theme .fa-recycle:before {
  content: "";
}
.old-theme .fa-automobile:before,
.old-theme .fa-car:before {
  content: "";
}
.old-theme .fa-cab:before,
.old-theme .fa-taxi:before {
  content: "";
}
.old-theme .fa-tree:before {
  content: "";
}
.old-theme .fa-spotify:before {
  content: "";
}
.old-theme .fa-deviantart:before {
  content: "";
}
.old-theme .fa-soundcloud:before {
  content: "";
}
.old-theme .fa-database:before {
  content: "";
}
.old-theme .fa-file-pdf-o:before {
  content: "";
}
.old-theme .fa-file-word-o:before {
  content: "";
}
.old-theme .fa-file-excel-o:before {
  content: "";
}
.old-theme .fa-file-powerpoint-o:before {
  content: "";
}
.old-theme .fa-file-photo-o:before,
.old-theme .fa-file-picture-o:before,
.old-theme .fa-file-image-o:before {
  content: "";
}
.old-theme .fa-file-zip-o:before,
.old-theme .fa-file-archive-o:before {
  content: "";
}
.old-theme .fa-file-sound-o:before,
.old-theme .fa-file-audio-o:before {
  content: "";
}
.old-theme .fa-file-movie-o:before,
.old-theme .fa-file-video-o:before {
  content: "";
}
.old-theme .fa-file-code-o:before {
  content: "";
}
.old-theme .fa-vine:before {
  content: "";
}
.old-theme .fa-codepen:before {
  content: "";
}
.old-theme .fa-jsfiddle:before {
  content: "";
}
.old-theme .fa-life-bouy:before,
.old-theme .fa-life-buoy:before,
.old-theme .fa-life-saver:before,
.old-theme .fa-support:before,
.old-theme .fa-life-ring:before {
  content: "";
}
.old-theme .fa-circle-o-notch:before {
  content: "";
}
.old-theme .fa-ra:before,
.old-theme .fa-rebel:before {
  content: "";
}
.old-theme .fa-ge:before,
.old-theme .fa-empire:before {
  content: "";
}
.old-theme .fa-git-square:before {
  content: "";
}
.old-theme .fa-git:before {
  content: "";
}
.old-theme .fa-hacker-news:before {
  content: "";
}
.old-theme .fa-tencent-weibo:before {
  content: "";
}
.old-theme .fa-qq:before {
  content: "";
}
.old-theme .fa-wechat:before,
.old-theme .fa-weixin:before {
  content: "";
}
.old-theme .fa-send:before,
.old-theme .fa-paper-plane:before {
  content: "";
}
.old-theme .fa-send-o:before,
.old-theme .fa-paper-plane-o:before {
  content: "";
}
.old-theme .fa-history:before {
  content: "";
}
.old-theme .fa-genderless:before,
.old-theme .fa-circle-thin:before {
  content: "";
}
.old-theme .fa-header:before {
  content: "";
}
.old-theme .fa-paragraph:before {
  content: "";
}
.old-theme .fa-sliders:before {
  content: "";
}
.old-theme .fa-share-alt:before {
  content: "";
}
.old-theme .fa-share-alt-square:before {
  content: "";
}
.old-theme .fa-bomb:before {
  content: "";
}
.old-theme .fa-soccer-ball-o:before,
.old-theme .fa-futbol-o:before {
  content: "";
}
.old-theme .fa-tty:before {
  content: "";
}
.old-theme .fa-binoculars:before {
  content: "";
}
.old-theme .fa-plug:before {
  content: "";
}
.old-theme .fa-slideshare:before {
  content: "";
}
.old-theme .fa-twitch:before {
  content: "";
}
.old-theme .fa-yelp:before {
  content: "";
}
.old-theme .fa-newspaper-o:before {
  content: "";
}
.old-theme .fa-wifi:before {
  content: "";
}
.old-theme .fa-calculator:before {
  content: "";
}
.old-theme .fa-paypal:before {
  content: "";
}
.old-theme .fa-google-wallet:before {
  content: "";
}
.old-theme .fa-cc-visa:before {
  content: "";
}
.old-theme .fa-cc-mastercard:before {
  content: "";
}
.old-theme .fa-cc-discover:before {
  content: "";
}
.old-theme .fa-cc-amex:before {
  content: "";
}
.old-theme .fa-cc-paypal:before {
  content: "";
}
.old-theme .fa-cc-stripe:before {
  content: "";
}
.old-theme .fa-bell-slash:before {
  content: "";
}
.old-theme .fa-bell-slash-o:before {
  content: "";
}
.old-theme .fa-trash:before {
  content: "";
}
.old-theme .fa-copyright:before {
  content: "";
}
.old-theme .fa-at:before {
  content: "";
}
.old-theme .fa-eyedropper:before {
  content: "";
}
.old-theme .fa-paint-brush:before {
  content: "";
}
.old-theme .fa-birthday-cake:before {
  content: "";
}
.old-theme .fa-area-chart:before {
  content: "";
}
.old-theme .fa-pie-chart:before {
  content: "";
}
.old-theme .fa-line-chart:before {
  content: "";
}
.old-theme .fa-lastfm:before {
  content: "";
}
.old-theme .fa-lastfm-square:before {
  content: "";
}
.old-theme .fa-toggle-off:before {
  content: "";
}
.old-theme .fa-toggle-on:before {
  content: "";
}
.old-theme .fa-bicycle:before {
  content: "";
}
.old-theme .fa-bus:before {
  content: "";
}
.old-theme .fa-ioxhost:before {
  content: "";
}
.old-theme .fa-angellist:before {
  content: "";
}
.old-theme .fa-cc:before {
  content: "";
}
.old-theme .fa-shekel:before,
.old-theme .fa-sheqel:before,
.old-theme .fa-ils:before {
  content: "";
}
.old-theme .fa-meanpath:before {
  content: "";
}
.old-theme .fa-buysellads:before {
  content: "";
}
.old-theme .fa-connectdevelop:before {
  content: "";
}
.old-theme .fa-dashcube:before {
  content: "";
}
.old-theme .fa-forumbee:before {
  content: "";
}
.old-theme .fa-leanpub:before {
  content: "";
}
.old-theme .fa-sellsy:before {
  content: "";
}
.old-theme .fa-shirtsinbulk:before {
  content: "";
}
.old-theme .fa-simplybuilt:before {
  content: "";
}
.old-theme .fa-skyatlas:before {
  content: "";
}
.old-theme .fa-cart-plus:before {
  content: "";
}
.old-theme .fa-cart-arrow-down:before {
  content: "";
}
.old-theme .fa-diamond:before {
  content: "";
}
.old-theme .fa-ship:before {
  content: "";
}
.old-theme .fa-user-secret:before {
  content: "";
}
.old-theme .fa-motorcycle:before {
  content: "";
}
.old-theme .fa-street-view:before {
  content: "";
}
.old-theme .fa-heartbeat:before {
  content: "";
}
.old-theme .fa-venus:before {
  content: "";
}
.old-theme .fa-mars:before {
  content: "";
}
.old-theme .fa-mercury:before {
  content: "";
}
.old-theme .fa-transgender:before {
  content: "";
}
.old-theme .fa-transgender-alt:before {
  content: "";
}
.old-theme .fa-venus-double:before {
  content: "";
}
.old-theme .fa-mars-double:before {
  content: "";
}
.old-theme .fa-venus-mars:before {
  content: "";
}
.old-theme .fa-mars-stroke:before {
  content: "";
}
.old-theme .fa-mars-stroke-v:before {
  content: "";
}
.old-theme .fa-mars-stroke-h:before {
  content: "";
}
.old-theme .fa-neuter:before {
  content: "";
}
.old-theme .fa-facebook-official:before {
  content: "";
}
.old-theme .fa-pinterest-p:before {
  content: "";
}
.old-theme .fa-whatsapp:before {
  content: "";
}
.old-theme .fa-server:before {
  content: "";
}
.old-theme .fa-user-plus:before {
  content: "";
}
.old-theme .fa-user-times:before {
  content: "";
}
.old-theme .fa-hotel:before,
.old-theme .fa-bed:before {
  content: "";
}
.old-theme .fa-viacoin:before {
  content: "";
}
.old-theme .fa-train:before {
  content: "";
}
.old-theme .fa-subway:before {
  content: "";
}
.old-theme .fa-medium:before {
  content: "";
}
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
.old-theme html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.old-theme body {
  margin: 0;
}
.old-theme article,
.old-theme aside,
.old-theme details,
.old-theme figcaption,
.old-theme figure,
.old-theme footer,
.old-theme header,
.old-theme hgroup,
.old-theme main,
.old-theme menu,
.old-theme nav,
.old-theme section,
.old-theme summary {
  display: block;
}
.old-theme audio,
.old-theme canvas,
.old-theme progress,
.old-theme video {
  display: inline-block;
  vertical-align: baseline;
}
.old-theme audio:not([controls]) {
  display: none;
  height: 0;
}
.old-theme [hidden],
.old-theme template {
  display: none;
}
.old-theme a {
  background-color: transparent;
}
.old-theme a:active,
.old-theme a:hover {
  outline: 0;
}
.old-theme abbr[title] {
  border-bottom: 1px dotted;
}
.old-theme b,
.old-theme strong {
  font-weight: bold;
}
.old-theme dfn {
  font-style: italic;
}
.old-theme h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.old-theme mark {
  background: #ff0;
  color: #000;
}
.old-theme small {
  font-size: 80%;
}
.old-theme sub,
.old-theme sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.old-theme sup {
  top: -0.5em;
}
.old-theme sub {
  bottom: -0.25em;
}
.old-theme img {
  border: 0;
}
.old-theme svg:not(:root) {
  overflow: hidden;
}
.old-theme figure {
  margin: 1em 40px;
}
.old-theme hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.old-theme pre {
  overflow: auto;
}
.old-theme code,
.old-theme kbd,
.old-theme pre,
.old-theme samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.old-theme button,
.old-theme input,
.old-theme optgroup,
.old-theme select,
.old-theme textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.old-theme button {
  overflow: visible;
}
.old-theme button,
.old-theme select {
  text-transform: none;
}
.old-theme button,
.old-theme html input[type="button"],
.old-theme input[type="reset"],
.old-theme input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.old-theme button[disabled],
.old-theme html input[disabled] {
  cursor: not-allowed;
}
.old-theme button::-moz-focus-inner,
.old-theme input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.old-theme input {
  line-height: normal;
}
.old-theme input[type="checkbox"],
.old-theme input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.old-theme input[type="number"]::-webkit-inner-spin-button,
.old-theme input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.old-theme input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.old-theme input[type="search"]::-webkit-search-cancel-button,
.old-theme input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.old-theme fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.old-theme legend {
  border: 0;
  padding: 0;
}
.old-theme textarea {
  overflow: auto;
}
.old-theme optgroup {
  font-weight: bold;
}
.old-theme table {
  border-collapse: collapse;
  border-spacing: 0;
}
.old-theme td,
.old-theme th {
  padding: 0;
}
/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  .old-theme *,
  .old-theme *:before,
  .old-theme *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .old-theme a,
  .old-theme a:visited {
    text-decoration: underline;
  }
  .old-theme a[href]:after {
    content: " (" attr(href) ")";
  }
  .old-theme abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .old-theme a[href^="#"]:after,
  .old-theme a[href^="javascript:"]:after {
    content: "";
  }
  .old-theme pre,
  .old-theme blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .old-theme thead {
    display: table-header-group;
  }
  .old-theme tr,
  .old-theme img {
    page-break-inside: avoid;
  }
  .old-theme img {
    max-width: 100% !important;
  }
  .old-theme p,
  .old-theme h2,
  .old-theme h3 {
    orphans: 3;
    widows: 3;
  }
  .old-theme h2,
  .old-theme h3 {
    page-break-after: avoid;
  }
  .old-theme select {
    background: #fff !important;
  }
  .old-theme .navbar {
    display: none;
  }
  .old-theme .btn > .caret,
  .old-theme .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .old-theme .label {
    border: 1px solid #000;
  }
  .old-theme .table {
    border-collapse: collapse !important;
  }
  .old-theme .table td,
  .old-theme .table th {
    background-color: #fff !important;
  }
  .old-theme .table-bordered th,
  .old-theme .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.old-theme .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.old-theme .glyphicon-asterisk:before {
  content: "\2a";
}
.old-theme .glyphicon-plus:before {
  content: "\2b";
}
.old-theme .glyphicon-euro:before,
.old-theme .glyphicon-eur:before {
  content: "\20ac";
}
.old-theme .glyphicon-minus:before {
  content: "\2212";
}
.old-theme .glyphicon-cloud:before {
  content: "\2601";
}
.old-theme .glyphicon-envelope:before {
  content: "\2709";
}
.old-theme .glyphicon-pencil:before {
  content: "\270f";
}
.old-theme .glyphicon-glass:before {
  content: "\e001";
}
.old-theme .glyphicon-music:before {
  content: "\e002";
}
.old-theme .glyphicon-search:before {
  content: "\e003";
}
.old-theme .glyphicon-heart:before {
  content: "\e005";
}
.old-theme .glyphicon-star:before {
  content: "\e006";
}
.old-theme .glyphicon-star-empty:before {
  content: "\e007";
}
.old-theme .glyphicon-user:before {
  content: "\e008";
}
.old-theme .glyphicon-film:before {
  content: "\e009";
}
.old-theme .glyphicon-th-large:before {
  content: "\e010";
}
.old-theme .glyphicon-th:before {
  content: "\e011";
}
.old-theme .glyphicon-th-list:before {
  content: "\e012";
}
.old-theme .glyphicon-ok:before {
  content: "\e013";
}
.old-theme .glyphicon-remove:before {
  content: "\e014";
}
.old-theme .glyphicon-zoom-in:before {
  content: "\e015";
}
.old-theme .glyphicon-zoom-out:before {
  content: "\e016";
}
.old-theme .glyphicon-off:before {
  content: "\e017";
}
.old-theme .glyphicon-signal:before {
  content: "\e018";
}
.old-theme .glyphicon-cog:before {
  content: "\e019";
}
.old-theme .glyphicon-trash:before {
  content: "\e020";
}
.old-theme .glyphicon-home:before {
  content: "\e021";
}
.old-theme .glyphicon-file:before {
  content: "\e022";
}
.old-theme .glyphicon-time:before {
  content: "\e023";
}
.old-theme .glyphicon-road:before {
  content: "\e024";
}
.old-theme .glyphicon-download-alt:before {
  content: "\e025";
}
.old-theme .glyphicon-download:before {
  content: "\e026";
}
.old-theme .glyphicon-upload:before {
  content: "\e027";
}
.old-theme .glyphicon-inbox:before {
  content: "\e028";
}
.old-theme .glyphicon-play-circle:before {
  content: "\e029";
}
.old-theme .glyphicon-repeat:before {
  content: "\e030";
}
.old-theme .glyphicon-refresh:before {
  content: "\e031";
}
.old-theme .glyphicon-list-alt:before {
  content: "\e032";
}
.old-theme .glyphicon-lock:before {
  content: "\e033";
}
.old-theme .glyphicon-flag:before {
  content: "\e034";
}
.old-theme .glyphicon-headphones:before {
  content: "\e035";
}
.old-theme .glyphicon-volume-off:before {
  content: "\e036";
}
.old-theme .glyphicon-volume-down:before {
  content: "\e037";
}
.old-theme .glyphicon-volume-up:before {
  content: "\e038";
}
.old-theme .glyphicon-qrcode:before {
  content: "\e039";
}
.old-theme .glyphicon-barcode:before {
  content: "\e040";
}
.old-theme .glyphicon-tag:before {
  content: "\e041";
}
.old-theme .glyphicon-tags:before {
  content: "\e042";
}
.old-theme .glyphicon-book:before {
  content: "\e043";
}
.old-theme .glyphicon-bookmark:before {
  content: "\e044";
}
.old-theme .glyphicon-print:before {
  content: "\e045";
}
.old-theme .glyphicon-camera:before {
  content: "\e046";
}
.old-theme .glyphicon-font:before {
  content: "\e047";
}
.old-theme .glyphicon-bold:before {
  content: "\e048";
}
.old-theme .glyphicon-italic:before {
  content: "\e049";
}
.old-theme .glyphicon-text-height:before {
  content: "\e050";
}
.old-theme .glyphicon-text-width:before {
  content: "\e051";
}
.old-theme .glyphicon-align-left:before {
  content: "\e052";
}
.old-theme .glyphicon-align-center:before {
  content: "\e053";
}
.old-theme .glyphicon-align-right:before {
  content: "\e054";
}
.old-theme .glyphicon-align-justify:before {
  content: "\e055";
}
.old-theme .glyphicon-list:before {
  content: "\e056";
}
.old-theme .glyphicon-indent-left:before {
  content: "\e057";
}
.old-theme .glyphicon-indent-right:before {
  content: "\e058";
}
.old-theme .glyphicon-facetime-video:before {
  content: "\e059";
}
.old-theme .glyphicon-picture:before {
  content: "\e060";
}
.old-theme .glyphicon-map-marker:before {
  content: "\e062";
}
.old-theme .glyphicon-adjust:before {
  content: "\e063";
}
.old-theme .glyphicon-tint:before {
  content: "\e064";
}
.old-theme .glyphicon-edit:before {
  content: "\e065";
}
.old-theme .glyphicon-share:before {
  content: "\e066";
}
.old-theme .glyphicon-check:before {
  content: "\e067";
}
.old-theme .glyphicon-move:before {
  content: "\e068";
}
.old-theme .glyphicon-step-backward:before {
  content: "\e069";
}
.old-theme .glyphicon-fast-backward:before {
  content: "\e070";
}
.old-theme .glyphicon-backward:before {
  content: "\e071";
}
.old-theme .glyphicon-play:before {
  content: "\e072";
}
.old-theme .glyphicon-pause:before {
  content: "\e073";
}
.old-theme .glyphicon-stop:before {
  content: "\e074";
}
.old-theme .glyphicon-forward:before {
  content: "\e075";
}
.old-theme .glyphicon-fast-forward:before {
  content: "\e076";
}
.old-theme .glyphicon-step-forward:before {
  content: "\e077";
}
.old-theme .glyphicon-eject:before {
  content: "\e078";
}
.old-theme .glyphicon-chevron-left:before {
  content: "\e079";
}
.old-theme .glyphicon-chevron-right:before {
  content: "\e080";
}
.old-theme .glyphicon-plus-sign:before {
  content: "\e081";
}
.old-theme .glyphicon-minus-sign:before {
  content: "\e082";
}
.old-theme .glyphicon-remove-sign:before {
  content: "\e083";
}
.old-theme .glyphicon-ok-sign:before {
  content: "\e084";
}
.old-theme .glyphicon-question-sign:before {
  content: "\e085";
}
.old-theme .glyphicon-info-sign:before {
  content: "\e086";
}
.old-theme .glyphicon-screenshot:before {
  content: "\e087";
}
.old-theme .glyphicon-remove-circle:before {
  content: "\e088";
}
.old-theme .glyphicon-ok-circle:before {
  content: "\e089";
}
.old-theme .glyphicon-ban-circle:before {
  content: "\e090";
}
.old-theme .glyphicon-arrow-left:before {
  content: "\e091";
}
.old-theme .glyphicon-arrow-right:before {
  content: "\e092";
}
.old-theme .glyphicon-arrow-up:before {
  content: "\e093";
}
.old-theme .glyphicon-arrow-down:before {
  content: "\e094";
}
.old-theme .glyphicon-share-alt:before {
  content: "\e095";
}
.old-theme .glyphicon-resize-full:before {
  content: "\e096";
}
.old-theme .glyphicon-resize-small:before {
  content: "\e097";
}
.old-theme .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.old-theme .glyphicon-gift:before {
  content: "\e102";
}
.old-theme .glyphicon-leaf:before {
  content: "\e103";
}
.old-theme .glyphicon-fire:before {
  content: "\e104";
}
.old-theme .glyphicon-eye-open:before {
  content: "\e105";
}
.old-theme .glyphicon-eye-close:before {
  content: "\e106";
}
.old-theme .glyphicon-warning-sign:before {
  content: "\e107";
}
.old-theme .glyphicon-plane:before {
  content: "\e108";
}
.old-theme .glyphicon-calendar:before {
  content: "\e109";
}
.old-theme .glyphicon-random:before {
  content: "\e110";
}
.old-theme .glyphicon-comment:before {
  content: "\e111";
}
.old-theme .glyphicon-magnet:before {
  content: "\e112";
}
.old-theme .glyphicon-chevron-up:before {
  content: "\e113";
}
.old-theme .glyphicon-chevron-down:before {
  content: "\e114";
}
.old-theme .glyphicon-retweet:before {
  content: "\e115";
}
.old-theme .glyphicon-shopping-cart:before {
  content: "\e116";
}
.old-theme .glyphicon-folder-close:before {
  content: "\e117";
}
.old-theme .glyphicon-folder-open:before {
  content: "\e118";
}
.old-theme .glyphicon-resize-vertical:before {
  content: "\e119";
}
.old-theme .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.old-theme .glyphicon-hdd:before {
  content: "\e121";
}
.old-theme .glyphicon-bullhorn:before {
  content: "\e122";
}
.old-theme .glyphicon-bell:before {
  content: "\e123";
}
.old-theme .glyphicon-certificate:before {
  content: "\e124";
}
.old-theme .glyphicon-thumbs-up:before {
  content: "\e125";
}
.old-theme .glyphicon-thumbs-down:before {
  content: "\e126";
}
.old-theme .glyphicon-hand-right:before {
  content: "\e127";
}
.old-theme .glyphicon-hand-left:before {
  content: "\e128";
}
.old-theme .glyphicon-hand-up:before {
  content: "\e129";
}
.old-theme .glyphicon-hand-down:before {
  content: "\e130";
}
.old-theme .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.old-theme .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.old-theme .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.old-theme .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.old-theme .glyphicon-globe:before {
  content: "\e135";
}
.old-theme .glyphicon-wrench:before {
  content: "\e136";
}
.old-theme .glyphicon-tasks:before {
  content: "\e137";
}
.old-theme .glyphicon-filter:before {
  content: "\e138";
}
.old-theme .glyphicon-briefcase:before {
  content: "\e139";
}
.old-theme .glyphicon-fullscreen:before {
  content: "\e140";
}
.old-theme .glyphicon-dashboard:before {
  content: "\e141";
}
.old-theme .glyphicon-paperclip:before {
  content: "\e142";
}
.old-theme .glyphicon-heart-empty:before {
  content: "\e143";
}
.old-theme .glyphicon-link:before {
  content: "\e144";
}
.old-theme .glyphicon-phone:before {
  content: "\e145";
}
.old-theme .glyphicon-pushpin:before {
  content: "\e146";
}
.old-theme .glyphicon-usd:before {
  content: "\e148";
}
.old-theme .glyphicon-gbp:before {
  content: "\e149";
}
.old-theme .glyphicon-sort:before {
  content: "\e150";
}
.old-theme .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.old-theme .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.old-theme .glyphicon-sort-by-order:before {
  content: "\e153";
}
.old-theme .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.old-theme .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.old-theme .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.old-theme .glyphicon-unchecked:before {
  content: "\e157";
}
.old-theme .glyphicon-expand:before {
  content: "\e158";
}
.old-theme .glyphicon-collapse-down:before {
  content: "\e159";
}
.old-theme .glyphicon-collapse-up:before {
  content: "\e160";
}
.old-theme .glyphicon-log-in:before {
  content: "\e161";
}
.old-theme .glyphicon-flash:before {
  content: "\e162";
}
.old-theme .glyphicon-log-out:before {
  content: "\e163";
}
.old-theme .glyphicon-new-window:before {
  content: "\e164";
}
.old-theme .glyphicon-record:before {
  content: "\e165";
}
.old-theme .glyphicon-save:before {
  content: "\e166";
}
.old-theme .glyphicon-open:before {
  content: "\e167";
}
.old-theme .glyphicon-saved:before {
  content: "\e168";
}
.old-theme .glyphicon-import:before {
  content: "\e169";
}
.old-theme .glyphicon-export:before {
  content: "\e170";
}
.old-theme .glyphicon-send:before {
  content: "\e171";
}
.old-theme .glyphicon-floppy-disk:before {
  content: "\e172";
}
.old-theme .glyphicon-floppy-saved:before {
  content: "\e173";
}
.old-theme .glyphicon-floppy-remove:before {
  content: "\e174";
}
.old-theme .glyphicon-floppy-save:before {
  content: "\e175";
}
.old-theme .glyphicon-floppy-open:before {
  content: "\e176";
}
.old-theme .glyphicon-credit-card:before {
  content: "\e177";
}
.old-theme .glyphicon-transfer:before {
  content: "\e178";
}
.old-theme .glyphicon-cutlery:before {
  content: "\e179";
}
.old-theme .glyphicon-header:before {
  content: "\e180";
}
.old-theme .glyphicon-compressed:before {
  content: "\e181";
}
.old-theme .glyphicon-earphone:before {
  content: "\e182";
}
.old-theme .glyphicon-phone-alt:before {
  content: "\e183";
}
.old-theme .glyphicon-tower:before {
  content: "\e184";
}
.old-theme .glyphicon-stats:before {
  content: "\e185";
}
.old-theme .glyphicon-sd-video:before {
  content: "\e186";
}
.old-theme .glyphicon-hd-video:before {
  content: "\e187";
}
.old-theme .glyphicon-subtitles:before {
  content: "\e188";
}
.old-theme .glyphicon-sound-stereo:before {
  content: "\e189";
}
.old-theme .glyphicon-sound-dolby:before {
  content: "\e190";
}
.old-theme .glyphicon-sound-5-1:before {
  content: "\e191";
}
.old-theme .glyphicon-sound-6-1:before {
  content: "\e192";
}
.old-theme .glyphicon-sound-7-1:before {
  content: "\e193";
}
.old-theme .glyphicon-copyright-mark:before {
  content: "\e194";
}
.old-theme .glyphicon-registration-mark:before {
  content: "\e195";
}
.old-theme .glyphicon-cloud-download:before {
  content: "\e197";
}
.old-theme .glyphicon-cloud-upload:before {
  content: "\e198";
}
.old-theme .glyphicon-tree-conifer:before {
  content: "\e199";
}
.old-theme .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.old-theme .glyphicon-cd:before {
  content: "\e201";
}
.old-theme .glyphicon-save-file:before {
  content: "\e202";
}
.old-theme .glyphicon-open-file:before {
  content: "\e203";
}
.old-theme .glyphicon-level-up:before {
  content: "\e204";
}
.old-theme .glyphicon-copy:before {
  content: "\e205";
}
.old-theme .glyphicon-paste:before {
  content: "\e206";
}
.old-theme .glyphicon-alert:before {
  content: "\e209";
}
.old-theme .glyphicon-equalizer:before {
  content: "\e210";
}
.old-theme .glyphicon-king:before {
  content: "\e211";
}
.old-theme .glyphicon-queen:before {
  content: "\e212";
}
.old-theme .glyphicon-pawn:before {
  content: "\e213";
}
.old-theme .glyphicon-bishop:before {
  content: "\e214";
}
.old-theme .glyphicon-knight:before {
  content: "\e215";
}
.old-theme .glyphicon-baby-formula:before {
  content: "\e216";
}
.old-theme .glyphicon-tent:before {
  content: "\26fa";
}
.old-theme .glyphicon-blackboard:before {
  content: "\e218";
}
.old-theme .glyphicon-bed:before {
  content: "\e219";
}
.old-theme .glyphicon-apple:before {
  content: "\f8ff";
}
.old-theme .glyphicon-erase:before {
  content: "\e221";
}
.old-theme .glyphicon-hourglass:before {
  content: "\231b";
}
.old-theme .glyphicon-lamp:before {
  content: "\e223";
}
.old-theme .glyphicon-duplicate:before {
  content: "\e224";
}
.old-theme .glyphicon-piggy-bank:before {
  content: "\e225";
}
.old-theme .glyphicon-scissors:before {
  content: "\e226";
}
.old-theme .glyphicon-bitcoin:before {
  content: "\e227";
}
.old-theme .glyphicon-btc:before {
  content: "\e227";
}
.old-theme .glyphicon-xbt:before {
  content: "\e227";
}
.old-theme .glyphicon-yen:before {
  content: "\00a5";
}
.old-theme .glyphicon-jpy:before {
  content: "\00a5";
}
.old-theme .glyphicon-ruble:before {
  content: "\20bd";
}
.old-theme .glyphicon-rub:before {
  content: "\20bd";
}
.old-theme .glyphicon-scale:before {
  content: "\e230";
}
.old-theme .glyphicon-ice-lolly:before {
  content: "\e231";
}
.old-theme .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.old-theme .glyphicon-education:before {
  content: "\e233";
}
.old-theme .glyphicon-option-horizontal:before {
  content: "\e234";
}
.old-theme .glyphicon-option-vertical:before {
  content: "\e235";
}
.old-theme .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.old-theme .glyphicon-modal-window:before {
  content: "\e237";
}
.old-theme .glyphicon-oil:before {
  content: "\e238";
}
.old-theme .glyphicon-grain:before {
  content: "\e239";
}
.old-theme .glyphicon-sunglasses:before {
  content: "\e240";
}
.old-theme .glyphicon-text-size:before {
  content: "\e241";
}
.old-theme .glyphicon-text-color:before {
  content: "\e242";
}
.old-theme .glyphicon-text-background:before {
  content: "\e243";
}
.old-theme .glyphicon-object-align-top:before {
  content: "\e244";
}
.old-theme .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.old-theme .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.old-theme .glyphicon-object-align-left:before {
  content: "\e247";
}
.old-theme .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.old-theme .glyphicon-object-align-right:before {
  content: "\e249";
}
.old-theme .glyphicon-triangle-right:before {
  content: "\e250";
}
.old-theme .glyphicon-triangle-left:before {
  content: "\e251";
}
.old-theme .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.old-theme .glyphicon-triangle-top:before {
  content: "\e253";
}
.old-theme .glyphicon-console:before {
  content: "\e254";
}
.old-theme .glyphicon-superscript:before {
  content: "\e255";
}
.old-theme .glyphicon-subscript:before {
  content: "\e256";
}
.old-theme .glyphicon-menu-left:before {
  content: "\e257";
}
.old-theme .glyphicon-menu-right:before {
  content: "\e258";
}
.old-theme .glyphicon-menu-down:before {
  content: "\e259";
}
.old-theme .glyphicon-menu-up:before {
  content: "\e260";
}
.old-theme * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.old-theme *:before,
.old-theme *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.old-theme html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.old-theme body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.846;
  color: #666;
  background-color: #fff;
}
.old-theme input,
.old-theme button,
.old-theme select,
.old-theme textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.old-theme a {
  color: #2196f3;
  text-decoration: none;
}
.old-theme a:hover,
.old-theme a:focus {
  color: #64b5f6;
  text-decoration: none;
}
.old-theme a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.old-theme figure {
  margin: 0;
}
.old-theme img {
  vertical-align: middle;
}
.old-theme .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.old-theme .img-rounded {
  border-radius: 3px;
}
.old-theme .img-thumbnail {
  padding: 4px;
  line-height: 1.846;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.old-theme .img-circle {
  border-radius: 50%;
}
.old-theme hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eee;
}
.old-theme .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.old-theme .sr-only-focusable:active,
.old-theme .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.old-theme [role="button"] {
  cursor: pointer;
}
.old-theme h1,
.old-theme h2,
.old-theme h3,
.old-theme h4,
.old-theme h5,
.old-theme h6,
.old-theme .h1,
.old-theme .h2,
.old-theme .h3,
.old-theme .h4,
.old-theme .h5,
.old-theme .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #444;
}
.old-theme h1 small,
.old-theme h1 .small,
.old-theme h2 small,
.old-theme h2 .small,
.old-theme h3 small,
.old-theme h3 .small,
.old-theme h4 small,
.old-theme h4 .small,
.old-theme h5 small,
.old-theme h5 .small,
.old-theme h6 small,
.old-theme h6 .small,
.old-theme .h1 small,
.old-theme .h1 .small,
.old-theme .h2 small,
.old-theme .h2 .small,
.old-theme .h3 small,
.old-theme .h3 .small,
.old-theme .h4 small,
.old-theme .h4 .small,
.old-theme .h5 small,
.old-theme .h5 .small,
.old-theme .h6 small,
.old-theme .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bbb;
}
.old-theme h1,
.old-theme .h1,
.old-theme h2,
.old-theme .h2,
.old-theme h3,
.old-theme .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
.old-theme h1 small,
.old-theme h1 .small,
.old-theme .h1 small,
.old-theme .h1 .small,
.old-theme h2 small,
.old-theme h2 .small,
.old-theme .h2 small,
.old-theme .h2 .small,
.old-theme h3 small,
.old-theme h3 .small,
.old-theme .h3 small,
.old-theme .h3 .small {
  font-size: 65%;
}
.old-theme h4,
.old-theme .h4,
.old-theme h5,
.old-theme .h5,
.old-theme h6,
.old-theme .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.old-theme h4 small,
.old-theme h4 .small,
.old-theme .h4 small,
.old-theme .h4 .small,
.old-theme h5 small,
.old-theme h5 .small,
.old-theme .h5 small,
.old-theme .h5 .small,
.old-theme h6 small,
.old-theme h6 .small,
.old-theme .h6 small,
.old-theme .h6 .small {
  font-size: 75%;
}
.old-theme h1,
.old-theme .h1 {
  font-size: 33px;
}
.old-theme h2,
.old-theme .h2 {
  font-size: 27px;
}
.old-theme h3,
.old-theme .h3 {
  font-size: 23px;
}
.old-theme h4,
.old-theme .h4 {
  font-size: 17px;
}
.old-theme h5,
.old-theme .h5 {
  font-size: 13px;
}
.old-theme h6,
.old-theme .h6 {
  font-size: 12px;
}
.old-theme p {
  margin: 0 0 11.5px;
}
.old-theme .lead {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .old-theme .lead {
    font-size: 19.5px;
  }
}
.old-theme small,
.old-theme .small {
  font-size: 92%;
}
.old-theme mark,
.old-theme .mark {
  background-color: transparent;
  padding: 0.2em;
}
.old-theme .text-left {
  text-align: left;
}
.old-theme .text-right {
  text-align: right;
}
.old-theme .text-center {
  text-align: center;
}
.old-theme .text-justify {
  text-align: justify;
}
.old-theme .text-nowrap {
  white-space: nowrap;
}
.old-theme .text-lowercase {
  text-transform: lowercase;
}
.old-theme .text-uppercase,
.old-theme .initialism {
  text-transform: uppercase;
}
.old-theme .text-capitalize {
  text-transform: capitalize;
}
.old-theme .text-muted {
  color: #bbb;
}
.old-theme .text-primary {
  color: #e91e63;
}
.old-theme a.text-primary:hover {
  color: #c1134e;
}
.old-theme .text-success {
  color: #2196f3;
}
.old-theme a.text-success:hover {
  color: #0c7cd5;
}
.old-theme .text-info {
  color: #00bcd4;
}
.old-theme a.text-info:hover {
  color: #008fa1;
}
.old-theme .text-warning {
  color: #ffab40;
}
.old-theme a.text-warning:hover {
  color: #ff950d;
}
.old-theme .text-danger {
  color: #f44336;
}
.old-theme a.text-danger:hover {
  color: #ea1c0d;
}
.old-theme .bg-primary {
  color: #fff;
}
.old-theme .bg-primary {
  background-color: #e91e63;
}
.old-theme a.bg-primary:hover {
  background-color: #c1134e;
}
.old-theme .bg-success {
  background-color: transparent;
}
.old-theme a.bg-success:hover {
  background-color: transparent;
}
.old-theme .bg-info {
  background-color: transparent;
}
.old-theme a.bg-info:hover {
  background-color: transparent;
}
.old-theme .bg-warning {
  background-color: transparent;
}
.old-theme a.bg-warning:hover {
  background-color: transparent;
}
.old-theme .bg-danger {
  background-color: transparent;
}
.old-theme a.bg-danger:hover {
  background-color: transparent;
}
.old-theme .page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eee;
}
.old-theme ul,
.old-theme ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
.old-theme ul ul,
.old-theme ul ol,
.old-theme ol ul,
.old-theme ol ol {
  margin-bottom: 0;
}
.old-theme .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.old-theme .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.old-theme .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.old-theme dl {
  margin-top: 0;
  margin-bottom: 23px;
}
.old-theme dt,
.old-theme dd {
  line-height: 1.846;
}
.old-theme dt {
  font-weight: bold;
}
.old-theme dd {
  margin-left: 0;
}
.old-theme .dl-horizontal dd:before,
.old-theme .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.old-theme .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .old-theme .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .old-theme .dl-horizontal dd {
    margin-left: 180px;
  }
}
.old-theme abbr[title],
.old-theme abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bbb;
}
.old-theme .initialism {
  font-size: 90%;
}
.old-theme blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 16.25px;
  border-left: 5px solid #eee;
}
.old-theme blockquote p:last-child,
.old-theme blockquote ul:last-child,
.old-theme blockquote ol:last-child {
  margin-bottom: 0;
}
.old-theme blockquote footer,
.old-theme blockquote small,
.old-theme blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.846;
  color: #bbb;
}
.old-theme blockquote footer:before,
.old-theme blockquote small:before,
.old-theme blockquote .small:before {
  content: '\2014 \00A0';
}
.old-theme .blockquote-reverse,
.old-theme blockquote.pull-right,
.old-theme .page-header blockquote.actions {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.old-theme .blockquote-reverse footer:before,
.old-theme .blockquote-reverse small:before,
.old-theme .blockquote-reverse .small:before,
.old-theme blockquote.pull-right footer:before,
.old-theme .page-header blockquote.actions footer:before,
.old-theme blockquote.pull-right small:before,
.old-theme .page-header blockquote.actions small:before,
.old-theme blockquote.pull-right .small:before,
.old-theme .page-header blockquote.actions .small:before {
  content: '';
}
.old-theme .blockquote-reverse footer:after,
.old-theme .blockquote-reverse small:after,
.old-theme .blockquote-reverse .small:after,
.old-theme blockquote.pull-right footer:after,
.old-theme .page-header blockquote.actions footer:after,
.old-theme blockquote.pull-right small:after,
.old-theme .page-header blockquote.actions small:after,
.old-theme blockquote.pull-right .small:after,
.old-theme .page-header blockquote.actions .small:after {
  content: '\00A0 \2014';
}
.old-theme address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.846;
}
.old-theme code,
.old-theme kbd,
.old-theme pre,
.old-theme samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.old-theme code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
.old-theme kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
.old-theme kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.old-theme pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 12px;
  line-height: 1.846;
  word-break: break-all;
  word-wrap: break-word;
  color: #212121;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.old-theme pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.old-theme .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.old-theme .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.old-theme .container:before,
.old-theme .container:after {
  content: " ";
  display: table;
}
.old-theme .container:after {
  clear: both;
}
@media (min-width: 768px) {
  .old-theme .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .old-theme .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .old-theme .container {
    width: 1170px;
  }
}
.old-theme .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.old-theme .container-fluid:before,
.old-theme .container-fluid:after {
  content: " ";
  display: table;
}
.old-theme .container-fluid:after {
  clear: both;
}
.old-theme .row {
  margin-left: -15px;
  margin-right: -15px;
}
.old-theme .row:before,
.old-theme .row:after {
  content: " ";
  display: table;
}
.old-theme .row:after {
  clear: both;
}
.old-theme .col-xs-1,
.old-theme .col-sm-1,
.old-theme .col-md-1,
.old-theme .col-lg-1,
.old-theme .col-xs-2,
.old-theme .col-sm-2,
.old-theme .col-md-2,
.old-theme .col-lg-2,
.old-theme .col-xs-3,
.old-theme .col-sm-3,
.old-theme .col-md-3,
.old-theme .col-lg-3,
.old-theme .col-xs-4,
.old-theme .col-sm-4,
.old-theme .col-md-4,
.old-theme .col-lg-4,
.old-theme .col-xs-5,
.old-theme .col-sm-5,
.old-theme .col-md-5,
.old-theme .col-lg-5,
.old-theme .col-xs-6,
.old-theme .col-sm-6,
.old-theme .col-md-6,
.old-theme .col-lg-6,
.old-theme .col-xs-7,
.old-theme .col-sm-7,
.old-theme .col-md-7,
.old-theme .col-lg-7,
.old-theme .col-xs-8,
.old-theme .col-sm-8,
.old-theme .col-md-8,
.old-theme .col-lg-8,
.old-theme .col-xs-9,
.old-theme .col-sm-9,
.old-theme .col-md-9,
.old-theme .col-lg-9,
.old-theme .col-xs-10,
.old-theme .col-sm-10,
.old-theme .col-md-10,
.old-theme .col-lg-10,
.old-theme .col-xs-11,
.old-theme .col-sm-11,
.old-theme .col-md-11,
.old-theme .col-lg-11,
.old-theme .col-xs-12,
.old-theme .col-sm-12,
.old-theme .col-md-12,
.old-theme .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.old-theme .col-xs-1,
.old-theme .col-xs-2,
.old-theme .col-xs-3,
.old-theme .col-xs-4,
.old-theme .col-xs-5,
.old-theme .col-xs-6,
.old-theme .col-xs-7,
.old-theme .col-xs-8,
.old-theme .col-xs-9,
.old-theme .col-xs-10,
.old-theme .col-xs-11,
.old-theme .col-xs-12 {
  float: left;
}
.old-theme .col-xs-1 {
  width: 8.3333333333%;
}
.old-theme .col-xs-2 {
  width: 16.6666666667%;
}
.old-theme .col-xs-3 {
  width: 25%;
}
.old-theme .col-xs-4 {
  width: 33.3333333333%;
}
.old-theme .col-xs-5 {
  width: 41.6666666667%;
}
.old-theme .col-xs-6 {
  width: 50%;
}
.old-theme .col-xs-7 {
  width: 58.3333333333%;
}
.old-theme .col-xs-8 {
  width: 66.6666666667%;
}
.old-theme .col-xs-9 {
  width: 75%;
}
.old-theme .col-xs-10 {
  width: 83.3333333333%;
}
.old-theme .col-xs-11 {
  width: 91.6666666667%;
}
.old-theme .col-xs-12 {
  width: 100%;
}
.old-theme .col-xs-pull-0 {
  right: auto;
}
.old-theme .col-xs-pull-1 {
  right: 8.3333333333%;
}
.old-theme .col-xs-pull-2 {
  right: 16.6666666667%;
}
.old-theme .col-xs-pull-3 {
  right: 25%;
}
.old-theme .col-xs-pull-4 {
  right: 33.3333333333%;
}
.old-theme .col-xs-pull-5 {
  right: 41.6666666667%;
}
.old-theme .col-xs-pull-6 {
  right: 50%;
}
.old-theme .col-xs-pull-7 {
  right: 58.3333333333%;
}
.old-theme .col-xs-pull-8 {
  right: 66.6666666667%;
}
.old-theme .col-xs-pull-9 {
  right: 75%;
}
.old-theme .col-xs-pull-10 {
  right: 83.3333333333%;
}
.old-theme .col-xs-pull-11 {
  right: 91.6666666667%;
}
.old-theme .col-xs-pull-12 {
  right: 100%;
}
.old-theme .col-xs-push-0 {
  left: auto;
}
.old-theme .col-xs-push-1 {
  left: 8.3333333333%;
}
.old-theme .col-xs-push-2 {
  left: 16.6666666667%;
}
.old-theme .col-xs-push-3 {
  left: 25%;
}
.old-theme .col-xs-push-4 {
  left: 33.3333333333%;
}
.old-theme .col-xs-push-5 {
  left: 41.6666666667%;
}
.old-theme .col-xs-push-6 {
  left: 50%;
}
.old-theme .col-xs-push-7 {
  left: 58.3333333333%;
}
.old-theme .col-xs-push-8 {
  left: 66.6666666667%;
}
.old-theme .col-xs-push-9 {
  left: 75%;
}
.old-theme .col-xs-push-10 {
  left: 83.3333333333%;
}
.old-theme .col-xs-push-11 {
  left: 91.6666666667%;
}
.old-theme .col-xs-push-12 {
  left: 100%;
}
.old-theme .col-xs-offset-0 {
  margin-left: 0%;
}
.old-theme .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.old-theme .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.old-theme .col-xs-offset-3 {
  margin-left: 25%;
}
.old-theme .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.old-theme .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.old-theme .col-xs-offset-6 {
  margin-left: 50%;
}
.old-theme .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.old-theme .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.old-theme .col-xs-offset-9 {
  margin-left: 75%;
}
.old-theme .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.old-theme .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.old-theme .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .old-theme .col-sm-1,
  .old-theme .col-sm-2,
  .old-theme .col-sm-3,
  .old-theme .col-sm-4,
  .old-theme .col-sm-5,
  .old-theme .col-sm-6,
  .old-theme .col-sm-7,
  .old-theme .col-sm-8,
  .old-theme .col-sm-9,
  .old-theme .col-sm-10,
  .old-theme .col-sm-11,
  .old-theme .col-sm-12 {
    float: left;
  }
  .old-theme .col-sm-1 {
    width: 8.3333333333%;
  }
  .old-theme .col-sm-2 {
    width: 16.6666666667%;
  }
  .old-theme .col-sm-3 {
    width: 25%;
  }
  .old-theme .col-sm-4 {
    width: 33.3333333333%;
  }
  .old-theme .col-sm-5 {
    width: 41.6666666667%;
  }
  .old-theme .col-sm-6 {
    width: 50%;
  }
  .old-theme .col-sm-7 {
    width: 58.3333333333%;
  }
  .old-theme .col-sm-8 {
    width: 66.6666666667%;
  }
  .old-theme .col-sm-9 {
    width: 75%;
  }
  .old-theme .col-sm-10 {
    width: 83.3333333333%;
  }
  .old-theme .col-sm-11 {
    width: 91.6666666667%;
  }
  .old-theme .col-sm-12 {
    width: 100%;
  }
  .old-theme .col-sm-pull-0 {
    right: auto;
  }
  .old-theme .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .old-theme .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .old-theme .col-sm-pull-3 {
    right: 25%;
  }
  .old-theme .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .old-theme .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .old-theme .col-sm-pull-6 {
    right: 50%;
  }
  .old-theme .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .old-theme .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .old-theme .col-sm-pull-9 {
    right: 75%;
  }
  .old-theme .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .old-theme .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .old-theme .col-sm-pull-12 {
    right: 100%;
  }
  .old-theme .col-sm-push-0 {
    left: auto;
  }
  .old-theme .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .old-theme .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .old-theme .col-sm-push-3 {
    left: 25%;
  }
  .old-theme .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .old-theme .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .old-theme .col-sm-push-6 {
    left: 50%;
  }
  .old-theme .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .old-theme .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .old-theme .col-sm-push-9 {
    left: 75%;
  }
  .old-theme .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .old-theme .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .old-theme .col-sm-push-12 {
    left: 100%;
  }
  .old-theme .col-sm-offset-0 {
    margin-left: 0%;
  }
  .old-theme .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .old-theme .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .old-theme .col-sm-offset-3 {
    margin-left: 25%;
  }
  .old-theme .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .old-theme .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .old-theme .col-sm-offset-6 {
    margin-left: 50%;
  }
  .old-theme .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .old-theme .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .old-theme .col-sm-offset-9 {
    margin-left: 75%;
  }
  .old-theme .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .old-theme .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .old-theme .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1050px) {
  .old-theme .col-md-1,
  .old-theme .col-md-2,
  .old-theme .col-md-3,
  .old-theme .col-md-4,
  .old-theme .col-md-5,
  .old-theme .col-md-6,
  .old-theme .col-md-7,
  .old-theme .col-md-8,
  .old-theme .col-md-9,
  .old-theme .col-md-10,
  .old-theme .col-md-11,
  .old-theme .col-md-12 {
    float: left;
  }
  .old-theme .col-md-1 {
    width: 8.3333333333%;
  }
  .old-theme .col-md-2 {
    width: 16.6666666667%;
  }
  .old-theme .col-md-3 {
    width: 25%;
  }
  .old-theme .col-md-4 {
    width: 33.3333333333%;
  }
  .old-theme .col-md-5 {
    width: 41.6666666667%;
  }
  .old-theme .col-md-6 {
    width: 50%;
  }
  .old-theme .col-md-7 {
    width: 58.3333333333%;
  }
  .old-theme .col-md-8 {
    width: 66.6666666667%;
  }
  .old-theme .col-md-9 {
    width: 75%;
  }
  .old-theme .col-md-10 {
    width: 83.3333333333%;
  }
  .old-theme .col-md-11 {
    width: 91.6666666667%;
  }
  .old-theme .col-md-12 {
    width: 100%;
  }
  .old-theme .col-md-pull-0 {
    right: auto;
  }
  .old-theme .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .old-theme .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .old-theme .col-md-pull-3 {
    right: 25%;
  }
  .old-theme .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .old-theme .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .old-theme .col-md-pull-6 {
    right: 50%;
  }
  .old-theme .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .old-theme .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .old-theme .col-md-pull-9 {
    right: 75%;
  }
  .old-theme .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .old-theme .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .old-theme .col-md-pull-12 {
    right: 100%;
  }
  .old-theme .col-md-push-0 {
    left: auto;
  }
  .old-theme .col-md-push-1 {
    left: 8.3333333333%;
  }
  .old-theme .col-md-push-2 {
    left: 16.6666666667%;
  }
  .old-theme .col-md-push-3 {
    left: 25%;
  }
  .old-theme .col-md-push-4 {
    left: 33.3333333333%;
  }
  .old-theme .col-md-push-5 {
    left: 41.6666666667%;
  }
  .old-theme .col-md-push-6 {
    left: 50%;
  }
  .old-theme .col-md-push-7 {
    left: 58.3333333333%;
  }
  .old-theme .col-md-push-8 {
    left: 66.6666666667%;
  }
  .old-theme .col-md-push-9 {
    left: 75%;
  }
  .old-theme .col-md-push-10 {
    left: 83.3333333333%;
  }
  .old-theme .col-md-push-11 {
    left: 91.6666666667%;
  }
  .old-theme .col-md-push-12 {
    left: 100%;
  }
  .old-theme .col-md-offset-0 {
    margin-left: 0%;
  }
  .old-theme .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .old-theme .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .old-theme .col-md-offset-3 {
    margin-left: 25%;
  }
  .old-theme .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .old-theme .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .old-theme .col-md-offset-6 {
    margin-left: 50%;
  }
  .old-theme .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .old-theme .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .old-theme .col-md-offset-9 {
    margin-left: 75%;
  }
  .old-theme .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .old-theme .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .old-theme .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .old-theme .col-lg-1,
  .old-theme .col-lg-2,
  .old-theme .col-lg-3,
  .old-theme .col-lg-4,
  .old-theme .col-lg-5,
  .old-theme .col-lg-6,
  .old-theme .col-lg-7,
  .old-theme .col-lg-8,
  .old-theme .col-lg-9,
  .old-theme .col-lg-10,
  .old-theme .col-lg-11,
  .old-theme .col-lg-12 {
    float: left;
  }
  .old-theme .col-lg-1 {
    width: 8.3333333333%;
  }
  .old-theme .col-lg-2 {
    width: 16.6666666667%;
  }
  .old-theme .col-lg-3 {
    width: 25%;
  }
  .old-theme .col-lg-4 {
    width: 33.3333333333%;
  }
  .old-theme .col-lg-5 {
    width: 41.6666666667%;
  }
  .old-theme .col-lg-6 {
    width: 50%;
  }
  .old-theme .col-lg-7 {
    width: 58.3333333333%;
  }
  .old-theme .col-lg-8 {
    width: 66.6666666667%;
  }
  .old-theme .col-lg-9 {
    width: 75%;
  }
  .old-theme .col-lg-10 {
    width: 83.3333333333%;
  }
  .old-theme .col-lg-11 {
    width: 91.6666666667%;
  }
  .old-theme .col-lg-12 {
    width: 100%;
  }
  .old-theme .col-lg-pull-0 {
    right: auto;
  }
  .old-theme .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .old-theme .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .old-theme .col-lg-pull-3 {
    right: 25%;
  }
  .old-theme .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .old-theme .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .old-theme .col-lg-pull-6 {
    right: 50%;
  }
  .old-theme .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .old-theme .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .old-theme .col-lg-pull-9 {
    right: 75%;
  }
  .old-theme .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .old-theme .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .old-theme .col-lg-pull-12 {
    right: 100%;
  }
  .old-theme .col-lg-push-0 {
    left: auto;
  }
  .old-theme .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .old-theme .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .old-theme .col-lg-push-3 {
    left: 25%;
  }
  .old-theme .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .old-theme .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .old-theme .col-lg-push-6 {
    left: 50%;
  }
  .old-theme .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .old-theme .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .old-theme .col-lg-push-9 {
    left: 75%;
  }
  .old-theme .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .old-theme .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .old-theme .col-lg-push-12 {
    left: 100%;
  }
  .old-theme .col-lg-offset-0 {
    margin-left: 0%;
  }
  .old-theme .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .old-theme .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .old-theme .col-lg-offset-3 {
    margin-left: 25%;
  }
  .old-theme .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .old-theme .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .old-theme .col-lg-offset-6 {
    margin-left: 50%;
  }
  .old-theme .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .old-theme .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .old-theme .col-lg-offset-9 {
    margin-left: 75%;
  }
  .old-theme .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .old-theme .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .old-theme .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.old-theme table {
  background-color: transparent;
}
.old-theme caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bbb;
  text-align: left;
}
.old-theme th {
  text-align: left;
}
.old-theme .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
.old-theme .table > thead > tr > th,
.old-theme .table > thead > tr > td,
.old-theme .table > tbody > tr > th,
.old-theme .table > tbody > tr > td,
.old-theme .table > tfoot > tr > th,
.old-theme .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.846;
  vertical-align: top;
  border-top: 1px solid #f0f0f0;
}
.old-theme .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f0f0f0;
}
.old-theme .table > caption + thead > tr:first-child > th,
.old-theme .table > caption + thead > tr:first-child > td,
.old-theme .table > colgroup + thead > tr:first-child > th,
.old-theme .table > colgroup + thead > tr:first-child > td,
.old-theme .table > thead:first-child > tr:first-child > th,
.old-theme .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.old-theme .table > tbody + tbody {
  border-top: 2px solid #f0f0f0;
}
.old-theme .table .table {
  background-color: #fff;
}
.old-theme .table-condensed > thead > tr > th,
.old-theme .table-condensed > thead > tr > td,
.old-theme .table-condensed > tbody > tr > th,
.old-theme .table-condensed > tbody > tr > td,
.old-theme .table-condensed > tfoot > tr > th,
.old-theme .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.old-theme .table-bordered {
  border: 1px solid #f0f0f0;
}
.old-theme .table-bordered > thead > tr > th,
.old-theme .table-bordered > thead > tr > td,
.old-theme .table-bordered > tbody > tr > th,
.old-theme .table-bordered > tbody > tr > td,
.old-theme .table-bordered > tfoot > tr > th,
.old-theme .table-bordered > tfoot > tr > td {
  border: 1px solid #f0f0f0;
}
.old-theme .table-bordered > thead > tr > th,
.old-theme .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.old-theme .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.old-theme .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.old-theme table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.old-theme table td[class*="col-"],
.old-theme table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.old-theme .table > thead > tr > td.active,
.old-theme .table > thead > tr > th.active,
.old-theme .table > thead > tr.active > td,
.old-theme .table > thead > tr.active > th,
.old-theme .table > tbody > tr > td.active,
.old-theme .table > tbody > tr > th.active,
.old-theme .table > tbody > tr.active > td,
.old-theme .table > tbody > tr.active > th,
.old-theme .table > tfoot > tr > td.active,
.old-theme .table > tfoot > tr > th.active,
.old-theme .table > tfoot > tr.active > td,
.old-theme .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.old-theme .table-hover > tbody > tr > td.active:hover,
.old-theme .table-hover > tbody > tr > th.active:hover,
.old-theme .table-hover > tbody > tr.active:hover > td,
.old-theme .table-hover > tbody > tr:hover > .active,
.old-theme .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.old-theme .table > thead > tr > td.success,
.old-theme .table > thead > tr > th.success,
.old-theme .table > thead > tr.success > td,
.old-theme .table > thead > tr.success > th,
.old-theme .table > tbody > tr > td.success,
.old-theme .table > tbody > tr > th.success,
.old-theme .table > tbody > tr.success > td,
.old-theme .table > tbody > tr.success > th,
.old-theme .table > tfoot > tr > td.success,
.old-theme .table > tfoot > tr > th.success,
.old-theme .table > tfoot > tr.success > td,
.old-theme .table > tfoot > tr.success > th {
  background-color: transparent;
}
.old-theme .table-hover > tbody > tr > td.success:hover,
.old-theme .table-hover > tbody > tr > th.success:hover,
.old-theme .table-hover > tbody > tr.success:hover > td,
.old-theme .table-hover > tbody > tr:hover > .success,
.old-theme .table-hover > tbody > tr.success:hover > th {
  background-color: transparent;
}
.old-theme .table > thead > tr > td.info,
.old-theme .table > thead > tr > th.info,
.old-theme .table > thead > tr.info > td,
.old-theme .table > thead > tr.info > th,
.old-theme .table > tbody > tr > td.info,
.old-theme .table > tbody > tr > th.info,
.old-theme .table > tbody > tr.info > td,
.old-theme .table > tbody > tr.info > th,
.old-theme .table > tfoot > tr > td.info,
.old-theme .table > tfoot > tr > th.info,
.old-theme .table > tfoot > tr.info > td,
.old-theme .table > tfoot > tr.info > th {
  background-color: transparent;
}
.old-theme .table-hover > tbody > tr > td.info:hover,
.old-theme .table-hover > tbody > tr > th.info:hover,
.old-theme .table-hover > tbody > tr.info:hover > td,
.old-theme .table-hover > tbody > tr:hover > .info,
.old-theme .table-hover > tbody > tr.info:hover > th {
  background-color: transparent;
}
.old-theme .table > thead > tr > td.warning,
.old-theme .table > thead > tr > th.warning,
.old-theme .table > thead > tr.warning > td,
.old-theme .table > thead > tr.warning > th,
.old-theme .table > tbody > tr > td.warning,
.old-theme .table > tbody > tr > th.warning,
.old-theme .table > tbody > tr.warning > td,
.old-theme .table > tbody > tr.warning > th,
.old-theme .table > tfoot > tr > td.warning,
.old-theme .table > tfoot > tr > th.warning,
.old-theme .table > tfoot > tr.warning > td,
.old-theme .table > tfoot > tr.warning > th {
  background-color: transparent;
}
.old-theme .table-hover > tbody > tr > td.warning:hover,
.old-theme .table-hover > tbody > tr > th.warning:hover,
.old-theme .table-hover > tbody > tr.warning:hover > td,
.old-theme .table-hover > tbody > tr:hover > .warning,
.old-theme .table-hover > tbody > tr.warning:hover > th {
  background-color: transparent;
}
.old-theme .table > thead > tr > td.danger,
.old-theme .table > thead > tr > th.danger,
.old-theme .table > thead > tr.danger > td,
.old-theme .table > thead > tr.danger > th,
.old-theme .table > tbody > tr > td.danger,
.old-theme .table > tbody > tr > th.danger,
.old-theme .table > tbody > tr.danger > td,
.old-theme .table > tbody > tr.danger > th,
.old-theme .table > tfoot > tr > td.danger,
.old-theme .table > tfoot > tr > th.danger,
.old-theme .table > tfoot > tr.danger > td,
.old-theme .table > tfoot > tr.danger > th {
  background-color: transparent;
}
.old-theme .table-hover > tbody > tr > td.danger:hover,
.old-theme .table-hover > tbody > tr > th.danger:hover,
.old-theme .table-hover > tbody > tr.danger:hover > td,
.old-theme .table-hover > tbody > tr:hover > .danger,
.old-theme .table-hover > tbody > tr.danger:hover > th {
  background-color: transparent;
}
.old-theme .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .old-theme .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f0f0f0;
  }
  .old-theme .table-responsive > .table {
    margin-bottom: 0;
  }
  .old-theme .table-responsive > .table > thead > tr > th,
  .old-theme .table-responsive > .table > thead > tr > td,
  .old-theme .table-responsive > .table > tbody > tr > th,
  .old-theme .table-responsive > .table > tbody > tr > td,
  .old-theme .table-responsive > .table > tfoot > tr > th,
  .old-theme .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .old-theme .table-responsive > .table-bordered {
    border: 0;
  }
  .old-theme .table-responsive > .table-bordered > thead > tr > th:first-child,
  .old-theme .table-responsive > .table-bordered > thead > tr > td:first-child,
  .old-theme .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .old-theme .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .old-theme .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .old-theme .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .old-theme .table-responsive > .table-bordered > thead > tr > th:last-child,
  .old-theme .table-responsive > .table-bordered > thead > tr > td:last-child,
  .old-theme .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .old-theme .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .old-theme .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .old-theme .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .old-theme .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .old-theme .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .old-theme .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .old-theme .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.old-theme fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.old-theme legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 19.5px;
  line-height: inherit;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.old-theme label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.old-theme input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.old-theme input[type="radio"],
.old-theme input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px 9;
  line-height: normal;
}
.old-theme input[type="file"] {
  display: block;
}
.old-theme input[type="range"] {
  display: block;
  width: 100%;
}
.old-theme select[multiple],
.old-theme select[size] {
  height: auto;
}
.old-theme input[type="file"]:focus,
.old-theme input[type="radio"]:focus,
.old-theme input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.old-theme output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.846;
  color: #666;
}
.old-theme .form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  color: #666;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.old-theme .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.old-theme .form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.old-theme .form-control:-ms-input-placeholder {
  color: #bbb;
}
.old-theme .form-control::-webkit-input-placeholder {
  color: #bbb;
}
.old-theme .form-control[disabled],
.old-theme .form-control[readonly],
.old-theme fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 1;
}
.old-theme .form-control[disabled],
.old-theme fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.old-theme textarea.form-control {
  height: auto;
}
.old-theme input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .old-theme input[type="date"],
  .old-theme input[type="time"],
  .old-theme input[type="datetime-local"],
  .old-theme input[type="month"] {
    line-height: 37px;
  }
  .old-theme input[type="date"].input-sm,
  .old-theme .input-group-sm > input[type="date"].form-control,
  .old-theme .input-group-sm > input[type="date"].input-group-addon,
  .old-theme .input-group-sm > .input-group-btn > input[type="date"].btn,
  .old-theme .input-group-sm input[type="date"],
  .old-theme input[type="time"].input-sm,
  .old-theme .input-group-sm > input[type="time"].form-control,
  .old-theme .input-group-sm > input[type="time"].input-group-addon,
  .old-theme .input-group-sm > .input-group-btn > input[type="time"].btn,
  .old-theme .input-group-sm input[type="time"],
  .old-theme input[type="datetime-local"].input-sm,
  .old-theme .input-group-sm > input[type="datetime-local"].form-control,
  .old-theme .input-group-sm > input[type="datetime-local"].input-group-addon,
  .old-theme .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .old-theme .input-group-sm input[type="datetime-local"],
  .old-theme input[type="month"].input-sm,
  .old-theme .input-group-sm > input[type="month"].form-control,
  .old-theme .input-group-sm > input[type="month"].input-group-addon,
  .old-theme .input-group-sm > .input-group-btn > input[type="month"].btn,
  .old-theme .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .old-theme input[type="date"].input-lg,
  .old-theme .input-group-lg > input[type="date"].form-control,
  .old-theme .input-group-lg > input[type="date"].input-group-addon,
  .old-theme .input-group-lg > .input-group-btn > input[type="date"].btn,
  .old-theme .input-group-lg input[type="date"],
  .old-theme input[type="time"].input-lg,
  .old-theme .input-group-lg > input[type="time"].form-control,
  .old-theme .input-group-lg > input[type="time"].input-group-addon,
  .old-theme .input-group-lg > .input-group-btn > input[type="time"].btn,
  .old-theme .input-group-lg input[type="time"],
  .old-theme input[type="datetime-local"].input-lg,
  .old-theme .input-group-lg > input[type="datetime-local"].form-control,
  .old-theme .input-group-lg > input[type="datetime-local"].input-group-addon,
  .old-theme .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .old-theme .input-group-lg input[type="datetime-local"],
  .old-theme input[type="month"].input-lg,
  .old-theme .input-group-lg > input[type="month"].form-control,
  .old-theme .input-group-lg > input[type="month"].input-group-addon,
  .old-theme .input-group-lg > .input-group-btn > input[type="month"].btn,
  .old-theme .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.old-theme .form-group {
  margin-bottom: 15px;
}
.old-theme .radio,
.old-theme .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.old-theme .radio label,
.old-theme .checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.old-theme .radio input[type="radio"],
.old-theme .radio-inline input[type="radio"],
.old-theme .checkbox input[type="checkbox"],
.old-theme .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px 9;
}
.old-theme .radio + .radio,
.old-theme .checkbox + .checkbox {
  margin-top: -5px;
}
.old-theme .radio-inline,
.old-theme .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.old-theme .radio-inline + .radio-inline,
.old-theme .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.old-theme input[type="radio"][disabled],
.old-theme input[type="radio"].disabled,
.old-theme fieldset[disabled] input[type="radio"],
.old-theme input[type="checkbox"][disabled],
.old-theme input[type="checkbox"].disabled,
.old-theme fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.old-theme .radio-inline.disabled,
.old-theme fieldset[disabled] .radio-inline,
.old-theme .checkbox-inline.disabled,
.old-theme fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.old-theme .radio.disabled label,
.old-theme fieldset[disabled] .radio label,
.old-theme .checkbox.disabled label,
.old-theme fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.old-theme .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.old-theme .form-control-static.input-lg,
.old-theme .input-group-lg > .form-control-static.form-control,
.old-theme .input-group-lg > .form-control-static.input-group-addon,
.old-theme .input-group-lg > .input-group-btn > .form-control-static.btn,
.old-theme .form-control-static.input-sm,
.old-theme .input-group-sm > .form-control-static.form-control,
.old-theme .input-group-sm > .form-control-static.input-group-addon,
.old-theme .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.old-theme .input-sm,
.old-theme .input-group-sm > .form-control,
.old-theme .input-group-sm > .input-group-addon,
.old-theme .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.old-theme select.input-sm,
.old-theme .input-group-sm > select.form-control,
.old-theme .input-group-sm > select.input-group-addon,
.old-theme .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
.old-theme textarea.input-sm,
.old-theme .input-group-sm > textarea.form-control,
.old-theme .input-group-sm > textarea.input-group-addon,
.old-theme .input-group-sm > .input-group-btn > textarea.btn,
.old-theme select[multiple].input-sm,
.old-theme .input-group-sm > select[multiple].form-control,
.old-theme .input-group-sm > select[multiple].input-group-addon,
.old-theme .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.old-theme .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.old-theme .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.old-theme .form-group-sm textarea.form-control,
.old-theme .form-group-sm select[multiple].form-control {
  height: auto;
}
.old-theme .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 35px;
}
.old-theme .input-lg,
.old-theme .input-group-lg > .form-control,
.old-theme .input-group-lg > .input-group-addon,
.old-theme .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 30px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.old-theme select.input-lg,
.old-theme .input-group-lg > select.form-control,
.old-theme .input-group-lg > select.input-group-addon,
.old-theme .input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}
.old-theme textarea.input-lg,
.old-theme .input-group-lg > textarea.form-control,
.old-theme .input-group-lg > textarea.input-group-addon,
.old-theme .input-group-lg > .input-group-btn > textarea.btn,
.old-theme select[multiple].input-lg,
.old-theme .input-group-lg > select[multiple].form-control,
.old-theme .input-group-lg > select[multiple].input-group-addon,
.old-theme .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.old-theme .form-group-lg .form-control {
  height: 45px;
  padding: 10px 30px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.old-theme .form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.old-theme .form-group-lg textarea.form-control,
.old-theme .form-group-lg select[multiple].form-control {
  height: auto;
}
.old-theme .form-group-lg .form-control-static {
  height: 45px;
  padding: 10px 30px;
  font-size: 17px;
  line-height: 1.3333333;
  min-height: 40px;
}
.old-theme .has-feedback {
  position: relative;
}
.old-theme .has-feedback .form-control {
  padding-right: 46.25px;
}
.old-theme .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}
.old-theme .input-lg + .form-control-feedback,
.old-theme .input-group-lg > .form-control + .form-control-feedback,
.old-theme .input-group-lg > .input-group-addon + .form-control-feedback,
.old-theme .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.old-theme .input-sm + .form-control-feedback,
.old-theme .input-group-sm > .form-control + .form-control-feedback,
.old-theme .input-group-sm > .input-group-addon + .form-control-feedback,
.old-theme .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.old-theme .has-success .help-block,
.old-theme .has-success .control-label,
.old-theme .has-success .radio,
.old-theme .has-success .checkbox,
.old-theme .has-success .radio-inline,
.old-theme .has-success .checkbox-inline,
.old-theme .has-success.radio label,
.old-theme .has-success.checkbox label,
.old-theme .has-success.radio-inline label,
.old-theme .has-success.checkbox-inline label {
  color: #2196f3;
}
.old-theme .has-success .form-control {
  border-color: #2196f3;
  -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);
}
.old-theme .has-success .form-control:focus {
  border-color: #0c7cd5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #82c4f8;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #82c4f8;
}
.old-theme .has-success .input-group-addon {
  color: #2196f3;
  border-color: #2196f3;
  background-color: transparent;
}
.old-theme .has-success .form-control-feedback {
  color: #2196f3;
}
.old-theme .has-warning .help-block,
.old-theme .has-warning .control-label,
.old-theme .has-warning .radio,
.old-theme .has-warning .checkbox,
.old-theme .has-warning .radio-inline,
.old-theme .has-warning .checkbox-inline,
.old-theme .has-warning.radio label,
.old-theme .has-warning.checkbox label,
.old-theme .has-warning.radio-inline label,
.old-theme .has-warning.checkbox-inline label {
  color: #ffab40;
}
.old-theme .has-warning .form-control {
  border-color: #ffab40;
  -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);
}
.old-theme .has-warning .form-control:focus {
  border-color: #ff950d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffd8a6;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ffd8a6;
}
.old-theme .has-warning .input-group-addon {
  color: #ffab40;
  border-color: #ffab40;
  background-color: transparent;
}
.old-theme .has-warning .form-control-feedback {
  color: #ffab40;
}
.old-theme .has-error .help-block,
.old-theme .has-error .control-label,
.old-theme .has-error .radio,
.old-theme .has-error .checkbox,
.old-theme .has-error .radio-inline,
.old-theme .has-error .checkbox-inline,
.old-theme .has-error.radio label,
.old-theme .has-error.checkbox label,
.old-theme .has-error.radio-inline label,
.old-theme .has-error.checkbox-inline label {
  color: #f44336;
}
.old-theme .has-error .form-control {
  border-color: #f44336;
  -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);
}
.old-theme .has-error .form-control:focus {
  border-color: #ea1c0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #f99d97;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #f99d97;
}
.old-theme .has-error .input-group-addon {
  color: #f44336;
  border-color: #f44336;
  background-color: transparent;
}
.old-theme .has-error .form-control-feedback {
  color: #f44336;
}
.old-theme .has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.old-theme .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.old-theme .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .old-theme .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .old-theme .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .old-theme .form-inline .form-control-static {
    display: inline-block;
  }
  .old-theme .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .old-theme .form-inline .input-group .input-group-addon,
  .old-theme .form-inline .input-group .input-group-btn,
  .old-theme .form-inline .input-group .form-control {
    width: auto;
  }
  .old-theme .form-inline .input-group > .form-control {
    width: 100%;
  }
  .old-theme .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .old-theme .form-inline .radio,
  .old-theme .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .old-theme .form-inline .radio label,
  .old-theme .form-inline .checkbox label {
    padding-left: 0;
  }
  .old-theme .form-inline .radio input[type="radio"],
  .old-theme .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .old-theme .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.old-theme .form-horizontal .radio,
.old-theme .form-horizontal .checkbox,
.old-theme .form-horizontal .radio-inline,
.old-theme .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.old-theme .form-horizontal .radio,
.old-theme .form-horizontal .checkbox {
  min-height: 30px;
}
.old-theme .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.old-theme .form-horizontal .form-group:before,
.old-theme .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.old-theme .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .old-theme .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.old-theme .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .old-theme .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .old-theme .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.old-theme .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.old-theme .btn:focus,
.old-theme .btn.focus,
.old-theme .btn:active:focus,
.old-theme .btn:active.focus,
.old-theme .btn.active:focus,
.old-theme .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.old-theme .btn:hover,
.old-theme .btn:focus,
.old-theme .btn.focus {
  color: #666;
  text-decoration: none;
}
.old-theme .btn:active,
.old-theme .btn.active {
  outline: 0;
  background-image: none;
  -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);
}
.old-theme .btn.disabled,
.old-theme .btn[disabled],
.old-theme fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .btn-default {
  color: #666;
  background-color: #fff;
  border-color: #eee;
}
.old-theme .btn-default:hover,
.old-theme .btn-default:focus,
.old-theme .btn-default.focus,
.old-theme .btn-default:active,
.old-theme .btn-default.active,
.old-theme .open > .btn-default.dropdown-toggle {
  color: #666;
  background-color: #e6e6e6;
  border-color: #cfcfcf;
}
.old-theme .btn-default:active,
.old-theme .btn-default.active,
.old-theme .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.old-theme .btn-default.disabled,
.old-theme .btn-default.disabled:hover,
.old-theme .btn-default.disabled:focus,
.old-theme .btn-default.disabled.focus,
.old-theme .btn-default.disabled:active,
.old-theme .btn-default.disabled.active,
.old-theme .btn-default[disabled],
.old-theme .btn-default[disabled]:hover,
.old-theme .btn-default[disabled]:focus,
.old-theme .btn-default[disabled].focus,
.old-theme .btn-default[disabled]:active,
.old-theme .btn-default[disabled].active,
.old-theme fieldset[disabled] .btn-default,
.old-theme fieldset[disabled] .btn-default:hover,
.old-theme fieldset[disabled] .btn-default:focus,
.old-theme fieldset[disabled] .btn-default.focus,
.old-theme fieldset[disabled] .btn-default:active,
.old-theme fieldset[disabled] .btn-default.active {
  background-color: #ccc;
  border-color: transparent;
}
.old-theme .btn-default .badge {
  color: #fff;
  background-color: #666;
}
.old-theme .btn-primary {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
}
.old-theme .btn-primary:hover,
.old-theme .btn-primary:focus,
.old-theme .btn-primary.focus,
.old-theme .btn-primary:active,
.old-theme .btn-primary.active,
.old-theme .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c1134e;
  border-color: transparent;
}
.old-theme .btn-primary:active,
.old-theme .btn-primary.active,
.old-theme .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.old-theme .btn-primary.disabled,
.old-theme .btn-primary.disabled:hover,
.old-theme .btn-primary.disabled:focus,
.old-theme .btn-primary.disabled.focus,
.old-theme .btn-primary.disabled:active,
.old-theme .btn-primary.disabled.active,
.old-theme .btn-primary[disabled],
.old-theme .btn-primary[disabled]:hover,
.old-theme .btn-primary[disabled]:focus,
.old-theme .btn-primary[disabled].focus,
.old-theme .btn-primary[disabled]:active,
.old-theme .btn-primary[disabled].active,
.old-theme fieldset[disabled] .btn-primary,
.old-theme fieldset[disabled] .btn-primary:hover,
.old-theme fieldset[disabled] .btn-primary:focus,
.old-theme fieldset[disabled] .btn-primary.focus,
.old-theme fieldset[disabled] .btn-primary:active,
.old-theme fieldset[disabled] .btn-primary.active {
  background-color: #ccc;
  border-color: transparent;
}
.old-theme .btn-primary .badge {
  color: #e91e63;
  background-color: #fff;
}
.old-theme .btn-success {
  color: #fff;
  background-color: #2196f3;
  border-color: transparent;
}
.old-theme .btn-success:hover,
.old-theme .btn-success:focus,
.old-theme .btn-success.focus,
.old-theme .btn-success:active,
.old-theme .btn-success.active,
.old-theme .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  border-color: transparent;
}
.old-theme .btn-success:active,
.old-theme .btn-success.active,
.old-theme .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.old-theme .btn-success.disabled,
.old-theme .btn-success.disabled:hover,
.old-theme .btn-success.disabled:focus,
.old-theme .btn-success.disabled.focus,
.old-theme .btn-success.disabled:active,
.old-theme .btn-success.disabled.active,
.old-theme .btn-success[disabled],
.old-theme .btn-success[disabled]:hover,
.old-theme .btn-success[disabled]:focus,
.old-theme .btn-success[disabled].focus,
.old-theme .btn-success[disabled]:active,
.old-theme .btn-success[disabled].active,
.old-theme fieldset[disabled] .btn-success,
.old-theme fieldset[disabled] .btn-success:hover,
.old-theme fieldset[disabled] .btn-success:focus,
.old-theme fieldset[disabled] .btn-success.focus,
.old-theme fieldset[disabled] .btn-success:active,
.old-theme fieldset[disabled] .btn-success.active {
  background-color: #ccc;
  border-color: transparent;
}
.old-theme .btn-success .badge {
  color: #2196f3;
  background-color: #fff;
}
.old-theme .btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: transparent;
}
.old-theme .btn-info:hover,
.old-theme .btn-info:focus,
.old-theme .btn-info.focus,
.old-theme .btn-info:active,
.old-theme .btn-info.active,
.old-theme .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  border-color: transparent;
}
.old-theme .btn-info:active,
.old-theme .btn-info.active,
.old-theme .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.old-theme .btn-info.disabled,
.old-theme .btn-info.disabled:hover,
.old-theme .btn-info.disabled:focus,
.old-theme .btn-info.disabled.focus,
.old-theme .btn-info.disabled:active,
.old-theme .btn-info.disabled.active,
.old-theme .btn-info[disabled],
.old-theme .btn-info[disabled]:hover,
.old-theme .btn-info[disabled]:focus,
.old-theme .btn-info[disabled].focus,
.old-theme .btn-info[disabled]:active,
.old-theme .btn-info[disabled].active,
.old-theme fieldset[disabled] .btn-info,
.old-theme fieldset[disabled] .btn-info:hover,
.old-theme fieldset[disabled] .btn-info:focus,
.old-theme fieldset[disabled] .btn-info.focus,
.old-theme fieldset[disabled] .btn-info:active,
.old-theme fieldset[disabled] .btn-info.active {
  background-color: #ccc;
  border-color: transparent;
}
.old-theme .btn-info .badge {
  color: #00bcd4;
  background-color: #fff;
}
.old-theme .btn-warning {
  color: #fff;
  background-color: #ffab40;
  border-color: transparent;
}
.old-theme .btn-warning:hover,
.old-theme .btn-warning:focus,
.old-theme .btn-warning.focus,
.old-theme .btn-warning:active,
.old-theme .btn-warning.active,
.old-theme .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff950d;
  border-color: transparent;
}
.old-theme .btn-warning:active,
.old-theme .btn-warning.active,
.old-theme .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.old-theme .btn-warning.disabled,
.old-theme .btn-warning.disabled:hover,
.old-theme .btn-warning.disabled:focus,
.old-theme .btn-warning.disabled.focus,
.old-theme .btn-warning.disabled:active,
.old-theme .btn-warning.disabled.active,
.old-theme .btn-warning[disabled],
.old-theme .btn-warning[disabled]:hover,
.old-theme .btn-warning[disabled]:focus,
.old-theme .btn-warning[disabled].focus,
.old-theme .btn-warning[disabled]:active,
.old-theme .btn-warning[disabled].active,
.old-theme fieldset[disabled] .btn-warning,
.old-theme fieldset[disabled] .btn-warning:hover,
.old-theme fieldset[disabled] .btn-warning:focus,
.old-theme fieldset[disabled] .btn-warning.focus,
.old-theme fieldset[disabled] .btn-warning:active,
.old-theme fieldset[disabled] .btn-warning.active {
  background-color: #ccc;
  border-color: transparent;
}
.old-theme .btn-warning .badge {
  color: #ffab40;
  background-color: #fff;
}
.old-theme .btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: transparent;
}
.old-theme .btn-danger:hover,
.old-theme .btn-danger:focus,
.old-theme .btn-danger.focus,
.old-theme .btn-danger:active,
.old-theme .btn-danger.active,
.old-theme .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: transparent;
}
.old-theme .btn-danger:active,
.old-theme .btn-danger.active,
.old-theme .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.old-theme .btn-danger.disabled,
.old-theme .btn-danger.disabled:hover,
.old-theme .btn-danger.disabled:focus,
.old-theme .btn-danger.disabled.focus,
.old-theme .btn-danger.disabled:active,
.old-theme .btn-danger.disabled.active,
.old-theme .btn-danger[disabled],
.old-theme .btn-danger[disabled]:hover,
.old-theme .btn-danger[disabled]:focus,
.old-theme .btn-danger[disabled].focus,
.old-theme .btn-danger[disabled]:active,
.old-theme .btn-danger[disabled].active,
.old-theme fieldset[disabled] .btn-danger,
.old-theme fieldset[disabled] .btn-danger:hover,
.old-theme fieldset[disabled] .btn-danger:focus,
.old-theme fieldset[disabled] .btn-danger.focus,
.old-theme fieldset[disabled] .btn-danger:active,
.old-theme fieldset[disabled] .btn-danger.active {
  background-color: #ccc;
  border-color: transparent;
}
.old-theme .btn-danger .badge {
  color: #f44336;
  background-color: #fff;
}
.old-theme .btn-link {
  color: #2196f3;
  font-weight: normal;
  border-radius: 0;
}
.old-theme .btn-link,
.old-theme .btn-link:active,
.old-theme .btn-link.active,
.old-theme .btn-link[disabled],
.old-theme fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .btn-link,
.old-theme .btn-link:hover,
.old-theme .btn-link:focus,
.old-theme .btn-link:active {
  border-color: transparent;
}
.old-theme .btn-link:hover,
.old-theme .btn-link:focus {
  color: #64b5f6;
  text-decoration: none;
  background-color: transparent;
}
.old-theme .btn-link[disabled]:hover,
.old-theme .btn-link[disabled]:focus,
.old-theme fieldset[disabled] .btn-link:hover,
.old-theme fieldset[disabled] .btn-link:focus {
  color: #bbb;
  text-decoration: none;
}
.old-theme .btn-lg,
.old-theme .btn-group-lg > .btn {
  padding: 10px 30px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.old-theme .btn-sm,
.old-theme .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.old-theme .btn-xs,
.old-theme .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.old-theme .btn-block {
  display: block;
  width: 100%;
}
.old-theme .btn-block + .btn-block {
  margin-top: 5px;
}
.old-theme input[type="submit"].btn-block,
.old-theme input[type="reset"].btn-block,
.old-theme input[type="button"].btn-block {
  width: 100%;
}
.old-theme .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.old-theme .fade.in {
  opacity: 1;
}
.old-theme .collapse {
  display: none;
}
.old-theme .collapse.in {
  display: block;
}
.old-theme tr.collapse.in {
  display: table-row;
}
.old-theme tbody.collapse.in {
  display: table-row-group;
}
.old-theme .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.old-theme .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.old-theme .dropup,
.old-theme .dropdown {
  position: relative;
}
.old-theme .dropdown-toggle:focus {
  outline: 0;
}
.old-theme .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.old-theme .dropdown-menu.pull-right,
.old-theme .page-header .dropdown-menu.actions {
  right: 0;
  left: auto;
}
.old-theme .dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.old-theme .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.846;
  color: #666;
  white-space: nowrap;
}
.old-theme .dropdown-menu > li > a:hover,
.old-theme .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #141414;
  background-color: #eee;
}
.old-theme .dropdown-menu > .active > a,
.old-theme .dropdown-menu > .active > a:hover,
.old-theme .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2096f3;
}
.old-theme .dropdown-menu > .disabled > a,
.old-theme .dropdown-menu > .disabled > a:hover,
.old-theme .dropdown-menu > .disabled > a:focus {
  color: #bbb;
}
.old-theme .dropdown-menu > .disabled > a:hover,
.old-theme .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.old-theme .open > .dropdown-menu {
  display: block;
}
.old-theme .open > a {
  outline: 0;
}
.old-theme .dropdown-menu-right {
  left: auto;
  right: 0;
}
.old-theme .dropdown-menu-left {
  left: 0;
  right: auto;
}
.old-theme .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.846;
  color: #bbb;
  white-space: nowrap;
}
.old-theme .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.old-theme .pull-right > .dropdown-menu,
.old-theme .page-header .actions > .dropdown-menu {
  right: 0;
  left: auto;
}
.old-theme .dropup .caret,
.old-theme .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.old-theme .dropup .dropdown-menu,
.old-theme .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .old-theme .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .old-theme .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.old-theme .btn-group,
.old-theme .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.old-theme .btn-group > .btn,
.old-theme .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.old-theme .btn-group > .btn:hover,
.old-theme .btn-group > .btn:focus,
.old-theme .btn-group > .btn:active,
.old-theme .btn-group > .btn.active,
.old-theme .btn-group-vertical > .btn:hover,
.old-theme .btn-group-vertical > .btn:focus,
.old-theme .btn-group-vertical > .btn:active,
.old-theme .btn-group-vertical > .btn.active {
  z-index: 2;
}
.old-theme .btn-group .btn + .btn,
.old-theme .btn-group .btn + .btn-group,
.old-theme .btn-group .btn-group + .btn,
.old-theme .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.old-theme .btn-toolbar {
  margin-left: -5px;
}
.old-theme .btn-toolbar:before,
.old-theme .btn-toolbar:after {
  content: " ";
  display: table;
}
.old-theme .btn-toolbar:after {
  clear: both;
}
.old-theme .btn-toolbar .btn-group,
.old-theme .btn-toolbar .input-group {
  float: left;
}
.old-theme .btn-toolbar > .btn,
.old-theme .btn-toolbar > .btn-group,
.old-theme .btn-toolbar > .input-group {
  margin-left: 5px;
}
.old-theme .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.old-theme .btn-group > .btn:first-child {
  margin-left: 0;
}
.old-theme .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.old-theme .btn-group > .btn:last-child:not(:first-child),
.old-theme .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.old-theme .btn-group > .btn-group {
  float: left;
}
.old-theme .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.old-theme .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.old-theme .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.old-theme .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.old-theme .btn-group .dropdown-toggle:active,
.old-theme .btn-group.open .dropdown-toggle {
  outline: 0;
}
.old-theme .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.old-theme .btn-group > .btn-lg + .dropdown-toggle,
.old-theme .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.old-theme .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);
}
.old-theme .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .btn .caret {
  margin-left: 0;
}
.old-theme .btn-lg .caret,
.old-theme .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.old-theme .dropup .btn-lg .caret,
.old-theme .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.old-theme .btn-group-vertical > .btn,
.old-theme .btn-group-vertical > .btn-group,
.old-theme .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.old-theme .btn-group-vertical > .btn-group:before,
.old-theme .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.old-theme .btn-group-vertical > .btn-group:after {
  clear: both;
}
.old-theme .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.old-theme .btn-group-vertical > .btn + .btn,
.old-theme .btn-group-vertical > .btn + .btn-group,
.old-theme .btn-group-vertical > .btn-group + .btn,
.old-theme .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.old-theme .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.old-theme .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.old-theme .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.old-theme .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.old-theme .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.old-theme .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.old-theme .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.old-theme .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.old-theme .btn-group-justified > .btn,
.old-theme .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.old-theme .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.old-theme .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.old-theme [data-toggle="buttons"] > .btn input[type="radio"],
.old-theme [data-toggle="buttons"] > .btn input[type="checkbox"],
.old-theme [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.old-theme [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.old-theme .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.old-theme .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.old-theme .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.old-theme .input-group-addon,
.old-theme .input-group-btn,
.old-theme .input-group .form-control {
  display: table-cell;
}
.old-theme .input-group-addon:not(:first-child):not(:last-child),
.old-theme .input-group-btn:not(:first-child):not(:last-child),
.old-theme .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.old-theme .input-group-addon,
.old-theme .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.old-theme .input-group-addon {
  padding: 6px 16px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.old-theme .input-group-addon.input-sm,
.old-theme .input-group-sm > .input-group-addon,
.old-theme .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.old-theme .input-group-addon.input-lg,
.old-theme .input-group-lg > .input-group-addon,
.old-theme .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 30px;
  font-size: 17px;
  border-radius: 3px;
}
.old-theme .input-group-addon input[type="radio"],
.old-theme .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.old-theme .input-group .form-control:first-child,
.old-theme .input-group-addon:first-child,
.old-theme .input-group-btn:first-child > .btn,
.old-theme .input-group-btn:first-child > .btn-group > .btn,
.old-theme .input-group-btn:first-child > .dropdown-toggle,
.old-theme .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.old-theme .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.old-theme .input-group-addon:first-child {
  border-right: 0;
}
.old-theme .input-group .form-control:last-child,
.old-theme .input-group-addon:last-child,
.old-theme .input-group-btn:last-child > .btn,
.old-theme .input-group-btn:last-child > .btn-group > .btn,
.old-theme .input-group-btn:last-child > .dropdown-toggle,
.old-theme .input-group-btn:first-child > .btn:not(:first-child),
.old-theme .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.old-theme .input-group-addon:last-child {
  border-left: 0;
}
.old-theme .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.old-theme .input-group-btn > .btn {
  position: relative;
}
.old-theme .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.old-theme .input-group-btn > .btn:hover,
.old-theme .input-group-btn > .btn:focus,
.old-theme .input-group-btn > .btn:active {
  z-index: 2;
}
.old-theme .input-group-btn:first-child > .btn,
.old-theme .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.old-theme .input-group-btn:last-child > .btn,
.old-theme .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.old-theme .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.old-theme .nav:before,
.old-theme .nav:after {
  content: " ";
  display: table;
}
.old-theme .nav:after {
  clear: both;
}
.old-theme .nav > li {
  position: relative;
  display: block;
}
.old-theme .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.old-theme .nav > li > a:hover,
.old-theme .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.old-theme .nav > li.disabled > a {
  color: #bbb;
}
.old-theme .nav > li.disabled > a:hover,
.old-theme .nav > li.disabled > a:focus {
  color: #bbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.old-theme .nav .open > a,
.old-theme .nav .open > a:hover,
.old-theme .nav .open > a:focus {
  background-color: #eee;
  border-color: #2196f3;
}
.old-theme .nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.old-theme .nav > li > a > img {
  max-width: none;
}
.old-theme .nav-tabs {
  border-bottom: 1px solid transparent;
}
.old-theme .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.old-theme .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.846;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.old-theme .nav-tabs > li > a:hover {
  border-color: #eee #eee transparent;
}
.old-theme .nav-tabs > li.active > a,
.old-theme .nav-tabs > li.active > a:hover,
.old-theme .nav-tabs > li.active > a:focus {
  color: #666;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.old-theme .nav-pills > li {
  float: left;
}
.old-theme .nav-pills > li > a {
  border-radius: 3px;
}
.old-theme .nav-pills > li + li {
  margin-left: 2px;
}
.old-theme .nav-pills > li.active > a,
.old-theme .nav-pills > li.active > a:hover,
.old-theme .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e91e63;
}
.old-theme .nav-stacked > li {
  float: none;
}
.old-theme .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.old-theme .nav-justified,
.old-theme .nav-tabs.nav-justified {
  width: 100%;
}
.old-theme .nav-justified > li,
.old-theme .nav-tabs.nav-justified > li {
  float: none;
}
.old-theme .nav-justified > li > a,
.old-theme .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.old-theme .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .old-theme .nav-justified > li,
  .old-theme .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .old-theme .nav-justified > li > a,
  .old-theme .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.old-theme .nav-tabs-justified,
.old-theme .nav-tabs.nav-justified {
  border-bottom: 0;
}
.old-theme .nav-tabs-justified > li > a,
.old-theme .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.old-theme .nav-tabs-justified > .active > a,
.old-theme .nav-tabs.nav-justified > .active > a,
.old-theme .nav-tabs-justified > .active > a:hover,
.old-theme .nav-tabs.nav-justified > .active > a:hover,
.old-theme .nav-tabs-justified > .active > a:focus,
.old-theme .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .old-theme .nav-tabs-justified > li > a,
  .old-theme .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }
  .old-theme .nav-tabs-justified > .active > a,
  .old-theme .nav-tabs.nav-justified > .active > a,
  .old-theme .nav-tabs-justified > .active > a:hover,
  .old-theme .nav-tabs.nav-justified > .active > a:hover,
  .old-theme .nav-tabs-justified > .active > a:focus,
  .old-theme .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.old-theme .tab-content > .tab-pane {
  display: none;
}
.old-theme .tab-content > .active {
  display: block;
}
.old-theme .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.old-theme .navbar {
  position: relative;
  min-height: 64px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.old-theme .navbar:before,
.old-theme .navbar:after {
  content: " ";
  display: table;
}
.old-theme .navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .old-theme .navbar {
    border-radius: 3px;
  }
}
.old-theme .navbar-header:before,
.old-theme .navbar-header:after {
  content: " ";
  display: table;
}
.old-theme .navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .old-theme .navbar-header {
    float: left;
  }
}
.old-theme .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.old-theme .navbar-collapse:before,
.old-theme .navbar-collapse:after {
  content: " ";
  display: table;
}
.old-theme .navbar-collapse:after {
  clear: both;
}
.old-theme .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .old-theme .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .old-theme .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .old-theme .navbar-collapse.in {
    overflow-y: visible;
  }
  .old-theme .navbar-fixed-top .navbar-collapse,
  .old-theme .navbar-static-top .navbar-collapse,
  .old-theme .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.old-theme .navbar-fixed-top .navbar-collapse,
.old-theme .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .old-theme .navbar-fixed-top .navbar-collapse,
  .old-theme .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.old-theme .container > .navbar-header,
.old-theme .container > .navbar-collapse,
.old-theme .container-fluid > .navbar-header,
.old-theme .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .old-theme .container > .navbar-header,
  .old-theme .container > .navbar-collapse,
  .old-theme .container-fluid > .navbar-header,
  .old-theme .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.old-theme .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .old-theme .navbar-static-top {
    border-radius: 0;
  }
}
.old-theme .navbar-fixed-top,
.old-theme .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .old-theme .navbar-fixed-top,
  .old-theme .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.old-theme .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.old-theme .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.old-theme .navbar-brand {
  float: left;
  padding: 20.5px 15px;
  font-size: 17px;
  line-height: 23px;
  height: 64px;
}
.old-theme .navbar-brand:hover,
.old-theme .navbar-brand:focus {
  text-decoration: none;
}
.old-theme .navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .old-theme .navbar > .container .navbar-brand,
  .old-theme .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.old-theme .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.old-theme .navbar-toggle:focus {
  outline: 0;
}
.old-theme .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.old-theme .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1280px) {
  .old-theme .navbar-toggle {
    display: none;
  }
}
.old-theme .navbar-nav {
  margin: 10.25px -15px;
}
.old-theme .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: 991px) {
  .old-theme .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .old-theme .navbar-nav .open .dropdown-menu > li > a,
  .old-theme .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .old-theme .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .old-theme .navbar-nav .open .dropdown-menu > li > a:hover,
  .old-theme .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .old-theme .navbar-nav {
    float: left;
    margin: 0;
  }
  .old-theme .navbar-nav > li {
    float: left;
  }
  .old-theme .navbar-nav > li > a {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
  }
}
.old-theme .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 768px) {
  .old-theme .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .old-theme .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .old-theme .navbar-form .form-control-static {
    display: inline-block;
  }
  .old-theme .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .old-theme .navbar-form .input-group .input-group-addon,
  .old-theme .navbar-form .input-group .input-group-btn,
  .old-theme .navbar-form .input-group .form-control {
    width: auto;
  }
  .old-theme .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .old-theme .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .old-theme .navbar-form .radio,
  .old-theme .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .old-theme .navbar-form .radio label,
  .old-theme .navbar-form .checkbox label {
    padding-left: 0;
  }
  .old-theme .navbar-form .radio input[type="radio"],
  .old-theme .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .old-theme .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .old-theme .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .old-theme .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .old-theme .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.old-theme .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.old-theme .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.old-theme .navbar-btn {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
.old-theme .navbar-btn.btn-sm,
.old-theme .btn-group-sm > .navbar-btn.btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.old-theme .navbar-btn.btn-xs,
.old-theme .btn-group-xs > .navbar-btn.btn {
  margin-top: 21px;
  margin-bottom: 21px;
}
.old-theme .navbar-text {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
@media (min-width: 992px) {
  .old-theme .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .old-theme .navbar-left {
    float: left !important;
  }
  .old-theme .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .old-theme .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.old-theme .navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.old-theme .navbar-default .navbar-brand {
  color: #666;
}
.old-theme .navbar-default .navbar-brand:hover,
.old-theme .navbar-default .navbar-brand:focus {
  color: #212121;
  background-color: transparent;
}
.old-theme .navbar-default .navbar-text {
  color: #bbb;
}
.old-theme .navbar-default .navbar-nav > li > a {
  color: #666;
}
.old-theme .navbar-default .navbar-nav > li > a:hover,
.old-theme .navbar-default .navbar-nav > li > a:focus {
  color: #212121;
  background-color: transparent;
}
.old-theme .navbar-default .navbar-nav > .active > a,
.old-theme .navbar-default .navbar-nav > .active > a:hover,
.old-theme .navbar-default .navbar-nav > .active > a:focus {
  color: #212121;
  background-color: transparent;
}
.old-theme .navbar-default .navbar-nav > .disabled > a,
.old-theme .navbar-default .navbar-nav > .disabled > a:hover,
.old-theme .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.old-theme .navbar-default .navbar-toggle {
  border-color: transparent;
}
.old-theme .navbar-default .navbar-toggle:hover,
.old-theme .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.old-theme .navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(0,0,0,0.5);
}
.old-theme .navbar-default .navbar-collapse,
.old-theme .navbar-default .navbar-form {
  border-color: transparent;
}
.old-theme .navbar-default .navbar-nav > .open > a,
.old-theme .navbar-default .navbar-nav > .open > a:hover,
.old-theme .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #212121;
}
@media (max-width: 991px) {
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
  }
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #212121;
    background-color: transparent;
  }
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #212121;
    background-color: transparent;
  }
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .old-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.old-theme .navbar-default .navbar-link {
  color: #666;
}
.old-theme .navbar-default .navbar-link:hover {
  color: #212121;
}
.old-theme .navbar-default .btn-link {
  color: #666;
}
.old-theme .navbar-default .btn-link:hover,
.old-theme .navbar-default .btn-link:focus {
  color: #212121;
}
.old-theme .navbar-default .btn-link[disabled]:hover,
.old-theme .navbar-default .btn-link[disabled]:focus,
.old-theme fieldset[disabled] .navbar-default .btn-link:hover,
.old-theme fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.old-theme .navbar-inverse {
  background-color: #e91e63;
  border-color: transparent;
}
.old-theme .navbar-inverse .navbar-brand {
  color: #f7a9c4;
}
.old-theme .navbar-inverse .navbar-brand:hover,
.old-theme .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.old-theme .navbar-inverse .navbar-text {
  color: #bbb;
}
.old-theme .navbar-inverse .navbar-nav > li > a {
  color: #f7a9c4;
}
.old-theme .navbar-inverse .navbar-nav > li > a:hover,
.old-theme .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.old-theme .navbar-inverse .navbar-nav > .active > a,
.old-theme .navbar-inverse .navbar-nav > .active > a:hover,
.old-theme .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #c1134e;
}
.old-theme .navbar-inverse .navbar-nav > .disabled > a,
.old-theme .navbar-inverse .navbar-nav > .disabled > a:hover,
.old-theme .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.old-theme .navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.old-theme .navbar-inverse .navbar-toggle:hover,
.old-theme .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.old-theme .navbar-inverse .navbar-toggle .icon-bar {
  background-color: rgba(0,0,0,0.5);
}
.old-theme .navbar-inverse .navbar-collapse,
.old-theme .navbar-inverse .navbar-form {
  border-color: #cf1454;
}
.old-theme .navbar-inverse .navbar-nav > .open > a,
.old-theme .navbar-inverse .navbar-nav > .open > a:hover,
.old-theme .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c1134e;
  color: #fff;
}
@media (max-width: 991px) {
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f7a9c4;
  }
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #c1134e;
  }
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .old-theme .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.old-theme .navbar-inverse .navbar-link {
  color: #f7a9c4;
}
.old-theme .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.old-theme .navbar-inverse .btn-link {
  color: #f7a9c4;
}
.old-theme .navbar-inverse .btn-link:hover,
.old-theme .navbar-inverse .btn-link:focus {
  color: #fff;
}
.old-theme .navbar-inverse .btn-link[disabled]:hover,
.old-theme .navbar-inverse .btn-link[disabled]:focus,
.old-theme fieldset[disabled] .navbar-inverse .btn-link:hover,
.old-theme fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.old-theme .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.old-theme .breadcrumb > li {
  display: inline-block;
}
.old-theme .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.old-theme .breadcrumb > .active {
  color: #bbb;
}
.old-theme .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 3px;
}
.old-theme .pagination > li {
  display: inline;
}
.old-theme .pagination > li > a,
.old-theme .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.846;
  text-decoration: none;
  color: #2196f3;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  margin-left: -1px;
}
.old-theme .pagination > li:first-child > a,
.old-theme .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.old-theme .pagination > li:last-child > a,
.old-theme .pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.old-theme .pagination > li > a:hover,
.old-theme .pagination > li > a:focus,
.old-theme .pagination > li > span:hover,
.old-theme .pagination > li > span:focus {
  color: #64b5f6;
  background-color: #eee;
  border-color: #f9f9f9;
}
.old-theme .pagination > .active > a,
.old-theme .pagination > .active > a:hover,
.old-theme .pagination > .active > a:focus,
.old-theme .pagination > .active > span,
.old-theme .pagination > .active > span:hover,
.old-theme .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #e91e63;
  border-color: #e91e63;
  cursor: default;
}
.old-theme .pagination > .disabled > span,
.old-theme .pagination > .disabled > span:hover,
.old-theme .pagination > .disabled > span:focus,
.old-theme .pagination > .disabled > a,
.old-theme .pagination > .disabled > a:hover,
.old-theme .pagination > .disabled > a:focus {
  color: #bbb;
  background-color: #fff;
  border-color: #f9f9f9;
  cursor: not-allowed;
}
.old-theme .pagination-lg > li > a,
.old-theme .pagination-lg > li > span {
  padding: 10px 30px;
  font-size: 17px;
}
.old-theme .pagination-lg > li:first-child > a,
.old-theme .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.old-theme .pagination-lg > li:last-child > a,
.old-theme .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.old-theme .pagination-sm > li > a,
.old-theme .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.old-theme .pagination-sm > li:first-child > a,
.old-theme .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.old-theme .pagination-sm > li:last-child > a,
.old-theme .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.old-theme .pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}
.old-theme .pager:before,
.old-theme .pager:after {
  content: " ";
  display: table;
}
.old-theme .pager:after {
  clear: both;
}
.old-theme .pager li {
  display: inline;
}
.old-theme .pager li > a,
.old-theme .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 15px;
}
.old-theme .pager li > a:hover,
.old-theme .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.old-theme .pager .next > a,
.old-theme .pager .next > span {
  float: right;
}
.old-theme .pager .previous > a,
.old-theme .pager .previous > span {
  float: left;
}
.old-theme .pager .disabled > a,
.old-theme .pager .disabled > a:hover,
.old-theme .pager .disabled > a:focus,
.old-theme .pager .disabled > span {
  color: #bbb;
  background-color: #f9f9f9;
  cursor: not-allowed;
}
.old-theme .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.old-theme .label:empty {
  display: none;
}
.old-theme .btn .label {
  position: relative;
  top: -1px;
}
.old-theme a.label:hover,
.old-theme a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.old-theme .label-default {
  background-color: #bbb;
}
.old-theme .label-default[href]:hover,
.old-theme .label-default[href]:focus {
  background-color: #a2a2a2;
}
.old-theme .label-primary {
  background-color: #e91e63;
}
.old-theme .label-primary[href]:hover,
.old-theme .label-primary[href]:focus {
  background-color: #c1134e;
}
.old-theme .label-success {
  background-color: #2196f3;
}
.old-theme .label-success[href]:hover,
.old-theme .label-success[href]:focus {
  background-color: #0c7cd5;
}
.old-theme .label-info {
  background-color: #00bcd4;
}
.old-theme .label-info[href]:hover,
.old-theme .label-info[href]:focus {
  background-color: #008fa1;
}
.old-theme .label-warning {
  background-color: #ffab40;
}
.old-theme .label-warning[href]:hover,
.old-theme .label-warning[href]:focus {
  background-color: #ff950d;
}
.old-theme .label-danger {
  background-color: #f44336;
}
.old-theme .label-danger[href]:hover,
.old-theme .label-danger[href]:focus {
  background-color: #ea1c0d;
}
.old-theme .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bbb;
  border-radius: 10px;
}
.old-theme .badge:empty {
  display: none;
}
.old-theme .btn .badge {
  position: relative;
  top: -1px;
}
.old-theme .btn-xs .badge,
.old-theme .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.old-theme .list-group-item.active > .badge,
.old-theme .nav-pills > .active > a > .badge {
  color: #2196f3;
  background-color: #fff;
}
.old-theme .list-group-item > .badge {
  float: right;
}
.old-theme .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.old-theme .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.old-theme a.badge:hover,
.old-theme a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.old-theme .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f9f9f9;
}
.old-theme .jumbotron h1,
.old-theme .jumbotron .h1 {
  color: #444;
}
.old-theme .jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.old-theme .jumbotron > hr {
  border-top-color: #e0e0e0;
}
.old-theme .container .jumbotron,
.old-theme .container-fluid .jumbotron {
  border-radius: 3px;
}
.old-theme .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .old-theme .jumbotron {
    padding: 48px 0;
  }
  .old-theme .container .jumbotron,
  .old-theme .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .old-theme .jumbotron h1,
  .old-theme .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.old-theme .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.846;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.old-theme .thumbnail > img,
.old-theme .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.old-theme .thumbnail .caption {
  padding: 9px;
  color: #666;
}
.old-theme a.thumbnail:hover,
.old-theme a.thumbnail:focus,
.old-theme a.thumbnail.active {
  border-color: #2196f3;
}
.old-theme .alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.old-theme .alert h4 {
  margin-top: 0;
  color: inherit;
}
.old-theme .alert .alert-link {
  font-weight: bold;
}
.old-theme .alert > p,
.old-theme .alert > ul {
  margin-bottom: 0;
}
.old-theme .alert > p + p {
  margin-top: 5px;
}
.old-theme .alert-dismissable,
.old-theme .alert-dismissible {
  padding-right: 35px;
}
.old-theme .alert-dismissable .close,
.old-theme .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.old-theme .alert-success {
  background-color: transparent;
  border-color: transparent;
  color: #2196f3;
}
.old-theme .alert-success hr {
  border-top-color: transparent;
}
.old-theme .alert-success .alert-link {
  color: #0c7cd5;
}
.old-theme .alert-info {
  background-color: transparent;
  border-color: transparent;
  color: #00bcd4;
}
.old-theme .alert-info hr {
  border-top-color: transparent;
}
.old-theme .alert-info .alert-link {
  color: #008fa1;
}
.old-theme .alert-warning {
  background-color: transparent;
  border-color: transparent;
  color: #ffab40;
}
.old-theme .alert-warning hr {
  border-top-color: transparent;
}
.old-theme .alert-warning .alert-link {
  color: #ff950d;
}
.old-theme .alert-danger {
  background-color: transparent;
  border-color: transparent;
  color: #f44336;
}
.old-theme .alert-danger hr {
  border-top-color: transparent;
}
.old-theme .alert-danger .alert-link {
  color: #ea1c0d;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.old-theme .progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.old-theme .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background-color: #e91e63;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.old-theme .progress-striped .progress-bar,
.old-theme .progress-bar-striped {
  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: -o-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;
}
.old-theme .progress.active .progress-bar,
.old-theme .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.old-theme .progress-bar-success {
  background-color: #2196f3;
}
.old-theme .progress-striped .progress-bar-success {
  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: -o-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);
}
.old-theme .progress-bar-info {
  background-color: #00bcd4;
}
.old-theme .progress-striped .progress-bar-info {
  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: -o-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);
}
.old-theme .progress-bar-warning {
  background-color: #ffab40;
}
.old-theme .progress-striped .progress-bar-warning {
  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: -o-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);
}
.old-theme .progress-bar-danger {
  background-color: #f44336;
}
.old-theme .progress-striped .progress-bar-danger {
  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: -o-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);
}
.old-theme .media {
  margin-top: 15px;
}
.old-theme .media:first-child {
  margin-top: 0;
}
.old-theme .media,
.old-theme .media-body {
  zoom: 1;
  overflow: hidden;
}
.old-theme .media-body {
  width: 10000px;
}
.old-theme .media-object {
  display: block;
}
.old-theme .media-right,
.old-theme .media > .pull-right,
.old-theme .page-header .media > .actions {
  padding-left: 10px;
}
.old-theme .media-left,
.old-theme .media > .pull-left {
  padding-right: 10px;
}
.old-theme .media-left,
.old-theme .media-right,
.old-theme .media-body {
  display: table-cell;
  vertical-align: top;
}
.old-theme .media-middle {
  vertical-align: middle;
}
.old-theme .media-bottom {
  vertical-align: bottom;
}
.old-theme .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.old-theme .media-list {
  padding-left: 0;
  list-style: none;
}
.old-theme .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.old-theme .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.old-theme .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.old-theme .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.old-theme a.list-group-item {
  color: #555;
}
.old-theme a.list-group-item .list-group-item-heading {
  color: #333;
}
.old-theme a.list-group-item:hover,
.old-theme a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.old-theme .list-group-item.disabled,
.old-theme .list-group-item.disabled:hover,
.old-theme .list-group-item.disabled:focus {
  background-color: #eee;
  color: #bbb;
  cursor: not-allowed;
}
.old-theme .list-group-item.disabled .list-group-item-heading,
.old-theme .list-group-item.disabled:hover .list-group-item-heading,
.old-theme .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.old-theme .list-group-item.disabled .list-group-item-text,
.old-theme .list-group-item.disabled:hover .list-group-item-text,
.old-theme .list-group-item.disabled:focus .list-group-item-text {
  color: #bbb;
}
.old-theme .list-group-item.active,
.old-theme .list-group-item.active:hover,
.old-theme .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e91e63;
  border-color: #e91e63;
}
.old-theme .list-group-item.active .list-group-item-heading,
.old-theme .list-group-item.active .list-group-item-heading > small,
.old-theme .list-group-item.active .list-group-item-heading > .small,
.old-theme .list-group-item.active:hover .list-group-item-heading,
.old-theme .list-group-item.active:hover .list-group-item-heading > small,
.old-theme .list-group-item.active:hover .list-group-item-heading > .small,
.old-theme .list-group-item.active:focus .list-group-item-heading,
.old-theme .list-group-item.active:focus .list-group-item-heading > small,
.old-theme .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.old-theme .list-group-item.active .list-group-item-text,
.old-theme .list-group-item.active:hover .list-group-item-text,
.old-theme .list-group-item.active:focus .list-group-item-text {
  color: #fbd8e4;
}
.old-theme .list-group-item-success {
  color: #2196f3;
  background-color: transparent;
}
.old-theme a.list-group-item-success {
  color: #2196f3;
}
.old-theme a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.old-theme a.list-group-item-success:hover,
.old-theme a.list-group-item-success:focus {
  color: #2196f3;
  background-color: transparent;
}
.old-theme a.list-group-item-success.active,
.old-theme a.list-group-item-success.active:hover,
.old-theme a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.old-theme .list-group-item-info {
  color: #00bcd4;
  background-color: transparent;
}
.old-theme a.list-group-item-info {
  color: #00bcd4;
}
.old-theme a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.old-theme a.list-group-item-info:hover,
.old-theme a.list-group-item-info:focus {
  color: #00bcd4;
  background-color: transparent;
}
.old-theme a.list-group-item-info.active,
.old-theme a.list-group-item-info.active:hover,
.old-theme a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.old-theme .list-group-item-warning {
  color: #ffab40;
  background-color: transparent;
}
.old-theme a.list-group-item-warning {
  color: #ffab40;
}
.old-theme a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.old-theme a.list-group-item-warning:hover,
.old-theme a.list-group-item-warning:focus {
  color: #ffab40;
  background-color: transparent;
}
.old-theme a.list-group-item-warning.active,
.old-theme a.list-group-item-warning.active:hover,
.old-theme a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffab40;
  border-color: #ffab40;
}
.old-theme .list-group-item-danger {
  color: #f44336;
  background-color: transparent;
}
.old-theme a.list-group-item-danger {
  color: #f44336;
}
.old-theme a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.old-theme a.list-group-item-danger:hover,
.old-theme a.list-group-item-danger:focus {
  color: #f44336;
  background-color: transparent;
}
.old-theme a.list-group-item-danger.active,
.old-theme a.list-group-item-danger.active:hover,
.old-theme a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.old-theme .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.old-theme .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.old-theme .panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.old-theme .panel-body {
  padding: 15px;
}
.old-theme .panel-body:before,
.old-theme .panel-body:after {
  content: " ";
  display: table;
}
.old-theme .panel-body:after {
  clear: both;
}
.old-theme .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.old-theme .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.old-theme .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.old-theme .panel-title > a,
.old-theme .panel-title > small,
.old-theme .panel-title > .small,
.old-theme .panel-title > small > a,
.old-theme .panel-title > .small > a {
  color: inherit;
}
.old-theme .panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.old-theme .panel > .list-group,
.old-theme .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.old-theme .panel > .list-group .list-group-item,
.old-theme .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.old-theme .panel > .list-group:first-child .list-group-item:first-child,
.old-theme .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.old-theme .panel > .list-group:last-child .list-group-item:last-child,
.old-theme .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.old-theme .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.old-theme .list-group + .panel-footer {
  border-top-width: 0;
}
.old-theme .panel > .table,
.old-theme .panel > .table-responsive > .table,
.old-theme .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.old-theme .panel > .table caption,
.old-theme .panel > .table-responsive > .table caption,
.old-theme .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.old-theme .panel > .table:first-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.old-theme .panel > .table:first-child > thead:first-child > tr:first-child,
.old-theme .panel > .table:first-child > tbody:first-child > tr:first-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.old-theme .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.old-theme .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.old-theme .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.old-theme .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.old-theme .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.old-theme .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.old-theme .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.old-theme .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.old-theme .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.old-theme .panel > .table:last-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.old-theme .panel > .table:last-child > tbody:last-child > tr:last-child,
.old-theme .panel > .table:last-child > tfoot:last-child > tr:last-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.old-theme .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.old-theme .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.old-theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.old-theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.old-theme .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.old-theme .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.old-theme .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.old-theme .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.old-theme .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.old-theme .panel > .panel-body + .table,
.old-theme .panel > .panel-body + .table-responsive,
.old-theme .panel > .table + .panel-body,
.old-theme .panel > .table-responsive + .panel-body {
  border-top: 1px solid #f0f0f0;
}
.old-theme .panel > .table > tbody:first-child > tr:first-child th,
.old-theme .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.old-theme .panel > .table-bordered,
.old-theme .panel > .table-responsive > .table-bordered {
  border: 0;
}
.old-theme .panel > .table-bordered > thead > tr > th:first-child,
.old-theme .panel > .table-bordered > thead > tr > td:first-child,
.old-theme .panel > .table-bordered > tbody > tr > th:first-child,
.old-theme .panel > .table-bordered > tbody > tr > td:first-child,
.old-theme .panel > .table-bordered > tfoot > tr > th:first-child,
.old-theme .panel > .table-bordered > tfoot > tr > td:first-child,
.old-theme .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.old-theme .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.old-theme .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.old-theme .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.old-theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.old-theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.old-theme .panel > .table-bordered > thead > tr > th:last-child,
.old-theme .panel > .table-bordered > thead > tr > td:last-child,
.old-theme .panel > .table-bordered > tbody > tr > th:last-child,
.old-theme .panel > .table-bordered > tbody > tr > td:last-child,
.old-theme .panel > .table-bordered > tfoot > tr > th:last-child,
.old-theme .panel > .table-bordered > tfoot > tr > td:last-child,
.old-theme .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.old-theme .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.old-theme .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.old-theme .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.old-theme .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.old-theme .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.old-theme .panel > .table-bordered > thead > tr:first-child > td,
.old-theme .panel > .table-bordered > thead > tr:first-child > th,
.old-theme .panel > .table-bordered > tbody > tr:first-child > td,
.old-theme .panel > .table-bordered > tbody > tr:first-child > th,
.old-theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.old-theme .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.old-theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.old-theme .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.old-theme .panel > .table-bordered > tbody > tr:last-child > td,
.old-theme .panel > .table-bordered > tbody > tr:last-child > th,
.old-theme .panel > .table-bordered > tfoot > tr:last-child > td,
.old-theme .panel > .table-bordered > tfoot > tr:last-child > th,
.old-theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.old-theme .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.old-theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.old-theme .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.old-theme .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.old-theme .panel-group {
  margin-bottom: 23px;
}
.old-theme .panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.old-theme .panel-group .panel + .panel {
  margin-top: 5px;
}
.old-theme .panel-group .panel-heading {
  border-bottom: 0;
}
.old-theme .panel-group .panel-heading + .panel-collapse > .panel-body,
.old-theme .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.old-theme .panel-group .panel-footer {
  border-top: 0;
}
.old-theme .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.old-theme .panel-default {
  border-color: #ddd;
}
.old-theme .panel-default > .panel-heading {
  color: #666;
  background-color: #fff;
  border-color: #ddd;
}
.old-theme .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.old-theme .panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #666;
}
.old-theme .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.old-theme .panel-primary {
  border-color: #e91e63;
}
.old-theme .panel-primary > .panel-heading {
  color: #fff;
  background-color: #e91e63;
  border-color: #e91e63;
}
.old-theme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e91e63;
}
.old-theme .panel-primary > .panel-heading .badge {
  color: #e91e63;
  background-color: #fff;
}
.old-theme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e91e63;
}
.old-theme .panel-success {
  border-color: transparent;
}
.old-theme .panel-success > .panel-heading {
  color: #fff;
  background-color: #2196f3;
  border-color: transparent;
}
.old-theme .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.old-theme .panel-success > .panel-heading .badge {
  color: #2196f3;
  background-color: #fff;
}
.old-theme .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.old-theme .panel-info {
  border-color: transparent;
}
.old-theme .panel-info > .panel-heading {
  color: #fff;
  background-color: #00bcd4;
  border-color: transparent;
}
.old-theme .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.old-theme .panel-info > .panel-heading .badge {
  color: #00bcd4;
  background-color: #fff;
}
.old-theme .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.old-theme .panel-warning {
  border-color: transparent;
}
.old-theme .panel-warning > .panel-heading {
  color: #fff;
  background-color: #ffab40;
  border-color: transparent;
}
.old-theme .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.old-theme .panel-warning > .panel-heading .badge {
  color: #ffab40;
  background-color: #fff;
}
.old-theme .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.old-theme .panel-danger {
  border-color: transparent;
}
.old-theme .panel-danger > .panel-heading {
  color: #fff;
  background-color: #f44336;
  border-color: transparent;
}
.old-theme .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.old-theme .panel-danger > .panel-heading .badge {
  color: #f44336;
  background-color: #fff;
}
.old-theme .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.old-theme .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.old-theme .embed-responsive .embed-responsive-item,
.old-theme .embed-responsive iframe,
.old-theme .embed-responsive embed,
.old-theme .embed-responsive object,
.old-theme .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.old-theme .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.old-theme .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.old-theme .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.old-theme .well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.old-theme .well-lg {
  padding: 24px;
  border-radius: 3px;
}
.old-theme .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.old-theme .close {
  float: right;
  font-size: 19.5px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
}
.old-theme .close:hover,
.old-theme .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
.old-theme button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.old-theme .modal-open {
  overflow: hidden;
}
.old-theme .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.old-theme .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.old-theme .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.old-theme .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.old-theme .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.old-theme .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}
.old-theme .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.old-theme .modal-backdrop.fade {
  opacity: 0;
}
.old-theme .modal-backdrop.in {
  opacity: 0.5;
}
.old-theme .modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.846px;
}
.old-theme .modal-header .close {
  margin-top: -2px;
}
.old-theme .modal-title {
  margin: 0;
  line-height: 1.846;
}
.old-theme .modal-body {
  position: relative;
  padding: 15px;
}
.old-theme .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}
.old-theme .modal-footer:before,
.old-theme .modal-footer:after {
  content: " ";
  display: table;
}
.old-theme .modal-footer:after {
  clear: both;
}
.old-theme .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.old-theme .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.old-theme .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.old-theme .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .old-theme .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .old-theme .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
  .old-theme .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .old-theme .modal-lg {
    width: 900px;
  }
}
.old-theme .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
}
.old-theme .tooltip.in {
  opacity: 0.9;
}
.old-theme .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.old-theme .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.old-theme .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.old-theme .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.old-theme .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #727272;
  border-radius: 3px;
}
.old-theme .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.old-theme .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.old-theme .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.old-theme .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}
.old-theme .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #727272;
}
.old-theme .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #727272;
}
.old-theme .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.old-theme .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.old-theme .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}
.old-theme .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.846;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.old-theme .popover.top {
  margin-top: -10px;
}
.old-theme .popover.right {
  margin-left: 10px;
}
.old-theme .popover.bottom {
  margin-top: 10px;
}
.old-theme .popover.left {
  margin-left: -10px;
}
.old-theme .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.old-theme .popover-content {
  padding: 9px 14px;
}
.old-theme .popover > .arrow,
.old-theme .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.old-theme .popover > .arrow {
  border-width: 11px;
}
.old-theme .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.old-theme .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0,0,0,0.2);
  border-top-color: fadein(rgba(0,0,0,0.2), 7.5%);
  bottom: -11px;
}
.old-theme .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.old-theme .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0,0,0,0.2);
  border-right-color: fadein(rgba(0,0,0,0.2), 7.5%);
}
.old-theme .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.old-theme .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0,0,0,0.2);
  border-bottom-color: fadein(rgba(0,0,0,0.2), 7.5%);
  top: -11px;
}
.old-theme .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.old-theme .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0,0,0,0.2);
  border-left-color: fadein(rgba(0,0,0,0.2), 7.5%);
}
.old-theme .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.old-theme .carousel {
  position: relative;
}
.old-theme .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.old-theme .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.old-theme .carousel-inner > .item > img,
.old-theme .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .old-theme .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .old-theme .carousel-inner > .item.next,
  .old-theme .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .old-theme .carousel-inner > .item.prev,
  .old-theme .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .old-theme .carousel-inner > .item.next.left,
  .old-theme .carousel-inner > .item.prev.right,
  .old-theme .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.old-theme .carousel-inner > .active,
.old-theme .carousel-inner > .next,
.old-theme .carousel-inner > .prev {
  display: block;
}
.old-theme .carousel-inner > .active {
  left: 0;
}
.old-theme .carousel-inner > .next,
.old-theme .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.old-theme .carousel-inner > .next {
  left: 100%;
}
.old-theme .carousel-inner > .prev {
  left: -100%;
}
.old-theme .carousel-inner > .next.left,
.old-theme .carousel-inner > .prev.right {
  left: 0;
}
.old-theme .carousel-inner > .active.left {
  left: -100%;
}
.old-theme .carousel-inner > .active.right {
  left: 100%;
}
.old-theme .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.old-theme .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
}
.old-theme .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
}
.old-theme .carousel-control:hover,
.old-theme .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.old-theme .carousel-control .icon-prev,
.old-theme .carousel-control .icon-next,
.old-theme .carousel-control .glyphicon-chevron-left,
.old-theme .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.old-theme .carousel-control .icon-prev,
.old-theme .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.old-theme .carousel-control .icon-next,
.old-theme .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.old-theme .carousel-control .icon-prev,
.old-theme .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.old-theme .carousel-control .icon-prev:before {
  content: '\2039';
}
.old-theme .carousel-control .icon-next:before {
  content: '\203a';
}
.old-theme .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.old-theme .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 9;
  background-color: transparent;
}
.old-theme .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.old-theme .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.old-theme .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .old-theme .carousel-control .glyphicon-chevron-left,
  .old-theme .carousel-control .glyphicon-chevron-right,
  .old-theme .carousel-control .icon-prev,
  .old-theme .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .old-theme .carousel-control .glyphicon-chevron-left,
  .old-theme .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .old-theme .carousel-control .glyphicon-chevron-right,
  .old-theme .carousel-control .icon-next {
    margin-right: -15px;
  }
  .old-theme .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .old-theme .carousel-indicators {
    bottom: 20px;
  }
}
.old-theme .clearfix:before,
.old-theme .clearfix:after {
  content: " ";
  display: table;
}
.old-theme .clearfix:after {
  clear: both;
}
.old-theme .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.old-theme .pull-right,
.old-theme .page-header .actions {
  float: right !important;
}
.old-theme .pull-left {
  float: left !important;
}
.old-theme .hide {
  display: none !important;
}
.old-theme .show {
  display: block !important;
}
.old-theme .invisible {
  visibility: hidden;
}
.old-theme .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.old-theme .hidden {
  display: none !important;
}
.old-theme .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.old-theme .visible-xs {
  display: none !important;
}
.old-theme .visible-sm {
  display: none !important;
}
.old-theme .visible-md {
  display: none !important;
}
.old-theme .visible-lg {
  display: none !important;
}
.old-theme .visible-xs-block,
.old-theme .visible-xs-inline,
.old-theme .visible-xs-inline-block,
.old-theme .visible-sm-block,
.old-theme .visible-sm-inline,
.old-theme .visible-sm-inline-block,
.old-theme .visible-md-block,
.old-theme .visible-md-inline,
.old-theme .visible-md-inline-block,
.old-theme .visible-lg-block,
.old-theme .visible-lg-inline,
.old-theme .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .old-theme .visible-xs {
    display: block !important;
  }
  .old-theme table.visible-xs {
    display: table;
  }
  .old-theme tr.visible-xs {
    display: table-row !important;
  }
  .old-theme th.visible-xs,
  .old-theme td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .old-theme .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .old-theme .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .old-theme .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .old-theme .visible-sm {
    display: block !important;
  }
  .old-theme table.visible-sm {
    display: table;
  }
  .old-theme tr.visible-sm {
    display: table-row !important;
  }
  .old-theme th.visible-sm,
  .old-theme td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .old-theme .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .old-theme .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .old-theme .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .old-theme .visible-md {
    display: block !important;
  }
  .old-theme table.visible-md {
    display: table;
  }
  .old-theme tr.visible-md {
    display: table-row !important;
  }
  .old-theme th.visible-md,
  .old-theme td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .old-theme .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .old-theme .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .old-theme .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .old-theme .visible-lg {
    display: block !important;
  }
  .old-theme table.visible-lg {
    display: table;
  }
  .old-theme tr.visible-lg {
    display: table-row !important;
  }
  .old-theme th.visible-lg,
  .old-theme td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .old-theme .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .old-theme .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .old-theme .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .old-theme .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .old-theme .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .old-theme .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .old-theme .advanced-filter-holder {
    min-width: 1200px !important;
    width: 100% !important;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .old-theme .advanced-filter-holder {
    min-width: 1100px !important;
    width: 100% !important;
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .old-theme .advanced-filter-holder {
    min-width: 1020px !important;
    width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .old-theme .advanced-filter-holder {
    min-width: 1100px !important;
    width: 100% !important;
  }
}
@media (min-width: 1050px) and (max-width: 1199px) {
  .old-theme .advanced-filter-holder {
    min-width: 1000px !important;
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  .old-theme .advanced-filter-holder {
    min-width: 800px !important;
    width: 100% !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .old-theme .advanced-filter-holder {
    min-width: 700px !important;
    width: 100% !important;
  }
}
@media (min-width: 700px) and (max-width: 799px) {
  .old-theme .advanced-filter-holder {
    min-width: 600px !important;
    width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 699px) {
  .old-theme .advanced-filter-holder {
    min-width: 500px !important;
    width: 100% !important;
  }
}
@media (min-width: 500px) and (max-width: 599px) {
  .old-theme .advanced-filter-holder {
    min-width: 400px !important;
    width: 100% !important;
  }
}
@media (max-width: 499px) {
  .old-theme .advanced-filter-holder {
    min-width: 300px !important;
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .old-theme .hidden-lg {
    display: none !important;
  }
}
.old-theme .visible-print {
  display: none !important;
}
@media print {
  .old-theme .visible-print {
    display: block !important;
  }
  .old-theme table.visible-print {
    display: table;
  }
  .old-theme tr.visible-print {
    display: table-row !important;
  }
  .old-theme th.visible-print,
  .old-theme td.visible-print {
    display: table-cell !important;
  }
}
.old-theme .visible-print-block {
  display: none !important;
}
@media print {
  .old-theme .visible-print-block {
    display: block !important;
  }
}
.old-theme .visible-print-inline {
  display: none !important;
}
@media print {
  .old-theme .visible-print-inline {
    display: inline !important;
  }
}
.old-theme .visible-print-inline-block {
  display: none !important;
}
@media print {
  .old-theme .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .old-theme .hidden-print {
    display: none !important;
  }
}
.old-theme .page-header {
  margin: 0 0 40px 0;
  padding: 0px;
  border: none;
}
.old-theme .page-header h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 20px;
}
.old-theme .page-header .lead {
  margin: 0px;
}
.old-theme .page-header .actions {
  margin-right: -10px;
  margin-top: -10px;
}
.old-theme .navbar {
  border: none;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.old-theme .navbar-default {
  border-radius: inherit;
}
.old-theme .navbar.scroll {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  z-index: 1028;
}
.old-theme .navbar-brand {
  font-size: 16px;
  color: #939393;
}
.old-theme .navbar-inverse .form-control {
  color: #fff;
}
.old-theme .navbar-inverse .form-control::-moz-placeholder {
  color: #f7a9c4;
  opacity: 1;
}
.old-theme .navbar-inverse .form-control:-ms-input-placeholder {
  color: #f7a9c4;
}
.old-theme .navbar-inverse .form-control::-webkit-input-placeholder {
  color: #f7a9c4;
}
.old-theme .navbar-inverse .form-control[type=text] {
  -webkit-box-shadow: inset 0 -1px 0 #f7a9c4;
  box-shadow: inset 0 -1px 0 #f7a9c4;
}
.old-theme .navbar-inverse .form-control[type=text]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #fff;
  box-shadow: inset 0 -2px 0 #fff;
}
.old-theme .navbar-nav > li > .dropdown-menu {
  margin-top: 0px;
}
.old-theme .navbar-fixed-top {
  margin-left: 0 !important;
}
@media (min-width: 1283px) {
  .old-theme .navbar-fixed-top {
    margin-left: 260px !important;
  }
}
@media (min-width: 1280px) {
  .old-theme .navbar-toggle {
    display: block;
  }
}
@media (min-width: 1281px) {
  .old-theme .navbar-toggle {
    display: none;
  }
}
.old-theme .table > thead > tr > td.active,
.old-theme .table > thead > tr > th.active,
.old-theme .table > thead > tr.active > td,
.old-theme .table > thead > tr.active > th,
.old-theme .table > tbody > tr > td.active,
.old-theme .table > tbody > tr > th.active,
.old-theme .table > tbody > tr.active > td,
.old-theme .table > tbody > tr.active > th,
.old-theme .table > tfoot > tr > td.active,
.old-theme .table > tfoot > tr > th.active,
.old-theme .table > tfoot > tr.active > td,
.old-theme .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
  color: #666;
}
.old-theme .table-hover > tbody > tr > td.active:hover,
.old-theme .table-hover > tbody > tr > th.active:hover,
.old-theme .table-hover > tbody > tr.active:hover > td,
.old-theme .table-hover > tbody > tr:hover > .active,
.old-theme .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.old-theme .table > thead > tr > td.success,
.old-theme .table > thead > tr > th.success,
.old-theme .table > thead > tr.success > td,
.old-theme .table > thead > tr.success > th,
.old-theme .table > tbody > tr > td.success,
.old-theme .table > tbody > tr > th.success,
.old-theme .table > tbody > tr.success > td,
.old-theme .table > tbody > tr.success > th,
.old-theme .table > tfoot > tr > td.success,
.old-theme .table > tfoot > tr > th.success,
.old-theme .table > tfoot > tr.success > td,
.old-theme .table > tfoot > tr.success > th {
  background-color: transparent;
  color: #fff;
}
.old-theme .table-hover > tbody > tr > td.success:hover,
.old-theme .table-hover > tbody > tr > th.success:hover,
.old-theme .table-hover > tbody > tr.success:hover > td,
.old-theme .table-hover > tbody > tr:hover > .success,
.old-theme .table-hover > tbody > tr.success:hover > th {
  background-color: transparent;
}
.old-theme .table > thead > tr > td.info,
.old-theme .table > thead > tr > th.info,
.old-theme .table > thead > tr.info > td,
.old-theme .table > thead > tr.info > th,
.old-theme .table > tbody > tr > td.info,
.old-theme .table > tbody > tr > th.info,
.old-theme .table > tbody > tr.info > td,
.old-theme .table > tbody > tr.info > th,
.old-theme .table > tfoot > tr > td.info,
.old-theme .table > tfoot > tr > th.info,
.old-theme .table > tfoot > tr.info > td,
.old-theme .table > tfoot > tr.info > th {
  background-color: transparent;
  color: #fff;
}
.old-theme .table-hover > tbody > tr > td.info:hover,
.old-theme .table-hover > tbody > tr > th.info:hover,
.old-theme .table-hover > tbody > tr.info:hover > td,
.old-theme .table-hover > tbody > tr:hover > .info,
.old-theme .table-hover > tbody > tr.info:hover > th {
  background-color: transparent;
}
.old-theme .table > thead > tr > td.warning,
.old-theme .table > thead > tr > th.warning,
.old-theme .table > thead > tr.warning > td,
.old-theme .table > thead > tr.warning > th,
.old-theme .table > tbody > tr > td.warning,
.old-theme .table > tbody > tr > th.warning,
.old-theme .table > tbody > tr.warning > td,
.old-theme .table > tbody > tr.warning > th,
.old-theme .table > tfoot > tr > td.warning,
.old-theme .table > tfoot > tr > th.warning,
.old-theme .table > tfoot > tr.warning > td,
.old-theme .table > tfoot > tr.warning > th {
  background-color: transparent;
  color: #fff;
}
.old-theme .table-hover > tbody > tr > td.warning:hover,
.old-theme .table-hover > tbody > tr > th.warning:hover,
.old-theme .table-hover > tbody > tr.warning:hover > td,
.old-theme .table-hover > tbody > tr:hover > .warning,
.old-theme .table-hover > tbody > tr.warning:hover > th {
  background-color: transparent;
}
.old-theme .table > thead > tr > td.danger,
.old-theme .table > thead > tr > th.danger,
.old-theme .table > thead > tr.danger > td,
.old-theme .table > thead > tr.danger > th,
.old-theme .table > tbody > tr > td.danger,
.old-theme .table > tbody > tr > th.danger,
.old-theme .table > tbody > tr.danger > td,
.old-theme .table > tbody > tr.danger > th,
.old-theme .table > tfoot > tr > td.danger,
.old-theme .table > tfoot > tr > th.danger,
.old-theme .table > tfoot > tr.danger > td,
.old-theme .table > tfoot > tr.danger > th {
  background-color: transparent;
  color: #fff;
}
.old-theme .table-hover > tbody > tr > td.danger:hover,
.old-theme .table-hover > tbody > tr > th.danger:hover,
.old-theme .table-hover > tbody > tr.danger:hover > td,
.old-theme .table-hover > tbody > tr:hover > .danger,
.old-theme .table-hover > tbody > tr.danger:hover > th {
  background-color: transparent;
}
.old-theme .table-bordered {
  border: none;
}
.old-theme .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.old-theme .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.old-theme .form-group {
  position: relative;
}
.old-theme label {
  font-weight: normal;
}
.old-theme textarea {
  min-height: 150px;
}
.old-theme textarea,
.old-theme textarea.form-control,
.old-theme input.form-control,
.old-theme input[type=text],
.old-theme input[type=password],
.old-theme input[type=email],
.old-theme input[type=number],
.old-theme [type=text].form-control,
.old-theme [type=password].form-control,
.old-theme [type=email].form-control,
.old-theme [type=tel].form-control,
.old-theme [contenteditable].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  font-size: 16px;
}
.old-theme textarea[disabled],
.old-theme textarea[readonly],
.old-theme textarea.form-control[disabled],
.old-theme textarea.form-control[readonly],
.old-theme input.form-control[disabled],
.old-theme input.form-control[readonly],
.old-theme input[type=text][disabled],
.old-theme input[type=text][readonly],
.old-theme input[type=password][disabled],
.old-theme input[type=password][readonly],
.old-theme input[type=email][disabled],
.old-theme input[type=email][readonly],
.old-theme input[type=number][disabled],
.old-theme input[type=number][readonly],
.old-theme [type=text].form-control[disabled],
.old-theme [type=text].form-control[readonly],
.old-theme [type=password].form-control[disabled],
.old-theme [type=password].form-control[readonly],
.old-theme [type=email].form-control[disabled],
.old-theme [type=email].form-control[readonly],
.old-theme [type=tel].form-control[disabled],
.old-theme [type=tel].form-control[readonly],
.old-theme [contenteditable].form-control[disabled],
.old-theme [contenteditable].form-control[readonly] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
}
.old-theme textarea.input-sm,
.old-theme .input-group-sm > textarea.form-control,
.old-theme .input-group-sm > textarea.input-group-addon,
.old-theme .input-group-sm > .input-group-btn > textarea.btn,
.old-theme textarea.form-control.input-sm,
.old-theme .input-group-sm > .input-group-btn > textarea.form-control.btn,
.old-theme input.form-control.input-sm,
.old-theme .input-group-sm > input.form-control,
.old-theme .input-group-sm > .input-group-btn > input.form-control.btn,
.old-theme input[type=text].input-sm,
.old-theme .input-group-sm > input[type=text].form-control,
.old-theme .input-group-sm > input[type=text].input-group-addon,
.old-theme .input-group-sm > .input-group-btn > input[type=text].btn,
.old-theme input[type=password].input-sm,
.old-theme .input-group-sm > input[type=password].form-control,
.old-theme .input-group-sm > input[type=password].input-group-addon,
.old-theme .input-group-sm > .input-group-btn > input[type=password].btn,
.old-theme input[type=email].input-sm,
.old-theme .input-group-sm > input[type=email].form-control,
.old-theme .input-group-sm > input[type=email].input-group-addon,
.old-theme .input-group-sm > .input-group-btn > input[type=email].btn,
.old-theme input[type=number].input-sm,
.old-theme .input-group-sm > input[type=number].form-control,
.old-theme .input-group-sm > input[type=number].input-group-addon,
.old-theme .input-group-sm > .input-group-btn > input[type=number].btn,
.old-theme [type=text].form-control.input-sm,
.old-theme .input-group-sm > [type=text].form-control,
.old-theme .input-group-sm > .input-group-btn > [type=text].form-control.btn,
.old-theme [type=password].form-control.input-sm,
.old-theme .input-group-sm > [type=password].form-control,
.old-theme .input-group-sm > .input-group-btn > [type=password].form-control.btn,
.old-theme [type=email].form-control.input-sm,
.old-theme .input-group-sm > [type=email].form-control,
.old-theme .input-group-sm > .input-group-btn > [type=email].form-control.btn,
.old-theme [type=tel].form-control.input-sm,
.old-theme .input-group-sm > [type=tel].form-control,
.old-theme .input-group-sm > .input-group-btn > [type=tel].form-control.btn,
.old-theme [contenteditable].form-control.input-sm,
.old-theme .input-group-sm > [contenteditable].form-control,
.old-theme .input-group-sm > .input-group-btn > [contenteditable].form-control.btn {
  font-size: 12px;
}
.old-theme textarea.input-lg,
.old-theme .input-group-lg > textarea.form-control,
.old-theme .input-group-lg > textarea.input-group-addon,
.old-theme .input-group-lg > .input-group-btn > textarea.btn,
.old-theme textarea.form-control.input-lg,
.old-theme .input-group-lg > .input-group-btn > textarea.form-control.btn,
.old-theme input.form-control.input-lg,
.old-theme .input-group-lg > input.form-control,
.old-theme .input-group-lg > .input-group-btn > input.form-control.btn,
.old-theme input[type=text].input-lg,
.old-theme .input-group-lg > input[type=text].form-control,
.old-theme .input-group-lg > input[type=text].input-group-addon,
.old-theme .input-group-lg > .input-group-btn > input[type=text].btn,
.old-theme input[type=password].input-lg,
.old-theme .input-group-lg > input[type=password].form-control,
.old-theme .input-group-lg > input[type=password].input-group-addon,
.old-theme .input-group-lg > .input-group-btn > input[type=password].btn,
.old-theme input[type=email].input-lg,
.old-theme .input-group-lg > input[type=email].form-control,
.old-theme .input-group-lg > input[type=email].input-group-addon,
.old-theme .input-group-lg > .input-group-btn > input[type=email].btn,
.old-theme input[type=number].input-lg,
.old-theme .input-group-lg > input[type=number].form-control,
.old-theme .input-group-lg > input[type=number].input-group-addon,
.old-theme .input-group-lg > .input-group-btn > input[type=number].btn,
.old-theme [type=text].form-control.input-lg,
.old-theme .input-group-lg > [type=text].form-control,
.old-theme .input-group-lg > .input-group-btn > [type=text].form-control.btn,
.old-theme [type=password].form-control.input-lg,
.old-theme .input-group-lg > [type=password].form-control,
.old-theme .input-group-lg > .input-group-btn > [type=password].form-control.btn,
.old-theme [type=email].form-control.input-lg,
.old-theme .input-group-lg > [type=email].form-control,
.old-theme .input-group-lg > .input-group-btn > [type=email].form-control.btn,
.old-theme [type=tel].form-control.input-lg,
.old-theme .input-group-lg > [type=tel].form-control,
.old-theme .input-group-lg > .input-group-btn > [type=tel].form-control.btn,
.old-theme [contenteditable].form-control.input-lg,
.old-theme .input-group-lg > [contenteditable].form-control,
.old-theme .input-group-lg > .input-group-btn > [contenteditable].form-control.btn {
  font-size: 17px;
}
.old-theme select,
.old-theme select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0 9;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  font-size: 16px;
  line-height: 1.5;
}
.old-theme select::-ms-expand,
.old-theme select.form-control::-ms-expand {
  display: none;
}
.old-theme select.input-sm,
.old-theme .input-group-sm > select.form-control,
.old-theme .input-group-sm > select.input-group-addon,
.old-theme .input-group-sm > .input-group-btn > select.btn,
.old-theme select.form-control.input-sm,
.old-theme .input-group-sm > .input-group-btn > select.form-control.btn {
  font-size: 12px;
}
.old-theme select.input-lg,
.old-theme .input-group-lg > select.form-control,
.old-theme .input-group-lg > select.input-group-addon,
.old-theme .input-group-lg > .input-group-btn > select.btn,
.old-theme select.form-control.input-lg,
.old-theme .input-group-lg > .input-group-btn > select.form-control.btn {
  font-size: 17px;
}
.old-theme select:focus,
.old-theme select.form-control:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=");
}
.old-theme select[multiple],
.old-theme select.form-control[multiple] {
  background: none;
}
.old-theme .radio label,
.old-theme .radio-inline label,
.old-theme .checkbox label,
.old-theme .checkbox-inline label {
  padding-left: 33px;
  margin-bottom: 5px;
  line-height: 30px;
  cursor: pointer;
}
.old-theme .radio-inline,
.old-theme .checkbox-inline {
  padding: 0 20px 0 0;
}
.old-theme input[type="radio"],
.old-theme .radio input[type="radio"],
.old-theme .radio-inline input[type="radio"] {
  margin-top: 5px;
  margin-left: -33px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.old-theme input[type="radio"]:focus,
.old-theme .radio input[type="radio"]:focus,
.old-theme .radio-inline input[type="radio"]:focus {
  outline: none;
}
.old-theme input[type="radio"]:before,
.old-theme input[type="radio"]:after,
.old-theme .radio input[type="radio"]:before,
.old-theme .radio input[type="radio"]:after,
.old-theme .radio-inline input[type="radio"]:before,
.old-theme .radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -5px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.old-theme input[type="radio"]:before,
.old-theme .radio input[type="radio"]:before,
.old-theme .radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.old-theme input[type="radio"]:after,
.old-theme .radio input[type="radio"]:after,
.old-theme .radio-inline input[type="radio"]:after {
  border: 2px solid #666;
}
.old-theme input[type="radio"]:checked:before,
.old-theme .radio input[type="radio"]:checked:before,
.old-theme .radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.old-theme input[type="radio"]:disabled:checked:before,
.old-theme .radio input[type="radio"]:disabled:checked:before,
.old-theme .radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #bbb;
}
.old-theme input[type="radio"]:disabled:after,
.old-theme input[type="radio"]:disabled:checked:after,
.old-theme .radio input[type="radio"]:disabled:after,
.old-theme .radio input[type="radio"]:disabled:checked:after,
.old-theme .radio-inline input[type="radio"]:disabled:after,
.old-theme .radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #bbb;
}
.old-theme label input[type="checkbox"],
.old-theme .checkbox input[type="checkbox"],
.old-theme .checkbox-inline input[type="checkbox"] {
  margin-left: -33px;
}
.old-theme label input[type="checkbox"] {
  position: inherit;
}
.old-theme input[type="checkbox"],
.old-theme .checkbox input[type="checkbox"],
.old-theme .checkbox-inline input[type="checkbox"] {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.old-theme input[type="checkbox"]:focus,
.old-theme .checkbox input[type="checkbox"]:focus,
.old-theme .checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
.old-theme input[type="checkbox"]:after,
.old-theme .checkbox input[type="checkbox"]:after,
.old-theme .checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
.old-theme input[type="checkbox"]:checked:before,
.old-theme .checkbox input[type="checkbox"]:checked:before,
.old-theme .checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.old-theme input[type="checkbox"]:disabled:after,
.old-theme .theme-blue input[type="checkbox"]:disabled:after,
.old-theme .checkbox input[type="checkbox"]:disabled:after,
.old-theme .checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #bbb !important;
}
.old-theme input[type="checkbox"]:disabled:checked:after,
.old-theme .theme-blue input[type="checkbox"]:disabled:after,
.old-theme .checkbox input[type="checkbox"]:disabled:checked:after,
.old-theme .checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #bbb !important;
  border-color: transparent !important;
}
.old-theme .checkbox-inline {
  padding: 0 10px;
}
.old-theme .checkbox-inline label {
  margin-bottom: 0px;
}
.old-theme .has-warning input:not([type=checkbox]),
.old-theme .has-warning .form-control {
  -webkit-box-shadow: inset 0 -1px 0 #ffab40;
  box-shadow: inset 0 -1px 0 #ffab40;
}
.old-theme .has-warning input:not([type=checkbox]):focus,
.old-theme .has-warning .form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #ffab40;
  box-shadow: inset 0 -2px 0 #ffab40;
}
.old-theme .has-error input:not([type=checkbox]),
.old-theme .has-error .form-control {
  -webkit-box-shadow: inset 0 -1px 0 #f44336;
  box-shadow: inset 0 -1px 0 #f44336;
}
.old-theme .has-error input:not([type=checkbox]):focus,
.old-theme .has-error .form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #f44336;
  box-shadow: inset 0 -2px 0 #f44336;
}
.old-theme .has-error .checkbox {
  padding-bottom: 30px;
}
.old-theme .has-error .checkbox .error-msg {
  position: absolute;
  top: 25px;
  left: 0px;
}
.old-theme .has-success input:not([type=checkbox]),
.old-theme .has-success .form-control {
  -webkit-box-shadow: inset 0 -1px 0 #2196f3;
  box-shadow: inset 0 -1px 0 #2196f3;
}
.old-theme .has-success input:not([type=checkbox]):focus,
.old-theme .has-success .form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}
.old-theme .input-group-addon {
  border: none !important;
  padding: 6px 20px 6px 16px;
}
.old-theme .input-group-addon i {
  font-size: 22px;
}
.old-theme .nav-tabs {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.old-theme .nav-tabs > li > a,
.old-theme .nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: #666;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.old-theme .nav-tabs > li > a:hover,
.old-theme .nav-tabs > li > a:focus:hover {
  background-color: transparent;
}
.old-theme .nav-tabs > li.active > a,
.old-theme .nav-tabs > li.active > a:focus {
  border: none;
}
.old-theme .nav-tabs > li.active > a:hover,
.old-theme .nav-tabs > li.active > a:focus:hover {
  border: none;
}
.old-theme .nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
}
.old-theme .nav-tabs.nav-justified > li > a,
.old-theme .nav-tabs.nav-justified > li > a:hover,
.old-theme .nav-tabs.nav-justified > .active > a,
.old-theme .nav-tabs.nav-justified > .active > a:hover {
  border: none !important;
}
.old-theme .nav-tabs .dropdown-menu {
  margin-top: 0;
}
.old-theme .dropdown-menu {
  border: none;
  border-radius: 0px;
  padding: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.old-theme .dropdown-menu > li > a {
  font-size: 15px;
  padding: 5px 15px;
  position: relative;
}
.old-theme .dropdown-menu .divider {
  margin: 0px;
}
.old-theme .dropdown-menu > div {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.old-theme .open .dropdown-menu > div {
  opacity: 1;
}
.old-theme .dropdown-menu-right {
  left: auto !important;
}
.old-theme .alert {
  border: none;
  color: #fff;
}
.old-theme .alert-success {
  background-color: #2196f3;
}
.old-theme .alert-info {
  background-color: #00bcd4;
}
.old-theme .alert-warning {
  background-color: #ffab40;
}
.old-theme .alert-danger {
  background-color: #f44336;
}
.old-theme .alert a:not(.close),
.old-theme .alert .alert-link {
  color: #fff;
  font-weight: bold;
}
.old-theme .alert .close {
  color: #fff;
}
.old-theme .progress {
  position: relative;
  z-index: 1;
  height: 2px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .progress-bar:last-child {
  border-radius: 0;
}
.old-theme .progress-bar:last-child:before {
  display: block;
  content: 'div::before';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f9c1d4;
}
.old-theme .progress-bar-success:last-child.progress-bar:before {
  background-color: #cae6fc;
}
.old-theme .progress-bar-info:last-child.progress-bar:before {
  background-color: #baf7ff;
}
.old-theme .progress-bar-warning:last-child.progress-bar:before {
  background-color: #fffaf3;
}
.old-theme .progress-bar-danger:last-child.progress-bar:before {
  background-color: #fbb4af;
}
.old-theme .badge {
  padding: 0px 10px;
  font-size: 9px;
  line-height: 22px;
}
.old-theme .breadcrumb {
  padding: 8px 15px;
  margin: 12px 0px;
  list-style: none;
  background-color: inherit;
  border-radius: 3px;
  white-space: nowrap;
}
.old-theme .list-group {
  margin-bottom: 0px;
}
.old-theme .list-group-item {
  padding: 15px;
}
.old-theme .list-group-item-text {
  color: #bbb;
}
.old-theme .close {
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.6;
}
.old-theme .close:hover {
  opacity: 1;
}
.old-theme .well {
  border-radius: 0;
}
.old-theme .panel {
  border: none;
}
.old-theme .panel-title {
  line-height: 20px;
}
.old-theme .panel-heading {
  border-bottom: none;
}
.old-theme .panel-footer {
  border-top: none;
}
.old-theme .popover {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.old-theme .popover .popover-title {
  white-space: nowrap;
}
.old-theme * {
  outline: none !important;
}
.old-theme html,
.old-theme body {
  height: 100%;
}
.old-theme body {
  background-color: #f9f9f9;
  position: relative;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1px;
  text-rendering: optimizeLegibility;
  font-size: 13px;
}
.old-theme img[src*=.svg] {
  width: 50px;
  height: 100%;
}
.old-theme p {
  margin: 0 0 1em;
}
.old-theme input,
.old-theme button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1px;
  text-rendering: optimizeLegibility;
}
.old-theme a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.old-theme h5 {
  font-weight: 500;
  line-height: 24px;
  font-size: 15px;
  color: #212121;
}
.old-theme .lead {
  font-size: 14px;
  color: #9b9b9b;
}
.old-theme .main {
  padding-left: 260px;
}
.old-theme .main .main-container {
  flex: 1;
}
.old-theme .main .main-container .main-content {
  position: relative;
  padding-top: 64px;
}
.old-theme .main .main-container .main-content > section {
  margin: 20px;
}
@media (min-width: 768px) {
  .old-theme .main .main-container .main-content > section {
    margin: 40px;
  }
}
.old-theme .login-page {
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.old-theme .login-page > .main-container {
  display: table-cell;
  vertical-align: middle;
}
.old-theme .login-page > .main-container > .main-content {
  padding: 0 !important;
}
.old-theme .alert-container-top-right {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 9999;
}
.old-theme .alert-container-top-right .alert {
  position: relative;
  top: 0;
}
.old-theme .brand-logo {
  min-height: 64px;
  color: #868686;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
}
.old-theme #logo {
  display: inline-block;
  position: relative;
  height: 19px;
  width: 40px;
}
.old-theme #logo .foot1,
.old-theme #logo .foot2,
.old-theme #logo .foot3,
.old-theme #logo .foot4 {
  position: absolute;
  width: 10px;
  height: 22px;
}
.old-theme #logo .foot1,
.old-theme #logo .foot3 {
  -webkit-transform: skewX(-20deg) skewY(0deg);
  -ms-transform: skewX(-20deg) skewY(0deg);
  -o-transform: skewX(-20deg) skewY(0deg);
  transform: skewX(-20deg) skewY(0deg);
  z-index: 1;
}
.old-theme #logo .foot3 {
  left: 16px;
}
.old-theme #logo .foot2,
.old-theme #logo .foot4 {
  left: 8px;
  -webkit-transform: skewX(20deg) skewY(0deg);
  -ms-transform: skewX(20deg) skewY(0deg);
  -o-transform: skewX(20deg) skewY(0deg);
  transform: skewX(20deg) skewY(0deg);
  z-index: 0;
}
.old-theme #logo .foot4 {
  left: 24px;
}
.old-theme .icon-circle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border-width: 4px;
  border-style: solid;
  display: inline-flex;
}
.old-theme .icon-color {
  width: 35px;
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  box-shadow: inset 0px -1px 3px rgba(0,0,0,0.08);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.old-theme .icon-color:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 10px;
}
.old-theme .element-block {
  margin-bottom: 60px;
}
.old-theme #sidenav-overlay {
  position: fixed;
  left: 0;
  top: -65px;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1036;
  will-change: opacity;
}
.old-theme .drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.old-theme aside.sidebar {
  left: 0;
  position: fixed;
  width: 260px;
  top: 0;
  margin: 0;
  height: 100%;
  padding-bottom: 60px;
  z-index: 1037;
  will-change: left;
  font-size: 13px;
  overflow: auto;
  background-color: #e8e8e8;
  border-right: 1px rgba(0,0,0,0.07) solid;
}
.old-theme aside.sidebar > ul {
  margin-top: 50px;
}
.old-theme aside.sidebar a.collapsible-header {
  font-weight: 600;
}
.old-theme aside.sidebar a.collapsible-header:after {
  content: "\f29e";
  display: inline-block;
  font: normal normal normal 14px/1 'Material Design Iconic Font';
  font-size: inherit;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 22px;
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.old-theme aside.sidebar a.collapsible-header.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.old-theme aside.sidebar a.collapsible-header.active {
  background: rgba(0,0,0,0.05);
}
.old-theme aside.sidebar i {
  font-size: 20px;
  line-height: 23px;
  margin-right: 5px;
  color: #bebebe;
}
.old-theme aside.sidebar ul a {
  margin: 0;
  padding: 15px 0 15px 22px;
  color: #737373;
  display: block;
  position: relative;
}
.old-theme aside.sidebar ul a:hover,
.old-theme aside.sidebar ul a.active {
  background: rgba(0,0,0,0.1);
}
.old-theme aside.sidebar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.old-theme aside.sidebar ul ul a {
  padding: 8px 10px 8px 46px;
}
.old-theme aside.sidebar .user-logged-in {
  min-height: 100px;
  position: relative;
  display: table;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 2px rgba(0,0,0,0.1);
}
.old-theme aside.sidebar .user-logged-in .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 22px;
  text-transform: uppercase;
}
.old-theme aside.sidebar .user-logged-in .content .user-name {
  font-size: 16px;
  line-height: 18px;
}
.old-theme aside.sidebar .user-logged-in .content .user-email {
  font-size: 13px;
  color: #999;
  line-height: 15px;
}
.old-theme aside.sidebar .user-logged-in .content .user-actions {
  margin-top: 7px;
  font-size: 10px;
}
.old-theme aside.sidebar .user-logged-in:after {
  content: "";
  background: url("../images/user-bg.png");
  background-size: cover;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .old-theme .main,
  .old-theme footer {
    padding-left: 0;
  }
  .old-theme aside.sidebar {
    left: -105%;
  }
  .old-theme .confirmacao-carousel {
    position: fixed;
    top: 65px;
    left: 0;
    background-color: #fff;
    z-index: 1030;
  }
}
.old-theme .btn {
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.old-theme .btn:hover,
.old-theme .btn:active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.old-theme .btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .btn-link:focus {
  text-decoration: none;
}
.old-theme .btn-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background-color: #eee;
}
.old-theme .btn-round-sm {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-image: none;
  padding: 0px;
  text-align: center;
  line-height: 40px;
}
.old-theme .btn-round {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.old-theme .btn-round.btn-lg,
.old-theme .btn-group-lg > .btn-round.btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.old-theme .btn-round.btn-sm,
.old-theme .btn-group-sm > .btn-round.btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.old-theme .btn-round.btn-xs,
.old-theme .btn-group-xs > .btn-round.btn {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.old-theme .btn-border {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1.5px;
  border-color: rgba(0,0,0,0.1);
  border-style: solid;
  border-radius: 3px;
  background-color: transparent;
}
.old-theme .btn-border:hover,
.old-theme .btn-border:active,
.old-theme .btn-border.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .btn-flat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .btn-flat:active,
.old-theme .btn-flat.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .btn-flat-border {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(0,0,0,0.2);
}
.old-theme .btn-flat-border:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0px;
  border-bottom: 2px solid rgba(0,0,0,0.2);
}
.old-theme .btn-flat-border:active,
.old-theme .btn-flat-border.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  border-color: rgba(0,0,0,0.25);
}
.old-theme .btn-default:hover,
.old-theme .btn-default:focus,
.old-theme .btn-default.focus,
.old-theme .btn-default:active,
.old-theme .btn-default.active,
.old-theme .open > .btn-default.dropdown-toggle {
  background-color: #f2f2f2;
}
.old-theme .btn-default.btn-border {
  border-color: #bbb;
  border-color: #bbb;
  color: #bbb;
}
.old-theme .btn-default.btn-border:hover,
.old-theme .btn-default.btn-border:focus,
.old-theme .btn-default.btn-border.focus,
.old-theme .btn-default.btn-border:active,
.old-theme .btn-default.btn-border.active,
.old-theme .open > .btn-default.btn-border.dropdown-toggle {
  color: #fff;
  background-color: #bbb;
}
.old-theme .btn-primary:hover,
.old-theme .btn-primary:focus,
.old-theme .btn-primary.focus,
.old-theme .btn-primary:active,
.old-theme .btn-primary.active,
.old-theme .open > .btn-primary.dropdown-toggle {
  background-color: #d81557;
}
.old-theme .btn-primary.btn-border {
  border-color: #e91e63;
  color: #e91e63;
}
.old-theme .btn-primary.btn-border:hover,
.old-theme .btn-primary.btn-border:focus,
.old-theme .btn-primary.btn-border.focus,
.old-theme .btn-primary.btn-border:active,
.old-theme .btn-primary.btn-border.active,
.old-theme .open > .btn-primary.btn-border.dropdown-toggle {
  color: #fff;
  background-color: #e91e63;
}
.old-theme .btn-success:hover,
.old-theme .btn-success:focus,
.old-theme .btn-success.focus,
.old-theme .btn-success:active,
.old-theme .btn-success.active,
.old-theme .open > .btn-success.dropdown-toggle {
  background-color: #0d8aee;
}
.old-theme .btn-success.btn-border {
  border-color: #2196f3;
  color: #2196f3;
}
.old-theme .btn-success.btn-border:hover,
.old-theme .btn-success.btn-border:focus,
.old-theme .btn-success.btn-border.focus,
.old-theme .btn-success.btn-border:active,
.old-theme .btn-success.btn-border.active,
.old-theme .open > .btn-success.btn-border.dropdown-toggle {
  color: #fff;
  background-color: #2196f3;
}
.old-theme .btn-info:hover,
.old-theme .btn-info:focus,
.old-theme .btn-info.focus,
.old-theme .btn-info:active,
.old-theme .btn-info.active,
.old-theme .open > .btn-info.dropdown-toggle {
  background-color: #00a5bb;
}
.old-theme .btn-info.btn-border {
  border-color: #00bcd4;
  color: #00bcd4;
}
.old-theme .btn-info.btn-border:hover,
.old-theme .btn-info.btn-border:focus,
.old-theme .btn-info.btn-border.focus,
.old-theme .btn-info.btn-border:active,
.old-theme .btn-info.btn-border.active,
.old-theme .open > .btn-info.btn-border.dropdown-toggle {
  color: #fff;
  background-color: #00bcd4;
}
.old-theme .btn-warning:hover,
.old-theme .btn-warning:focus,
.old-theme .btn-warning.focus,
.old-theme .btn-warning:active,
.old-theme .btn-warning.active,
.old-theme .open > .btn-warning.dropdown-toggle {
  background-color: #ffa026;
}
.old-theme .btn-warning.btn-border {
  border-color: #ffab40;
  color: #ffab40;
}
.old-theme .btn-warning.btn-border:hover,
.old-theme .btn-warning.btn-border:focus,
.old-theme .btn-warning.btn-border.focus,
.old-theme .btn-warning.btn-border:active,
.old-theme .btn-warning.btn-border.active,
.old-theme .open > .btn-warning.btn-border.dropdown-toggle {
  color: #fff;
  background-color: #ffab40;
}
.old-theme .btn-danger:hover,
.old-theme .btn-danger:focus,
.old-theme .btn-danger.focus,
.old-theme .btn-danger:active,
.old-theme .btn-danger.active,
.old-theme .open > .btn-danger.dropdown-toggle {
  background-color: #f32c1e;
}
.old-theme .btn-danger.btn-border {
  border-color: #f44336;
  color: #f44336;
}
.old-theme .btn-danger.btn-border:hover,
.old-theme .btn-danger.btn-border:focus,
.old-theme .btn-danger.btn-border.focus,
.old-theme .btn-danger.btn-border:active,
.old-theme .btn-danger.btn-border.active,
.old-theme .open > .btn-danger.btn-border.dropdown-toggle {
  color: #fff;
  background-color: #f44336;
}
.old-theme .btn-group .btn + .btn,
.old-theme .btn-group .btn + .btn-group,
.old-theme .btn-group .btn-group + .btn,
.old-theme .btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.old-theme .btn-group-vertical > .btn + .btn,
.old-theme .btn-group-vertical > .btn + .btn-group,
.old-theme .btn-group-vertical > .btn-group + .btn,
.old-theme .btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
}
.old-theme .panel.theme-primary-bg a,
.old-theme .panel.theme-secondary-bg a,
.old-theme .card .list-group .panel.list-group-item.active a,
.old-theme .c3 .c3-tooltip th.panel a,
.old-theme .panel.theme-third-bg a,
.old-theme .panel.theme-fourth-bg a {
  color: #fff;
}
.old-theme .panel.theme-primary-bg a h2,
.old-theme .panel.theme-secondary-bg a h2,
.old-theme .card .list-group .panel.list-group-item.active a h2,
.old-theme .c3 .c3-tooltip th.panel a h2,
.old-theme .panel.theme-third-bg a h2,
.old-theme .panel.theme-fourth-bg a h2 {
  color: #fff;
}
.old-theme .panel.weather {
  background-color: #42a5f5;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.old-theme .panel.weather .degrees {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  font-size: 30px;
}
.old-theme .panel.weather .degrees i {
  font-weight: bold;
}
.old-theme .panel.weather .weather-icon {
  padding: 9px 0;
  text-align: center;
}
.old-theme .panel.weather .weather-icon i {
  font-size: 100px;
}
.old-theme .table-small {
  margin-bottom: 10px;
}
.old-theme .table-small tbody > tr > td {
  vertical-align: middle;
  padding: 2px;
  border-top: 1px solid #f9f9f9;
}
.old-theme .table-small tbody > tr > td i {
  font-size: 25px;
  line-height: 25px;
}
.old-theme .table-small tbody > tr > td:first-child {
  padding-left: 20px;
}
.old-theme .table-small tbody > tr > td:last-child {
  padding-right: 20px;
}
.old-theme .table-full {
  margin-bottom: 0px;
  background: #fff;
  width: 100%;
}
.old-theme .table-full thead {
  background: #fafafa;
}
.old-theme .table-full thead tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
}
@media (min-width: 1440px) {
  .old-theme .table-full thead tr > th {
    font-size: 12px;
  }
}
.old-theme .table-full thead tr > th:first-child {
  padding-left: 40px;
}
.old-theme .table-full thead tr > th:last-child {
  padding-right: 20px;
}
.old-theme .table-full thead tr > th input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0px;
}
.old-theme .table-full thead tr > th input[type="checkbox"]:after {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  margin-left: 3px;
}
.old-theme .table-full tbody > tr > td {
  vertical-align: middle;
  cursor: pointer;
}
.old-theme .table-full tbody > tr > td:first-child {
  padding-left: 40px;
}
.old-theme .table-full tbody > tr > td:last-child {
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.old-theme .table-full input[type="checkbox"] {
  margin: 7px 0 0;
  position: relative;
}
.old-theme .table-full input[type="checkbox"]:after {
  border-color: #dbdbdb;
}
.old-theme .table-full .btn-round {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
}
.old-theme .table-full tr:hover .icon-color {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 10px;
}
.old-theme .table-full-small thead tr > th:first-child {
  padding-left: 20px;
}
.old-theme .table-full-small tbody > tr > td:first-child {
  padding-left: 20px;
}
.old-theme .table-title {
  border-bottom: 1px solid rgba(160,160,160,0.15);
  padding: 20px 20px 20px 40px;
  font-size: 24px;
  font-weight: 300;
  margin: 0px;
  color: #9b9b9b;
}
.old-theme .table-title.normal {
  padding: 20px;
}
.old-theme .footer-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.old-theme .footer-buttons .btn-footer {
  -webkit-animation: moveFromBottomFade 0.3s ease both;
  -o-animation: moveFromBottomFade 0.3s ease both;
  animation: moveFromBottomFade 0.3s ease both;
  position: relative !important;
  display: inline-block !important;
}
.old-theme .footer-buttons .btn-footer.ng-hide {
  -webkit-animation: moveToBottomFade 0.3s ease both;
  -o-animation: moveToBottomFade 0.3s ease both;
  animation: moveToBottomFade 0.3s ease both;
}
@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes moveToBottomFade {
  to {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.old-theme .card {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 30px;
}
.old-theme .card.card-flip {
  overflow: hidden;
}
.old-theme .card .card-profile {
  position: relative;
  z-index: 1;
  margin-top: -62px;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
  box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
}
.old-theme .card .card-profile img[src*=svg] {
  width: 75px;
  height: 75px;
}
.old-theme .card .pagination {
  margin: 0px;
}
.old-theme .card .activator {
  cursor: pointer;
}
.old-theme .card .list-group {
  margin: 0px;
}
.old-theme .card .list-group .list-group-item {
  border: none;
  border-top: 1px solid #f0f0f0;
  font-size: 16px;
  padding: 10px 15px;
}
.old-theme .card .list-group .list-group-item img {
  max-height: 40px;
}
.old-theme .card .list-group .list-group-item .list-group-item-heading {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
}
.old-theme .card .list-group .list-group-item .list-group-item-text {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.old-theme .card .list-group .list-group-item .list-actions {
  float: right;
  position: relative;
  margin: -10px -15px;
}
.old-theme .card .list-group .list-group-item .btn {
  font-size: 18px;
  line-height: 36px;
}
.old-theme .card .list-group .list-group-item:first-child {
  border: none;
}
.old-theme .card .btn-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  padding: 0px;
  line-height: 40px;
}
.old-theme .card .card-header {
  padding: 20px;
  clear: both;
  background-color: #fcfcfc;
}
.old-theme .card .card-header .actions {
  line-height: 40px;
  font-size: 20px;
  float: right;
}
.old-theme .card .card-header .floating-actions {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  right: 35px;
}
.old-theme .card .card-header .floating-actions .btn {
  box-shadow: none;
}
.old-theme .card .card-header .floating-actions .btn:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.old-theme .card .card-header.alert {
  color: #fff;
}
.old-theme .card .card-header.alert-success {
  background-color: #2196f3;
}
.old-theme .card .card-header.alert-info {
  background-color: #00bcd4;
}
.old-theme .card .card-header.alert-warning {
  background-color: #ffab40;
}
.old-theme .card .card-header.alert-danger {
  background-color: #f44336;
}
.old-theme .card .card-title {
  font-size: 17px;
  font-weight: 400;
  margin: 0px;
  line-height: 16px;
}
.old-theme .card .card-title.activator {
  cursor: pointer;
}
.old-theme .card .card-image {
  position: relative;
}
.old-theme .card .card-image img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.old-theme .card .card-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
.old-theme .card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.old-theme .card .card-content p {
  margin: 0;
}
.old-theme .card .card-action {
  padding: 20px;
}
.old-theme .card.bordered .card-action {
  border-top: 1px solid #f0f0f0;
}
.old-theme .card.bordered .card-header {
  border-bottom: 1px solid #f0f0f0;
}
.old-theme .card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.old-theme .card .card-reveal.active {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.old-theme .card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.old-theme .card.small {
  font-size: 13px;
}
.old-theme .card.small .card-header,
.old-theme .card.small .card-action {
  padding: 10px 15px;
}
.old-theme .card.small .card-header .action,
.old-theme .card.small .card-action .action {
  margin-top: -5px;
}
.old-theme .card.small .card-header .action .btn-icon,
.old-theme .card.small .card-action .action .btn-icon {
  width: 25px;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
}
.old-theme .card.small .card-title {
  font-size: 14px;
}
.old-theme .card.small .card-content {
  padding: 15px;
}
.old-theme .card.large .card-content {
  padding: 25px;
}
.old-theme .card.large .card-title {
  font-size: 26px;
  padding-bottom: 5px;
}
.old-theme legend {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.old-theme .floating-label .control-label.normal,
.old-theme .form-floating .control-label.normal {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  font-size: 90%;
  padding-bottom: 10px;
}
.old-theme .floating-label .form-group,
.old-theme .floating-label.form-group,
.old-theme .form-floating .form-group,
.old-theme .form-floating.form-group {
  position: relative;
  margin-top: 25px;
}
.old-theme .floating-label .help-block,
.old-theme .form-floating .help-block {
  margin-bottom: 40px;
}
.old-theme .floating-label .hint-block,
.old-theme .form-floating .hint-block {
  position: absolute;
  top: 32px;
  right: 0px;
  font-size: 11px;
}
.old-theme .floating-label .control-label,
.old-theme .form-floating .control-label {
  position: absolute;
  left: 0px;
  top: 7px;
  margin: 0;
  pointer-events: none;
  font-weight: normal;
  color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.old-theme .floating-label .active .control-label,
.old-theme .floating-label .filled .control-label,
.old-theme .floating-label .filled-static .control-label,
.old-theme .form-floating .active .control-label,
.old-theme .form-floating .filled .control-label,
.old-theme .form-floating .filled-static .control-label {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  font-size: 90%;
}
.old-theme .datepicker .btn,
.old-theme .timepicker .btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.old-theme .ta-toolbar {
  margin: 0px;
}
.old-theme .ta-toolbar .btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px !important;
}
.old-theme .ta-toolbar .btn:active,
.old-theme .ta-toolbar .btn.active {
  -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);
}
.old-theme .ta-toolbar .btn-group {
  margin: 0px;
}
.old-theme .ta-editor {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.old-theme .ta-bind {
  font-size: 16px;
  outline: none;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
}
.old-theme .drop-box {
  background-color: #f1f1f1;
  text-align: center;
  height: 100px;
  line-height: 100px;
  display: block;
  border: 1px dashed #ddd;
}
.old-theme .drop-box:hover {
  background-color: #f9f9f9;
}
.old-theme .navbar .btn-link:hover {
  background-color: #fff;
}
.old-theme .navbar .form-group {
  margin-bottom: 0px;
}
.old-theme .navbar .search-form #search-input {
  width: 300px;
}
.old-theme .navbar .navbar-right-no-collapse {
  float: right !important;
  margin: 12px 0 0 0;
}
.old-theme .navbar .navbar-right-no-collapse ~ .navbar-right-no-collapse {
  margin-right: 0;
}
.old-theme .navbar .navbar-right-no-collapse .dropdown-menu {
  right: 0;
}
.old-theme .navbar .navbar-right-no-collapse .open .dropdown-menu {
  position: absolute;
  background-color: #fff;
  border: inherit;
}
@media (max-width: 767px) {
  .old-theme .breadcrumb {
    display: none;
  }
  .old-theme .navbar .search-form #search-input {
    width: 110px;
  }
  .old-theme .nav.navbar-right-no-collapse {
    margin-right: -15px;
  }
  .old-theme .nav.navbar-right-no-collapse > li.open {
    position: inherit;
  }
  .old-theme .nav.navbar-right-no-collapse > li.open .dropdown-menu {
    left: 0 !important;
    min-width: inherit;
  }
}
.old-theme .switch,
.old-theme .switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.old-theme .switch label {
  cursor: pointer;
}
.old-theme .switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0px;
}
.old-theme .switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #e0e0e0;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0px 16px;
}
.old-theme .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 21px;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
  left: -5px;
  top: -5px;
  -webkit-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
  -o-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
.old-theme input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(233,30,99,0.1);
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(233,30,99,0.1);
}
.old-theme input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(0,0,0,0.08);
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4), 0 0 0 15px rgba(0,0,0,0.08);
}
.old-theme .switch label input[type=checkbox]:checked + .lever:after {
  left: 24px;
}
.old-theme .switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.old-theme .switch label input[type=checkbox][disabled] + .lever:after,
.old-theme .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: transparent;
}
.old-theme ::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.old-theme ::-webkit-scrollbar:hover {
  background-color: rgba(0,0,0,0.05);
}
.old-theme ::-webkit-scrollbar-thumb:vertical {
  background: rgba(0,0,0,0.2);
  border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid transparent;
  min-height: 10px;
}
.old-theme ::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 100px;
}
.old-theme .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.old-theme .timeline:before {
  top: 10px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: rgba(0,0,0,0.03);
  left: 50%;
  margin-left: -1.5px;
}
.old-theme .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.old-theme .timeline > li:before {
  content: " ";
  display: table;
}
.old-theme .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.old-theme .timeline > li:before {
  content: " ";
  display: table;
}
.old-theme .timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.old-theme .timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  position: relative;
}
.old-theme .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  content: " ";
}
.old-theme .timeline > li > .timeline-badge {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
}
.old-theme .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.old-theme .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.old-theme .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.old-theme .timeline-title {
  font-size: 14px;
  margin: 0px;
  font-weight: 500;
}
.old-theme .timeline-body {
  line-height: 17px;
  margin-top: 5px;
  font-size: 13px;
  color: rgba(0,0,0,0.5);
}
.old-theme .timeline-body p {
  margin-bottom: 5px;
}
.old-theme ul.timeline:before {
  left: 10px;
}
.old-theme ul.timeline > li > .timeline-panel {
  width: calc(100% - 40px);
}
.old-theme ul.timeline > li > .timeline-badge {
  left: -8px;
  margin-left: 0;
  top: -10px;
  text-align: center;
}
.old-theme ul.timeline > li > .timeline-panel {
  float: right;
}
.old-theme ul.timeline > li > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.old-theme ul.timeline > li > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.old-theme .theme-lighten-5 {
  background-color: #fce4ec;
  color: #666;
}
.old-theme .theme-text-lighten-5 {
  color: #fce4ec;
}
.old-theme .theme-bg-lighten-5 {
  background-color: #fce4ec;
}
.old-theme .theme-border-lighten-5 {
  border-color: #fce4ec;
}
.old-theme .theme-fill-lighten-5 {
  fill: #fce4ec;
}
.old-theme .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fce4ec;
  box-shadow: inset 0 -2px 0 #fce4ec;
}
.old-theme .theme-lighten-4 {
  background-color: #f8bbd0;
  color: #666;
}
.old-theme .theme-text-lighten-4 {
  color: #f8bbd0;
}
.old-theme .theme-bg-lighten-4 {
  background-color: #f8bbd0;
}
.old-theme .theme-border-lighten-4 {
  border-color: #f8bbd0;
}
.old-theme .theme-fill-lighten-4 {
  fill: #f8bbd0;
}
.old-theme .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #f8bbd0;
  box-shadow: inset 0 -2px 0 #f8bbd0;
}
.old-theme .theme-lighten-3 {
  background-color: #f48fb1;
  color: #fff;
}
.old-theme .theme-text-lighten-3 {
  color: #f48fb1;
}
.old-theme .theme-bg-lighten-3,
.old-theme .btn-primary.disabled,
.old-theme .switch label input[type=checkbox]:checked + .lever {
  background-color: #f48fb1;
}
.old-theme .theme-border-lighten-3 {
  border-color: #f48fb1;
}
.old-theme .theme-fill-lighten-3 {
  fill: #f48fb1;
}
.old-theme .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #f48fb1;
  box-shadow: inset 0 -2px 0 #f48fb1;
}
.old-theme .theme-lighten-2 {
  background-color: #f06292;
  color: #fff;
}
.old-theme .theme-text-lighten-2 {
  color: #f06292;
}
.old-theme .theme-bg-lighten-2 {
  background-color: #f06292;
}
.old-theme .theme-border-lighten-2 {
  border-color: #f06292;
}
.old-theme .theme-fill-lighten-2 {
  fill: #f06292;
}
.old-theme .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #f06292;
  box-shadow: inset 0 -2px 0 #f06292;
}
.old-theme .theme-lighten-1 {
  background-color: #ec407a;
  color: #fff;
}
.old-theme .theme-text-lighten-1,
.old-theme aside.sidebar a.collapsible-header:after {
  color: #ec407a;
}
.old-theme .theme-bg-lighten-1 {
  background-color: #ec407a;
}
.old-theme .theme-border-lighten-1 {
  border-color: #ec407a;
}
.old-theme .theme-fill-lighten-1 {
  fill: #ec407a;
}
.old-theme .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ec407a;
  box-shadow: inset 0 -2px 0 #ec407a;
}
.old-theme .theme {
  background-color: #e91e63;
  color: #fff;
}
.old-theme .theme-text,
.old-theme .page-header h1,
.old-theme .nav-tabs > li > a:hover,
.old-theme .nav-tabs > li > a:focus:hover,
.old-theme .nav-tabs > li.active > a,
.old-theme .nav-tabs > li.active > a:focus,
.old-theme .nav-tabs > li.active > a:hover,
.old-theme .nav-tabs > li.active > a:focus:hover,
.old-theme .btn-link,
.old-theme .todo-app .filters .filter,
.old-theme .todo-app .filters .filter:focus,
.old-theme .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .filter.active,
.old-theme .todo-app .filters .filter.active:hover,
.old-theme .dashboard .table-dashboard-widget-1 td:first-child {
  color: #e91e63;
}
.old-theme .theme-bg,
.old-theme input[type="radio"]:before,
.old-theme .radio input[type="radio"]:before,
.old-theme .radio-inline input[type="radio"]:before,
.old-theme input[type="checkbox"]:checked:after,
.old-theme .checkbox input[type="checkbox"]:checked:after,
.old-theme .checkbox-inline input[type="checkbox"]:checked:after,
.old-theme #loading-bar .bar,
.old-theme #logo .foot2,
.old-theme #logo .foot4,
.old-theme .btn-primary,
.old-theme .btn-primary:active,
.old-theme .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .noUi-base,
.old-theme .noUi-range .noUi-origin:first-child,
.old-theme .noUi-handle,
.old-theme .noUi-handle:before {
  background-color: #e91e63;
}
.old-theme .theme-border,
.old-theme input[type="radio"]:checked:after,
.old-theme .radio input[type="radio"]:checked:after,
.old-theme .radio-inline input[type="radio"]:checked:after,
.old-theme input[type="checkbox"]:checked:after,
.old-theme .checkbox input[type="checkbox"]:checked:after,
.old-theme .checkbox-inline input[type="checkbox"]:checked:after,
.old-theme .table-full input[type="checkbox"]:checked:after {
  border-color: #e91e63;
}
.old-theme .theme-fill {
  fill: #e91e63;
}
.old-theme .theme-box-inset,
.old-theme textarea:focus,
.old-theme textarea.form-control:focus,
.old-theme input.form-control:focus,
.old-theme input[type=text]:focus,
.old-theme input[type=password]:focus,
.old-theme input[type=email]:focus,
.old-theme input[type=number]:focus,
.old-theme [type=text].form-control:focus,
.old-theme [type=password].form-control:focus,
.old-theme [type=email].form-control:focus,
.old-theme [type=tel].form-control:focus,
.old-theme [contenteditable].form-control:focus,
.old-theme select:focus,
.old-theme select.form-control:focus,
.old-theme .nav-tabs > li > a:hover,
.old-theme .nav-tabs > li > a:focus:hover,
.old-theme .nav-tabs > li.active > a,
.old-theme .nav-tabs > li.active > a:focus,
.old-theme .focussed .ta-bind,
.old-theme .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .filter.active,
.old-theme .todo-app .filters .filter.active:focus {
  -webkit-box-shadow: inset 0 -2px 0 #e91e63;
  box-shadow: inset 0 -2px 0 #e91e63;
}
.old-theme .theme-darken-1 {
  background-color: #d81b60;
  color: #fff;
}
.old-theme .theme-text-darken-1,
.old-theme .btn-link:focus,
.old-theme .btn-link:hover {
  color: #d81b60;
}
.old-theme .theme-bg-darken-1,
.old-theme #logo .foot1,
.old-theme #logo .foot3,
.old-theme .btn-primary:hover {
  background-color: #d81b60;
}
.old-theme .theme-border-darken-1 {
  border-color: #d81b60;
}
.old-theme .theme-fill-darken-1 {
  fill: #d81b60;
}
.old-theme .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #d81b60;
  box-shadow: inset 0 -2px 0 #d81b60;
}
.old-theme .theme-darken-2 {
  background-color: #c2185b;
  color: #fff;
}
.old-theme .theme-text-darken-2 {
  color: #c2185b;
}
.old-theme .theme-bg-darken-2 {
  background-color: #c2185b;
}
.old-theme .theme-border-darken-2 {
  border-color: #c2185b;
}
.old-theme .theme-fill-darken-2 {
  fill: #c2185b;
}
.old-theme .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #c2185b;
  box-shadow: inset 0 -2px 0 #c2185b;
}
.old-theme .theme-darken-3 {
  background-color: #ad1457;
  color: #fff;
}
.old-theme .theme-text-darken-3 {
  color: #ad1457;
}
.old-theme .theme-bg-darken-3 {
  background-color: #ad1457;
}
.old-theme .theme-border-darken-3 {
  border-color: #ad1457;
}
.old-theme .theme-fill-darken-3 {
  fill: #ad1457;
}
.old-theme .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ad1457;
  box-shadow: inset 0 -2px 0 #ad1457;
}
.old-theme .theme-darken-4 {
  background-color: #880e4f;
  color: #fff;
}
.old-theme .theme-text-darken-4 {
  color: #880e4f;
}
.old-theme .theme-bg-darken-4 {
  background-color: #880e4f;
}
.old-theme .theme-border-darken-4 {
  border-color: #880e4f;
}
.old-theme .theme-fill-darken-4 {
  fill: #880e4f;
}
.old-theme .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #880e4f;
  box-shadow: inset 0 -2px 0 #880e4f;
}
.old-theme .theme-accent-1 {
  background-color: #ff80ab;
  color: #fff;
}
.old-theme .theme-text-accent-1 {
  color: #ff80ab;
}
.old-theme .theme-bg-accent-1 {
  background-color: #ff80ab;
}
.old-theme .theme-border-accent-1 {
  border-color: #ff80ab;
}
.old-theme .theme-fill-accent-1 {
  fill: #ff80ab;
}
.old-theme .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff80ab;
  box-shadow: inset 0 -2px 0 #ff80ab;
}
.old-theme .theme-accent-2 {
  background-color: #ff4081;
  color: #fff;
}
.old-theme .theme-text-accent-2 {
  color: #ff4081;
}
.old-theme .theme-bg-accent-2 {
  background-color: #ff4081;
}
.old-theme .theme-border-accent-2 {
  border-color: #ff4081;
}
.old-theme .theme-fill-accent-2 {
  fill: #ff4081;
}
.old-theme .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff4081;
  box-shadow: inset 0 -2px 0 #ff4081;
}
.old-theme .theme-accent-3 {
  background-color: #f50057;
  color: #fff;
}
.old-theme .theme-text-accent-3 {
  color: #f50057;
}
.old-theme .theme-bg-accent-3 {
  background-color: #f50057;
}
.old-theme .theme-border-accent-3 {
  border-color: #f50057;
}
.old-theme .theme-fill-accent-3 {
  fill: #f50057;
}
.old-theme .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #f50057;
  box-shadow: inset 0 -2px 0 #f50057;
}
.old-theme .theme-accent-4 {
  background-color: #c51162;
  color: #fff;
}
.old-theme .theme-text-accent-4 {
  color: #c51162;
}
.old-theme .theme-bg-accent-4,
.old-theme .btn-primary:focus {
  background-color: #c51162;
}
.old-theme .theme-border-accent-4 {
  border-color: #c51162;
}
.old-theme .theme-fill-accent-4 {
  fill: #c51162;
}
.old-theme .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #c51162;
  box-shadow: inset 0 -2px 0 #c51162;
}
.old-theme .theme-secondary-lighten-5 {
  background-color: #e3f2fd;
  color: #666;
}
.old-theme .theme-secondary-text-lighten-5 {
  color: #e3f2fd;
}
.old-theme .theme-secondary-bg-lighten-5,
.old-theme .card .list-group .list-group-item:hover {
  background-color: #e3f2fd;
}
.old-theme .theme-secondary-border-lighten-5 {
  border-color: #e3f2fd;
}
.old-theme .theme-secondary-fill-lighten-5 {
  fill: #e3f2fd;
}
.old-theme .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e3f2fd;
  box-shadow: inset 0 -2px 0 #e3f2fd;
}
.old-theme .theme-secondary-lighten-4 {
  background-color: #bbdefb;
  color: #666;
}
.old-theme .theme-secondary-text-lighten-4 {
  color: #bbdefb;
}
.old-theme .theme-secondary-bg-lighten-4 {
  background-color: #bbdefb;
}
.old-theme .theme-secondary-border-lighten-4 {
  border-color: #bbdefb;
}
.old-theme .theme-secondary-fill-lighten-4 {
  fill: #bbdefb;
}
.old-theme .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #bbdefb;
  box-shadow: inset 0 -2px 0 #bbdefb;
}
.old-theme .theme-secondary-lighten-3 {
  background-color: #90caf9;
  color: #666;
}
.old-theme .theme-secondary-text-lighten-3,
.old-theme a:hover,
.old-theme a:focus,
.old-theme .theme-template-dark .sidebar .user-logged-in a {
  color: #90caf9;
}
.old-theme .theme-secondary-bg-lighten-3 {
  background-color: #90caf9;
}
.old-theme .theme-secondary-border-lighten-3 {
  border-color: #90caf9;
}
.old-theme .theme-secondary-fill-lighten-3 {
  fill: #90caf9;
}
.old-theme .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #90caf9;
  box-shadow: inset 0 -2px 0 #90caf9;
}
.old-theme .theme-secondary-lighten-2 {
  background-color: #64b5f6;
  color: #fff;
}
.old-theme .theme-secondary-text-lighten-2 {
  color: #64b5f6;
}
.old-theme .theme-secondary-bg-lighten-2 {
  background-color: #64b5f6;
}
.old-theme .theme-secondary-border-lighten-2 {
  border-color: #64b5f6;
}
.old-theme .theme-secondary-fill-lighten-2 {
  fill: #64b5f6;
}
.old-theme .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #64b5f6;
  box-shadow: inset 0 -2px 0 #64b5f6;
}
.old-theme .theme-secondary-lighten-1 {
  background-color: #42a5f5;
  color: #fff;
}
.old-theme .theme-secondary-text-lighten-1 {
  color: #42a5f5;
}
.old-theme .theme-secondary-bg-lighten-1 {
  background-color: #42a5f5;
}
.old-theme .theme-secondary-border-lighten-1 {
  border-color: #42a5f5;
}
.old-theme .theme-secondary-fill-lighten-1 {
  fill: #42a5f5;
}
.old-theme .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #42a5f5;
  box-shadow: inset 0 -2px 0 #42a5f5;
}
.old-theme .theme-secondary,
.old-theme .alert.alert-theme,
.old-theme .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .jvectormap-zoomout {
  background-color: #2196f3;
  color: #fff;
}
.old-theme .theme-secondary-text,
.old-theme a {
  color: #2196f3;
}
.old-theme .theme-secondary-bg,
.old-theme .card .list-group .list-group-item.active,
.old-theme .c3 .c3-tooltip th {
  background-color: #2196f3;
}
.old-theme .theme-secondary-border {
  border-color: #2196f3;
}
.old-theme .theme-secondary-fill {
  fill: #2196f3;
}
.old-theme .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}
.old-theme .theme-secondary-darken-1 {
  background-color: #1e88e5;
  color: #fff;
}
.old-theme .theme-secondary-text-darken-1 {
  color: #1e88e5;
}
.old-theme .theme-secondary-bg-darken-1 {
  background-color: #1e88e5;
}
.old-theme .theme-secondary-border-darken-1 {
  border-color: #1e88e5;
}
.old-theme .theme-secondary-fill-darken-1 {
  fill: #1e88e5;
}
.old-theme .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #1e88e5;
  box-shadow: inset 0 -2px 0 #1e88e5;
}
.old-theme .theme-secondary-darken-2 {
  background-color: #1976d2;
  color: #fff;
}
.old-theme .theme-secondary-text-darken-2 {
  color: #1976d2;
}
.old-theme .theme-secondary-bg-darken-2 {
  background-color: #1976d2;
}
.old-theme .theme-secondary-border-darken-2 {
  border-color: #1976d2;
}
.old-theme .theme-secondary-fill-darken-2 {
  fill: #1976d2;
}
.old-theme .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #1976d2;
  box-shadow: inset 0 -2px 0 #1976d2;
}
.old-theme .theme-secondary-darken-3 {
  background-color: #1565c0;
  color: #fff;
}
.old-theme .theme-secondary-text-darken-3 {
  color: #1565c0;
}
.old-theme .theme-secondary-bg-darken-3 {
  background-color: #1565c0;
}
.old-theme .theme-secondary-border-darken-3 {
  border-color: #1565c0;
}
.old-theme .theme-secondary-fill-darken-3 {
  fill: #1565c0;
}
.old-theme .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #1565c0;
  box-shadow: inset 0 -2px 0 #1565c0;
}
.old-theme .theme-secondary-darken-4 {
  background-color: #0d47a1;
  color: #fff;
}
.old-theme .theme-secondary-text-darken-4 {
  color: #0d47a1;
}
.old-theme .theme-secondary-bg-darken-4 {
  background-color: #0d47a1;
}
.old-theme .theme-secondary-border-darken-4 {
  border-color: #0d47a1;
}
.old-theme .theme-secondary-fill-darken-4 {
  fill: #0d47a1;
}
.old-theme .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #0d47a1;
  box-shadow: inset 0 -2px 0 #0d47a1;
}
.old-theme .theme-secondary-accent-1 {
  background-color: #82b1ff;
  color: #fff;
}
.old-theme .theme-secondary-text-accent-1 {
  color: #82b1ff;
}
.old-theme .theme-secondary-bg-accent-1 {
  background-color: #82b1ff;
}
.old-theme .theme-secondary-border-accent-1 {
  border-color: #82b1ff;
}
.old-theme .theme-secondary-fill-accent-1 {
  fill: #82b1ff;
}
.old-theme .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #82b1ff;
  box-shadow: inset 0 -2px 0 #82b1ff;
}
.old-theme .theme-secondary-accent-2 {
  background-color: #448aff;
  color: #fff;
}
.old-theme .theme-secondary-text-accent-2 {
  color: #448aff;
}
.old-theme .theme-secondary-bg-accent-2 {
  background-color: #448aff;
}
.old-theme .theme-secondary-border-accent-2 {
  border-color: #448aff;
}
.old-theme .theme-secondary-fill-accent-2 {
  fill: #448aff;
}
.old-theme .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #448aff;
  box-shadow: inset 0 -2px 0 #448aff;
}
.old-theme .theme-secondary-accent-3 {
  background-color: #2979ff;
  color: #fff;
}
.old-theme .theme-secondary-text-accent-3 {
  color: #2979ff;
}
.old-theme .theme-secondary-bg-accent-3 {
  background-color: #2979ff;
}
.old-theme .theme-secondary-border-accent-3 {
  border-color: #2979ff;
}
.old-theme .theme-secondary-fill-accent-3 {
  fill: #2979ff;
}
.old-theme .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #2979ff;
  box-shadow: inset 0 -2px 0 #2979ff;
}
.old-theme .theme-secondary-accent-4 {
  background-color: #2962ff;
  color: #fff;
}
.old-theme .theme-secondary-text-accent-4 {
  color: #2962ff;
}
.old-theme .theme-secondary-bg-accent-4 {
  background-color: #2962ff;
}
.old-theme .theme-secondary-border-accent-4 {
  border-color: #2962ff;
}
.old-theme .theme-secondary-fill-accent-4 {
  fill: #2962ff;
}
.old-theme .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #2962ff;
  box-shadow: inset 0 -2px 0 #2962ff;
}
.old-theme .z-depth-0,
.old-theme .well,
.old-theme .panel,
.old-theme .card,
.old-theme .theme-picker .theme-item:hover {
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.07), 1px 2px 5px 0 rgba(0,0,0,0.06);
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.07), 1px 2px 5px 0 rgba(0,0,0,0.06);
}
.old-theme .z-depth-1,
.old-theme .navbar .navbar-right-no-collapse .open .dropdown-menu,
.old-theme .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .jvectormap-zoomout {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.old-theme .z-depth-2,
.old-theme .alert.alert-theme {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.old-theme .z-depth-3 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.old-theme .z-depth-4 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.old-theme .z-depth-5 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.old-theme .z-depth-5 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21);
  box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21);
}
.old-theme .z-depth-6 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22);
  box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22);
}
.old-theme .alert.alert-theme {
  max-width: 440px;
  left: auto;
}
.old-theme .todo-app form .form-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.old-theme .todo-app .filters {
  margin-bottom: 20px;
}
.old-theme .todo-app .filters .filter,
.old-theme .todo-app .filters .filter:focus {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.old-theme .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .filter:focus:hover {
  background-color: transparent;
}
.old-theme .todo-app .filters .filter.active {
  border: none;
}
.old-theme .todo-app .filters .filter.active:hover {
  border: none;
}
.old-theme .todo-widget .alert,
.old-theme .todo-app .alert {
  margin-bottom: 0;
}
.old-theme .todo-widget .checkbox,
.old-theme .todo-app .checkbox {
  margin: 0px;
}
.old-theme .todo-widget label,
.old-theme .todo-app label {
  display: block;
}
.old-theme .todo-widget ul,
.old-theme .todo-app ul {
  margin-bottom: 0px;
}
.old-theme .todo-widget .btn-round,
.old-theme .todo-app .btn-round {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.old-theme .c3 .c3-tooltip tr {
  border: none;
}
.old-theme .c3 .c3-tooltip td {
  border-left: 1px solid rgba(0,0,0,0.04);
  padding: 3px 8px;
  color: #5c5c5c;
}
.old-theme .c3 .c3-tooltip td .value {
  font-weight: 600;
}
.old-theme .c3 .c3-axis-x .tick text,
.old-theme .c3 .c3-axis-y .tick text,
.old-theme .c3 .c3-axis-y2 .tick text {
  fill: #999;
}
.old-theme .c3 .c3-grid line {
  stroke: rgba(0,0,0,0.1);
}
.old-theme .c3 path,
.old-theme .c3 line {
  stroke: #999;
}
.old-theme .c3 .c3-circle {
  fill: #42a5f5;
  stroke-width: 2px;
  stroke: #fff;
}
.old-theme .c3 .c3-circle._expanded_ {
  stroke-width: 2px;
  stroke: #fff;
}
.old-theme .c3 .c3-xgrid-focus line {
  stroke: rgba(0,0,0,0.1);
}
.old-theme .c3 .c3-xgrid,
.old-theme .c3 .c3-ygrid {
  stroke-dasharray: 0 0;
}
.old-theme .dashboard .table-dashboard-widget-1 td:last-child {
  color: #9e9e9e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.old-theme .dashboard .c3-line-Server-load {
  opacity: 0 !important;
}
.old-theme .dashboard .card,
.old-theme .dashboard .panel {
  margin-bottom: 14px;
}
.old-theme .dashboard #chart-line-1 .c3-tooltip th,
.old-theme .dashboard #chart-line-1 .c3-tooltip td > span,
.old-theme .dashboard #chart-line-2 .c3-tooltip th,
.old-theme .dashboard #chart-line-2 .c3-tooltip td > span,
.old-theme .dashboard #chart-line-3 .c3-tooltip th,
.old-theme .dashboard #chart-line-3 .c3-tooltip td > span {
  display: none;
}
.old-theme .dashboard #chart-gauge-1 .c3-arc,
.old-theme .dashboard #chart-gauge-2 .c3-arc,
.old-theme .dashboard #chart-gauge-3 .c3-arc {
  stroke-width: 0;
}
.old-theme .dashboard #chart-gauge-1 .c3-chart-arcs text,
.old-theme .dashboard #chart-gauge-2 .c3-chart-arcs text,
.old-theme .dashboard #chart-gauge-3 .c3-chart-arcs text {
  fill: #eee;
}
.old-theme .dashboard #chart-gauge-1 .c3-gauge-value,
.old-theme .dashboard #chart-gauge-2 .c3-gauge-value,
.old-theme .dashboard #chart-gauge-3 .c3-gauge-value {
  font-size: 11px !important;
  font-weight: 600;
  fill: #a8a8a8 !important;
}
.old-theme .dashboard #chart-pagesviews .c3-tooltip th,
.old-theme .dashboard #chart-pagesviews .c3-tooltip td > span {
  display: none;
}
.old-theme .dashboard #chart-area-1 .c3-circles {
  display: none;
}
.old-theme .dashboard #chart-area-1 .c3-line {
  display: none;
}
.old-theme .dashboard #chart-area-1 .c3-area {
  opacity: 1 !important;
  fill: #c1e4ff !important;
}
.old-theme .dashboard #chart-area-1 .c3-tooltip th,
.old-theme .dashboard #chart-area-1 .c3-tooltip td > span {
  display: none;
}
.old-theme .dynamic-color > div > div {
  width: 100%;
  height: 33px;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.old-theme .dynamic-color > div > div:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.old-theme .dynamic-color > div {
  margin-bottom: 40px;
}
.old-theme .full-page-map {
  height: 100%;
}
.old-theme .full-page-map body {
  height: 100%;
}
.old-theme .full-page-map .main {
  height: 100%;
}
.old-theme .full-page-map .main .main-container {
  height: 100%;
  padding-bottom: 0;
}
.old-theme .full-page-map .main .main-container .main-content {
  height: 100%;
  margin-top: 0;
}
.old-theme .full-page-map .main .main-container .main-content > section {
  padding: 0;
}
.old-theme #full-map-canvas {
  position: absolute;
  top: 64px;
  bottom: 0;
  right: 0;
  left: 0;
}
.old-theme .angular-google-map,
.old-theme .angular-google-map-container {
  height: 100%;
  width: 100%;
}
.old-theme .grids [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.old-theme .grids .row {
  margin: 0px;
}
.old-theme .grids h5 {
  margin-top: 60px;
}
.old-theme .icons .icon-holder {
  line-height: 44px;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.old-theme .icons .icon-holder:hover {
  background: rgba(0,0,0,0.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.old-theme .icons .icon-set p {
  text-align: left;
  vertical-align: middle;
  display: flex;
  line-height: 35px;
}
.old-theme .icons .icon-set i {
  font-size: 38px;
  display: inline-block;
  color: #3a3a3a;
  line-height: 38px;
  margin-right: 5px;
  width: 50px;
  height: 45px;
}
.old-theme .table-search {
  padding: 10px 20px;
}
.old-theme .ng-table th.sortable.sort-desc,
.old-theme .ng-table th.sortable.sort-asc {
  background-color: inherit;
}
.old-theme .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .jvectormap-zoomout {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 25px;
  border-radius: 50%;
  padding: 0px;
}
.old-theme .jvectormap-container .jvectormap-zoomout {
  top: 65px;
}
.old-theme .map-canvas {
  height: 300px;
}
@media (min-width: 768px) {
  .old-theme .map-canvas {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .old-theme .map-canvas {
    height: 600px;
  }
}
.old-theme .weather-icons .example {
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.old-theme .weather-icons .example:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.old-theme .weather-icons .example .icon {
  float: left;
  width: 55px;
}
.old-theme .weather-icons .example .icon i {
  font-size: 38px;
  color: #3a3a3a;
}
.old-theme .weather-icons .example .class {
  text-align: center;
  font-size: 14px;
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}
.old-theme .page-login,
.old-theme .page-error {
  background: radial-gradient(circle at 1.99% 43.04%, #03a9f5, transparent 100%), radial-gradient(circle at 99.79% 73.72%, #03a9f5, transparent 58%), radial-gradient(circle at 50% 50%, #6bd3ff, #6bd3ff 100%);
  display: table;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}
.old-theme .page-login .center,
.old-theme .page-error .center {
  display: table-cell;
  vertical-align: middle;
}
.old-theme .page-login .card .card-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  line-height: 27px;
}
.old-theme .page-login .card-content .card-title-desc {
  line-height: 16px;
  color: #adadad !important;
}
.old-theme .page-error .error-icon {
  font-size: 130px;
  color: #cbcbcb;
  line-height: 130px;
}
.old-theme .page-error h1 {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  margin: 0px;
  margin-bottom: 30px;
}
.old-theme .page-error .card-content .card-title-desc {
  margin: 0;
  max-width: 295px;
  color: inherit;
  margin: 0% auto;
}
.old-theme .noUi-target,
.old-theme .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.old-theme .noUi-target {
  position: relative;
  direction: ltr;
}
.old-theme .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
.old-theme .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #c8c8c8;
}
.old-theme .noUi-handle {
  position: relative;
  z-index: 1;
}
.old-theme .noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.old-theme .noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.old-theme .noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.old-theme .noUi-state-drag * {
  cursor: inherit !important;
}
.old-theme .noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.old-theme .noUi-range .noUi-base {
  background: #c8c8c8 !important;
}
.old-theme .noUi-horizontal {
  height: 2px;
}
.old-theme .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -5px;
  top: -7px;
  cursor: pointer;
}
.old-theme .noUi-vertical {
  width: 18px;
}
.old-theme .noUi-vertical .noUi-handle {
  width: 25px;
  height: 25px;
  left: -6px;
  top: -20px;
}
.old-theme .noUi-background {
  background: #fafafa;
}
.old-theme .noUi-connect {
  background: #3fb8af;
  -webkit-box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.old-theme .noUi-target {
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.old-theme .noUi-target.noUi-connect {
  -webkit-box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #bbb;
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #bbb;
}
.old-theme .noUi-dragable {
  cursor: w-resize;
}
.old-theme .noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.old-theme .noUi-handle {
  border-radius: 50%;
  cursor: default;
  transition: all 0.2s ease-out;
}
.old-theme .noUi-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.old-theme .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  opacity: 0;
  left: -7px;
  top: -7px;
  transition: all 0.1s ease-out;
}
.old-theme .noUi-handle div {
  display: none;
  position: absolute;
  top: -37px;
  left: -20px;
  background: rgba(0,0,0,0.2);
  color: #fff;
  font-size: 9px;
  padding: 2px 10px;
  width: 60px;
  text-align: center;
}
.old-theme .noUi-active div {
  display: block;
}
.old-theme .noUi-active.noUi-handle:before {
  opacity: 0.1;
  height: 30px;
  width: 30px;
}
.old-theme .noUi-handle:after {
  left: 17px;
}
.old-theme .noUi-vertical .noUi-handle:before,
.old-theme .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.old-theme .noUi-vertical .noUi-handle:after {
  top: 17px;
}
.old-theme [disabled].noUi-connect,
.old-theme [disabled] .noUi-connect {
  background: #b8b8b8;
}
.old-theme [disabled] .noUi-handle {
  cursor: not-allowed;
}
.old-theme .aside {
  margin-left: 260px !important;
  margin-top: 64px;
  z-index: 1031 !important;
  padding: 0px;
  overflow: visible !important;
  -webkit-box-shadow: 0px 7px 7px 0 rgba(0,0,0,0.36);
  box-shadow: 0px 7px 7px 0 rgba(0,0,0,0.36);
  border-top: 1px #e3e3e3 solid;
  height: 100%;
}
.old-theme .aside .close {
  position: absolute;
  right: -25px;
  top: 28px;
  opacity: 1;
  z-index: 10;
}
.old-theme .aside-dialog {
  position: relative;
  height: 100%;
}
.old-theme .aside-dialog .aside-body {
  padding: 40px !important;
  overflow: scroll;
  height: 100%;
}
@media (min-width: 1281px) {
  .old-theme .aside-dialog .aside-body {
    min-width: 500px;
  }
}
.old-theme .aside legend {
  margin-bottom: 25px;
  border: none;
}
.old-theme .aside-backdrop {
  z-index: 1020 !important;
}
@media (max-width: 767px) {
  .old-theme .aside {
    right: 0px !important;
  }
  .old-theme .aside .close {
    right: 25px;
  }
}
@media (max-width: 991px) {
  .old-theme .aside {
    margin-left: 0 !important;
  }
}
.old-theme .fsm-sticky-header {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.18);
  box-shadow: 0 2px 2px rgba(0,0,0,0.18);
  border-top: 1px #e3e3e3 solid;
}
.old-theme .fsm-sticky-header th {
  background: #fafafa;
}
/*
 *  Weather Icons 1.3
 *  Updated November 30th, 2014
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */
@font-face {
  font-family: 'weathericons';
  src: url("../fonts/weathericons-regular-webfont.eot");
  src: url("../fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weathericons-regular-webfont.ttf") format("truetype"), url("../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.old-theme .wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.old-theme .wi-day-cloudy-gusts:before {
  content: "\f000";
}
.old-theme .wi-day-cloudy-windy:before {
  content: "\f001";
}
.old-theme .wi-day-cloudy:before {
  content: "\f002";
}
.old-theme .wi-day-fog:before {
  content: "\f003";
}
.old-theme .wi-day-hail:before {
  content: "\f004";
}
.old-theme .wi-day-lightning:before {
  content: "\f005";
}
.old-theme .wi-day-rain-mix:before {
  content: "\f006";
}
.old-theme .wi-day-rain-wind:before {
  content: "\f007";
}
.old-theme .wi-day-rain:before {
  content: "\f008";
}
.old-theme .wi-day-showers:before {
  content: "\f009";
}
.old-theme .wi-day-snow:before {
  content: "\f00a";
}
.old-theme .wi-day-sprinkle:before {
  content: "\f00b";
}
.old-theme .wi-day-sunny-overcast:before {
  content: "\f00c";
}
.old-theme .wi-day-sunny:before {
  content: "\f00d";
}
.old-theme .wi-day-storm-showers:before {
  content: "\f00e";
}
.old-theme .wi-day-thunderstorm:before {
  content: "\f010";
}
.old-theme .wi-cloudy-gusts:before {
  content: "\f011";
}
.old-theme .wi-cloudy-windy:before {
  content: "\f012";
}
.old-theme .wi-cloudy:before {
  content: "\f013";
}
.old-theme .wi-fog:before {
  content: "\f014";
}
.old-theme .wi-hail:before {
  content: "\f015";
}
.old-theme .wi-lightning:before {
  content: "\f016";
}
.old-theme .wi-rain-mix:before {
  content: "\f017";
}
.old-theme .wi-rain-wind:before {
  content: "\f018";
}
.old-theme .wi-rain:before {
  content: "\f019";
}
.old-theme .wi-showers:before {
  content: "\f01a";
}
.old-theme .wi-snow:before {
  content: "\f01b";
}
.old-theme .wi-sprinkle:before {
  content: "\f01c";
}
.old-theme .wi-storm-showers:before {
  content: "\f01d";
}
.old-theme .wi-thunderstorm:before {
  content: "\f01e";
}
.old-theme .wi-windy:before {
  content: "\f021";
}
.old-theme .wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}
.old-theme .wi-night-alt-cloudy-windy:before {
  content: "\f023";
}
.old-theme .wi-night-alt-hail:before {
  content: "\f024";
}
.old-theme .wi-night-alt-lightning:before {
  content: "\f025";
}
.old-theme .wi-night-alt-rain-mix:before {
  content: "\f026";
}
.old-theme .wi-night-alt-rain-wind:before {
  content: "\f027";
}
.old-theme .wi-night-alt-rain:before {
  content: "\f028";
}
.old-theme .wi-night-alt-showers:before {
  content: "\f029";
}
.old-theme .wi-night-alt-snow:before {
  content: "\f02a";
}
.old-theme .wi-night-alt-sprinkle:before {
  content: "\f02b";
}
.old-theme .wi-night-alt-storm-showers:before {
  content: "\f02c";
}
.old-theme .wi-night-alt-thunderstorm:before {
  content: "\f02d";
}
.old-theme .wi-night-clear:before {
  content: "\f02e";
}
.old-theme .wi-night-cloudy-gusts:before {
  content: "\f02f";
}
.old-theme .wi-night-cloudy-windy:before {
  content: "\f030";
}
.old-theme .wi-night-cloudy:before {
  content: "\f031";
}
.old-theme .wi-night-hail:before {
  content: "\f032";
}
.old-theme .wi-night-lightning:before {
  content: "\f033";
}
.old-theme .wi-night-rain-mix:before {
  content: "\f034";
}
.old-theme .wi-night-rain-wind:before {
  content: "\f035";
}
.old-theme .wi-night-rain:before {
  content: "\f036";
}
.old-theme .wi-night-showers:before {
  content: "\f037";
}
.old-theme .wi-night-snow:before {
  content: "\f038";
}
.old-theme .wi-night-sprinkle:before {
  content: "\f039";
}
.old-theme .wi-night-storm-showers:before {
  content: "\f03a";
}
.old-theme .wi-night-thunderstorm:before {
  content: "\f03b";
}
.old-theme .wi-celsius:before {
  content: "\f03c";
}
.old-theme .wi-cloud-down:before {
  content: "\f03d";
}
.old-theme .wi-cloud-refresh:before {
  content: "\f03e";
}
.old-theme .wi-cloud-up:before {
  content: "\f040";
}
.old-theme .wi-cloud:before {
  content: "\f041";
}
.old-theme .wi-degrees:before {
  content: "\f042";
}
.old-theme .wi-down-left:before {
  content: "\f043";
}
.old-theme .wi-down:before {
  content: "\f044";
}
.old-theme .wi-fahrenheit:before {
  content: "\f045";
}
.old-theme .wi-horizon-alt:before {
  content: "\f046";
}
.old-theme .wi-horizon:before {
  content: "\f047";
}
.old-theme .wi-left:before {
  content: "\f048";
}
.old-theme .wi-lightning:before {
  content: "\f016";
}
.old-theme .wi-night-fog:before {
  content: "\f04a";
}
.old-theme .wi-refresh-alt:before {
  content: "\f04b";
}
.old-theme .wi-refresh:before {
  content: "\f04c";
}
.old-theme .wi-right:before {
  content: "\f04d";
}
.old-theme .wi-sprinkles:before {
  content: "\f04e";
}
.old-theme .wi-strong-wind:before {
  content: "\f050";
}
.old-theme .wi-sunrise:before {
  content: "\f051";
}
.old-theme .wi-sunset:before {
  content: "\f052";
}
.old-theme .wi-thermometer-exterior:before {
  content: "\f053";
}
.old-theme .wi-thermometer-internal:before {
  content: "\f054";
}
.old-theme .wi-thermometer:before {
  content: "\f055";
}
.old-theme .wi-tornado:before {
  content: "\f056";
}
.old-theme .wi-up-right:before {
  content: "\f057";
}
.old-theme .wi-up:before {
  content: "\f058";
}
.old-theme .wi-wind-west:before {
  content: "\f059";
}
.old-theme .wi-wind-south-west:before {
  content: "\f05a";
}
.old-theme .wi-wind-south-east:before {
  content: "\f05b";
}
.old-theme .wi-wind-south:before {
  content: "\f05c";
}
.old-theme .wi-wind-north-west:before {
  content: "\f05d";
}
.old-theme .wi-wind-north-east:before {
  content: "\f05e";
}
.old-theme .wi-wind-north:before {
  content: "\f060";
}
.old-theme .wi-wind-east:before {
  content: "\f061";
}
.old-theme .wi-smoke:before {
  content: "\f062";
}
.old-theme .wi-dust:before {
  content: "\f063";
}
.old-theme .wi-snow-wind:before {
  content: "\f064";
}
.old-theme .wi-day-snow-wind:before {
  content: "\f065";
}
.old-theme .wi-night-snow-wind:before {
  content: "\f066";
}
.old-theme .wi-night-alt-snow-wind:before {
  content: "\f067";
}
.old-theme .wi-day-sleet-storm:before {
  content: "\f068";
}
.old-theme .wi-night-sleet-storm:before {
  content: "\f069";
}
.old-theme .wi-night-alt-sleet-storm:before {
  content: "\f06a";
}
.old-theme .wi-day-snow-thunderstorm:before {
  content: "\f06b";
}
.old-theme .wi-night-snow-thunderstorm:before {
  content: "\f06c";
}
.old-theme .wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}
.old-theme .wi-solar-eclipse:before {
  content: "\f06e";
}
.old-theme .wi-lunar-eclipse:before {
  content: "\f070";
}
.old-theme .wi-meteor:before {
  content: "\f071";
}
.old-theme .wi-hot:before {
  content: "\f072";
}
.old-theme .wi-hurricane:before {
  content: "\f073";
}
.old-theme .wi-smog:before {
  content: "\f074";
}
.old-theme .wi-alien:before {
  content: "\f075";
}
.old-theme .wi-snowflake-cold:before {
  content: "\f076";
}
.old-theme .wi-stars:before {
  content: "\f077";
}
.old-theme .wi-night-partly-cloudy:before {
  content: "\f083";
}
.old-theme .wi-umbrella:before {
  content: "\f084";
}
.old-theme .wi-day-windy:before {
  content: "\f085";
}
.old-theme .wi-night-alt-cloudy:before {
  content: "\f086";
}
.old-theme .wi-up-left:before {
  content: "\f087";
}
.old-theme .wi-down-right:before {
  content: "\f088";
}
.old-theme .wi-time-12:before {
  content: "\f089";
}
.old-theme .wi-time-1:before {
  content: "\f08a";
}
.old-theme .wi-time-2:before {
  content: "\f08b";
}
.old-theme .wi-time-3:before {
  content: "\f08c";
}
.old-theme .wi-time-4:before {
  content: "\f08d";
}
.old-theme .wi-time-5:before {
  content: "\f08e";
}
.old-theme .wi-time-6:before {
  content: "\f08f";
}
.old-theme .wi-time-7:before {
  content: "\f090";
}
.old-theme .wi-time-8:before {
  content: "\f091";
}
.old-theme .wi-time-9:before {
  content: "\f092";
}
.old-theme .wi-time-10:before {
  content: "\f093";
}
.old-theme .wi-time-11:before {
  content: "\f094";
}
.old-theme .wi-day-sleet:before {
  content: "\f0b2";
}
.old-theme .wi-night-sleet:before {
  content: "\f0b3";
}
.old-theme .wi-night-alt-sleet:before {
  content: "\f0b4";
}
.old-theme .wi-sleet:before {
  content: "\f0b5";
}
.old-theme .wi-day-haze:before {
  content: "\f0b6";
}
.old-theme .wi-beafort-0:before {
  content: "\f0b7";
}
.old-theme .wi-beafort-1:before {
  content: "\f0b8";
}
.old-theme .wi-beafort-2:before {
  content: "\f0b9";
}
.old-theme .wi-beafort-3:before {
  content: "\f0ba";
}
.old-theme .wi-beafort-4:before {
  content: "\f0bb";
}
.old-theme .wi-beafort-5:before {
  content: "\f0bc";
}
.old-theme .wi-beafort-6:before {
  content: "\f0bd";
}
.old-theme .wi-beafort-7:before {
  content: "\f0be";
}
.old-theme .wi-beafort-8:before {
  content: "\f0bf";
}
.old-theme .wi-beafort-9:before {
  content: "\f0c0";
}
.old-theme .wi-beafort-10:before {
  content: "\f0c1";
}
.old-theme .wi-beafort-11:before {
  content: "\f0c2";
}
.old-theme .wi-beafort-12:before {
  content: "\f0c3";
}
.old-theme .wi-wind-default:before {
  content: "\f0b1";
}
.old-theme wi-wind-default._0-deg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.old-theme wi-wind-default._15-deg {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.old-theme wi-wind-default._30-deg {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.old-theme wi-wind-default._45-deg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.old-theme wi-wind-default._60-deg {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.old-theme wi-wind-default._75-deg {
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
}
.old-theme wi-wind-default._90-deg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.old-theme wi-wind-default._105-deg {
  -webkit-transform: rotate(105deg);
  -moz-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  -o-transform: rotate(105deg);
  transform: rotate(105deg);
}
.old-theme wi-wind-default._120-deg {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.old-theme wi-wind-default._135-deg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.old-theme wi-wind-default._150-deg {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.old-theme wi-wind-default._165-deg {
  -webkit-transform: rotate(165deg);
  -moz-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  -o-transform: rotate(165deg);
  transform: rotate(165deg);
}
.old-theme wi-wind-default._180-deg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.old-theme wi-wind-default._195-deg {
  -webkit-transform: rotate(195deg);
  -moz-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  -o-transform: rotate(195deg);
  transform: rotate(195deg);
}
.old-theme wi-wind-default._210-deg {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.old-theme wi-wind-default._225-deg {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.old-theme wi-wind-default._240-deg {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.old-theme wi-wind-default._255-deg {
  -webkit-transform: rotate(255deg);
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -o-transform: rotate(255deg);
  transform: rotate(255deg);
}
.old-theme wi-wind-default._270-deg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.old-theme wi-wind-default._285-deg {
  -webkit-transform: rotate(295deg);
  -moz-transform: rotate(295deg);
  -ms-transform: rotate(295deg);
  -o-transform: rotate(295deg);
  transform: rotate(295deg);
}
.old-theme wi-wind-default._300-deg {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.old-theme wi-wind-default._315-deg {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.old-theme wi-wind-default._330-deg {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.old-theme wi-wind-default._345-deg {
  -webkit-transform: rotate(345deg);
  -moz-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  -o-transform: rotate(345deg);
  transform: rotate(345deg);
}
.old-theme .wi-moon-new:before {
  content: "\f095";
}
.old-theme .wi-moon-waxing-cresent-1:before {
  content: "\f096";
}
.old-theme .wi-moon-waxing-cresent-2:before {
  content: "\f097";
}
.old-theme .wi-moon-waxing-cresent-3:before {
  content: "\f098";
}
.old-theme .wi-moon-waxing-cresent-4:before {
  content: "\f099";
}
.old-theme .wi-moon-waxing-cresent-5:before {
  content: "\f09a";
}
.old-theme .wi-moon-waxing-cresent-6:before {
  content: "\f09b";
}
.old-theme .wi-moon-first-quarter:before {
  content: "\f09c";
}
.old-theme .wi-moon-waxing-gibbous-1:before {
  content: "\f09d";
}
.old-theme .wi-moon-waxing-gibbous-2:before {
  content: "\f09e";
}
.old-theme .wi-moon-waxing-gibbous-3:before {
  content: "\f09f";
}
.old-theme .wi-moon-waxing-gibbous-4:before {
  content: "\f0a0";
}
.old-theme .wi-moon-waxing-gibbous-5:before {
  content: "\f0a1";
}
.old-theme .wi-moon-waxing-gibbous-6:before {
  content: "\f0a2";
}
.old-theme .wi-moon-full:before {
  content: "\f0a3";
}
.old-theme .wi-moon-waning-gibbous-1:before {
  content: "\f0a4";
}
.old-theme .wi-moon-waning-gibbous-2:before {
  content: "\f0a5";
}
.old-theme .wi-moon-waning-gibbous-3:before {
  content: "\f0a6";
}
.old-theme .wi-moon-waning-gibbous-4:before {
  content: "\f0a7";
}
.old-theme .wi-moon-waning-gibbous-5:before {
  content: "\f0a8";
}
.old-theme .wi-moon-waning-gibbous-6:before {
  content: "\f0a9";
}
.old-theme .wi-moon-3rd-quarter:before {
  content: "\f0aa";
}
.old-theme .wi-moon-waning-crescent-1:before {
  content: "\f0ab";
}
.old-theme .wi-moon-waning-crescent-2:before {
  content: "\f0ac";
}
.old-theme .wi-moon-waning-crescent-3:before {
  content: "\f0ad";
}
.old-theme .wi-moon-waning-crescent-4:before {
  content: "\f0ae";
}
.old-theme .wi-moon-waning-crescent-5:before {
  content: "\f0af";
}
.old-theme .wi-moon-waning-crescent-6:before {
  content: "\f0b0";
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(0, -30px, 0);
  }
  70% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(0, -15px, 0);
  }
  90% {
    -moz-transform: translate3d(0, -4px, 0);
  }
}
@-o-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transform: translate3d(0, -30px, 0);
  }
  70% {
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transform: translate3d(0, -15px, 0);
  }
  90% {
    -o-transform: translate3d(0, -4px, 0);
  }
}
.old-theme .bounce {
  -webkit-animation-name: "bounce";
  -moz-animation-name: "bounce";
  -o-animation-name: "bounce";
  animation-name: "bounce";
}
.old-theme .animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.old-theme .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes grow {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: 0, 0;
    box-shadow: 0, 0;
    -webkit-transform: scale(0.1);
  }
  100% {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes grow {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: 0, 0;
    box-shadow: 0, 0;
    -moz-transform: scale(0.1);
  }
  100% {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    -moz-transform: scale(1);
  }
}
@-o-keyframes grow {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: 0, 0;
    box-shadow: 0, 0;
    -o-transform: scale(0.1);
  }
  100% {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    -o-transform: scale(1);
  }
}
@-webkit-keyframes shrink {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes shrink {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0);
  }
}
@-o-keyframes shrink {
  0% {
    opacity: 1;
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0);
  }
}
.old-theme .mat-grow-top-right {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.old-theme .mat-grow-top-left {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.old-theme .mat-grow-top-right,
.old-theme .mat-grow-top-left {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.old-theme .mat-grow-top-right.mat-grow-top-right-add,
.old-theme .mat-grow-top-right.mat-grow-top-left-add,
.old-theme .mat-grow-top-right.ng-hide-remove,
.old-theme .mat-grow-top-right.ng-move,
.old-theme .mat-grow-top-left.mat-grow-top-right-add,
.old-theme .mat-grow-top-left.mat-grow-top-left-add,
.old-theme .mat-grow-top-left.ng-hide-remove,
.old-theme .mat-grow-top-left.ng-move {
  -webkit-animation: grow 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation: grow 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  animation: grow 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.old-theme .mat-grow-top-right.mat-grow-top-right-remove,
.old-theme .mat-grow-top-right.mat-grow-top-left-remove,
.old-theme .mat-grow-top-right.ng-hide,
.old-theme .mat-grow-top-left.mat-grow-top-right-remove,
.old-theme .mat-grow-top-left.mat-grow-top-left-remove,
.old-theme .mat-grow-top-left.ng-hide {
  -webkit-animation: shrink 0.3s;
  -o-animation: shrink 0.3s;
  animation: shrink 0.3s;
}
.old-theme .mat-grow-top-right.ng-enter,
.old-theme .mat-grow-top-left.ng-enter {
  visibility: hidden;
  -webkit-animation: grow 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation: grow 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  animation: grow 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  animation-play-state: paused;
}
.old-theme .mat-grow-top-right.ng-enter.ng-enter-active,
.old-theme .mat-grow-top-left.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}
.old-theme .mat-grow-top-right.ng-leave,
.old-theme .mat-grow-top-left.ng-leave {
  -webkit-animation: shrink 0.3s;
  -o-animation: shrink 0.3s;
  animation: shrink 0.3s;
  animation-play-state: paused;
}
.old-theme .mat-grow-top-right.ng-leave.ng-leave-active,
.old-theme .mat-grow-top-left.ng-leave.ng-leave-active {
  animation-play-state: running;
}
.old-theme .mat-slide-right {
  overflow: hidden;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.old-theme .mat-slide-right.ng-enter,
.old-theme .mat-slide-right.ng-leave.ng-leave-active {
  opacity: 0;
  max-width: 0;
}
.old-theme .mat-slide-right.ng-leave,
.old-theme .mat-slide-right.ng-enter.ng-enter-active {
  opacity: 1;
  max-width: 100%;
}
.old-theme .red.lighten-5 {
  background-color: #ffebee;
  color: #666;
}
.old-theme .red-text.lighten-5 {
  color: #ffebee;
}
.old-theme .red-border.lighten-5 {
  border-color: #ffebee;
}
.old-theme .red.lighten-4 {
  background-color: #ffcdd2;
  color: #666;
}
.old-theme .red-text.lighten-4 {
  color: #ffcdd2;
}
.old-theme .red-border.lighten-4 {
  border-color: #ffcdd2;
}
.old-theme .red.lighten-3 {
  background-color: #ef9a9a;
  color: #666;
}
.old-theme .red-text.lighten-3 {
  color: #ef9a9a;
}
.old-theme .red-border.lighten-3 {
  border-color: #ef9a9a;
}
.old-theme .red.lighten-2,
.old-theme .page-header h1 i.red {
  background-color: #e57373;
  color: #fff;
}
.old-theme .red-text.lighten-2,
.old-theme .page-header h1 i.red-text {
  color: #e57373;
}
.old-theme .red-border.lighten-2,
.old-theme .page-header h1 i.red-border {
  border-color: #e57373;
}
.old-theme .red.lighten-1 {
  background-color: #ef5350;
  color: #fff;
}
.old-theme .red-text.lighten-1 {
  color: #ef5350;
}
.old-theme .red-border.lighten-1 {
  border-color: #ef5350;
}
.old-theme .red {
  background-color: #f44336;
  color: #fff;
}
.old-theme .red-text {
  color: #f44336;
}
.old-theme .red-border {
  border-color: #f44336;
}
.old-theme .red.darken-1 {
  background-color: #e53935;
  color: #fff;
}
.old-theme .red-text.darken-1 {
  color: #e53935;
}
.old-theme .red-border.darken-1 {
  border-color: #e53935;
}
.old-theme .red.darken-2 {
  background-color: #d32f2f;
  color: #fff;
}
.old-theme .red-text.darken-2 {
  color: #d32f2f;
}
.old-theme .red-border.darken-2 {
  border-color: #d32f2f;
}
.old-theme .red.darken-3 {
  background-color: #c62828;
  color: #fff;
}
.old-theme .red-text.darken-3 {
  color: #c62828;
}
.old-theme .red-border.darken-3 {
  border-color: #c62828;
}
.old-theme .red.darken-4 {
  background-color: #b71c1c;
  color: #fff;
}
.old-theme .red-text.darken-4 {
  color: #b71c1c;
}
.old-theme .red-border.darken-4 {
  border-color: #b71c1c;
}
.old-theme .red.accent-1 {
  background-color: #ff8a80;
  color: #fff;
}
.old-theme .red-text.accent-1 {
  color: #ff8a80;
}
.old-theme .red-border.accent-1 {
  border-color: #ff8a80;
}
.old-theme .red.accent-2 {
  background-color: #ff5252;
  color: #fff;
}
.old-theme .red-text.accent-2 {
  color: #ff5252;
}
.old-theme .red-border.accent-2 {
  border-color: #ff5252;
}
.old-theme .red.accent-3 {
  background-color: #ff1744;
  color: #fff;
}
.old-theme .red-text.accent-3 {
  color: #ff1744;
}
.old-theme .red-border.accent-3 {
  border-color: #ff1744;
}
.old-theme .red.accent-4 {
  background-color: #d50000;
  color: #fff;
}
.old-theme .red-text.accent-4 {
  color: #d50000;
}
.old-theme .red-border.accent-4 {
  border-color: #d50000;
}
.old-theme .pink.lighten-5 {
  background-color: #fce4ec;
  color: #666;
}
.old-theme .pink-text.lighten-5 {
  color: #fce4ec;
}
.old-theme .pink-border.lighten-5 {
  border-color: #fce4ec;
}
.old-theme .pink.lighten-4 {
  background-color: #f8bbd0;
  color: #666;
}
.old-theme .pink-text.lighten-4 {
  color: #f8bbd0;
}
.old-theme .pink-border.lighten-4 {
  border-color: #f8bbd0;
}
.old-theme .pink.lighten-3 {
  background-color: #f48fb1;
  color: #fff;
}
.old-theme .pink-text.lighten-3 {
  color: #f48fb1;
}
.old-theme .pink-border.lighten-3 {
  border-color: #f48fb1;
}
.old-theme .pink.lighten-2,
.old-theme .page-header h1 i.pink {
  background-color: #f06292;
  color: #fff;
}
.old-theme .pink-text.lighten-2,
.old-theme .page-header h1 i.pink-text {
  color: #f06292;
}
.old-theme .pink-border.lighten-2,
.old-theme .page-header h1 i.pink-border {
  border-color: #f06292;
}
.old-theme .pink.lighten-1 {
  background-color: #ec407a;
  color: #fff;
}
.old-theme .pink-text.lighten-1 {
  color: #ec407a;
}
.old-theme .pink-border.lighten-1 {
  border-color: #ec407a;
}
.old-theme .pink {
  background-color: #e91e63;
  color: #fff;
}
.old-theme .pink-text {
  color: #e91e63;
}
.old-theme .pink-border {
  border-color: #e91e63;
}
.old-theme .pink.darken-1 {
  background-color: #d81b60;
  color: #fff;
}
.old-theme .pink-text.darken-1 {
  color: #d81b60;
}
.old-theme .pink-border.darken-1 {
  border-color: #d81b60;
}
.old-theme .pink.darken-2 {
  background-color: #c2185b;
  color: #fff;
}
.old-theme .pink-text.darken-2 {
  color: #c2185b;
}
.old-theme .pink-border.darken-2 {
  border-color: #c2185b;
}
.old-theme .pink.darken-3 {
  background-color: #ad1457;
  color: #fff;
}
.old-theme .pink-text.darken-3 {
  color: #ad1457;
}
.old-theme .pink-border.darken-3 {
  border-color: #ad1457;
}
.old-theme .pink.darken-4 {
  background-color: #880e4f;
  color: #fff;
}
.old-theme .pink-text.darken-4 {
  color: #880e4f;
}
.old-theme .pink-border.darken-4 {
  border-color: #880e4f;
}
.old-theme .pink.accent-1 {
  background-color: #ff80ab;
  color: #fff;
}
.old-theme .pink-text.accent-1 {
  color: #ff80ab;
}
.old-theme .pink-border.accent-1 {
  border-color: #ff80ab;
}
.old-theme .pink.accent-2 {
  background-color: #ff4081;
  color: #fff;
}
.old-theme .pink-text.accent-2 {
  color: #ff4081;
}
.old-theme .pink-border.accent-2 {
  border-color: #ff4081;
}
.old-theme .pink.accent-3 {
  background-color: #f50057;
  color: #fff;
}
.old-theme .pink-text.accent-3 {
  color: #f50057;
}
.old-theme .pink-border.accent-3 {
  border-color: #f50057;
}
.old-theme .pink.accent-4 {
  background-color: #c51162;
  color: #fff;
}
.old-theme .pink-text.accent-4 {
  color: #c51162;
}
.old-theme .pink-border.accent-4 {
  border-color: #c51162;
}
.old-theme .purple.lighten-5 {
  background-color: #f3e5f5;
  color: #666;
}
.old-theme .purple-text.lighten-5 {
  color: #f3e5f5;
}
.old-theme .purple-border.lighten-5 {
  border-color: #f3e5f5;
}
.old-theme .purple.lighten-4 {
  background-color: #e1bee7;
  color: #666;
}
.old-theme .purple-text.lighten-4 {
  color: #e1bee7;
}
.old-theme .purple-border.lighten-4 {
  border-color: #e1bee7;
}
.old-theme .purple.lighten-3 {
  background-color: #ce93d8;
  color: #fff;
}
.old-theme .purple-text.lighten-3 {
  color: #ce93d8;
}
.old-theme .purple-border.lighten-3 {
  border-color: #ce93d8;
}
.old-theme .purple.lighten-2,
.old-theme .page-header h1 i.purple {
  background-color: #ba68c8;
  color: #fff;
}
.old-theme .purple-text.lighten-2,
.old-theme .page-header h1 i.purple-text {
  color: #ba68c8;
}
.old-theme .purple-border.lighten-2,
.old-theme .page-header h1 i.purple-border {
  border-color: #ba68c8;
}
.old-theme .purple.lighten-1 {
  background-color: #ab47bc;
  color: #fff;
}
.old-theme .purple-text.lighten-1 {
  color: #ab47bc;
}
.old-theme .purple-border.lighten-1 {
  border-color: #ab47bc;
}
.old-theme .purple {
  background-color: #9c27b0;
  color: #fff;
}
.old-theme .purple-text {
  color: #9c27b0;
}
.old-theme .purple-border {
  border-color: #9c27b0;
}
.old-theme .purple.darken-1 {
  background-color: #8e24aa;
  color: #fff;
}
.old-theme .purple-text.darken-1 {
  color: #8e24aa;
}
.old-theme .purple-border.darken-1 {
  border-color: #8e24aa;
}
.old-theme .purple.darken-2 {
  background-color: #7b1fa2;
  color: #fff;
}
.old-theme .purple-text.darken-2 {
  color: #7b1fa2;
}
.old-theme .purple-border.darken-2 {
  border-color: #7b1fa2;
}
.old-theme .purple.darken-3 {
  background-color: #6a1b9a;
  color: #fff;
}
.old-theme .purple-text.darken-3 {
  color: #6a1b9a;
}
.old-theme .purple-border.darken-3 {
  border-color: #6a1b9a;
}
.old-theme .purple.darken-4 {
  background-color: #4a148c;
  color: #fff;
}
.old-theme .purple-text.darken-4 {
  color: #4a148c;
}
.old-theme .purple-border.darken-4 {
  border-color: #4a148c;
}
.old-theme .purple.accent-1 {
  background-color: #ea80fc;
  color: #fff;
}
.old-theme .purple-text.accent-1 {
  color: #ea80fc;
}
.old-theme .purple-border.accent-1 {
  border-color: #ea80fc;
}
.old-theme .purple.accent-2 {
  background-color: #e040fb;
  color: #fff;
}
.old-theme .purple-text.accent-2 {
  color: #e040fb;
}
.old-theme .purple-border.accent-2 {
  border-color: #e040fb;
}
.old-theme .purple.accent-3 {
  background-color: #d500f9;
  color: #fff;
}
.old-theme .purple-text.accent-3 {
  color: #d500f9;
}
.old-theme .purple-border.accent-3 {
  border-color: #d500f9;
}
.old-theme .purple.accent-4 {
  background-color: #a0f;
  color: #fff;
}
.old-theme .purple-text.accent-4 {
  color: #a0f;
}
.old-theme .purple-border.accent-4 {
  border-color: #a0f;
}
.old-theme .deep-purple.lighten-5 {
  background-color: #ede7f6;
  color: #666;
}
.old-theme .deep-purple-text.lighten-5 {
  color: #ede7f6;
}
.old-theme .deep-purple-border.lighten-5 {
  border-color: #ede7f6;
}
.old-theme .deep-purple.lighten-4 {
  background-color: #d1c4e9;
  color: #666;
}
.old-theme .deep-purple-text.lighten-4 {
  color: #d1c4e9;
}
.old-theme .deep-purple-border.lighten-4 {
  border-color: #d1c4e9;
}
.old-theme .deep-purple.lighten-3 {
  background-color: #b39ddb;
  color: #fff;
}
.old-theme .deep-purple-text.lighten-3 {
  color: #b39ddb;
}
.old-theme .deep-purple-border.lighten-3 {
  border-color: #b39ddb;
}
.old-theme .deep-purple.lighten-2,
.old-theme .page-header h1 i.deep-purple {
  background-color: #9575cd;
  color: #fff;
}
.old-theme .deep-purple-text.lighten-2,
.old-theme .page-header h1 i.deep-purple-text {
  color: #9575cd;
}
.old-theme .deep-purple-border.lighten-2,
.old-theme .page-header h1 i.deep-purple-border {
  border-color: #9575cd;
}
.old-theme .deep-purple.lighten-1 {
  background-color: #7e57c2;
  color: #fff;
}
.old-theme .deep-purple-text.lighten-1 {
  color: #7e57c2;
}
.old-theme .deep-purple-border.lighten-1 {
  border-color: #7e57c2;
}
.old-theme .deep-purple {
  background-color: #673ab7;
  color: #fff;
}
.old-theme .deep-purple-text {
  color: #673ab7;
}
.old-theme .deep-purple-border {
  border-color: #673ab7;
}
.old-theme .deep-purple.darken-1 {
  background-color: #5e35b1;
  color: #fff;
}
.old-theme .deep-purple-text.darken-1 {
  color: #5e35b1;
}
.old-theme .deep-purple-border.darken-1 {
  border-color: #5e35b1;
}
.old-theme .deep-purple.darken-2 {
  background-color: #512da8;
  color: #fff;
}
.old-theme .deep-purple-text.darken-2 {
  color: #512da8;
}
.old-theme .deep-purple-border.darken-2 {
  border-color: #512da8;
}
.old-theme .deep-purple.darken-3 {
  background-color: #4527a0;
  color: #fff;
}
.old-theme .deep-purple-text.darken-3 {
  color: #4527a0;
}
.old-theme .deep-purple-border.darken-3 {
  border-color: #4527a0;
}
.old-theme .deep-purple.darken-4 {
  background-color: #311b92;
  color: #fff;
}
.old-theme .deep-purple-text.darken-4 {
  color: #311b92;
}
.old-theme .deep-purple-border.darken-4 {
  border-color: #311b92;
}
.old-theme .deep-purple.accent-1 {
  background-color: #b388ff;
  color: #fff;
}
.old-theme .deep-purple-text.accent-1 {
  color: #b388ff;
}
.old-theme .deep-purple-border.accent-1 {
  border-color: #b388ff;
}
.old-theme .deep-purple.accent-2 {
  background-color: #7c4dff;
  color: #fff;
}
.old-theme .deep-purple-text.accent-2 {
  color: #7c4dff;
}
.old-theme .deep-purple-border.accent-2 {
  border-color: #7c4dff;
}
.old-theme .deep-purple.accent-3 {
  background-color: #651fff;
  color: #fff;
}
.old-theme .deep-purple-text.accent-3 {
  color: #651fff;
}
.old-theme .deep-purple-border.accent-3 {
  border-color: #651fff;
}
.old-theme .deep-purple.accent-4 {
  background-color: #6200ea;
  color: #fff;
}
.old-theme .deep-purple-text.accent-4 {
  color: #6200ea;
}
.old-theme .deep-purple-border.accent-4 {
  border-color: #6200ea;
}
.old-theme .indigo.lighten-5 {
  background-color: #e8eaf6;
  color: #666;
}
.old-theme .indigo-text.lighten-5 {
  color: #e8eaf6;
}
.old-theme .indigo-border.lighten-5 {
  border-color: #e8eaf6;
}
.old-theme .indigo.lighten-4 {
  background-color: #c5cae9;
  color: #666;
}
.old-theme .indigo-text.lighten-4 {
  color: #c5cae9;
}
.old-theme .indigo-border.lighten-4 {
  border-color: #c5cae9;
}
.old-theme .indigo.lighten-3 {
  background-color: #9fa8da;
  color: #fff;
}
.old-theme .indigo-text.lighten-3 {
  color: #9fa8da;
}
.old-theme .indigo-border.lighten-3 {
  border-color: #9fa8da;
}
.old-theme .indigo.lighten-2,
.old-theme .page-header h1 i.indigo {
  background-color: #7986cb;
  color: #fff;
}
.old-theme .indigo-text.lighten-2,
.old-theme .page-header h1 i.indigo-text {
  color: #7986cb;
}
.old-theme .indigo-border.lighten-2,
.old-theme .page-header h1 i.indigo-border {
  border-color: #7986cb;
}
.old-theme .indigo.lighten-1 {
  background-color: #5c6bc0;
  color: #fff;
}
.old-theme .indigo-text.lighten-1 {
  color: #5c6bc0;
}
.old-theme .indigo-border.lighten-1 {
  border-color: #5c6bc0;
}
.old-theme .indigo {
  background-color: #3f51b5;
  color: #fff;
}
.old-theme .indigo-text {
  color: #3f51b5;
}
.old-theme .indigo-border {
  border-color: #3f51b5;
}
.old-theme .indigo.darken-1 {
  background-color: #3949ab;
  color: #fff;
}
.old-theme .indigo-text.darken-1 {
  color: #3949ab;
}
.old-theme .indigo-border.darken-1 {
  border-color: #3949ab;
}
.old-theme .indigo.darken-2 {
  background-color: #303f9f;
  color: #fff;
}
.old-theme .indigo-text.darken-2 {
  color: #303f9f;
}
.old-theme .indigo-border.darken-2 {
  border-color: #303f9f;
}
.old-theme .indigo.darken-3 {
  background-color: #283593;
  color: #fff;
}
.old-theme .indigo-text.darken-3 {
  color: #283593;
}
.old-theme .indigo-border.darken-3 {
  border-color: #283593;
}
.old-theme .indigo.darken-4 {
  background-color: #1a237e;
  color: #fff;
}
.old-theme .indigo-text.darken-4 {
  color: #1a237e;
}
.old-theme .indigo-border.darken-4 {
  border-color: #1a237e;
}
.old-theme .indigo.accent-1 {
  background-color: #8c9eff;
  color: #666;
}
.old-theme .indigo-text.accent-1 {
  color: #8c9eff;
}
.old-theme .indigo-border.accent-1 {
  border-color: #8c9eff;
}
.old-theme .indigo.accent-2 {
  background-color: #536dfe;
  color: #fff;
}
.old-theme .indigo-text.accent-2 {
  color: #536dfe;
}
.old-theme .indigo-border.accent-2 {
  border-color: #536dfe;
}
.old-theme .indigo.accent-3 {
  background-color: #3d5afe;
  color: #fff;
}
.old-theme .indigo-text.accent-3 {
  color: #3d5afe;
}
.old-theme .indigo-border.accent-3 {
  border-color: #3d5afe;
}
.old-theme .indigo.accent-4 {
  background-color: #304ffe;
  color: #fff;
}
.old-theme .indigo-text.accent-4 {
  color: #304ffe;
}
.old-theme .indigo-border.accent-4 {
  border-color: #304ffe;
}
.old-theme .blue.lighten-5 {
  background-color: #e3f2fd;
  color: #666;
}
.old-theme .blue-text.lighten-5 {
  color: #e3f2fd;
}
.old-theme .blue-border.lighten-5 {
  border-color: #e3f2fd;
}
.old-theme .blue.lighten-4 {
  background-color: #bbdefb;
  color: #666;
}
.old-theme .blue-text.lighten-4 {
  color: #bbdefb;
}
.old-theme .blue-border.lighten-4 {
  border-color: #bbdefb;
}
.old-theme .blue.lighten-3 {
  background-color: #90caf9;
  color: #666;
}
.old-theme .blue-text.lighten-3 {
  color: #90caf9;
}
.old-theme .blue-border.lighten-3 {
  border-color: #90caf9;
}
.old-theme .blue.lighten-2,
.old-theme .page-header h1 i.blue {
  background-color: #64b5f6;
  color: #fff;
}
.old-theme .blue-text.lighten-2,
.old-theme .page-header h1 i.blue-text {
  color: #64b5f6;
}
.old-theme .blue-border.lighten-2,
.old-theme .page-header h1 i.blue-border {
  border-color: #64b5f6;
}
.old-theme .blue.lighten-1 {
  background-color: #42a5f5;
  color: #fff;
}
.old-theme .blue-text.lighten-1 {
  color: #42a5f5;
}
.old-theme .blue-border.lighten-1 {
  border-color: #42a5f5;
}
.old-theme .blue {
  background-color: #2196f3;
  color: #fff;
}
.old-theme .blue-text {
  color: #2196f3;
}
.old-theme .blue-border {
  border-color: #2196f3;
}
.old-theme .blue.darken-1 {
  background-color: #1e88e5;
  color: #fff;
}
.old-theme .blue-text.darken-1 {
  color: #1e88e5;
}
.old-theme .blue-border.darken-1 {
  border-color: #1e88e5;
}
.old-theme .blue.darken-2 {
  background-color: #1976d2;
  color: #fff;
}
.old-theme .blue-text.darken-2 {
  color: #1976d2;
}
.old-theme .blue-border.darken-2 {
  border-color: #1976d2;
}
.old-theme .blue.darken-3 {
  background-color: #1565c0;
  color: #fff;
}
.old-theme .blue-text.darken-3 {
  color: #1565c0;
}
.old-theme .blue-border.darken-3 {
  border-color: #1565c0;
}
.old-theme .blue.darken-4 {
  background-color: #0d47a1;
  color: #fff;
}
.old-theme .blue-text.darken-4 {
  color: #0d47a1;
}
.old-theme .blue-border.darken-4 {
  border-color: #0d47a1;
}
.old-theme .blue.accent-1 {
  background-color: #82b1ff;
  color: #fff;
}
.old-theme .blue-text.accent-1 {
  color: #82b1ff;
}
.old-theme .blue-border.accent-1 {
  border-color: #82b1ff;
}
.old-theme .blue.accent-2 {
  background-color: #448aff;
  color: #fff;
}
.old-theme .blue-text.accent-2 {
  color: #448aff;
}
.old-theme .blue-border.accent-2 {
  border-color: #448aff;
}
.old-theme .blue.accent-3 {
  background-color: #2979ff;
  color: #fff;
}
.old-theme .blue-text.accent-3 {
  color: #2979ff;
}
.old-theme .blue-border.accent-3 {
  border-color: #2979ff;
}
.old-theme .blue.accent-4 {
  background-color: #2962ff;
  color: #fff;
}
.old-theme .blue-text.accent-4 {
  color: #2962ff;
}
.old-theme .blue-border.accent-4 {
  border-color: #2962ff;
}
.old-theme .light-blue.lighten-5 {
  background-color: #e1f5fe;
  color: #666;
}
.old-theme .light-blue-text.lighten-5 {
  color: #e1f5fe;
}
.old-theme .light-blue-border.lighten-5 {
  border-color: #e1f5fe;
}
.old-theme .light-blue.lighten-4 {
  background-color: #b3e5fc;
  color: #666;
}
.old-theme .light-blue-text.lighten-4 {
  color: #b3e5fc;
}
.old-theme .light-blue-border.lighten-4 {
  border-color: #b3e5fc;
}
.old-theme .light-blue.lighten-3 {
  background-color: #81d4fa;
  color: #fff;
}
.old-theme .light-blue-text.lighten-3 {
  color: #81d4fa;
}
.old-theme .light-blue-border.lighten-3 {
  border-color: #81d4fa;
}
.old-theme .light-blue.lighten-2,
.old-theme .page-header h1 i.light-blue {
  background-color: #4fc3f7;
  color: #fff;
}
.old-theme .light-blue-text.lighten-2,
.old-theme .page-header h1 i.light-blue-text {
  color: #4fc3f7;
}
.old-theme .light-blue-border.lighten-2,
.old-theme .page-header h1 i.light-blue-border {
  border-color: #4fc3f7;
}
.old-theme .light-blue.lighten-1 {
  background-color: #29b6f6;
  color: #fff;
}
.old-theme .light-blue-text.lighten-1 {
  color: #29b6f6;
}
.old-theme .light-blue-border.lighten-1 {
  border-color: #29b6f6;
}
.old-theme .light-blue {
  background-color: #03a9f4;
  color: #fff;
}
.old-theme .light-blue-text {
  color: #03a9f4;
}
.old-theme .light-blue-border {
  border-color: #03a9f4;
}
.old-theme .light-blue.darken-1 {
  background-color: #039be5;
  color: #fff;
}
.old-theme .light-blue-text.darken-1 {
  color: #039be5;
}
.old-theme .light-blue-border.darken-1 {
  border-color: #039be5;
}
.old-theme .light-blue.darken-2 {
  background-color: #0288d1;
  color: #fff;
}
.old-theme .light-blue-text.darken-2 {
  color: #0288d1;
}
.old-theme .light-blue-border.darken-2 {
  border-color: #0288d1;
}
.old-theme .light-blue.darken-3 {
  background-color: #0277bd;
  color: #fff;
}
.old-theme .light-blue-text.darken-3 {
  color: #0277bd;
}
.old-theme .light-blue-border.darken-3 {
  border-color: #0277bd;
}
.old-theme .light-blue.darken-4 {
  background-color: #01579b;
  color: #fff;
}
.old-theme .light-blue-text.darken-4 {
  color: #01579b;
}
.old-theme .light-blue-border.darken-4 {
  border-color: #01579b;
}
.old-theme .light-blue.accent-1 {
  background-color: #80d8ff;
  color: #fff;
}
.old-theme .light-blue-text.accent-1 {
  color: #80d8ff;
}
.old-theme .light-blue-border.accent-1 {
  border-color: #80d8ff;
}
.old-theme .light-blue.accent-2 {
  background-color: #40c4ff;
  color: #fff;
}
.old-theme .light-blue-text.accent-2 {
  color: #40c4ff;
}
.old-theme .light-blue-border.accent-2 {
  border-color: #40c4ff;
}
.old-theme .light-blue.accent-3 {
  background-color: #00b0ff;
  color: #fff;
}
.old-theme .light-blue-text.accent-3 {
  color: #00b0ff;
}
.old-theme .light-blue-border.accent-3 {
  border-color: #00b0ff;
}
.old-theme .light-blue.accent-4 {
  background-color: #0091ea;
  color: #fff;
}
.old-theme .light-blue-text.accent-4 {
  color: #0091ea;
}
.old-theme .light-blue-border.accent-4 {
  border-color: #0091ea;
}
.old-theme .cyan.lighten-5 {
  background-color: #e0f7fa;
  color: #666;
}
.old-theme .cyan-text.lighten-5 {
  color: #e0f7fa;
}
.old-theme .cyan-border.lighten-5 {
  border-color: #e0f7fa;
}
.old-theme .cyan.lighten-4 {
  background-color: #b2ebf2;
  color: #666;
}
.old-theme .cyan-text.lighten-4 {
  color: #b2ebf2;
}
.old-theme .cyan-border.lighten-4 {
  border-color: #b2ebf2;
}
.old-theme .cyan.lighten-3 {
  background-color: #80deea;
  color: #fff;
}
.old-theme .cyan-text.lighten-3 {
  color: #80deea;
}
.old-theme .cyan-border.lighten-3 {
  border-color: #80deea;
}
.old-theme .cyan.lighten-2,
.old-theme .page-header h1 i.cyan {
  background-color: #4dd0e1;
  color: #fff;
}
.old-theme .cyan-text.lighten-2,
.old-theme .page-header h1 i.cyan-text {
  color: #4dd0e1;
}
.old-theme .cyan-border.lighten-2,
.old-theme .page-header h1 i.cyan-border {
  border-color: #4dd0e1;
}
.old-theme .cyan.lighten-1 {
  background-color: #26c6da;
  color: #fff;
}
.old-theme .cyan-text.lighten-1 {
  color: #26c6da;
}
.old-theme .cyan-border.lighten-1 {
  border-color: #26c6da;
}
.old-theme .cyan {
  background-color: #00bcd4;
  color: #fff;
}
.old-theme .cyan-text {
  color: #00bcd4;
}
.old-theme .cyan-border {
  border-color: #00bcd4;
}
.old-theme .cyan.darken-1 {
  background-color: #00acc1;
  color: #fff;
}
.old-theme .cyan-text.darken-1 {
  color: #00acc1;
}
.old-theme .cyan-border.darken-1 {
  border-color: #00acc1;
}
.old-theme .cyan.darken-2 {
  background-color: #0097a7;
  color: #fff;
}
.old-theme .cyan-text.darken-2 {
  color: #0097a7;
}
.old-theme .cyan-border.darken-2 {
  border-color: #0097a7;
}
.old-theme .cyan.darken-3 {
  background-color: #00838f;
  color: #fff;
}
.old-theme .cyan-text.darken-3 {
  color: #00838f;
}
.old-theme .cyan-border.darken-3 {
  border-color: #00838f;
}
.old-theme .cyan.darken-4 {
  background-color: #006064;
  color: #fff;
}
.old-theme .cyan-text.darken-4 {
  color: #006064;
}
.old-theme .cyan-border.darken-4 {
  border-color: #006064;
}
.old-theme .cyan.accent-1 {
  background-color: #84ffff;
  color: #fff;
}
.old-theme .cyan-text.accent-1 {
  color: #84ffff;
}
.old-theme .cyan-border.accent-1 {
  border-color: #84ffff;
}
.old-theme .cyan.accent-2 {
  background-color: #18ffff;
  color: #fff;
}
.old-theme .cyan-text.accent-2 {
  color: #18ffff;
}
.old-theme .cyan-border.accent-2 {
  border-color: #18ffff;
}
.old-theme .cyan.accent-3 {
  background-color: #00e5ff;
  color: #fff;
}
.old-theme .cyan-text.accent-3 {
  color: #00e5ff;
}
.old-theme .cyan-border.accent-3 {
  border-color: #00e5ff;
}
.old-theme .cyan.accent-4 {
  background-color: #00b8d4;
  color: #fff;
}
.old-theme .cyan-text.accent-4 {
  color: #00b8d4;
}
.old-theme .cyan-border.accent-4 {
  border-color: #00b8d4;
}
.old-theme .teal.lighten-5 {
  background-color: #e0f2f1;
  color: #666;
}
.old-theme .teal-text.lighten-5 {
  color: #e0f2f1;
}
.old-theme .teal-border.lighten-5 {
  border-color: #e0f2f1;
}
.old-theme .teal.lighten-4 {
  background-color: #b2dfdb;
  color: #666;
}
.old-theme .teal-text.lighten-4 {
  color: #b2dfdb;
}
.old-theme .teal-border.lighten-4 {
  border-color: #b2dfdb;
}
.old-theme .teal.lighten-3 {
  background-color: #80cbc4;
  color: #fff;
}
.old-theme .teal-text.lighten-3 {
  color: #80cbc4;
}
.old-theme .teal-border.lighten-3 {
  border-color: #80cbc4;
}
.old-theme .teal.lighten-2,
.old-theme .page-header h1 i.teal {
  background-color: #4db6ac;
  color: #fff;
}
.old-theme .teal-text.lighten-2,
.old-theme .page-header h1 i.teal-text {
  color: #4db6ac;
}
.old-theme .teal-border.lighten-2,
.old-theme .page-header h1 i.teal-border {
  border-color: #4db6ac;
}
.old-theme .teal.lighten-1 {
  background-color: #26a69a;
  color: #fff;
}
.old-theme .teal-text.lighten-1 {
  color: #26a69a;
}
.old-theme .teal-border.lighten-1 {
  border-color: #26a69a;
}
.old-theme .teal {
  background-color: #009688;
  color: #fff;
}
.old-theme .teal-text {
  color: #009688;
}
.old-theme .teal-border {
  border-color: #009688;
}
.old-theme .teal.darken-1 {
  background-color: #00897b;
  color: #fff;
}
.old-theme .teal-text.darken-1 {
  color: #00897b;
}
.old-theme .teal-border.darken-1 {
  border-color: #00897b;
}
.old-theme .teal.darken-2 {
  background-color: #00796b;
  color: #fff;
}
.old-theme .teal-text.darken-2 {
  color: #00796b;
}
.old-theme .teal-border.darken-2 {
  border-color: #00796b;
}
.old-theme .teal.darken-3 {
  background-color: #00695c;
  color: #fff;
}
.old-theme .teal-text.darken-3 {
  color: #00695c;
}
.old-theme .teal-border.darken-3 {
  border-color: #00695c;
}
.old-theme .teal.darken-4 {
  background-color: #004d40;
  color: #fff;
}
.old-theme .teal-text.darken-4 {
  color: #004d40;
}
.old-theme .teal-border.darken-4 {
  border-color: #004d40;
}
.old-theme .teal.accent-1 {
  background-color: #a7ffeb;
  color: #666;
}
.old-theme .teal-text.accent-1 {
  color: #a7ffeb;
}
.old-theme .teal-border.accent-1 {
  border-color: #a7ffeb;
}
.old-theme .teal.accent-2 {
  background-color: #64ffda;
  color: #fff;
}
.old-theme .teal-text.accent-2 {
  color: #64ffda;
}
.old-theme .teal-border.accent-2 {
  border-color: #64ffda;
}
.old-theme .teal.accent-3 {
  background-color: #1de9b6;
  color: #fff;
}
.old-theme .teal-text.accent-3 {
  color: #1de9b6;
}
.old-theme .teal-border.accent-3 {
  border-color: #1de9b6;
}
.old-theme .teal.accent-4 {
  background-color: #00bfa5;
  color: #fff;
}
.old-theme .teal-text.accent-4 {
  color: #00bfa5;
}
.old-theme .teal-border.accent-4 {
  border-color: #00bfa5;
}
.old-theme .green.lighten-5 {
  background-color: #e8f5e9;
  color: #666;
}
.old-theme .green-text.lighten-5 {
  color: #e8f5e9;
}
.old-theme .green-border.lighten-5 {
  border-color: #e8f5e9;
}
.old-theme .green.lighten-4 {
  background-color: #c8e6c9;
  color: #666;
}
.old-theme .green-text.lighten-4 {
  color: #c8e6c9;
}
.old-theme .green-border.lighten-4 {
  border-color: #c8e6c9;
}
.old-theme .green.lighten-3 {
  background-color: #a5d6a7;
  color: #fff;
}
.old-theme .green-text.lighten-3 {
  color: #a5d6a7;
}
.old-theme .green-border.lighten-3 {
  border-color: #a5d6a7;
}
.old-theme .green.lighten-2,
.old-theme .page-header h1 i.green {
  background-color: #81c784;
  color: #fff;
}
.old-theme .green-text.lighten-2,
.old-theme .page-header h1 i.green-text {
  color: #81c784;
}
.old-theme .green-border.lighten-2,
.old-theme .page-header h1 i.green-border {
  border-color: #81c784;
}
.old-theme .green.lighten-1 {
  background-color: #66bb6a;
  color: #fff;
}
.old-theme .green-text.lighten-1 {
  color: #66bb6a;
}
.old-theme .green-border.lighten-1 {
  border-color: #66bb6a;
}
.old-theme .green {
  background-color: #4caf50;
  color: #fff;
}
.old-theme .green-text {
  color: #4caf50;
}
.old-theme .green-border {
  border-color: #4caf50;
}
.old-theme .green.darken-1 {
  background-color: #43a047;
  color: #fff;
}
.old-theme .green-text.darken-1 {
  color: #43a047;
}
.old-theme .green-border.darken-1 {
  border-color: #43a047;
}
.old-theme .green.darken-2 {
  background-color: #388e3c;
  color: #fff;
}
.old-theme .green-text.darken-2 {
  color: #388e3c;
}
.old-theme .green-border.darken-2 {
  border-color: #388e3c;
}
.old-theme .green.darken-3 {
  background-color: #2e7d32;
  color: #fff;
}
.old-theme .green-text.darken-3 {
  color: #2e7d32;
}
.old-theme .green-border.darken-3 {
  border-color: #2e7d32;
}
.old-theme .green.darken-4 {
  background-color: #1b5e20;
  color: #fff;
}
.old-theme .green-text.darken-4 {
  color: #1b5e20;
}
.old-theme .green-border.darken-4 {
  border-color: #1b5e20;
}
.old-theme .green.accent-1 {
  background-color: #b9f6ca;
  color: #666;
}
.old-theme .green-text.accent-1 {
  color: #b9f6ca;
}
.old-theme .green-border.accent-1 {
  border-color: #b9f6ca;
}
.old-theme .green.accent-2 {
  background-color: #69f0ae;
  color: #fff;
}
.old-theme .green-text.accent-2 {
  color: #69f0ae;
}
.old-theme .green-border.accent-2 {
  border-color: #69f0ae;
}
.old-theme .green.accent-3 {
  background-color: #00e676;
  color: #fff;
}
.old-theme .green-text.accent-3 {
  color: #00e676;
}
.old-theme .green-border.accent-3 {
  border-color: #00e676;
}
.old-theme .green.accent-4 {
  background-color: #1ed068;
  color: #fff;
}
.old-theme .green-text.accent-4 {
  color: #1ed068;
}
.old-theme .green-border.accent-4 {
  border-color: #1ed068;
}
.old-theme .light-green.lighten-5 {
  background-color: #f1f8e9;
  color: #666;
}
.old-theme .light-green-text.lighten-5 {
  color: #f1f8e9;
}
.old-theme .light-green-border.lighten-5 {
  border-color: #f1f8e9;
}
.old-theme .light-green.lighten-4 {
  background-color: #dcedc8;
  color: #666;
}
.old-theme .light-green-text.lighten-4 {
  color: #dcedc8;
}
.old-theme .light-green-border.lighten-4 {
  border-color: #dcedc8;
}
.old-theme .light-green.lighten-3 {
  background-color: #c5e1a5;
  color: #fff;
}
.old-theme .light-green-text.lighten-3 {
  color: #c5e1a5;
}
.old-theme .light-green-border.lighten-3 {
  border-color: #c5e1a5;
}
.old-theme .light-green.lighten-2,
.old-theme .page-header h1 i.light-green {
  background-color: #aed581;
  color: #fff;
}
.old-theme .light-green-text.lighten-2,
.old-theme .page-header h1 i.light-green-text {
  color: #aed581;
}
.old-theme .light-green-border.lighten-2,
.old-theme .page-header h1 i.light-green-border {
  border-color: #aed581;
}
.old-theme .light-green.lighten-1 {
  background-color: #9ccc65;
  color: #fff;
}
.old-theme .light-green-text.lighten-1 {
  color: #9ccc65;
}
.old-theme .light-green-border.lighten-1 {
  border-color: #9ccc65;
}
.old-theme .light-green {
  background-color: #8bc34a;
  color: #fff;
}
.old-theme .light-green-text {
  color: #8bc34a;
}
.old-theme .light-green-border {
  border-color: #8bc34a;
}
.old-theme .light-green.darken-1 {
  background-color: #7cb342;
  color: #fff;
}
.old-theme .light-green-text.darken-1 {
  color: #7cb342;
}
.old-theme .light-green-border.darken-1 {
  border-color: #7cb342;
}
.old-theme .light-green.darken-2 {
  background-color: #689f38;
  color: #fff;
}
.old-theme .light-green-text.darken-2 {
  color: #689f38;
}
.old-theme .light-green-border.darken-2 {
  border-color: #689f38;
}
.old-theme .light-green.darken-3 {
  background-color: #558b2f;
  color: #fff;
}
.old-theme .light-green-text.darken-3 {
  color: #558b2f;
}
.old-theme .light-green-border.darken-3 {
  border-color: #558b2f;
}
.old-theme .light-green.darken-4 {
  background-color: #33691e;
  color: #fff;
}
.old-theme .light-green-text.darken-4 {
  color: #33691e;
}
.old-theme .light-green-border.darken-4 {
  border-color: #33691e;
}
.old-theme .light-green.accent-1 {
  background-color: #ccff90;
  color: #666;
}
.old-theme .light-green-text.accent-1 {
  color: #ccff90;
}
.old-theme .light-green-border.accent-1 {
  border-color: #ccff90;
}
.old-theme .light-green.accent-2 {
  background-color: #b2ff59;
  color: #fff;
}
.old-theme .light-green-text.accent-2 {
  color: #b2ff59;
}
.old-theme .light-green-border.accent-2 {
  border-color: #b2ff59;
}
.old-theme .light-green.accent-3 {
  background-color: #76ff03;
  color: #fff;
}
.old-theme .light-green-text.accent-3 {
  color: #76ff03;
}
.old-theme .light-green-border.accent-3 {
  border-color: #76ff03;
}
.old-theme .light-green.accent-4 {
  background-color: #64dd17;
  color: #fff;
}
.old-theme .light-green-text.accent-4 {
  color: #64dd17;
}
.old-theme .light-green-border.accent-4 {
  border-color: #64dd17;
}
.old-theme .lime.lighten-5 {
  background-color: #f9fbe7;
  color: #666;
}
.old-theme .lime-text.lighten-5 {
  color: #f9fbe7;
}
.old-theme .lime-border.lighten-5 {
  border-color: #f9fbe7;
}
.old-theme .lime.lighten-4 {
  background-color: #f0f4c3;
  color: #666;
}
.old-theme .lime-text.lighten-4 {
  color: #f0f4c3;
}
.old-theme .lime-border.lighten-4 {
  border-color: #f0f4c3;
}
.old-theme .lime.lighten-3 {
  background-color: #e6ee9c;
  color: #666;
}
.old-theme .lime-text.lighten-3 {
  color: #e6ee9c;
}
.old-theme .lime-border.lighten-3 {
  border-color: #e6ee9c;
}
.old-theme .lime.lighten-2,
.old-theme .page-header h1 i.lime {
  background-color: #dce775;
  color: #fff;
}
.old-theme .lime-text.lighten-2,
.old-theme .page-header h1 i.lime-text {
  color: #dce775;
}
.old-theme .lime-border.lighten-2,
.old-theme .page-header h1 i.lime-border {
  border-color: #dce775;
}
.old-theme .lime.lighten-1 {
  background-color: #d4e157;
  color: #fff;
}
.old-theme .lime-text.lighten-1 {
  color: #d4e157;
}
.old-theme .lime-border.lighten-1 {
  border-color: #d4e157;
}
.old-theme .lime {
  background-color: #cddc39;
  color: #fff;
}
.old-theme .lime-text {
  color: #cddc39;
}
.old-theme .lime-border {
  border-color: #cddc39;
}
.old-theme .lime.darken-1 {
  background-color: #c0ca33;
  color: #fff;
}
.old-theme .lime-text.darken-1 {
  color: #c0ca33;
}
.old-theme .lime-border.darken-1 {
  border-color: #c0ca33;
}
.old-theme .lime.darken-2 {
  background-color: #afb42b;
  color: #fff;
}
.old-theme .lime-text.darken-2 {
  color: #afb42b;
}
.old-theme .lime-border.darken-2 {
  border-color: #afb42b;
}
.old-theme .lime.darken-3 {
  background-color: #9e9d24;
  color: #fff;
}
.old-theme .lime-text.darken-3 {
  color: #9e9d24;
}
.old-theme .lime-border.darken-3 {
  border-color: #9e9d24;
}
.old-theme .lime.darken-4 {
  background-color: #827717;
  color: #fff;
}
.old-theme .lime-text.darken-4 {
  color: #827717;
}
.old-theme .lime-border.darken-4 {
  border-color: #827717;
}
.old-theme .lime.accent-1 {
  background-color: #f4ff81;
  color: #fff;
}
.old-theme .lime-text.accent-1 {
  color: #f4ff81;
}
.old-theme .lime-border.accent-1 {
  border-color: #f4ff81;
}
.old-theme .lime.accent-2 {
  background-color: #eeff41;
  color: #fff;
}
.old-theme .lime-text.accent-2 {
  color: #eeff41;
}
.old-theme .lime-border.accent-2 {
  border-color: #eeff41;
}
.old-theme .lime.accent-3 {
  background-color: #c6ff00;
  color: #fff;
}
.old-theme .lime-text.accent-3 {
  color: #c6ff00;
}
.old-theme .lime-border.accent-3 {
  border-color: #c6ff00;
}
.old-theme .lime.accent-4 {
  background-color: #aeea00;
  color: #fff;
}
.old-theme .lime-text.accent-4 {
  color: #aeea00;
}
.old-theme .lime-border.accent-4 {
  border-color: #aeea00;
}
.old-theme .yellow.lighten-5 {
  background-color: #fffde7;
  color: #666;
}
.old-theme .yellow-text.lighten-5 {
  color: #fffde7;
}
.old-theme .yellow-border.lighten-5 {
  border-color: #fffde7;
}
.old-theme .yellow.lighten-4 {
  background-color: #fff9c4;
  color: #666;
}
.old-theme .yellow-text.lighten-4 {
  color: #fff9c4;
}
.old-theme .yellow-border.lighten-4 {
  border-color: #fff9c4;
}
.old-theme .yellow.lighten-3 {
  background-color: #fff59d;
  color: #666;
}
.old-theme .yellow-text.lighten-3 {
  color: #fff59d;
}
.old-theme .yellow-border.lighten-3 {
  border-color: #fff59d;
}
.old-theme .yellow.lighten-2,
.old-theme .page-header h1 i.yellow {
  background-color: #fff176;
  color: #fff;
}
.old-theme .yellow-text.lighten-2,
.old-theme .page-header h1 i.yellow-text {
  color: #fff176;
}
.old-theme .yellow-border.lighten-2,
.old-theme .page-header h1 i.yellow-border {
  border-color: #fff176;
}
.old-theme .yellow.lighten-1 {
  background-color: #ffee58;
  color: #fff;
}
.old-theme .yellow-text.lighten-1 {
  color: #ffee58;
}
.old-theme .yellow-border.lighten-1 {
  border-color: #ffee58;
}
.old-theme .yellow {
  background-color: #ffeb3b;
  color: #fff;
}
.old-theme .yellow-text {
  color: #ffeb3b;
}
.old-theme .yellow-border {
  border-color: #ffeb3b;
}
.old-theme .yellow.darken-1 {
  background-color: #fdd835;
  color: #fff;
}
.old-theme .yellow-text.darken-1 {
  color: #fdd835;
}
.old-theme .yellow-border.darken-1 {
  border-color: #fdd835;
}
.old-theme .yellow.darken-2 {
  background-color: #fbc02d;
  color: #fff;
}
.old-theme .yellow-text.darken-2 {
  color: #fbc02d;
}
.old-theme .yellow-border.darken-2 {
  border-color: #fbc02d;
}
.old-theme .yellow.darken-3 {
  background-color: #f9a825;
  color: #fff;
}
.old-theme .yellow-text.darken-3 {
  color: #f9a825;
}
.old-theme .yellow-border.darken-3 {
  border-color: #f9a825;
}
.old-theme .yellow.darken-4 {
  background-color: #f57f17;
  color: #fff;
}
.old-theme .yellow-text.darken-4 {
  color: #f57f17;
}
.old-theme .yellow-border.darken-4 {
  border-color: #f57f17;
}
.old-theme .yellow.accent-1 {
  background-color: #ffff8d;
  color: #666;
}
.old-theme .yellow-text.accent-1 {
  color: #ffff8d;
}
.old-theme .yellow-border.accent-1 {
  border-color: #ffff8d;
}
.old-theme .yellow.accent-2 {
  background-color: #ff0;
  color: #fff;
}
.old-theme .yellow-text.accent-2 {
  color: #ff0;
}
.old-theme .yellow-border.accent-2 {
  border-color: #ff0;
}
.old-theme .yellow.accent-3 {
  background-color: #ffea00;
  color: #fff;
}
.old-theme .yellow-text.accent-3 {
  color: #ffea00;
}
.old-theme .yellow-border.accent-3 {
  border-color: #ffea00;
}
.old-theme .yellow.accent-4 {
  background-color: #ffd600;
  color: #fff;
}
.old-theme .yellow-text.accent-4 {
  color: #ffd600;
}
.old-theme .yellow-border.accent-4 {
  border-color: #ffd600;
}
.old-theme .amber.lighten-5 {
  background-color: #fff8e1;
  color: #666;
}
.old-theme .amber-text.lighten-5 {
  color: #fff8e1;
}
.old-theme .amber-border.lighten-5 {
  border-color: #fff8e1;
}
.old-theme .amber.lighten-4 {
  background-color: #ffecb3;
  color: #666;
}
.old-theme .amber-text.lighten-4 {
  color: #ffecb3;
}
.old-theme .amber-border.lighten-4 {
  border-color: #ffecb3;
}
.old-theme .amber.lighten-3 {
  background-color: #ffe082;
  color: #fff;
}
.old-theme .amber-text.lighten-3 {
  color: #ffe082;
}
.old-theme .amber-border.lighten-3 {
  border-color: #ffe082;
}
.old-theme .amber.lighten-2,
.old-theme .page-header h1 i.amber {
  background-color: #ffd54f;
  color: #fff;
}
.old-theme .amber-text.lighten-2,
.old-theme .page-header h1 i.amber-text {
  color: #ffd54f;
}
.old-theme .amber-border.lighten-2,
.old-theme .page-header h1 i.amber-border {
  border-color: #ffd54f;
}
.old-theme .amber.lighten-1 {
  background-color: #ffca28;
  color: #fff;
}
.old-theme .amber-text.lighten-1 {
  color: #ffca28;
}
.old-theme .amber-border.lighten-1 {
  border-color: #ffca28;
}
.old-theme .amber {
  background-color: #ffc107;
  color: #fff;
}
.old-theme .amber-text {
  color: #ffc107;
}
.old-theme .amber-border {
  border-color: #ffc107;
}
.old-theme .amber.darken-1 {
  background-color: #ffb300;
  color: #fff;
}
.old-theme .amber-text.darken-1 {
  color: #ffb300;
}
.old-theme .amber-border.darken-1 {
  border-color: #ffb300;
}
.old-theme .amber.darken-2 {
  background-color: #ffa000;
  color: #fff;
}
.old-theme .amber-text.darken-2 {
  color: #ffa000;
}
.old-theme .amber-border.darken-2 {
  border-color: #ffa000;
}
.old-theme .amber.darken-3 {
  background-color: #ff8f00;
  color: #fff;
}
.old-theme .amber-text.darken-3 {
  color: #ff8f00;
}
.old-theme .amber-border.darken-3 {
  border-color: #ff8f00;
}
.old-theme .amber.darken-4 {
  background-color: #ff6f00;
  color: #fff;
}
.old-theme .amber-text.darken-4 {
  color: #ff6f00;
}
.old-theme .amber-border.darken-4 {
  border-color: #ff6f00;
}
.old-theme .amber.accent-1 {
  background-color: #ffe57f;
  color: #fff;
}
.old-theme .amber-text.accent-1 {
  color: #ffe57f;
}
.old-theme .amber-border.accent-1 {
  border-color: #ffe57f;
}
.old-theme .amber.accent-2 {
  background-color: #ffd740;
  color: #fff;
}
.old-theme .amber-text.accent-2 {
  color: #ffd740;
}
.old-theme .amber-border.accent-2 {
  border-color: #ffd740;
}
.old-theme .amber.accent-3 {
  background-color: #ffc400;
  color: #fff;
}
.old-theme .amber-text.accent-3 {
  color: #ffc400;
}
.old-theme .amber-border.accent-3 {
  border-color: #ffc400;
}
.old-theme .amber.accent-4 {
  background-color: #ffab00;
  color: #fff;
}
.old-theme .amber-text.accent-4 {
  color: #ffab00;
}
.old-theme .amber-border.accent-4 {
  border-color: #ffab00;
}
.old-theme .orange.lighten-5 {
  background-color: #fff3e0;
  color: #666;
}
.old-theme .orange-text.lighten-5 {
  color: #fff3e0;
}
.old-theme .orange-border.lighten-5 {
  border-color: #fff3e0;
}
.old-theme .orange.lighten-4 {
  background-color: #ffe0b2;
  color: #666;
}
.old-theme .orange-text.lighten-4 {
  color: #ffe0b2;
}
.old-theme .orange-border.lighten-4 {
  border-color: #ffe0b2;
}
.old-theme .orange.lighten-3 {
  background-color: #ffcc80;
  color: #fff;
}
.old-theme .orange-text.lighten-3 {
  color: #ffcc80;
}
.old-theme .orange-border.lighten-3 {
  border-color: #ffcc80;
}
.old-theme .orange.lighten-2,
.old-theme .page-header h1 i.orange {
  background-color: #ffb74d;
  color: #fff;
}
.old-theme .orange-text.lighten-2,
.old-theme .page-header h1 i.orange-text {
  color: #ffb74d;
}
.old-theme .orange-border.lighten-2,
.old-theme .page-header h1 i.orange-border {
  border-color: #ffb74d;
}
.old-theme .orange.lighten-1 {
  background-color: #ffa726;
  color: #fff;
}
.old-theme .orange-text.lighten-1 {
  color: #ffa726;
}
.old-theme .orange-border.lighten-1 {
  border-color: #ffa726;
}
.old-theme .orange {
  background-color: #ff9800;
  color: #fff;
}
.old-theme .orange-text {
  color: #ff9800;
}
.old-theme .orange-border {
  border-color: #ff9800;
}
.old-theme .orange.darken-1 {
  background-color: #fb8c00;
  color: #fff;
}
.old-theme .orange-text.darken-1 {
  color: #fb8c00;
}
.old-theme .orange-border.darken-1 {
  border-color: #fb8c00;
}
.old-theme .orange.darken-2 {
  background-color: #f57c00;
  color: #fff;
}
.old-theme .orange-text.darken-2 {
  color: #f57c00;
}
.old-theme .orange-border.darken-2 {
  border-color: #f57c00;
}
.old-theme .orange.darken-3 {
  background-color: #ef6c00;
  color: #fff;
}
.old-theme .orange-text.darken-3 {
  color: #ef6c00;
}
.old-theme .orange-border.darken-3 {
  border-color: #ef6c00;
}
.old-theme .orange.darken-4 {
  background-color: #e65100;
  color: #fff;
}
.old-theme .orange-text.darken-4 {
  color: #e65100;
}
.old-theme .orange-border.darken-4 {
  border-color: #e65100;
}
.old-theme .orange.accent-1 {
  background-color: #ffd180;
  color: #fff;
}
.old-theme .orange-text.accent-1 {
  color: #ffd180;
}
.old-theme .orange-border.accent-1 {
  border-color: #ffd180;
}
.old-theme .orange.accent-2 {
  background-color: #ffab40;
  color: #fff;
}
.old-theme .orange-text.accent-2 {
  color: #ffab40;
}
.old-theme .orange-border.accent-2 {
  border-color: #ffab40;
}
.old-theme .orange.accent-3 {
  background-color: #ff9100;
  color: #fff;
}
.old-theme .orange-text.accent-3 {
  color: #ff9100;
}
.old-theme .orange-border.accent-3 {
  border-color: #ff9100;
}
.old-theme .orange.accent-4 {
  background-color: #ff6d00;
  color: #fff;
}
.old-theme .orange-text.accent-4 {
  color: #ff6d00;
}
.old-theme .orange-border.accent-4 {
  border-color: #ff6d00;
}
.old-theme .deep-orange.lighten-5 {
  background-color: #fbe9e7;
  color: #666;
}
.old-theme .deep-orange-text.lighten-5 {
  color: #fbe9e7;
}
.old-theme .deep-orange-border.lighten-5 {
  border-color: #fbe9e7;
}
.old-theme .deep-orange.lighten-4 {
  background-color: #ffccbc;
  color: #666;
}
.old-theme .deep-orange-text.lighten-4 {
  color: #ffccbc;
}
.old-theme .deep-orange-border.lighten-4 {
  border-color: #ffccbc;
}
.old-theme .deep-orange.lighten-3 {
  background-color: #ffab91;
  color: #666;
}
.old-theme .deep-orange-text.lighten-3 {
  color: #ffab91;
}
.old-theme .deep-orange-border.lighten-3 {
  border-color: #ffab91;
}
.old-theme .deep-orange.lighten-2,
.old-theme .page-header h1 i.deep-orange {
  background-color: #ff8a65;
  color: #fff;
}
.old-theme .deep-orange-text.lighten-2,
.old-theme .page-header h1 i.deep-orange-text {
  color: #ff8a65;
}
.old-theme .deep-orange-border.lighten-2,
.old-theme .page-header h1 i.deep-orange-border {
  border-color: #ff8a65;
}
.old-theme .deep-orange.lighten-1 {
  background-color: #ff7043;
  color: #fff;
}
.old-theme .deep-orange-text.lighten-1 {
  color: #ff7043;
}
.old-theme .deep-orange-border.lighten-1 {
  border-color: #ff7043;
}
.old-theme .deep-orange {
  background-color: #ff5722;
  color: #fff;
}
.old-theme .deep-orange-text {
  color: #ff5722;
}
.old-theme .deep-orange-border {
  border-color: #ff5722;
}
.old-theme .deep-orange.darken-1 {
  background-color: #f4511e;
  color: #fff;
}
.old-theme .deep-orange-text.darken-1 {
  color: #f4511e;
}
.old-theme .deep-orange-border.darken-1 {
  border-color: #f4511e;
}
.old-theme .deep-orange.darken-2 {
  background-color: #e64a19;
  color: #fff;
}
.old-theme .deep-orange-text.darken-2 {
  color: #e64a19;
}
.old-theme .deep-orange-border.darken-2 {
  border-color: #e64a19;
}
.old-theme .deep-orange.darken-3 {
  background-color: #d84315;
  color: #fff;
}
.old-theme .deep-orange-text.darken-3 {
  color: #d84315;
}
.old-theme .deep-orange-border.darken-3 {
  border-color: #d84315;
}
.old-theme .deep-orange.darken-4 {
  background-color: #bf360c;
  color: #fff;
}
.old-theme .deep-orange-text.darken-4 {
  color: #bf360c;
}
.old-theme .deep-orange-border.darken-4 {
  border-color: #bf360c;
}
.old-theme .deep-orange.accent-1 {
  background-color: #ff9e80;
  color: #fff;
}
.old-theme .deep-orange-text.accent-1 {
  color: #ff9e80;
}
.old-theme .deep-orange-border.accent-1 {
  border-color: #ff9e80;
}
.old-theme .deep-orange.accent-2 {
  background-color: #ff6e40;
  color: #fff;
}
.old-theme .deep-orange-text.accent-2 {
  color: #ff6e40;
}
.old-theme .deep-orange-border.accent-2 {
  border-color: #ff6e40;
}
.old-theme .deep-orange.accent-3 {
  background-color: #ff3d00;
  color: #fff;
}
.old-theme .deep-orange-text.accent-3 {
  color: #ff3d00;
}
.old-theme .deep-orange-border.accent-3 {
  border-color: #ff3d00;
}
.old-theme .deep-orange.accent-4 {
  background-color: #dd2c00;
  color: #fff;
}
.old-theme .deep-orange-text.accent-4 {
  color: #dd2c00;
}
.old-theme .deep-orange-border.accent-4 {
  border-color: #dd2c00;
}
.old-theme .brown.lighten-5 {
  background-color: #efebe9;
  color: #666;
}
.old-theme .brown-text.lighten-5 {
  color: #efebe9;
}
.old-theme .brown-border.lighten-5 {
  border-color: #efebe9;
}
.old-theme .brown.lighten-4 {
  background-color: #d7ccc8;
  color: #666;
}
.old-theme .brown-text.lighten-4 {
  color: #d7ccc8;
}
.old-theme .brown-border.lighten-4 {
  border-color: #d7ccc8;
}
.old-theme .brown.lighten-3 {
  background-color: #bcaaa4;
  color: #fff;
}
.old-theme .brown-text.lighten-3 {
  color: #bcaaa4;
}
.old-theme .brown-border.lighten-3 {
  border-color: #bcaaa4;
}
.old-theme .brown.lighten-2,
.old-theme .page-header h1 i.brown {
  background-color: #a1887f;
  color: #fff;
}
.old-theme .brown-text.lighten-2,
.old-theme .page-header h1 i.brown-text {
  color: #a1887f;
}
.old-theme .brown-border.lighten-2,
.old-theme .page-header h1 i.brown-border {
  border-color: #a1887f;
}
.old-theme .brown.lighten-1 {
  background-color: #8d6e63;
  color: #fff;
}
.old-theme .brown-text.lighten-1 {
  color: #8d6e63;
}
.old-theme .brown-border.lighten-1 {
  border-color: #8d6e63;
}
.old-theme .brown {
  background-color: #795548;
  color: #fff;
}
.old-theme .brown-text {
  color: #795548;
}
.old-theme .brown-border {
  border-color: #795548;
}
.old-theme .brown.darken-1 {
  background-color: #6d4c41;
  color: #fff;
}
.old-theme .brown-text.darken-1 {
  color: #6d4c41;
}
.old-theme .brown-border.darken-1 {
  border-color: #6d4c41;
}
.old-theme .brown.darken-2 {
  background-color: #5d4037;
  color: #fff;
}
.old-theme .brown-text.darken-2 {
  color: #5d4037;
}
.old-theme .brown-border.darken-2 {
  border-color: #5d4037;
}
.old-theme .brown.darken-3 {
  background-color: #4e342e;
  color: #fff;
}
.old-theme .brown-text.darken-3 {
  color: #4e342e;
}
.old-theme .brown-border.darken-3 {
  border-color: #4e342e;
}
.old-theme .brown.darken-4 {
  background-color: #3e2723;
  color: #fff;
}
.old-theme .brown-text.darken-4 {
  color: #3e2723;
}
.old-theme .brown-border.darken-4 {
  border-color: #3e2723;
}
.old-theme .blue-grey.lighten-5 {
  background-color: #eceff1;
  color: #666;
}
.old-theme .blue-grey-text.lighten-5 {
  color: #eceff1;
}
.old-theme .blue-grey-border.lighten-5 {
  border-color: #eceff1;
}
.old-theme .blue-grey.lighten-4 {
  background-color: #cfd8dc;
  color: #666;
}
.old-theme .blue-grey-text.lighten-4 {
  color: #cfd8dc;
}
.old-theme .blue-grey-border.lighten-4 {
  border-color: #cfd8dc;
}
.old-theme .blue-grey.lighten-3 {
  background-color: #b0bec5;
  color: #fff;
}
.old-theme .blue-grey-text.lighten-3 {
  color: #b0bec5;
}
.old-theme .blue-grey-border.lighten-3 {
  border-color: #b0bec5;
}
.old-theme .blue-grey.lighten-2,
.old-theme .page-header h1 i.blue-grey {
  background-color: #90a4ae;
  color: #fff;
}
.old-theme .blue-grey-text.lighten-2,
.old-theme .page-header h1 i.blue-grey-text {
  color: #90a4ae;
}
.old-theme .blue-grey-border.lighten-2,
.old-theme .page-header h1 i.blue-grey-border {
  border-color: #90a4ae;
}
.old-theme .blue-grey.lighten-1 {
  background-color: #78909c;
  color: #fff;
}
.old-theme .blue-grey-text.lighten-1 {
  color: #78909c;
}
.old-theme .blue-grey-border.lighten-1 {
  border-color: #78909c;
}
.old-theme .blue-grey {
  background-color: #607d8b;
  color: #fff;
}
.old-theme .blue-grey-text {
  color: #607d8b;
}
.old-theme .blue-grey-border {
  border-color: #607d8b;
}
.old-theme .blue-grey.darken-1 {
  background-color: #546e7a;
  color: #fff;
}
.old-theme .blue-grey-text.darken-1 {
  color: #546e7a;
}
.old-theme .blue-grey-border.darken-1 {
  border-color: #546e7a;
}
.old-theme .blue-grey.darken-2 {
  background-color: #455a64;
  color: #fff;
}
.old-theme .blue-grey-text.darken-2 {
  color: #455a64;
}
.old-theme .blue-grey-border.darken-2 {
  border-color: #455a64;
}
.old-theme .blue-grey.darken-3 {
  background-color: #37474f;
  color: #fff;
}
.old-theme .blue-grey-text.darken-3 {
  color: #37474f;
}
.old-theme .blue-grey-border.darken-3 {
  border-color: #37474f;
}
.old-theme .blue-grey.darken-4 {
  background-color: #263238;
  color: #fff;
}
.old-theme .blue-grey-text.darken-4 {
  color: #263238;
}
.old-theme .blue-grey-border.darken-4 {
  border-color: #263238;
}
.old-theme .grey.lighten-5 {
  background-color: #fafafa;
  color: #666;
}
.old-theme .grey-text.lighten-5,
.old-theme .page-header h1 i.lighten-5 {
  color: #fafafa;
}
.old-theme .grey-border.lighten-5 {
  border-color: #fafafa;
}
.old-theme .grey.lighten-4 {
  background-color: #f5f5f5;
  color: #666;
}
.old-theme .grey-text.lighten-4,
.old-theme .page-header h1 i.lighten-4 {
  color: #f5f5f5;
}
.old-theme .grey-border.lighten-4 {
  border-color: #f5f5f5;
}
.old-theme .grey.lighten-3 {
  background-color: #eee;
  color: #666;
}
.old-theme .grey-text.lighten-3,
.old-theme .page-header h1 i.lighten-3 {
  color: #eee;
}
.old-theme .grey-border.lighten-3 {
  border-color: #eee;
}
.old-theme .grey.lighten-2,
.old-theme .page-header h1 i.grey {
  background-color: #e0e0e0;
  color: #666;
}
.old-theme .grey-text.lighten-2,
.old-theme .page-header h1 i {
  color: #e0e0e0;
}
.old-theme .grey-border.lighten-2,
.old-theme .page-header h1 i.grey-border {
  border-color: #e0e0e0;
}
.old-theme .grey.lighten-1 {
  background-color: #bdbdbd;
  color: #fff;
}
.old-theme .grey-text.lighten-1,
.old-theme .page-header h1 i.lighten-1 {
  color: #bdbdbd;
}
.old-theme .grey-border.lighten-1 {
  border-color: #bdbdbd;
}
.old-theme .grey {
  background-color: #9e9e9e;
  color: #fff;
}
.old-theme .grey-text,
.old-theme .page-header h1 i {
  color: #9e9e9e;
}
.old-theme .grey-border {
  border-color: #9e9e9e;
}
.old-theme .grey.darken-1 {
  background-color: #757575;
  color: #fff;
}
.old-theme .grey-text.darken-1,
.old-theme .page-header h1 i.darken-1 {
  color: #757575;
}
.old-theme .grey-border.darken-1 {
  border-color: #757575;
}
.old-theme .grey.darken-2 {
  background-color: #616161;
  color: #fff;
}
.old-theme .grey-text.darken-2,
.old-theme .page-header h1 i.darken-2 {
  color: #616161;
}
.old-theme .grey-border.darken-2 {
  border-color: #616161;
}
.old-theme .grey.darken-3 {
  background-color: #424242;
  color: #fff;
}
.old-theme .grey-text.darken-3,
.old-theme .page-header h1 i.darken-3 {
  color: #424242;
}
.old-theme .grey-border.darken-3 {
  border-color: #424242;
}
.old-theme .grey.darken-4 {
  background-color: #212121;
  color: #fff;
}
.old-theme .grey-text.darken-4,
.old-theme .page-header h1 i.darken-4 {
  color: #212121;
}
.old-theme .grey-border.darken-4 {
  border-color: #212121;
}
.old-theme .shades.black {
  background-color: #000;
  color: #fff;
}
.old-theme .shades-text.black {
  color: #000;
}
.old-theme .shades-border.black {
  border-color: #000;
}
.old-theme .shades.white {
  background-color: #fff;
  color: #666;
}
.old-theme .shades-text.white {
  color: #fff;
}
.old-theme .shades-border.white {
  border-color: #fff;
}
.old-theme .black {
  background-color: #000 !important;
  color: #fff;
}
.old-theme .black-text {
  color: #000;
}
.old-theme .white {
  background-color: #fff !important;
  color: #666;
}
.old-theme .white-text {
  color: #fff;
}
.old-theme .theme-picker .theme-template-default .theme-sidenav {
  background: #e8e8e8;
}
.old-theme .theme-picker .theme-template-dark .theme-sidenav {
  background: #474747;
}
.old-theme .theme-picker .theme-template-light .theme-sidenav {
  background: #fff;
}
.old-theme .theme-picker .theme-template-green .theme-sidenav {
  background: #4caf50;
}
.old-theme .theme-picker .theme-template-blue .theme-sidenav {
  background: #2196f3;
}
.old-theme .theme-template-default .sidebar {
  background: #e8e8e8;
}
.old-theme .theme-template-dark .sidebar {
  background: #474747;
  color: #fff;
}
.old-theme .theme-template-dark .sidebar ul a,
.old-theme .theme-template-dark .sidebar .brand-logo {
  color: #e7e7e7;
}
.old-theme .theme-template-light .sidebar {
  background: #fff;
}
.old-theme .theme-template-light .sidebar ul a,
.old-theme .theme-template-light .sidebar .brand-logo {
  color: #797979;
}
.old-theme .theme-template-green .sidebar {
  background: #1ed068;
}
.old-theme .theme-template-green .sidebar .brand-logo .foot1,
.old-theme .theme-template-green .sidebar .brand-logo .foot3 {
  background-color: #2e7d32 !important;
}
.old-theme .theme-template-green .sidebar .brand-logo .foot2,
.old-theme .theme-template-green .sidebar .brand-logo .foot4 {
  background-color: #43a047 !important;
}
.old-theme .theme-template-green .sidebar .user-logged-in .content .user-name {
  color: #fff;
}
.old-theme .theme-template-green .sidebar .user-logged-in .content .user-email,
.old-theme .theme-template-green .sidebar .user-logged-in .content .text-muted {
  color: rgba(0,0,0,0.5);
}
.old-theme .theme-template-green .sidebar .user-logged-in .content .user-actions a {
  color: #2e7d32;
}
.old-theme .theme-template-green .sidebar a.collapsible-header:after,
.old-theme .theme-template-green .sidebar i {
  color: rgba(0,0,0,0.3) !important;
}
.old-theme .theme-template-green .sidebar ul a,
.old-theme .theme-template-green .sidebar .brand-logo {
  color: #fff;
}
.old-theme .theme-template-blue .sidebar {
  background: #40c4ff;
}
.old-theme .theme-template-blue .sidebar .brand-logo .foot1,
.old-theme .theme-template-blue .sidebar .brand-logo .foot3 {
  background-color: #1565c0 !important;
}
.old-theme .theme-template-blue .sidebar .brand-logo .foot2,
.old-theme .theme-template-blue .sidebar .brand-logo .foot4 {
  background-color: #1e88e5 !important;
}
.old-theme .theme-template-blue .sidebar .user-logged-in .content .user-name {
  color: #fff;
}
.old-theme .theme-template-blue .sidebar .user-logged-in .content .user-email,
.old-theme .theme-template-blue .sidebar .user-logged-in .content .text-muted {
  color: rgba(0,0,0,0.5);
}
.old-theme .theme-template-blue .sidebar .user-logged-in .content .user-actions a {
  color: #1565c0;
}
.old-theme .theme-template-blue .sidebar a.collapsible-header:after,
.old-theme .theme-template-blue .sidebar i {
  color: rgba(0,0,0,0.3) !important;
}
.old-theme .theme-template-blue .sidebar ul a,
.old-theme .theme-template-blue .sidebar .brand-logo {
  color: #fff;
}
.old-theme .theme-red .theme-lighten-5 {
  background-color: #ffebee;
  color: #666;
}
.old-theme .theme-red .theme-text-lighten-5 {
  color: #ffebee;
}
.old-theme .theme-red .theme-bg-lighten-5 {
  background-color: #ffebee;
}
.old-theme .theme-red .theme-border-lighten-5 {
  border-color: #ffebee;
}
.old-theme .theme-red .theme-fill-lighten-5 {
  fill: #ffebee;
}
.old-theme .theme-red .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #ffebee;
  box-shadow: inset 0 -2px 0 #ffebee;
}
.old-theme .theme-red .theme-lighten-4 {
  background-color: #ffcdd2;
  color: #666;
}
.old-theme .theme-red .theme-text-lighten-4 {
  color: #ffcdd2;
}
.old-theme .theme-red .theme-bg-lighten-4 {
  background-color: #ffcdd2;
}
.old-theme .theme-red .theme-border-lighten-4 {
  border-color: #ffcdd2;
}
.old-theme .theme-red .theme-fill-lighten-4 {
  fill: #ffcdd2;
}
.old-theme .theme-red .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffcdd2;
  box-shadow: inset 0 -2px 0 #ffcdd2;
}
.old-theme .theme-red .theme-lighten-3 {
  background-color: #ef9a9a;
  color: #666;
}
.old-theme .theme-red .theme-text-lighten-3 {
  color: #ef9a9a;
}
.old-theme .theme-red .theme-bg-lighten-3,
.old-theme .theme-red .btn-primary.disabled,
.old-theme .theme-red .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-red input[type=checkbox]:checked + .lever {
  background-color: #ef9a9a;
}
.old-theme .theme-red .theme-border-lighten-3 {
  border-color: #ef9a9a;
}
.old-theme .theme-red .theme-fill-lighten-3 {
  fill: #ef9a9a;
}
.old-theme .theme-red .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ef9a9a;
  box-shadow: inset 0 -2px 0 #ef9a9a;
}
.old-theme .theme-red .theme-lighten-2 {
  background-color: #e57373;
  color: #fff;
}
.old-theme .theme-red .theme-text-lighten-2 {
  color: #e57373;
}
.old-theme .theme-red .theme-bg-lighten-2 {
  background-color: #e57373;
}
.old-theme .theme-red .theme-border-lighten-2 {
  border-color: #e57373;
}
.old-theme .theme-red .theme-fill-lighten-2 {
  fill: #e57373;
}
.old-theme .theme-red .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #e57373;
  box-shadow: inset 0 -2px 0 #e57373;
}
.old-theme .theme-red .theme-lighten-1 {
  background-color: #ef5350;
  color: #fff;
}
.old-theme .theme-red .theme-text-lighten-1,
.old-theme .theme-red aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-red a.collapsible-header:after {
  color: #ef5350;
}
.old-theme .theme-red .theme-bg-lighten-1 {
  background-color: #ef5350;
}
.old-theme .theme-red .theme-border-lighten-1 {
  border-color: #ef5350;
}
.old-theme .theme-red .theme-fill-lighten-1 {
  fill: #ef5350;
}
.old-theme .theme-red .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ef5350;
  box-shadow: inset 0 -2px 0 #ef5350;
}
.old-theme .theme-red .theme {
  background-color: #f44336;
  color: #fff;
}
.old-theme .theme-red .theme-text,
.old-theme .theme-red .page-header h1,
.old-theme .page-header .theme-red h1,
.old-theme .theme-red .nav-tabs > li > a:hover,
.old-theme .theme-red .nav-tabs > li.active > a,
.old-theme .theme-red .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-red .btn-link,
.old-theme .theme-red .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-red .filter,
.old-theme .theme-red .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-red .filter:focus:hover,
.old-theme .theme-red .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-red .filter.active:hover,
.old-theme .theme-red .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-red td:first-child {
  color: #f44336;
}
.old-theme .theme-red .theme-bg,
.old-theme .theme-red input[type="radio"]:before,
.old-theme .theme-red input[type="checkbox"]:checked:after,
.old-theme .theme-red #loading-bar .bar,
.old-theme #loading-bar .theme-red .bar,
.old-theme .theme-red #logo .foot2,
.old-theme #logo .theme-red .foot2,
.old-theme .theme-red #logo .foot4,
.old-theme #logo .theme-red .foot4,
.old-theme .theme-red .btn-primary,
.old-theme .theme-red .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-red input[type=checkbox]:checked + .lever:after,
.old-theme .theme-red .noUi-base,
.old-theme .theme-red .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-red .noUi-origin:first-child,
.old-theme .theme-red .noUi-handle,
.old-theme .theme-red .noUi-handle:before {
  background-color: #f44336;
}
.old-theme .theme-red .theme-border,
.old-theme .theme-red input[type="radio"]:checked:after,
.old-theme .theme-red input[type="checkbox"]:checked:after {
  border-color: #f44336;
}
.old-theme .theme-red .theme-fill {
  fill: #f44336;
}
.old-theme .theme-red .theme-box-inset,
.old-theme .theme-red textarea:focus,
.old-theme .theme-red input.form-control:focus,
.old-theme .theme-red input[type=text]:focus,
.old-theme .theme-red input[type=password]:focus,
.old-theme .theme-red input[type=email]:focus,
.old-theme .theme-red input[type=number]:focus,
.old-theme .theme-red [type=text].form-control:focus,
.old-theme .theme-red [type=password].form-control:focus,
.old-theme .theme-red [type=email].form-control:focus,
.old-theme .theme-red [type=tel].form-control:focus,
.old-theme .theme-red [contenteditable].form-control:focus,
.old-theme .theme-red select:focus,
.old-theme .theme-red .nav-tabs > li > a:hover,
.old-theme .theme-red .nav-tabs > li.active > a,
.old-theme .theme-red .focussed .ta-bind,
.old-theme .focussed .theme-red .ta-bind,
.old-theme .theme-red .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-red .filter:hover,
.old-theme .theme-red .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-red .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #f44336;
  box-shadow: inset 0 -2px 0 #f44336;
}
.old-theme .theme-red .theme-darken-1 {
  background-color: #e53935;
  color: #fff;
}
.old-theme .theme-red .theme-text-darken-1,
.old-theme .theme-red .btn-link:focus,
.old-theme .theme-red .btn-link:hover {
  color: #e53935;
}
.old-theme .theme-red .theme-bg-darken-1,
.old-theme .theme-red #logo .foot1,
.old-theme #logo .theme-red .foot1,
.old-theme .theme-red #logo .foot3,
.old-theme #logo .theme-red .foot3,
.old-theme .theme-red .btn-primary:hover {
  background-color: #e53935;
}
.old-theme .theme-red .theme-border-darken-1 {
  border-color: #e53935;
}
.old-theme .theme-red .theme-fill-darken-1 {
  fill: #e53935;
}
.old-theme .theme-red .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #e53935;
  box-shadow: inset 0 -2px 0 #e53935;
}
.old-theme .theme-red .theme-darken-2 {
  background-color: #d32f2f;
  color: #fff;
}
.old-theme .theme-red .theme-text-darken-2 {
  color: #d32f2f;
}
.old-theme .theme-red .theme-bg-darken-2 {
  background-color: #d32f2f;
}
.old-theme .theme-red .theme-border-darken-2 {
  border-color: #d32f2f;
}
.old-theme .theme-red .theme-fill-darken-2 {
  fill: #d32f2f;
}
.old-theme .theme-red .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #d32f2f;
  box-shadow: inset 0 -2px 0 #d32f2f;
}
.old-theme .theme-red .theme-darken-3 {
  background-color: #c62828;
  color: #fff;
}
.old-theme .theme-red .theme-text-darken-3 {
  color: #c62828;
}
.old-theme .theme-red .theme-bg-darken-3 {
  background-color: #c62828;
}
.old-theme .theme-red .theme-border-darken-3 {
  border-color: #c62828;
}
.old-theme .theme-red .theme-fill-darken-3 {
  fill: #c62828;
}
.old-theme .theme-red .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #c62828;
  box-shadow: inset 0 -2px 0 #c62828;
}
.old-theme .theme-red .theme-darken-4 {
  background-color: #b71c1c;
  color: #fff;
}
.old-theme .theme-red .theme-text-darken-4 {
  color: #b71c1c;
}
.old-theme .theme-red .theme-bg-darken-4 {
  background-color: #b71c1c;
}
.old-theme .theme-red .theme-border-darken-4 {
  border-color: #b71c1c;
}
.old-theme .theme-red .theme-fill-darken-4 {
  fill: #b71c1c;
}
.old-theme .theme-red .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b71c1c;
  box-shadow: inset 0 -2px 0 #b71c1c;
}
.old-theme .theme-red .theme-accent-1 {
  background-color: #ff8a80;
  color: #fff;
}
.old-theme .theme-red .theme-text-accent-1 {
  color: #ff8a80;
}
.old-theme .theme-red .theme-bg-accent-1 {
  background-color: #ff8a80;
}
.old-theme .theme-red .theme-border-accent-1 {
  border-color: #ff8a80;
}
.old-theme .theme-red .theme-fill-accent-1 {
  fill: #ff8a80;
}
.old-theme .theme-red .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff8a80;
  box-shadow: inset 0 -2px 0 #ff8a80;
}
.old-theme .theme-red .theme-accent-2 {
  background-color: #ff5252;
  color: #fff;
}
.old-theme .theme-red .theme-text-accent-2 {
  color: #ff5252;
}
.old-theme .theme-red .theme-bg-accent-2 {
  background-color: #ff5252;
}
.old-theme .theme-red .theme-border-accent-2 {
  border-color: #ff5252;
}
.old-theme .theme-red .theme-fill-accent-2 {
  fill: #ff5252;
}
.old-theme .theme-red .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff5252;
  box-shadow: inset 0 -2px 0 #ff5252;
}
.old-theme .theme-red .theme-accent-3 {
  background-color: #ff1744;
  color: #fff;
}
.old-theme .theme-red .theme-text-accent-3 {
  color: #ff1744;
}
.old-theme .theme-red .theme-bg-accent-3 {
  background-color: #ff1744;
}
.old-theme .theme-red .theme-border-accent-3 {
  border-color: #ff1744;
}
.old-theme .theme-red .theme-fill-accent-3 {
  fill: #ff1744;
}
.old-theme .theme-red .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff1744;
  box-shadow: inset 0 -2px 0 #ff1744;
}
.old-theme .theme-red .theme-accent-4 {
  background-color: #d50000;
  color: #fff;
}
.old-theme .theme-red .theme-text-accent-4 {
  color: #d50000;
}
.old-theme .theme-red .theme-bg-accent-4,
.old-theme .theme-red .btn-primary:focus {
  background-color: #d50000;
}
.old-theme .theme-red .theme-border-accent-4 {
  border-color: #d50000;
}
.old-theme .theme-red .theme-fill-accent-4 {
  fill: #d50000;
}
.old-theme .theme-red .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #d50000;
  box-shadow: inset 0 -2px 0 #d50000;
}
.old-theme .theme-red .theme-secondary-lighten-5 {
  background-color: #e1f5fe;
  color: #666;
}
.old-theme .theme-red .theme-secondary-text-lighten-5 {
  color: #e1f5fe;
}
.old-theme .theme-red .theme-secondary-bg-lighten-5,
.old-theme .theme-red .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-red .list-group-item:hover {
  background-color: #e1f5fe;
}
.old-theme .theme-red .theme-secondary-border-lighten-5 {
  border-color: #e1f5fe;
}
.old-theme .theme-red .theme-secondary-fill-lighten-5 {
  fill: #e1f5fe;
}
.old-theme .theme-red .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e1f5fe;
  box-shadow: inset 0 -2px 0 #e1f5fe;
}
.old-theme .theme-red .theme-secondary-lighten-4 {
  background-color: #b3e5fc;
  color: #666;
}
.old-theme .theme-red .theme-secondary-text-lighten-4 {
  color: #b3e5fc;
}
.old-theme .theme-red .theme-secondary-bg-lighten-4 {
  background-color: #b3e5fc;
}
.old-theme .theme-red .theme-secondary-border-lighten-4 {
  border-color: #b3e5fc;
}
.old-theme .theme-red .theme-secondary-fill-lighten-4 {
  fill: #b3e5fc;
}
.old-theme .theme-red .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b3e5fc;
  box-shadow: inset 0 -2px 0 #b3e5fc;
}
.old-theme .theme-red .theme-secondary-lighten-3 {
  background-color: #81d4fa;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-lighten-3,
.old-theme .theme-red a:hover,
.old-theme .theme-red a:focus,
.old-theme .theme-red .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-red a {
  color: #81d4fa;
}
.old-theme .theme-red .theme-secondary-bg-lighten-3 {
  background-color: #81d4fa;
}
.old-theme .theme-red .theme-secondary-border-lighten-3 {
  border-color: #81d4fa;
}
.old-theme .theme-red .theme-secondary-fill-lighten-3 {
  fill: #81d4fa;
}
.old-theme .theme-red .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #81d4fa;
  box-shadow: inset 0 -2px 0 #81d4fa;
}
.old-theme .theme-red .theme-secondary-lighten-2 {
  background-color: #4fc3f7;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-lighten-2 {
  color: #4fc3f7;
}
.old-theme .theme-red .theme-secondary-bg-lighten-2 {
  background-color: #4fc3f7;
}
.old-theme .theme-red .theme-secondary-border-lighten-2 {
  border-color: #4fc3f7;
}
.old-theme .theme-red .theme-secondary-fill-lighten-2 {
  fill: #4fc3f7;
}
.old-theme .theme-red .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #4fc3f7;
  box-shadow: inset 0 -2px 0 #4fc3f7;
}
.old-theme .theme-red .theme-secondary-lighten-1 {
  background-color: #29b6f6;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-lighten-1 {
  color: #29b6f6;
}
.old-theme .theme-red .theme-secondary-bg-lighten-1 {
  background-color: #29b6f6;
}
.old-theme .theme-red .theme-secondary-border-lighten-1 {
  border-color: #29b6f6;
}
.old-theme .theme-red .theme-secondary-fill-lighten-1 {
  fill: #29b6f6;
}
.old-theme .theme-red .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #29b6f6;
  box-shadow: inset 0 -2px 0 #29b6f6;
}
.old-theme .theme-red .theme-secondary,
.old-theme .theme-red .alert.alert-theme,
.old-theme .theme-red .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-red .jvectormap-zoomin,
.old-theme .theme-red .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-red .jvectormap-zoomout {
  background-color: #03a9f4;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text,
.old-theme .theme-red a {
  color: #03a9f4;
}
.old-theme .theme-red .theme-secondary-bg,
.old-theme .theme-red .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-red .list-group-item.active,
.old-theme .theme-red .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-red th {
  background-color: #03a9f4;
}
.old-theme .theme-red .theme-secondary-border {
  border-color: #03a9f4;
}
.old-theme .theme-red .theme-secondary-fill {
  fill: #03a9f4;
}
.old-theme .theme-red .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #03a9f4;
  box-shadow: inset 0 -2px 0 #03a9f4;
}
.old-theme .theme-red .theme-secondary-darken-1 {
  background-color: #039be5;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-darken-1 {
  color: #039be5;
}
.old-theme .theme-red .theme-secondary-bg-darken-1 {
  background-color: #039be5;
}
.old-theme .theme-red .theme-secondary-border-darken-1 {
  border-color: #039be5;
}
.old-theme .theme-red .theme-secondary-fill-darken-1 {
  fill: #039be5;
}
.old-theme .theme-red .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #039be5;
  box-shadow: inset 0 -2px 0 #039be5;
}
.old-theme .theme-red .theme-secondary-darken-2 {
  background-color: #0288d1;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-darken-2 {
  color: #0288d1;
}
.old-theme .theme-red .theme-secondary-bg-darken-2 {
  background-color: #0288d1;
}
.old-theme .theme-red .theme-secondary-border-darken-2 {
  border-color: #0288d1;
}
.old-theme .theme-red .theme-secondary-fill-darken-2 {
  fill: #0288d1;
}
.old-theme .theme-red .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #0288d1;
  box-shadow: inset 0 -2px 0 #0288d1;
}
.old-theme .theme-red .theme-secondary-darken-3 {
  background-color: #0277bd;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-darken-3 {
  color: #0277bd;
}
.old-theme .theme-red .theme-secondary-bg-darken-3 {
  background-color: #0277bd;
}
.old-theme .theme-red .theme-secondary-border-darken-3 {
  border-color: #0277bd;
}
.old-theme .theme-red .theme-secondary-fill-darken-3 {
  fill: #0277bd;
}
.old-theme .theme-red .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #0277bd;
  box-shadow: inset 0 -2px 0 #0277bd;
}
.old-theme .theme-red .theme-secondary-darken-4 {
  background-color: #01579b;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-darken-4 {
  color: #01579b;
}
.old-theme .theme-red .theme-secondary-bg-darken-4 {
  background-color: #01579b;
}
.old-theme .theme-red .theme-secondary-border-darken-4 {
  border-color: #01579b;
}
.old-theme .theme-red .theme-secondary-fill-darken-4 {
  fill: #01579b;
}
.old-theme .theme-red .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #01579b;
  box-shadow: inset 0 -2px 0 #01579b;
}
.old-theme .theme-red .theme-secondary-accent-1 {
  background-color: #80d8ff;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-accent-1 {
  color: #80d8ff;
}
.old-theme .theme-red .theme-secondary-bg-accent-1 {
  background-color: #80d8ff;
}
.old-theme .theme-red .theme-secondary-border-accent-1 {
  border-color: #80d8ff;
}
.old-theme .theme-red .theme-secondary-fill-accent-1 {
  fill: #80d8ff;
}
.old-theme .theme-red .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #80d8ff;
  box-shadow: inset 0 -2px 0 #80d8ff;
}
.old-theme .theme-red .theme-secondary-accent-2 {
  background-color: #40c4ff;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-accent-2 {
  color: #40c4ff;
}
.old-theme .theme-red .theme-secondary-bg-accent-2 {
  background-color: #40c4ff;
}
.old-theme .theme-red .theme-secondary-border-accent-2 {
  border-color: #40c4ff;
}
.old-theme .theme-red .theme-secondary-fill-accent-2 {
  fill: #40c4ff;
}
.old-theme .theme-red .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #40c4ff;
  box-shadow: inset 0 -2px 0 #40c4ff;
}
.old-theme .theme-red .theme-secondary-accent-3 {
  background-color: #00b0ff;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-accent-3 {
  color: #00b0ff;
}
.old-theme .theme-red .theme-secondary-bg-accent-3 {
  background-color: #00b0ff;
}
.old-theme .theme-red .theme-secondary-border-accent-3 {
  border-color: #00b0ff;
}
.old-theme .theme-red .theme-secondary-fill-accent-3 {
  fill: #00b0ff;
}
.old-theme .theme-red .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00b0ff;
  box-shadow: inset 0 -2px 0 #00b0ff;
}
.old-theme .theme-red .theme-secondary-accent-4 {
  background-color: #0091ea;
  color: #fff;
}
.old-theme .theme-red .theme-secondary-text-accent-4 {
  color: #0091ea;
}
.old-theme .theme-red .theme-secondary-bg-accent-4 {
  background-color: #0091ea;
}
.old-theme .theme-red .theme-secondary-border-accent-4 {
  border-color: #0091ea;
}
.old-theme .theme-red .theme-secondary-fill-accent-4 {
  fill: #0091ea;
}
.old-theme .theme-red .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #0091ea;
  box-shadow: inset 0 -2px 0 #0091ea;
}
.old-theme .theme-pink .theme-lighten-5 {
  background-color: #fce4ec;
  color: #666;
}
.old-theme .theme-pink .theme-text-lighten-5 {
  color: #fce4ec;
}
.old-theme .theme-pink .theme-bg-lighten-5 {
  background-color: #fce4ec;
}
.old-theme .theme-pink .theme-border-lighten-5 {
  border-color: #fce4ec;
}
.old-theme .theme-pink .theme-fill-lighten-5 {
  fill: #fce4ec;
}
.old-theme .theme-pink .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fce4ec;
  box-shadow: inset 0 -2px 0 #fce4ec;
}
.old-theme .theme-pink .theme-lighten-4 {
  background-color: #f8bbd0;
  color: #666;
}
.old-theme .theme-pink .theme-text-lighten-4 {
  color: #f8bbd0;
}
.old-theme .theme-pink .theme-bg-lighten-4 {
  background-color: #f8bbd0;
}
.old-theme .theme-pink .theme-border-lighten-4 {
  border-color: #f8bbd0;
}
.old-theme .theme-pink .theme-fill-lighten-4 {
  fill: #f8bbd0;
}
.old-theme .theme-pink .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #f8bbd0;
  box-shadow: inset 0 -2px 0 #f8bbd0;
}
.old-theme .theme-pink .theme-lighten-3 {
  background-color: #f48fb1;
  color: #fff;
}
.old-theme .theme-pink .theme-text-lighten-3 {
  color: #f48fb1;
}
.old-theme .theme-pink .theme-bg-lighten-3,
.old-theme .theme-pink .btn-primary.disabled,
.old-theme .theme-pink .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-pink input[type=checkbox]:checked + .lever {
  background-color: #f48fb1;
}
.old-theme .theme-pink .theme-border-lighten-3 {
  border-color: #f48fb1;
}
.old-theme .theme-pink .theme-fill-lighten-3 {
  fill: #f48fb1;
}
.old-theme .theme-pink .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #f48fb1;
  box-shadow: inset 0 -2px 0 #f48fb1;
}
.old-theme .theme-pink .theme-lighten-2 {
  background-color: #f06292;
  color: #fff;
}
.old-theme .theme-pink .theme-text-lighten-2 {
  color: #f06292;
}
.old-theme .theme-pink .theme-bg-lighten-2 {
  background-color: #f06292;
}
.old-theme .theme-pink .theme-border-lighten-2 {
  border-color: #f06292;
}
.old-theme .theme-pink .theme-fill-lighten-2 {
  fill: #f06292;
}
.old-theme .theme-pink .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #f06292;
  box-shadow: inset 0 -2px 0 #f06292;
}
.old-theme .theme-pink .theme-lighten-1 {
  background-color: #ec407a;
  color: #fff;
}
.old-theme .theme-pink .theme-text-lighten-1,
.old-theme .theme-pink aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-pink a.collapsible-header:after {
  color: #ec407a;
}
.old-theme .theme-pink .theme-bg-lighten-1 {
  background-color: #ec407a;
}
.old-theme .theme-pink .theme-border-lighten-1 {
  border-color: #ec407a;
}
.old-theme .theme-pink .theme-fill-lighten-1 {
  fill: #ec407a;
}
.old-theme .theme-pink .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ec407a;
  box-shadow: inset 0 -2px 0 #ec407a;
}
.old-theme .theme-pink .theme {
  background-color: #e91e63;
  color: #fff;
}
.old-theme .theme-pink .theme-text,
.old-theme .theme-pink .page-header h1,
.old-theme .page-header .theme-pink h1,
.old-theme .theme-pink .nav-tabs > li > a:hover,
.old-theme .theme-pink .nav-tabs > li.active > a,
.old-theme .theme-pink .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-pink .btn-link,
.old-theme .theme-pink .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-pink .filter,
.old-theme .theme-pink .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-pink .filter:focus:hover,
.old-theme .theme-pink .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-pink .filter.active:hover,
.old-theme .theme-pink .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-pink td:first-child {
  color: #e91e63;
}
.old-theme .theme-pink .theme-bg,
.old-theme .theme-pink input[type="radio"]:before,
.old-theme .theme-pink input[type="checkbox"]:checked:after,
.old-theme .theme-pink #loading-bar .bar,
.old-theme #loading-bar .theme-pink .bar,
.old-theme .theme-pink #logo .foot2,
.old-theme #logo .theme-pink .foot2,
.old-theme .theme-pink #logo .foot4,
.old-theme #logo .theme-pink .foot4,
.old-theme .theme-pink .btn-primary,
.old-theme .theme-pink .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-pink input[type=checkbox]:checked + .lever:after,
.old-theme .theme-pink .noUi-base,
.old-theme .theme-pink .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-pink .noUi-origin:first-child,
.old-theme .theme-pink .noUi-handle,
.old-theme .theme-pink .noUi-handle:before {
  background-color: #e91e63;
}
.old-theme .theme-pink .theme-border,
.old-theme .theme-pink input[type="radio"]:checked:after,
.old-theme .theme-pink input[type="checkbox"]:checked:after {
  border-color: #e91e63;
}
.old-theme .theme-pink .theme-fill {
  fill: #e91e63;
}
.old-theme .theme-pink .theme-box-inset,
.old-theme .theme-pink textarea:focus,
.old-theme .theme-pink input.form-control:focus,
.old-theme .theme-pink input[type=text]:focus,
.old-theme .theme-pink input[type=password]:focus,
.old-theme .theme-pink input[type=email]:focus,
.old-theme .theme-pink input[type=number]:focus,
.old-theme .theme-pink [type=text].form-control:focus,
.old-theme .theme-pink [type=password].form-control:focus,
.old-theme .theme-pink [type=email].form-control:focus,
.old-theme .theme-pink [type=tel].form-control:focus,
.old-theme .theme-pink [contenteditable].form-control:focus,
.old-theme .theme-pink select:focus,
.old-theme .theme-pink .nav-tabs > li > a:hover,
.old-theme .theme-pink .nav-tabs > li.active > a,
.old-theme .theme-pink .focussed .ta-bind,
.old-theme .focussed .theme-pink .ta-bind,
.old-theme .theme-pink .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-pink .filter:hover,
.old-theme .theme-pink .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-pink .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #e91e63;
  box-shadow: inset 0 -2px 0 #e91e63;
}
.old-theme .theme-pink .theme-darken-1 {
  background-color: #d81b60;
  color: #fff;
}
.old-theme .theme-pink .theme-text-darken-1,
.old-theme .theme-pink .btn-link:focus,
.old-theme .theme-pink .btn-link:hover {
  color: #d81b60;
}
.old-theme .theme-pink .theme-bg-darken-1,
.old-theme .theme-pink #logo .foot1,
.old-theme #logo .theme-pink .foot1,
.old-theme .theme-pink #logo .foot3,
.old-theme #logo .theme-pink .foot3,
.old-theme .theme-pink .btn-primary:hover {
  background-color: #d81b60;
}
.old-theme .theme-pink .theme-border-darken-1 {
  border-color: #d81b60;
}
.old-theme .theme-pink .theme-fill-darken-1 {
  fill: #d81b60;
}
.old-theme .theme-pink .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #d81b60;
  box-shadow: inset 0 -2px 0 #d81b60;
}
.old-theme .theme-pink .theme-darken-2 {
  background-color: #c2185b;
  color: #fff;
}
.old-theme .theme-pink .theme-text-darken-2 {
  color: #c2185b;
}
.old-theme .theme-pink .theme-bg-darken-2 {
  background-color: #c2185b;
}
.old-theme .theme-pink .theme-border-darken-2 {
  border-color: #c2185b;
}
.old-theme .theme-pink .theme-fill-darken-2 {
  fill: #c2185b;
}
.old-theme .theme-pink .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #c2185b;
  box-shadow: inset 0 -2px 0 #c2185b;
}
.old-theme .theme-pink .theme-darken-3 {
  background-color: #ad1457;
  color: #fff;
}
.old-theme .theme-pink .theme-text-darken-3 {
  color: #ad1457;
}
.old-theme .theme-pink .theme-bg-darken-3 {
  background-color: #ad1457;
}
.old-theme .theme-pink .theme-border-darken-3 {
  border-color: #ad1457;
}
.old-theme .theme-pink .theme-fill-darken-3 {
  fill: #ad1457;
}
.old-theme .theme-pink .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ad1457;
  box-shadow: inset 0 -2px 0 #ad1457;
}
.old-theme .theme-pink .theme-darken-4 {
  background-color: #880e4f;
  color: #fff;
}
.old-theme .theme-pink .theme-text-darken-4 {
  color: #880e4f;
}
.old-theme .theme-pink .theme-bg-darken-4 {
  background-color: #880e4f;
}
.old-theme .theme-pink .theme-border-darken-4 {
  border-color: #880e4f;
}
.old-theme .theme-pink .theme-fill-darken-4 {
  fill: #880e4f;
}
.old-theme .theme-pink .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #880e4f;
  box-shadow: inset 0 -2px 0 #880e4f;
}
.old-theme .theme-pink .theme-accent-1 {
  background-color: #ff80ab;
  color: #fff;
}
.old-theme .theme-pink .theme-text-accent-1 {
  color: #ff80ab;
}
.old-theme .theme-pink .theme-bg-accent-1 {
  background-color: #ff80ab;
}
.old-theme .theme-pink .theme-border-accent-1 {
  border-color: #ff80ab;
}
.old-theme .theme-pink .theme-fill-accent-1 {
  fill: #ff80ab;
}
.old-theme .theme-pink .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff80ab;
  box-shadow: inset 0 -2px 0 #ff80ab;
}
.old-theme .theme-pink .theme-accent-2 {
  background-color: #ff4081;
  color: #fff;
}
.old-theme .theme-pink .theme-text-accent-2 {
  color: #ff4081;
}
.old-theme .theme-pink .theme-bg-accent-2 {
  background-color: #ff4081;
}
.old-theme .theme-pink .theme-border-accent-2 {
  border-color: #ff4081;
}
.old-theme .theme-pink .theme-fill-accent-2 {
  fill: #ff4081;
}
.old-theme .theme-pink .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff4081;
  box-shadow: inset 0 -2px 0 #ff4081;
}
.old-theme .theme-pink .theme-accent-3 {
  background-color: #f50057;
  color: #fff;
}
.old-theme .theme-pink .theme-text-accent-3 {
  color: #f50057;
}
.old-theme .theme-pink .theme-bg-accent-3 {
  background-color: #f50057;
}
.old-theme .theme-pink .theme-border-accent-3 {
  border-color: #f50057;
}
.old-theme .theme-pink .theme-fill-accent-3 {
  fill: #f50057;
}
.old-theme .theme-pink .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #f50057;
  box-shadow: inset 0 -2px 0 #f50057;
}
.old-theme .theme-pink .theme-accent-4 {
  background-color: #c51162;
  color: #fff;
}
.old-theme .theme-pink .theme-text-accent-4 {
  color: #c51162;
}
.old-theme .theme-pink .theme-bg-accent-4,
.old-theme .theme-pink .btn-primary:focus {
  background-color: #c51162;
}
.old-theme .theme-pink .theme-border-accent-4 {
  border-color: #c51162;
}
.old-theme .theme-pink .theme-fill-accent-4 {
  fill: #c51162;
}
.old-theme .theme-pink .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #c51162;
  box-shadow: inset 0 -2px 0 #c51162;
}
.old-theme .theme-pink .theme-secondary-lighten-5 {
  background-color: #e3f2fd;
  color: #666;
}
.old-theme .theme-pink .theme-secondary-text-lighten-5 {
  color: #e3f2fd;
}
.old-theme .theme-pink .theme-secondary-bg-lighten-5,
.old-theme .theme-pink .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-pink .list-group-item:hover {
  background-color: #e3f2fd;
}
.old-theme .theme-pink .theme-secondary-border-lighten-5 {
  border-color: #e3f2fd;
}
.old-theme .theme-pink .theme-secondary-fill-lighten-5 {
  fill: #e3f2fd;
}
.old-theme .theme-pink .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e3f2fd;
  box-shadow: inset 0 -2px 0 #e3f2fd;
}
.old-theme .theme-pink .theme-secondary-lighten-4 {
  background-color: #bbdefb;
  color: #666;
}
.old-theme .theme-pink .theme-secondary-text-lighten-4 {
  color: #bbdefb;
}
.old-theme .theme-pink .theme-secondary-bg-lighten-4 {
  background-color: #bbdefb;
}
.old-theme .theme-pink .theme-secondary-border-lighten-4 {
  border-color: #bbdefb;
}
.old-theme .theme-pink .theme-secondary-fill-lighten-4 {
  fill: #bbdefb;
}
.old-theme .theme-pink .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #bbdefb;
  box-shadow: inset 0 -2px 0 #bbdefb;
}
.old-theme .theme-pink .theme-secondary-lighten-3 {
  background-color: #90caf9;
  color: #666;
}
.old-theme .theme-pink .theme-secondary-text-lighten-3,
.old-theme .theme-pink a:hover,
.old-theme .theme-pink a:focus,
.old-theme .theme-pink .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-pink a {
  color: #90caf9;
}
.old-theme .theme-pink .theme-secondary-bg-lighten-3 {
  background-color: #90caf9;
}
.old-theme .theme-pink .theme-secondary-border-lighten-3 {
  border-color: #90caf9;
}
.old-theme .theme-pink .theme-secondary-fill-lighten-3 {
  fill: #90caf9;
}
.old-theme .theme-pink .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #90caf9;
  box-shadow: inset 0 -2px 0 #90caf9;
}
.old-theme .theme-pink .theme-secondary-lighten-2 {
  background-color: #64b5f6;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-lighten-2 {
  color: #64b5f6;
}
.old-theme .theme-pink .theme-secondary-bg-lighten-2 {
  background-color: #64b5f6;
}
.old-theme .theme-pink .theme-secondary-border-lighten-2 {
  border-color: #64b5f6;
}
.old-theme .theme-pink .theme-secondary-fill-lighten-2 {
  fill: #64b5f6;
}
.old-theme .theme-pink .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #64b5f6;
  box-shadow: inset 0 -2px 0 #64b5f6;
}
.old-theme .theme-pink .theme-secondary-lighten-1 {
  background-color: #42a5f5;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-lighten-1 {
  color: #42a5f5;
}
.old-theme .theme-pink .theme-secondary-bg-lighten-1 {
  background-color: #42a5f5;
}
.old-theme .theme-pink .theme-secondary-border-lighten-1 {
  border-color: #42a5f5;
}
.old-theme .theme-pink .theme-secondary-fill-lighten-1 {
  fill: #42a5f5;
}
.old-theme .theme-pink .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #42a5f5;
  box-shadow: inset 0 -2px 0 #42a5f5;
}
.old-theme .theme-pink .theme-secondary,
.old-theme .theme-pink .alert.alert-theme,
.old-theme .theme-pink .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-pink .jvectormap-zoomin,
.old-theme .theme-pink .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-pink .jvectormap-zoomout {
  background-color: #2196f3;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text,
.old-theme .theme-pink a {
  color: #2196f3;
}
.old-theme .theme-pink .theme-secondary-bg,
.old-theme .theme-pink .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-pink .list-group-item.active,
.old-theme .theme-pink .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-pink th {
  background-color: #2196f3;
}
.old-theme .theme-pink .theme-secondary-border {
  border-color: #2196f3;
}
.old-theme .theme-pink .theme-secondary-fill {
  fill: #2196f3;
}
.old-theme .theme-pink .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}
.old-theme .theme-pink .theme-secondary-darken-1 {
  background-color: #1e88e5;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-darken-1 {
  color: #1e88e5;
}
.old-theme .theme-pink .theme-secondary-bg-darken-1 {
  background-color: #1e88e5;
}
.old-theme .theme-pink .theme-secondary-border-darken-1 {
  border-color: #1e88e5;
}
.old-theme .theme-pink .theme-secondary-fill-darken-1 {
  fill: #1e88e5;
}
.old-theme .theme-pink .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #1e88e5;
  box-shadow: inset 0 -2px 0 #1e88e5;
}
.old-theme .theme-pink .theme-secondary-darken-2 {
  background-color: #1976d2;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-darken-2 {
  color: #1976d2;
}
.old-theme .theme-pink .theme-secondary-bg-darken-2 {
  background-color: #1976d2;
}
.old-theme .theme-pink .theme-secondary-border-darken-2 {
  border-color: #1976d2;
}
.old-theme .theme-pink .theme-secondary-fill-darken-2 {
  fill: #1976d2;
}
.old-theme .theme-pink .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #1976d2;
  box-shadow: inset 0 -2px 0 #1976d2;
}
.old-theme .theme-pink .theme-secondary-darken-3 {
  background-color: #1565c0;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-darken-3 {
  color: #1565c0;
}
.old-theme .theme-pink .theme-secondary-bg-darken-3 {
  background-color: #1565c0;
}
.old-theme .theme-pink .theme-secondary-border-darken-3 {
  border-color: #1565c0;
}
.old-theme .theme-pink .theme-secondary-fill-darken-3 {
  fill: #1565c0;
}
.old-theme .theme-pink .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #1565c0;
  box-shadow: inset 0 -2px 0 #1565c0;
}
.old-theme .theme-pink .theme-secondary-darken-4 {
  background-color: #0d47a1;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-darken-4 {
  color: #0d47a1;
}
.old-theme .theme-pink .theme-secondary-bg-darken-4 {
  background-color: #0d47a1;
}
.old-theme .theme-pink .theme-secondary-border-darken-4 {
  border-color: #0d47a1;
}
.old-theme .theme-pink .theme-secondary-fill-darken-4 {
  fill: #0d47a1;
}
.old-theme .theme-pink .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #0d47a1;
  box-shadow: inset 0 -2px 0 #0d47a1;
}
.old-theme .theme-pink .theme-secondary-accent-1 {
  background-color: #82b1ff;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-accent-1 {
  color: #82b1ff;
}
.old-theme .theme-pink .theme-secondary-bg-accent-1 {
  background-color: #82b1ff;
}
.old-theme .theme-pink .theme-secondary-border-accent-1 {
  border-color: #82b1ff;
}
.old-theme .theme-pink .theme-secondary-fill-accent-1 {
  fill: #82b1ff;
}
.old-theme .theme-pink .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #82b1ff;
  box-shadow: inset 0 -2px 0 #82b1ff;
}
.old-theme .theme-pink .theme-secondary-accent-2 {
  background-color: #448aff;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-accent-2 {
  color: #448aff;
}
.old-theme .theme-pink .theme-secondary-bg-accent-2 {
  background-color: #448aff;
}
.old-theme .theme-pink .theme-secondary-border-accent-2 {
  border-color: #448aff;
}
.old-theme .theme-pink .theme-secondary-fill-accent-2 {
  fill: #448aff;
}
.old-theme .theme-pink .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #448aff;
  box-shadow: inset 0 -2px 0 #448aff;
}
.old-theme .theme-pink .theme-secondary-accent-3 {
  background-color: #2979ff;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-accent-3 {
  color: #2979ff;
}
.old-theme .theme-pink .theme-secondary-bg-accent-3 {
  background-color: #2979ff;
}
.old-theme .theme-pink .theme-secondary-border-accent-3 {
  border-color: #2979ff;
}
.old-theme .theme-pink .theme-secondary-fill-accent-3 {
  fill: #2979ff;
}
.old-theme .theme-pink .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #2979ff;
  box-shadow: inset 0 -2px 0 #2979ff;
}
.old-theme .theme-pink .theme-secondary-accent-4 {
  background-color: #2962ff;
  color: #fff;
}
.old-theme .theme-pink .theme-secondary-text-accent-4 {
  color: #2962ff;
}
.old-theme .theme-pink .theme-secondary-bg-accent-4 {
  background-color: #2962ff;
}
.old-theme .theme-pink .theme-secondary-border-accent-4 {
  border-color: #2962ff;
}
.old-theme .theme-pink .theme-secondary-fill-accent-4 {
  fill: #2962ff;
}
.old-theme .theme-pink .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #2962ff;
  box-shadow: inset 0 -2px 0 #2962ff;
}
.old-theme .theme-purple .theme-lighten-5 {
  background-color: #f3e5f5;
  color: #666;
}
.old-theme .theme-purple .theme-text-lighten-5 {
  color: #f3e5f5;
}
.old-theme .theme-purple .theme-bg-lighten-5 {
  background-color: #f3e5f5;
}
.old-theme .theme-purple .theme-border-lighten-5 {
  border-color: #f3e5f5;
}
.old-theme .theme-purple .theme-fill-lighten-5 {
  fill: #f3e5f5;
}
.old-theme .theme-purple .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #f3e5f5;
  box-shadow: inset 0 -2px 0 #f3e5f5;
}
.old-theme .theme-purple .theme-lighten-4 {
  background-color: #e1bee7;
  color: #666;
}
.old-theme .theme-purple .theme-text-lighten-4 {
  color: #e1bee7;
}
.old-theme .theme-purple .theme-bg-lighten-4 {
  background-color: #e1bee7;
}
.old-theme .theme-purple .theme-border-lighten-4 {
  border-color: #e1bee7;
}
.old-theme .theme-purple .theme-fill-lighten-4 {
  fill: #e1bee7;
}
.old-theme .theme-purple .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #e1bee7;
  box-shadow: inset 0 -2px 0 #e1bee7;
}
.old-theme .theme-purple .theme-lighten-3 {
  background-color: #ce93d8;
  color: #fff;
}
.old-theme .theme-purple .theme-text-lighten-3 {
  color: #ce93d8;
}
.old-theme .theme-purple .theme-bg-lighten-3,
.old-theme .theme-purple .btn-primary.disabled,
.old-theme .theme-purple .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-purple input[type=checkbox]:checked + .lever {
  background-color: #ce93d8;
}
.old-theme .theme-purple .theme-border-lighten-3 {
  border-color: #ce93d8;
}
.old-theme .theme-purple .theme-fill-lighten-3 {
  fill: #ce93d8;
}
.old-theme .theme-purple .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ce93d8;
  box-shadow: inset 0 -2px 0 #ce93d8;
}
.old-theme .theme-purple .theme-lighten-2 {
  background-color: #ba68c8;
  color: #fff;
}
.old-theme .theme-purple .theme-text-lighten-2 {
  color: #ba68c8;
}
.old-theme .theme-purple .theme-bg-lighten-2 {
  background-color: #ba68c8;
}
.old-theme .theme-purple .theme-border-lighten-2 {
  border-color: #ba68c8;
}
.old-theme .theme-purple .theme-fill-lighten-2 {
  fill: #ba68c8;
}
.old-theme .theme-purple .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ba68c8;
  box-shadow: inset 0 -2px 0 #ba68c8;
}
.old-theme .theme-purple .theme-lighten-1 {
  background-color: #ab47bc;
  color: #fff;
}
.old-theme .theme-purple .theme-text-lighten-1,
.old-theme .theme-purple aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-purple a.collapsible-header:after {
  color: #ab47bc;
}
.old-theme .theme-purple .theme-bg-lighten-1 {
  background-color: #ab47bc;
}
.old-theme .theme-purple .theme-border-lighten-1 {
  border-color: #ab47bc;
}
.old-theme .theme-purple .theme-fill-lighten-1 {
  fill: #ab47bc;
}
.old-theme .theme-purple .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ab47bc;
  box-shadow: inset 0 -2px 0 #ab47bc;
}
.old-theme .theme-purple .theme {
  background-color: #9c27b0;
  color: #fff;
}
.old-theme .theme-purple .theme-text,
.old-theme .theme-purple .page-header h1,
.old-theme .page-header .theme-purple h1,
.old-theme .theme-purple .nav-tabs > li > a:hover,
.old-theme .theme-purple .nav-tabs > li.active > a,
.old-theme .theme-purple .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-purple .btn-link,
.old-theme .theme-purple .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-purple .filter,
.old-theme .theme-purple .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-purple .filter:focus:hover,
.old-theme .theme-purple .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-purple .filter.active:hover,
.old-theme .theme-purple .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-purple td:first-child {
  color: #9c27b0;
}
.old-theme .theme-purple .theme-bg,
.old-theme .theme-purple input[type="radio"]:before,
.old-theme .theme-purple input[type="checkbox"]:checked:after,
.old-theme .theme-purple #loading-bar .bar,
.old-theme #loading-bar .theme-purple .bar,
.old-theme .theme-purple #logo .foot2,
.old-theme #logo .theme-purple .foot2,
.old-theme .theme-purple #logo .foot4,
.old-theme #logo .theme-purple .foot4,
.old-theme .theme-purple .btn-primary,
.old-theme .theme-purple .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-purple input[type=checkbox]:checked + .lever:after,
.old-theme .theme-purple .noUi-base,
.old-theme .theme-purple .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-purple .noUi-origin:first-child,
.old-theme .theme-purple .noUi-handle,
.old-theme .theme-purple .noUi-handle:before {
  background-color: #9c27b0;
}
.old-theme .theme-purple .theme-border,
.old-theme .theme-purple input[type="radio"]:checked:after,
.old-theme .theme-purple input[type="checkbox"]:checked:after {
  border-color: #9c27b0;
}
.old-theme .theme-purple .theme-fill {
  fill: #9c27b0;
}
.old-theme .theme-purple .theme-box-inset,
.old-theme .theme-purple textarea:focus,
.old-theme .theme-purple input.form-control:focus,
.old-theme .theme-purple input[type=text]:focus,
.old-theme .theme-purple input[type=password]:focus,
.old-theme .theme-purple input[type=email]:focus,
.old-theme .theme-purple input[type=number]:focus,
.old-theme .theme-purple [type=text].form-control:focus,
.old-theme .theme-purple [type=password].form-control:focus,
.old-theme .theme-purple [type=email].form-control:focus,
.old-theme .theme-purple [type=tel].form-control:focus,
.old-theme .theme-purple [contenteditable].form-control:focus,
.old-theme .theme-purple select:focus,
.old-theme .theme-purple .nav-tabs > li > a:hover,
.old-theme .theme-purple .nav-tabs > li.active > a,
.old-theme .theme-purple .focussed .ta-bind,
.old-theme .focussed .theme-purple .ta-bind,
.old-theme .theme-purple .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-purple .filter:hover,
.old-theme .theme-purple .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-purple .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #9c27b0;
  box-shadow: inset 0 -2px 0 #9c27b0;
}
.old-theme .theme-purple .theme-darken-1 {
  background-color: #8e24aa;
  color: #fff;
}
.old-theme .theme-purple .theme-text-darken-1,
.old-theme .theme-purple .btn-link:focus,
.old-theme .theme-purple .btn-link:hover {
  color: #8e24aa;
}
.old-theme .theme-purple .theme-bg-darken-1,
.old-theme .theme-purple #logo .foot1,
.old-theme #logo .theme-purple .foot1,
.old-theme .theme-purple #logo .foot3,
.old-theme #logo .theme-purple .foot3,
.old-theme .theme-purple .btn-primary:hover {
  background-color: #8e24aa;
}
.old-theme .theme-purple .theme-border-darken-1 {
  border-color: #8e24aa;
}
.old-theme .theme-purple .theme-fill-darken-1 {
  fill: #8e24aa;
}
.old-theme .theme-purple .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #8e24aa;
  box-shadow: inset 0 -2px 0 #8e24aa;
}
.old-theme .theme-purple .theme-darken-2 {
  background-color: #7b1fa2;
  color: #fff;
}
.old-theme .theme-purple .theme-text-darken-2 {
  color: #7b1fa2;
}
.old-theme .theme-purple .theme-bg-darken-2 {
  background-color: #7b1fa2;
}
.old-theme .theme-purple .theme-border-darken-2 {
  border-color: #7b1fa2;
}
.old-theme .theme-purple .theme-fill-darken-2 {
  fill: #7b1fa2;
}
.old-theme .theme-purple .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #7b1fa2;
  box-shadow: inset 0 -2px 0 #7b1fa2;
}
.old-theme .theme-purple .theme-darken-3 {
  background-color: #6a1b9a;
  color: #fff;
}
.old-theme .theme-purple .theme-text-darken-3 {
  color: #6a1b9a;
}
.old-theme .theme-purple .theme-bg-darken-3 {
  background-color: #6a1b9a;
}
.old-theme .theme-purple .theme-border-darken-3 {
  border-color: #6a1b9a;
}
.old-theme .theme-purple .theme-fill-darken-3 {
  fill: #6a1b9a;
}
.old-theme .theme-purple .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #6a1b9a;
  box-shadow: inset 0 -2px 0 #6a1b9a;
}
.old-theme .theme-purple .theme-darken-4 {
  background-color: #4a148c;
  color: #fff;
}
.old-theme .theme-purple .theme-text-darken-4 {
  color: #4a148c;
}
.old-theme .theme-purple .theme-bg-darken-4 {
  background-color: #4a148c;
}
.old-theme .theme-purple .theme-border-darken-4 {
  border-color: #4a148c;
}
.old-theme .theme-purple .theme-fill-darken-4 {
  fill: #4a148c;
}
.old-theme .theme-purple .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #4a148c;
  box-shadow: inset 0 -2px 0 #4a148c;
}
.old-theme .theme-purple .theme-accent-1 {
  background-color: #ea80fc;
  color: #fff;
}
.old-theme .theme-purple .theme-text-accent-1 {
  color: #ea80fc;
}
.old-theme .theme-purple .theme-bg-accent-1 {
  background-color: #ea80fc;
}
.old-theme .theme-purple .theme-border-accent-1 {
  border-color: #ea80fc;
}
.old-theme .theme-purple .theme-fill-accent-1 {
  fill: #ea80fc;
}
.old-theme .theme-purple .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ea80fc;
  box-shadow: inset 0 -2px 0 #ea80fc;
}
.old-theme .theme-purple .theme-accent-2 {
  background-color: #e040fb;
  color: #fff;
}
.old-theme .theme-purple .theme-text-accent-2 {
  color: #e040fb;
}
.old-theme .theme-purple .theme-bg-accent-2 {
  background-color: #e040fb;
}
.old-theme .theme-purple .theme-border-accent-2 {
  border-color: #e040fb;
}
.old-theme .theme-purple .theme-fill-accent-2 {
  fill: #e040fb;
}
.old-theme .theme-purple .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #e040fb;
  box-shadow: inset 0 -2px 0 #e040fb;
}
.old-theme .theme-purple .theme-accent-3 {
  background-color: #d500f9;
  color: #fff;
}
.old-theme .theme-purple .theme-text-accent-3 {
  color: #d500f9;
}
.old-theme .theme-purple .theme-bg-accent-3 {
  background-color: #d500f9;
}
.old-theme .theme-purple .theme-border-accent-3 {
  border-color: #d500f9;
}
.old-theme .theme-purple .theme-fill-accent-3 {
  fill: #d500f9;
}
.old-theme .theme-purple .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #d500f9;
  box-shadow: inset 0 -2px 0 #d500f9;
}
.old-theme .theme-purple .theme-accent-4 {
  background-color: #a0f;
  color: #fff;
}
.old-theme .theme-purple .theme-text-accent-4 {
  color: #a0f;
}
.old-theme .theme-purple .theme-bg-accent-4,
.old-theme .theme-purple .btn-primary:focus {
  background-color: #a0f;
}
.old-theme .theme-purple .theme-border-accent-4 {
  border-color: #a0f;
}
.old-theme .theme-purple .theme-fill-accent-4 {
  fill: #a0f;
}
.old-theme .theme-purple .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #a0f;
  box-shadow: inset 0 -2px 0 #a0f;
}
.old-theme .theme-purple .theme-secondary-lighten-5 {
  background-color: #e0f7fa;
  color: #666;
}
.old-theme .theme-purple .theme-secondary-text-lighten-5 {
  color: #e0f7fa;
}
.old-theme .theme-purple .theme-secondary-bg-lighten-5,
.old-theme .theme-purple .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-purple .list-group-item:hover {
  background-color: #e0f7fa;
}
.old-theme .theme-purple .theme-secondary-border-lighten-5 {
  border-color: #e0f7fa;
}
.old-theme .theme-purple .theme-secondary-fill-lighten-5 {
  fill: #e0f7fa;
}
.old-theme .theme-purple .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e0f7fa;
  box-shadow: inset 0 -2px 0 #e0f7fa;
}
.old-theme .theme-purple .theme-secondary-lighten-4 {
  background-color: #b2ebf2;
  color: #666;
}
.old-theme .theme-purple .theme-secondary-text-lighten-4 {
  color: #b2ebf2;
}
.old-theme .theme-purple .theme-secondary-bg-lighten-4 {
  background-color: #b2ebf2;
}
.old-theme .theme-purple .theme-secondary-border-lighten-4 {
  border-color: #b2ebf2;
}
.old-theme .theme-purple .theme-secondary-fill-lighten-4 {
  fill: #b2ebf2;
}
.old-theme .theme-purple .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b2ebf2;
  box-shadow: inset 0 -2px 0 #b2ebf2;
}
.old-theme .theme-purple .theme-secondary-lighten-3 {
  background-color: #80deea;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-lighten-3,
.old-theme .theme-purple a:hover,
.old-theme .theme-purple a:focus,
.old-theme .theme-purple .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-purple a {
  color: #80deea;
}
.old-theme .theme-purple .theme-secondary-bg-lighten-3 {
  background-color: #80deea;
}
.old-theme .theme-purple .theme-secondary-border-lighten-3 {
  border-color: #80deea;
}
.old-theme .theme-purple .theme-secondary-fill-lighten-3 {
  fill: #80deea;
}
.old-theme .theme-purple .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #80deea;
  box-shadow: inset 0 -2px 0 #80deea;
}
.old-theme .theme-purple .theme-secondary-lighten-2 {
  background-color: #4dd0e1;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-lighten-2 {
  color: #4dd0e1;
}
.old-theme .theme-purple .theme-secondary-bg-lighten-2 {
  background-color: #4dd0e1;
}
.old-theme .theme-purple .theme-secondary-border-lighten-2 {
  border-color: #4dd0e1;
}
.old-theme .theme-purple .theme-secondary-fill-lighten-2 {
  fill: #4dd0e1;
}
.old-theme .theme-purple .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #4dd0e1;
  box-shadow: inset 0 -2px 0 #4dd0e1;
}
.old-theme .theme-purple .theme-secondary-lighten-1 {
  background-color: #26c6da;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-lighten-1 {
  color: #26c6da;
}
.old-theme .theme-purple .theme-secondary-bg-lighten-1 {
  background-color: #26c6da;
}
.old-theme .theme-purple .theme-secondary-border-lighten-1 {
  border-color: #26c6da;
}
.old-theme .theme-purple .theme-secondary-fill-lighten-1 {
  fill: #26c6da;
}
.old-theme .theme-purple .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #26c6da;
  box-shadow: inset 0 -2px 0 #26c6da;
}
.old-theme .theme-purple .theme-secondary,
.old-theme .theme-purple .alert.alert-theme,
.old-theme .theme-purple .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-purple .jvectormap-zoomin,
.old-theme .theme-purple .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-purple .jvectormap-zoomout {
  background-color: #00bcd4;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text,
.old-theme .theme-purple a {
  color: #00bcd4;
}
.old-theme .theme-purple .theme-secondary-bg,
.old-theme .theme-purple .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-purple .list-group-item.active,
.old-theme .theme-purple .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-purple th {
  background-color: #00bcd4;
}
.old-theme .theme-purple .theme-secondary-border {
  border-color: #00bcd4;
}
.old-theme .theme-purple .theme-secondary-fill {
  fill: #00bcd4;
}
.old-theme .theme-purple .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #00bcd4;
  box-shadow: inset 0 -2px 0 #00bcd4;
}
.old-theme .theme-purple .theme-secondary-darken-1 {
  background-color: #00acc1;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-darken-1 {
  color: #00acc1;
}
.old-theme .theme-purple .theme-secondary-bg-darken-1 {
  background-color: #00acc1;
}
.old-theme .theme-purple .theme-secondary-border-darken-1 {
  border-color: #00acc1;
}
.old-theme .theme-purple .theme-secondary-fill-darken-1 {
  fill: #00acc1;
}
.old-theme .theme-purple .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #00acc1;
  box-shadow: inset 0 -2px 0 #00acc1;
}
.old-theme .theme-purple .theme-secondary-darken-2 {
  background-color: #0097a7;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-darken-2 {
  color: #0097a7;
}
.old-theme .theme-purple .theme-secondary-bg-darken-2 {
  background-color: #0097a7;
}
.old-theme .theme-purple .theme-secondary-border-darken-2 {
  border-color: #0097a7;
}
.old-theme .theme-purple .theme-secondary-fill-darken-2 {
  fill: #0097a7;
}
.old-theme .theme-purple .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #0097a7;
  box-shadow: inset 0 -2px 0 #0097a7;
}
.old-theme .theme-purple .theme-secondary-darken-3 {
  background-color: #00838f;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-darken-3 {
  color: #00838f;
}
.old-theme .theme-purple .theme-secondary-bg-darken-3 {
  background-color: #00838f;
}
.old-theme .theme-purple .theme-secondary-border-darken-3 {
  border-color: #00838f;
}
.old-theme .theme-purple .theme-secondary-fill-darken-3 {
  fill: #00838f;
}
.old-theme .theme-purple .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00838f;
  box-shadow: inset 0 -2px 0 #00838f;
}
.old-theme .theme-purple .theme-secondary-darken-4 {
  background-color: #006064;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-darken-4 {
  color: #006064;
}
.old-theme .theme-purple .theme-secondary-bg-darken-4 {
  background-color: #006064;
}
.old-theme .theme-purple .theme-secondary-border-darken-4 {
  border-color: #006064;
}
.old-theme .theme-purple .theme-secondary-fill-darken-4 {
  fill: #006064;
}
.old-theme .theme-purple .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #006064;
  box-shadow: inset 0 -2px 0 #006064;
}
.old-theme .theme-purple .theme-secondary-accent-1 {
  background-color: #84ffff;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-accent-1 {
  color: #84ffff;
}
.old-theme .theme-purple .theme-secondary-bg-accent-1 {
  background-color: #84ffff;
}
.old-theme .theme-purple .theme-secondary-border-accent-1 {
  border-color: #84ffff;
}
.old-theme .theme-purple .theme-secondary-fill-accent-1 {
  fill: #84ffff;
}
.old-theme .theme-purple .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #84ffff;
  box-shadow: inset 0 -2px 0 #84ffff;
}
.old-theme .theme-purple .theme-secondary-accent-2 {
  background-color: #18ffff;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-accent-2 {
  color: #18ffff;
}
.old-theme .theme-purple .theme-secondary-bg-accent-2 {
  background-color: #18ffff;
}
.old-theme .theme-purple .theme-secondary-border-accent-2 {
  border-color: #18ffff;
}
.old-theme .theme-purple .theme-secondary-fill-accent-2 {
  fill: #18ffff;
}
.old-theme .theme-purple .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #18ffff;
  box-shadow: inset 0 -2px 0 #18ffff;
}
.old-theme .theme-purple .theme-secondary-accent-3 {
  background-color: #00e5ff;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-accent-3 {
  color: #00e5ff;
}
.old-theme .theme-purple .theme-secondary-bg-accent-3 {
  background-color: #00e5ff;
}
.old-theme .theme-purple .theme-secondary-border-accent-3 {
  border-color: #00e5ff;
}
.old-theme .theme-purple .theme-secondary-fill-accent-3 {
  fill: #00e5ff;
}
.old-theme .theme-purple .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00e5ff;
  box-shadow: inset 0 -2px 0 #00e5ff;
}
.old-theme .theme-purple .theme-secondary-accent-4 {
  background-color: #00b8d4;
  color: #fff;
}
.old-theme .theme-purple .theme-secondary-text-accent-4 {
  color: #00b8d4;
}
.old-theme .theme-purple .theme-secondary-bg-accent-4 {
  background-color: #00b8d4;
}
.old-theme .theme-purple .theme-secondary-border-accent-4 {
  border-color: #00b8d4;
}
.old-theme .theme-purple .theme-secondary-fill-accent-4 {
  fill: #00b8d4;
}
.old-theme .theme-purple .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #00b8d4;
  box-shadow: inset 0 -2px 0 #00b8d4;
}
.old-theme .theme-deep-purple .theme-lighten-5 {
  background-color: #ede7f6;
  color: #666;
}
.old-theme .theme-deep-purple .theme-text-lighten-5 {
  color: #ede7f6;
}
.old-theme .theme-deep-purple .theme-bg-lighten-5 {
  background-color: #ede7f6;
}
.old-theme .theme-deep-purple .theme-border-lighten-5 {
  border-color: #ede7f6;
}
.old-theme .theme-deep-purple .theme-fill-lighten-5 {
  fill: #ede7f6;
}
.old-theme .theme-deep-purple .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #ede7f6;
  box-shadow: inset 0 -2px 0 #ede7f6;
}
.old-theme .theme-deep-purple .theme-lighten-4 {
  background-color: #d1c4e9;
  color: #666;
}
.old-theme .theme-deep-purple .theme-text-lighten-4 {
  color: #d1c4e9;
}
.old-theme .theme-deep-purple .theme-bg-lighten-4 {
  background-color: #d1c4e9;
}
.old-theme .theme-deep-purple .theme-border-lighten-4 {
  border-color: #d1c4e9;
}
.old-theme .theme-deep-purple .theme-fill-lighten-4 {
  fill: #d1c4e9;
}
.old-theme .theme-deep-purple .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #d1c4e9;
  box-shadow: inset 0 -2px 0 #d1c4e9;
}
.old-theme .theme-deep-purple .theme-lighten-3 {
  background-color: #b39ddb;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-lighten-3 {
  color: #b39ddb;
}
.old-theme .theme-deep-purple .theme-bg-lighten-3,
.old-theme .theme-deep-purple .btn-primary.disabled,
.old-theme .theme-deep-purple .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-deep-purple input[type=checkbox]:checked + .lever {
  background-color: #b39ddb;
}
.old-theme .theme-deep-purple .theme-border-lighten-3 {
  border-color: #b39ddb;
}
.old-theme .theme-deep-purple .theme-fill-lighten-3 {
  fill: #b39ddb;
}
.old-theme .theme-deep-purple .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #b39ddb;
  box-shadow: inset 0 -2px 0 #b39ddb;
}
.old-theme .theme-deep-purple .theme-lighten-2 {
  background-color: #9575cd;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-lighten-2 {
  color: #9575cd;
}
.old-theme .theme-deep-purple .theme-bg-lighten-2 {
  background-color: #9575cd;
}
.old-theme .theme-deep-purple .theme-border-lighten-2 {
  border-color: #9575cd;
}
.old-theme .theme-deep-purple .theme-fill-lighten-2 {
  fill: #9575cd;
}
.old-theme .theme-deep-purple .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #9575cd;
  box-shadow: inset 0 -2px 0 #9575cd;
}
.old-theme .theme-deep-purple .theme-lighten-1 {
  background-color: #7e57c2;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-lighten-1,
.old-theme .theme-deep-purple aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-deep-purple a.collapsible-header:after {
  color: #7e57c2;
}
.old-theme .theme-deep-purple .theme-bg-lighten-1 {
  background-color: #7e57c2;
}
.old-theme .theme-deep-purple .theme-border-lighten-1 {
  border-color: #7e57c2;
}
.old-theme .theme-deep-purple .theme-fill-lighten-1 {
  fill: #7e57c2;
}
.old-theme .theme-deep-purple .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #7e57c2;
  box-shadow: inset 0 -2px 0 #7e57c2;
}
.old-theme .theme-deep-purple .theme {
  background-color: #673ab7;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text,
.old-theme .theme-deep-purple .page-header h1,
.old-theme .page-header .theme-deep-purple h1,
.old-theme .theme-deep-purple .nav-tabs > li > a:hover,
.old-theme .theme-deep-purple .nav-tabs > li.active > a,
.old-theme .theme-deep-purple .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-deep-purple .btn-link,
.old-theme .theme-deep-purple .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-deep-purple .filter,
.old-theme .theme-deep-purple .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-deep-purple .filter:focus:hover,
.old-theme .theme-deep-purple .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-deep-purple .filter.active:hover,
.old-theme .theme-deep-purple .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-deep-purple td:first-child {
  color: #673ab7;
}
.old-theme .theme-deep-purple .theme-bg,
.old-theme .theme-deep-purple input[type="radio"]:before,
.old-theme .theme-deep-purple input[type="checkbox"]:checked:after,
.old-theme .theme-deep-purple #loading-bar .bar,
.old-theme #loading-bar .theme-deep-purple .bar,
.old-theme .theme-deep-purple #logo .foot2,
.old-theme #logo .theme-deep-purple .foot2,
.old-theme .theme-deep-purple #logo .foot4,
.old-theme #logo .theme-deep-purple .foot4,
.old-theme .theme-deep-purple .btn-primary,
.old-theme .theme-deep-purple .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-deep-purple input[type=checkbox]:checked + .lever:after,
.old-theme .theme-deep-purple .noUi-base,
.old-theme .theme-deep-purple .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-deep-purple .noUi-origin:first-child,
.old-theme .theme-deep-purple .noUi-handle,
.old-theme .theme-deep-purple .noUi-handle:before {
  background-color: #673ab7;
}
.old-theme .theme-deep-purple .theme-border,
.old-theme .theme-deep-purple input[type="radio"]:checked:after,
.old-theme .theme-deep-purple input[type="checkbox"]:checked:after {
  border-color: #673ab7;
}
.old-theme .theme-deep-purple .theme-fill {
  fill: #673ab7;
}
.old-theme .theme-deep-purple .theme-box-inset,
.old-theme .theme-deep-purple textarea:focus,
.old-theme .theme-deep-purple input.form-control:focus,
.old-theme .theme-deep-purple input[type=text]:focus,
.old-theme .theme-deep-purple input[type=password]:focus,
.old-theme .theme-deep-purple input[type=email]:focus,
.old-theme .theme-deep-purple input[type=number]:focus,
.old-theme .theme-deep-purple [type=text].form-control:focus,
.old-theme .theme-deep-purple [type=password].form-control:focus,
.old-theme .theme-deep-purple [type=email].form-control:focus,
.old-theme .theme-deep-purple [type=tel].form-control:focus,
.old-theme .theme-deep-purple [contenteditable].form-control:focus,
.old-theme .theme-deep-purple select:focus,
.old-theme .theme-deep-purple .nav-tabs > li > a:hover,
.old-theme .theme-deep-purple .nav-tabs > li.active > a,
.old-theme .theme-deep-purple .focussed .ta-bind,
.old-theme .focussed .theme-deep-purple .ta-bind,
.old-theme .theme-deep-purple .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-deep-purple .filter:hover,
.old-theme .theme-deep-purple .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-deep-purple .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #673ab7;
  box-shadow: inset 0 -2px 0 #673ab7;
}
.old-theme .theme-deep-purple .theme-darken-1 {
  background-color: #5e35b1;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-darken-1,
.old-theme .theme-deep-purple .btn-link:focus,
.old-theme .theme-deep-purple .btn-link:hover {
  color: #5e35b1;
}
.old-theme .theme-deep-purple .theme-bg-darken-1,
.old-theme .theme-deep-purple #logo .foot1,
.old-theme #logo .theme-deep-purple .foot1,
.old-theme .theme-deep-purple #logo .foot3,
.old-theme #logo .theme-deep-purple .foot3,
.old-theme .theme-deep-purple .btn-primary:hover {
  background-color: #5e35b1;
}
.old-theme .theme-deep-purple .theme-border-darken-1 {
  border-color: #5e35b1;
}
.old-theme .theme-deep-purple .theme-fill-darken-1 {
  fill: #5e35b1;
}
.old-theme .theme-deep-purple .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #5e35b1;
  box-shadow: inset 0 -2px 0 #5e35b1;
}
.old-theme .theme-deep-purple .theme-darken-2 {
  background-color: #512da8;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-darken-2 {
  color: #512da8;
}
.old-theme .theme-deep-purple .theme-bg-darken-2 {
  background-color: #512da8;
}
.old-theme .theme-deep-purple .theme-border-darken-2 {
  border-color: #512da8;
}
.old-theme .theme-deep-purple .theme-fill-darken-2 {
  fill: #512da8;
}
.old-theme .theme-deep-purple .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #512da8;
  box-shadow: inset 0 -2px 0 #512da8;
}
.old-theme .theme-deep-purple .theme-darken-3 {
  background-color: #4527a0;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-darken-3 {
  color: #4527a0;
}
.old-theme .theme-deep-purple .theme-bg-darken-3 {
  background-color: #4527a0;
}
.old-theme .theme-deep-purple .theme-border-darken-3 {
  border-color: #4527a0;
}
.old-theme .theme-deep-purple .theme-fill-darken-3 {
  fill: #4527a0;
}
.old-theme .theme-deep-purple .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #4527a0;
  box-shadow: inset 0 -2px 0 #4527a0;
}
.old-theme .theme-deep-purple .theme-darken-4 {
  background-color: #311b92;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-darken-4 {
  color: #311b92;
}
.old-theme .theme-deep-purple .theme-bg-darken-4 {
  background-color: #311b92;
}
.old-theme .theme-deep-purple .theme-border-darken-4 {
  border-color: #311b92;
}
.old-theme .theme-deep-purple .theme-fill-darken-4 {
  fill: #311b92;
}
.old-theme .theme-deep-purple .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #311b92;
  box-shadow: inset 0 -2px 0 #311b92;
}
.old-theme .theme-deep-purple .theme-accent-1 {
  background-color: #b388ff;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-accent-1 {
  color: #b388ff;
}
.old-theme .theme-deep-purple .theme-bg-accent-1 {
  background-color: #b388ff;
}
.old-theme .theme-deep-purple .theme-border-accent-1 {
  border-color: #b388ff;
}
.old-theme .theme-deep-purple .theme-fill-accent-1 {
  fill: #b388ff;
}
.old-theme .theme-deep-purple .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #b388ff;
  box-shadow: inset 0 -2px 0 #b388ff;
}
.old-theme .theme-deep-purple .theme-accent-2 {
  background-color: #7c4dff;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-accent-2 {
  color: #7c4dff;
}
.old-theme .theme-deep-purple .theme-bg-accent-2 {
  background-color: #7c4dff;
}
.old-theme .theme-deep-purple .theme-border-accent-2 {
  border-color: #7c4dff;
}
.old-theme .theme-deep-purple .theme-fill-accent-2 {
  fill: #7c4dff;
}
.old-theme .theme-deep-purple .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #7c4dff;
  box-shadow: inset 0 -2px 0 #7c4dff;
}
.old-theme .theme-deep-purple .theme-accent-3 {
  background-color: #651fff;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-accent-3 {
  color: #651fff;
}
.old-theme .theme-deep-purple .theme-bg-accent-3 {
  background-color: #651fff;
}
.old-theme .theme-deep-purple .theme-border-accent-3 {
  border-color: #651fff;
}
.old-theme .theme-deep-purple .theme-fill-accent-3 {
  fill: #651fff;
}
.old-theme .theme-deep-purple .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #651fff;
  box-shadow: inset 0 -2px 0 #651fff;
}
.old-theme .theme-deep-purple .theme-accent-4 {
  background-color: #6200ea;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-text-accent-4 {
  color: #6200ea;
}
.old-theme .theme-deep-purple .theme-bg-accent-4,
.old-theme .theme-deep-purple .btn-primary:focus {
  background-color: #6200ea;
}
.old-theme .theme-deep-purple .theme-border-accent-4 {
  border-color: #6200ea;
}
.old-theme .theme-deep-purple .theme-fill-accent-4 {
  fill: #6200ea;
}
.old-theme .theme-deep-purple .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #6200ea;
  box-shadow: inset 0 -2px 0 #6200ea;
}
.old-theme .theme-deep-purple .theme-secondary-lighten-5 {
  background-color: #e8f5e9;
  color: #666;
}
.old-theme .theme-deep-purple .theme-secondary-text-lighten-5 {
  color: #e8f5e9;
}
.old-theme .theme-deep-purple .theme-secondary-bg-lighten-5,
.old-theme .theme-deep-purple .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-deep-purple .list-group-item:hover {
  background-color: #e8f5e9;
}
.old-theme .theme-deep-purple .theme-secondary-border-lighten-5 {
  border-color: #e8f5e9;
}
.old-theme .theme-deep-purple .theme-secondary-fill-lighten-5 {
  fill: #e8f5e9;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e8f5e9;
  box-shadow: inset 0 -2px 0 #e8f5e9;
}
.old-theme .theme-deep-purple .theme-secondary-lighten-4 {
  background-color: #c8e6c9;
  color: #666;
}
.old-theme .theme-deep-purple .theme-secondary-text-lighten-4 {
  color: #c8e6c9;
}
.old-theme .theme-deep-purple .theme-secondary-bg-lighten-4 {
  background-color: #c8e6c9;
}
.old-theme .theme-deep-purple .theme-secondary-border-lighten-4 {
  border-color: #c8e6c9;
}
.old-theme .theme-deep-purple .theme-secondary-fill-lighten-4 {
  fill: #c8e6c9;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #c8e6c9;
  box-shadow: inset 0 -2px 0 #c8e6c9;
}
.old-theme .theme-deep-purple .theme-secondary-lighten-3 {
  background-color: #a5d6a7;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-lighten-3,
.old-theme .theme-deep-purple a:hover,
.old-theme .theme-deep-purple a:focus,
.old-theme .theme-deep-purple .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-deep-purple a {
  color: #a5d6a7;
}
.old-theme .theme-deep-purple .theme-secondary-bg-lighten-3 {
  background-color: #a5d6a7;
}
.old-theme .theme-deep-purple .theme-secondary-border-lighten-3 {
  border-color: #a5d6a7;
}
.old-theme .theme-deep-purple .theme-secondary-fill-lighten-3 {
  fill: #a5d6a7;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #a5d6a7;
  box-shadow: inset 0 -2px 0 #a5d6a7;
}
.old-theme .theme-deep-purple .theme-secondary-lighten-2 {
  background-color: #81c784;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-lighten-2 {
  color: #81c784;
}
.old-theme .theme-deep-purple .theme-secondary-bg-lighten-2 {
  background-color: #81c784;
}
.old-theme .theme-deep-purple .theme-secondary-border-lighten-2 {
  border-color: #81c784;
}
.old-theme .theme-deep-purple .theme-secondary-fill-lighten-2 {
  fill: #81c784;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #81c784;
  box-shadow: inset 0 -2px 0 #81c784;
}
.old-theme .theme-deep-purple .theme-secondary-lighten-1 {
  background-color: #66bb6a;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-lighten-1 {
  color: #66bb6a;
}
.old-theme .theme-deep-purple .theme-secondary-bg-lighten-1 {
  background-color: #66bb6a;
}
.old-theme .theme-deep-purple .theme-secondary-border-lighten-1 {
  border-color: #66bb6a;
}
.old-theme .theme-deep-purple .theme-secondary-fill-lighten-1 {
  fill: #66bb6a;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #66bb6a;
  box-shadow: inset 0 -2px 0 #66bb6a;
}
.old-theme .theme-deep-purple .theme-secondary,
.old-theme .theme-deep-purple .alert.alert-theme,
.old-theme .theme-deep-purple .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-deep-purple .jvectormap-zoomin,
.old-theme .theme-deep-purple .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-deep-purple .jvectormap-zoomout {
  background-color: #4caf50;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text,
.old-theme .theme-deep-purple a {
  color: #4caf50;
}
.old-theme .theme-deep-purple .theme-secondary-bg,
.old-theme .theme-deep-purple .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-deep-purple .list-group-item.active,
.old-theme .theme-deep-purple .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-deep-purple th {
  background-color: #4caf50;
}
.old-theme .theme-deep-purple .theme-secondary-border {
  border-color: #4caf50;
}
.old-theme .theme-deep-purple .theme-secondary-fill {
  fill: #4caf50;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #4caf50;
  box-shadow: inset 0 -2px 0 #4caf50;
}
.old-theme .theme-deep-purple .theme-secondary-darken-1 {
  background-color: #43a047;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-darken-1 {
  color: #43a047;
}
.old-theme .theme-deep-purple .theme-secondary-bg-darken-1 {
  background-color: #43a047;
}
.old-theme .theme-deep-purple .theme-secondary-border-darken-1 {
  border-color: #43a047;
}
.old-theme .theme-deep-purple .theme-secondary-fill-darken-1 {
  fill: #43a047;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #43a047;
  box-shadow: inset 0 -2px 0 #43a047;
}
.old-theme .theme-deep-purple .theme-secondary-darken-2 {
  background-color: #388e3c;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-darken-2 {
  color: #388e3c;
}
.old-theme .theme-deep-purple .theme-secondary-bg-darken-2 {
  background-color: #388e3c;
}
.old-theme .theme-deep-purple .theme-secondary-border-darken-2 {
  border-color: #388e3c;
}
.old-theme .theme-deep-purple .theme-secondary-fill-darken-2 {
  fill: #388e3c;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #388e3c;
  box-shadow: inset 0 -2px 0 #388e3c;
}
.old-theme .theme-deep-purple .theme-secondary-darken-3 {
  background-color: #2e7d32;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-darken-3 {
  color: #2e7d32;
}
.old-theme .theme-deep-purple .theme-secondary-bg-darken-3 {
  background-color: #2e7d32;
}
.old-theme .theme-deep-purple .theme-secondary-border-darken-3 {
  border-color: #2e7d32;
}
.old-theme .theme-deep-purple .theme-secondary-fill-darken-3 {
  fill: #2e7d32;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #2e7d32;
  box-shadow: inset 0 -2px 0 #2e7d32;
}
.old-theme .theme-deep-purple .theme-secondary-darken-4 {
  background-color: #1b5e20;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-darken-4 {
  color: #1b5e20;
}
.old-theme .theme-deep-purple .theme-secondary-bg-darken-4 {
  background-color: #1b5e20;
}
.old-theme .theme-deep-purple .theme-secondary-border-darken-4 {
  border-color: #1b5e20;
}
.old-theme .theme-deep-purple .theme-secondary-fill-darken-4 {
  fill: #1b5e20;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #1b5e20;
  box-shadow: inset 0 -2px 0 #1b5e20;
}
.old-theme .theme-deep-purple .theme-secondary-accent-1 {
  background-color: #b9f6ca;
  color: #666;
}
.old-theme .theme-deep-purple .theme-secondary-text-accent-1 {
  color: #b9f6ca;
}
.old-theme .theme-deep-purple .theme-secondary-bg-accent-1 {
  background-color: #b9f6ca;
}
.old-theme .theme-deep-purple .theme-secondary-border-accent-1 {
  border-color: #b9f6ca;
}
.old-theme .theme-deep-purple .theme-secondary-fill-accent-1 {
  fill: #b9f6ca;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #b9f6ca;
  box-shadow: inset 0 -2px 0 #b9f6ca;
}
.old-theme .theme-deep-purple .theme-secondary-accent-2 {
  background-color: #69f0ae;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-accent-2 {
  color: #69f0ae;
}
.old-theme .theme-deep-purple .theme-secondary-bg-accent-2 {
  background-color: #69f0ae;
}
.old-theme .theme-deep-purple .theme-secondary-border-accent-2 {
  border-color: #69f0ae;
}
.old-theme .theme-deep-purple .theme-secondary-fill-accent-2 {
  fill: #69f0ae;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #69f0ae;
  box-shadow: inset 0 -2px 0 #69f0ae;
}
.old-theme .theme-deep-purple .theme-secondary-accent-3 {
  background-color: #00e676;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-accent-3 {
  color: #00e676;
}
.old-theme .theme-deep-purple .theme-secondary-bg-accent-3 {
  background-color: #00e676;
}
.old-theme .theme-deep-purple .theme-secondary-border-accent-3 {
  border-color: #00e676;
}
.old-theme .theme-deep-purple .theme-secondary-fill-accent-3 {
  fill: #00e676;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00e676;
  box-shadow: inset 0 -2px 0 #00e676;
}
.old-theme .theme-deep-purple .theme-secondary-accent-4 {
  background-color: #1ed068;
  color: #fff;
}
.old-theme .theme-deep-purple .theme-secondary-text-accent-4 {
  color: #1ed068;
}
.old-theme .theme-deep-purple .theme-secondary-bg-accent-4 {
  background-color: #1ed068;
}
.old-theme .theme-deep-purple .theme-secondary-border-accent-4 {
  border-color: #1ed068;
}
.old-theme .theme-deep-purple .theme-secondary-fill-accent-4 {
  fill: #1ed068;
}
.old-theme .theme-deep-purple .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #1ed068;
  box-shadow: inset 0 -2px 0 #1ed068;
}
.old-theme .theme-indigo .theme-lighten-5 {
  background-color: #e8eaf6;
  color: #666;
}
.old-theme .theme-indigo .theme-text-lighten-5 {
  color: #e8eaf6;
}
.old-theme .theme-indigo .theme-bg-lighten-5 {
  background-color: #e8eaf6;
}
.old-theme .theme-indigo .theme-border-lighten-5 {
  border-color: #e8eaf6;
}
.old-theme .theme-indigo .theme-fill-lighten-5 {
  fill: #e8eaf6;
}
.old-theme .theme-indigo .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e8eaf6;
  box-shadow: inset 0 -2px 0 #e8eaf6;
}
.old-theme .theme-indigo .theme-lighten-4 {
  background-color: #c5cae9;
  color: #666;
}
.old-theme .theme-indigo .theme-text-lighten-4 {
  color: #c5cae9;
}
.old-theme .theme-indigo .theme-bg-lighten-4 {
  background-color: #c5cae9;
}
.old-theme .theme-indigo .theme-border-lighten-4 {
  border-color: #c5cae9;
}
.old-theme .theme-indigo .theme-fill-lighten-4 {
  fill: #c5cae9;
}
.old-theme .theme-indigo .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #c5cae9;
  box-shadow: inset 0 -2px 0 #c5cae9;
}
.old-theme .theme-indigo .theme-lighten-3 {
  background-color: #9fa8da;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-lighten-3 {
  color: #9fa8da;
}
.old-theme .theme-indigo .theme-bg-lighten-3,
.old-theme .theme-indigo .btn-primary.disabled,
.old-theme .theme-indigo .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-indigo input[type=checkbox]:checked + .lever {
  background-color: #9fa8da;
}
.old-theme .theme-indigo .theme-border-lighten-3 {
  border-color: #9fa8da;
}
.old-theme .theme-indigo .theme-fill-lighten-3 {
  fill: #9fa8da;
}
.old-theme .theme-indigo .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #9fa8da;
  box-shadow: inset 0 -2px 0 #9fa8da;
}
.old-theme .theme-indigo .theme-lighten-2 {
  background-color: #7986cb;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-lighten-2 {
  color: #7986cb;
}
.old-theme .theme-indigo .theme-bg-lighten-2 {
  background-color: #7986cb;
}
.old-theme .theme-indigo .theme-border-lighten-2 {
  border-color: #7986cb;
}
.old-theme .theme-indigo .theme-fill-lighten-2 {
  fill: #7986cb;
}
.old-theme .theme-indigo .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #7986cb;
  box-shadow: inset 0 -2px 0 #7986cb;
}
.old-theme .theme-indigo .theme-lighten-1 {
  background-color: #5c6bc0;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-lighten-1,
.old-theme .theme-indigo aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-indigo a.collapsible-header:after {
  color: #5c6bc0;
}
.old-theme .theme-indigo .theme-bg-lighten-1 {
  background-color: #5c6bc0;
}
.old-theme .theme-indigo .theme-border-lighten-1 {
  border-color: #5c6bc0;
}
.old-theme .theme-indigo .theme-fill-lighten-1 {
  fill: #5c6bc0;
}
.old-theme .theme-indigo .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #5c6bc0;
  box-shadow: inset 0 -2px 0 #5c6bc0;
}
.old-theme .theme-indigo .theme {
  background-color: #3f51b5;
  color: #fff;
}
.old-theme .theme-indigo .theme-text,
.old-theme .theme-indigo .page-header h1,
.old-theme .page-header .theme-indigo h1,
.old-theme .theme-indigo .nav-tabs > li > a:hover,
.old-theme .theme-indigo .nav-tabs > li.active > a,
.old-theme .theme-indigo .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-indigo .btn-link,
.old-theme .theme-indigo .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-indigo .filter,
.old-theme .theme-indigo .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-indigo .filter:focus:hover,
.old-theme .theme-indigo .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-indigo .filter.active:hover,
.old-theme .theme-indigo .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-indigo td:first-child {
  color: #3f51b5;
}
.old-theme .theme-indigo .theme-bg,
.old-theme .theme-indigo input[type="radio"]:before,
.old-theme .theme-indigo input[type="checkbox"]:checked:after,
.old-theme .theme-indigo #loading-bar .bar,
.old-theme #loading-bar .theme-indigo .bar,
.old-theme .theme-indigo #logo .foot2,
.old-theme #logo .theme-indigo .foot2,
.old-theme .theme-indigo #logo .foot4,
.old-theme #logo .theme-indigo .foot4,
.old-theme .theme-indigo .btn-primary,
.old-theme .theme-indigo .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-indigo input[type=checkbox]:checked + .lever:after,
.old-theme .theme-indigo .noUi-base,
.old-theme .theme-indigo .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-indigo .noUi-origin:first-child,
.old-theme .theme-indigo .noUi-handle,
.old-theme .theme-indigo .noUi-handle:before {
  background-color: #3f51b5;
}
.old-theme .theme-indigo .theme-border,
.old-theme .theme-indigo input[type="radio"]:checked:after,
.old-theme .theme-indigo input[type="checkbox"]:checked:after {
  border-color: #3f51b5;
}
.old-theme .theme-indigo .theme-fill {
  fill: #3f51b5;
}
.old-theme .theme-indigo .theme-box-inset,
.old-theme .theme-indigo textarea:focus,
.old-theme .theme-indigo input.form-control:focus,
.old-theme .theme-indigo input[type=text]:focus,
.old-theme .theme-indigo input[type=password]:focus,
.old-theme .theme-indigo input[type=email]:focus,
.old-theme .theme-indigo input[type=number]:focus,
.old-theme .theme-indigo [type=text].form-control:focus,
.old-theme .theme-indigo [type=password].form-control:focus,
.old-theme .theme-indigo [type=email].form-control:focus,
.old-theme .theme-indigo [type=tel].form-control:focus,
.old-theme .theme-indigo [contenteditable].form-control:focus,
.old-theme .theme-indigo select:focus,
.old-theme .theme-indigo .nav-tabs > li > a:hover,
.old-theme .theme-indigo .nav-tabs > li.active > a,
.old-theme .theme-indigo .focussed .ta-bind,
.old-theme .focussed .theme-indigo .ta-bind,
.old-theme .theme-indigo .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-indigo .filter:hover,
.old-theme .theme-indigo .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-indigo .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #3f51b5;
  box-shadow: inset 0 -2px 0 #3f51b5;
}
.old-theme .theme-indigo .theme-darken-1 {
  background-color: #3949ab;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-darken-1,
.old-theme .theme-indigo .btn-link:focus,
.old-theme .theme-indigo .btn-link:hover {
  color: #3949ab;
}
.old-theme .theme-indigo .theme-bg-darken-1,
.old-theme .theme-indigo #logo .foot1,
.old-theme #logo .theme-indigo .foot1,
.old-theme .theme-indigo #logo .foot3,
.old-theme #logo .theme-indigo .foot3,
.old-theme .theme-indigo .btn-primary:hover {
  background-color: #3949ab;
}
.old-theme .theme-indigo .theme-border-darken-1 {
  border-color: #3949ab;
}
.old-theme .theme-indigo .theme-fill-darken-1 {
  fill: #3949ab;
}
.old-theme .theme-indigo .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #3949ab;
  box-shadow: inset 0 -2px 0 #3949ab;
}
.old-theme .theme-indigo .theme-darken-2 {
  background-color: #303f9f;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-darken-2 {
  color: #303f9f;
}
.old-theme .theme-indigo .theme-bg-darken-2 {
  background-color: #303f9f;
}
.old-theme .theme-indigo .theme-border-darken-2 {
  border-color: #303f9f;
}
.old-theme .theme-indigo .theme-fill-darken-2 {
  fill: #303f9f;
}
.old-theme .theme-indigo .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #303f9f;
  box-shadow: inset 0 -2px 0 #303f9f;
}
.old-theme .theme-indigo .theme-darken-3 {
  background-color: #283593;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-darken-3 {
  color: #283593;
}
.old-theme .theme-indigo .theme-bg-darken-3 {
  background-color: #283593;
}
.old-theme .theme-indigo .theme-border-darken-3 {
  border-color: #283593;
}
.old-theme .theme-indigo .theme-fill-darken-3 {
  fill: #283593;
}
.old-theme .theme-indigo .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #283593;
  box-shadow: inset 0 -2px 0 #283593;
}
.old-theme .theme-indigo .theme-darken-4 {
  background-color: #1a237e;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-darken-4 {
  color: #1a237e;
}
.old-theme .theme-indigo .theme-bg-darken-4 {
  background-color: #1a237e;
}
.old-theme .theme-indigo .theme-border-darken-4 {
  border-color: #1a237e;
}
.old-theme .theme-indigo .theme-fill-darken-4 {
  fill: #1a237e;
}
.old-theme .theme-indigo .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #1a237e;
  box-shadow: inset 0 -2px 0 #1a237e;
}
.old-theme .theme-indigo .theme-accent-1 {
  background-color: #8c9eff;
  color: #666;
}
.old-theme .theme-indigo .theme-text-accent-1 {
  color: #8c9eff;
}
.old-theme .theme-indigo .theme-bg-accent-1 {
  background-color: #8c9eff;
}
.old-theme .theme-indigo .theme-border-accent-1 {
  border-color: #8c9eff;
}
.old-theme .theme-indigo .theme-fill-accent-1 {
  fill: #8c9eff;
}
.old-theme .theme-indigo .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #8c9eff;
  box-shadow: inset 0 -2px 0 #8c9eff;
}
.old-theme .theme-indigo .theme-accent-2 {
  background-color: #536dfe;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-accent-2 {
  color: #536dfe;
}
.old-theme .theme-indigo .theme-bg-accent-2 {
  background-color: #536dfe;
}
.old-theme .theme-indigo .theme-border-accent-2 {
  border-color: #536dfe;
}
.old-theme .theme-indigo .theme-fill-accent-2 {
  fill: #536dfe;
}
.old-theme .theme-indigo .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #536dfe;
  box-shadow: inset 0 -2px 0 #536dfe;
}
.old-theme .theme-indigo .theme-accent-3 {
  background-color: #3d5afe;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-accent-3 {
  color: #3d5afe;
}
.old-theme .theme-indigo .theme-bg-accent-3 {
  background-color: #3d5afe;
}
.old-theme .theme-indigo .theme-border-accent-3 {
  border-color: #3d5afe;
}
.old-theme .theme-indigo .theme-fill-accent-3 {
  fill: #3d5afe;
}
.old-theme .theme-indigo .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #3d5afe;
  box-shadow: inset 0 -2px 0 #3d5afe;
}
.old-theme .theme-indigo .theme-accent-4 {
  background-color: #304ffe;
  color: #fff;
}
.old-theme .theme-indigo .theme-text-accent-4 {
  color: #304ffe;
}
.old-theme .theme-indigo .theme-bg-accent-4,
.old-theme .theme-indigo .btn-primary:focus {
  background-color: #304ffe;
}
.old-theme .theme-indigo .theme-border-accent-4 {
  border-color: #304ffe;
}
.old-theme .theme-indigo .theme-fill-accent-4 {
  fill: #304ffe;
}
.old-theme .theme-indigo .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #304ffe;
  box-shadow: inset 0 -2px 0 #304ffe;
}
.old-theme .theme-indigo .theme-secondary-lighten-5 {
  background-color: #f1f8e9;
  color: #666;
}
.old-theme .theme-indigo .theme-secondary-text-lighten-5 {
  color: #f1f8e9;
}
.old-theme .theme-indigo .theme-secondary-bg-lighten-5,
.old-theme .theme-indigo .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-indigo .list-group-item:hover {
  background-color: #f1f8e9;
}
.old-theme .theme-indigo .theme-secondary-border-lighten-5 {
  border-color: #f1f8e9;
}
.old-theme .theme-indigo .theme-secondary-fill-lighten-5 {
  fill: #f1f8e9;
}
.old-theme .theme-indigo .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #f1f8e9;
  box-shadow: inset 0 -2px 0 #f1f8e9;
}
.old-theme .theme-indigo .theme-secondary-lighten-4 {
  background-color: #dcedc8;
  color: #666;
}
.old-theme .theme-indigo .theme-secondary-text-lighten-4 {
  color: #dcedc8;
}
.old-theme .theme-indigo .theme-secondary-bg-lighten-4 {
  background-color: #dcedc8;
}
.old-theme .theme-indigo .theme-secondary-border-lighten-4 {
  border-color: #dcedc8;
}
.old-theme .theme-indigo .theme-secondary-fill-lighten-4 {
  fill: #dcedc8;
}
.old-theme .theme-indigo .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #dcedc8;
  box-shadow: inset 0 -2px 0 #dcedc8;
}
.old-theme .theme-indigo .theme-secondary-lighten-3 {
  background-color: #c5e1a5;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-lighten-3,
.old-theme .theme-indigo a:hover,
.old-theme .theme-indigo a:focus,
.old-theme .theme-indigo .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-indigo a {
  color: #c5e1a5;
}
.old-theme .theme-indigo .theme-secondary-bg-lighten-3 {
  background-color: #c5e1a5;
}
.old-theme .theme-indigo .theme-secondary-border-lighten-3 {
  border-color: #c5e1a5;
}
.old-theme .theme-indigo .theme-secondary-fill-lighten-3 {
  fill: #c5e1a5;
}
.old-theme .theme-indigo .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #c5e1a5;
  box-shadow: inset 0 -2px 0 #c5e1a5;
}
.old-theme .theme-indigo .theme-secondary-lighten-2 {
  background-color: #aed581;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-lighten-2 {
  color: #aed581;
}
.old-theme .theme-indigo .theme-secondary-bg-lighten-2 {
  background-color: #aed581;
}
.old-theme .theme-indigo .theme-secondary-border-lighten-2 {
  border-color: #aed581;
}
.old-theme .theme-indigo .theme-secondary-fill-lighten-2 {
  fill: #aed581;
}
.old-theme .theme-indigo .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #aed581;
  box-shadow: inset 0 -2px 0 #aed581;
}
.old-theme .theme-indigo .theme-secondary-lighten-1 {
  background-color: #9ccc65;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-lighten-1 {
  color: #9ccc65;
}
.old-theme .theme-indigo .theme-secondary-bg-lighten-1 {
  background-color: #9ccc65;
}
.old-theme .theme-indigo .theme-secondary-border-lighten-1 {
  border-color: #9ccc65;
}
.old-theme .theme-indigo .theme-secondary-fill-lighten-1 {
  fill: #9ccc65;
}
.old-theme .theme-indigo .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #9ccc65;
  box-shadow: inset 0 -2px 0 #9ccc65;
}
.old-theme .theme-indigo .theme-secondary,
.old-theme .theme-indigo .alert.alert-theme,
.old-theme .theme-indigo .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-indigo .jvectormap-zoomin,
.old-theme .theme-indigo .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-indigo .jvectormap-zoomout {
  background-color: #8bc34a;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text,
.old-theme .theme-indigo a {
  color: #8bc34a;
}
.old-theme .theme-indigo .theme-secondary-bg,
.old-theme .theme-indigo .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-indigo .list-group-item.active,
.old-theme .theme-indigo .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-indigo th {
  background-color: #8bc34a;
}
.old-theme .theme-indigo .theme-secondary-border {
  border-color: #8bc34a;
}
.old-theme .theme-indigo .theme-secondary-fill {
  fill: #8bc34a;
}
.old-theme .theme-indigo .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #8bc34a;
  box-shadow: inset 0 -2px 0 #8bc34a;
}
.old-theme .theme-indigo .theme-secondary-darken-1 {
  background-color: #7cb342;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-darken-1 {
  color: #7cb342;
}
.old-theme .theme-indigo .theme-secondary-bg-darken-1 {
  background-color: #7cb342;
}
.old-theme .theme-indigo .theme-secondary-border-darken-1 {
  border-color: #7cb342;
}
.old-theme .theme-indigo .theme-secondary-fill-darken-1 {
  fill: #7cb342;
}
.old-theme .theme-indigo .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #7cb342;
  box-shadow: inset 0 -2px 0 #7cb342;
}
.old-theme .theme-indigo .theme-secondary-darken-2 {
  background-color: #689f38;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-darken-2 {
  color: #689f38;
}
.old-theme .theme-indigo .theme-secondary-bg-darken-2 {
  background-color: #689f38;
}
.old-theme .theme-indigo .theme-secondary-border-darken-2 {
  border-color: #689f38;
}
.old-theme .theme-indigo .theme-secondary-fill-darken-2 {
  fill: #689f38;
}
.old-theme .theme-indigo .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #689f38;
  box-shadow: inset 0 -2px 0 #689f38;
}
.old-theme .theme-indigo .theme-secondary-darken-3 {
  background-color: #558b2f;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-darken-3 {
  color: #558b2f;
}
.old-theme .theme-indigo .theme-secondary-bg-darken-3 {
  background-color: #558b2f;
}
.old-theme .theme-indigo .theme-secondary-border-darken-3 {
  border-color: #558b2f;
}
.old-theme .theme-indigo .theme-secondary-fill-darken-3 {
  fill: #558b2f;
}
.old-theme .theme-indigo .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #558b2f;
  box-shadow: inset 0 -2px 0 #558b2f;
}
.old-theme .theme-indigo .theme-secondary-darken-4 {
  background-color: #33691e;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-darken-4 {
  color: #33691e;
}
.old-theme .theme-indigo .theme-secondary-bg-darken-4 {
  background-color: #33691e;
}
.old-theme .theme-indigo .theme-secondary-border-darken-4 {
  border-color: #33691e;
}
.old-theme .theme-indigo .theme-secondary-fill-darken-4 {
  fill: #33691e;
}
.old-theme .theme-indigo .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #33691e;
  box-shadow: inset 0 -2px 0 #33691e;
}
.old-theme .theme-indigo .theme-secondary-accent-1 {
  background-color: #ccff90;
  color: #666;
}
.old-theme .theme-indigo .theme-secondary-text-accent-1 {
  color: #ccff90;
}
.old-theme .theme-indigo .theme-secondary-bg-accent-1 {
  background-color: #ccff90;
}
.old-theme .theme-indigo .theme-secondary-border-accent-1 {
  border-color: #ccff90;
}
.old-theme .theme-indigo .theme-secondary-fill-accent-1 {
  fill: #ccff90;
}
.old-theme .theme-indigo .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ccff90;
  box-shadow: inset 0 -2px 0 #ccff90;
}
.old-theme .theme-indigo .theme-secondary-accent-2 {
  background-color: #b2ff59;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-accent-2 {
  color: #b2ff59;
}
.old-theme .theme-indigo .theme-secondary-bg-accent-2 {
  background-color: #b2ff59;
}
.old-theme .theme-indigo .theme-secondary-border-accent-2 {
  border-color: #b2ff59;
}
.old-theme .theme-indigo .theme-secondary-fill-accent-2 {
  fill: #b2ff59;
}
.old-theme .theme-indigo .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #b2ff59;
  box-shadow: inset 0 -2px 0 #b2ff59;
}
.old-theme .theme-indigo .theme-secondary-accent-3 {
  background-color: #76ff03;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-accent-3 {
  color: #76ff03;
}
.old-theme .theme-indigo .theme-secondary-bg-accent-3 {
  background-color: #76ff03;
}
.old-theme .theme-indigo .theme-secondary-border-accent-3 {
  border-color: #76ff03;
}
.old-theme .theme-indigo .theme-secondary-fill-accent-3 {
  fill: #76ff03;
}
.old-theme .theme-indigo .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #76ff03;
  box-shadow: inset 0 -2px 0 #76ff03;
}
.old-theme .theme-indigo .theme-secondary-accent-4 {
  background-color: #64dd17;
  color: #fff;
}
.old-theme .theme-indigo .theme-secondary-text-accent-4 {
  color: #64dd17;
}
.old-theme .theme-indigo .theme-secondary-bg-accent-4 {
  background-color: #64dd17;
}
.old-theme .theme-indigo .theme-secondary-border-accent-4 {
  border-color: #64dd17;
}
.old-theme .theme-indigo .theme-secondary-fill-accent-4 {
  fill: #64dd17;
}
.old-theme .theme-indigo .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #64dd17;
  box-shadow: inset 0 -2px 0 #64dd17;
}
.old-theme .theme-blue .theme-lighten-5 {
  background-color: #e3f2fd;
  color: #666;
}
.old-theme .theme-blue .theme-text-lighten-5 {
  color: #e3f2fd;
}
.old-theme .theme-blue .theme-bg-lighten-5 {
  background-color: #e3f2fd;
}
.old-theme .theme-blue .theme-border-lighten-5 {
  border-color: #e3f2fd;
}
.old-theme .theme-blue .theme-fill-lighten-5 {
  fill: #e3f2fd;
}
.old-theme .theme-blue .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e3f2fd;
  box-shadow: inset 0 -2px 0 #e3f2fd;
}
.old-theme .theme-blue .theme-lighten-4 {
  background-color: #bbdefb;
  color: #666;
}
.old-theme .theme-blue .theme-text-lighten-4 {
  color: #bbdefb;
}
.old-theme .theme-blue .theme-bg-lighten-4 {
  background-color: #bbdefb;
}
.old-theme .theme-blue .theme-border-lighten-4 {
  border-color: #bbdefb;
}
.old-theme .theme-blue .theme-fill-lighten-4 {
  fill: #bbdefb;
}
.old-theme .theme-blue .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #bbdefb;
  box-shadow: inset 0 -2px 0 #bbdefb;
}
.old-theme .theme-blue .theme-lighten-3 {
  background-color: #90caf9;
  color: #666;
}
.old-theme .theme-blue .theme-text-lighten-3 {
  color: #90caf9;
}
.old-theme .theme-blue .theme-bg-lighten-3,
.old-theme .theme-blue .btn-primary.disabled,
.old-theme .theme-blue .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-blue input[type=checkbox]:checked + .lever {
  background-color: #90caf9;
}
.old-theme .theme-blue .theme-border-lighten-3 {
  border-color: #90caf9;
}
.old-theme .theme-blue .theme-fill-lighten-3 {
  fill: #90caf9;
}
.old-theme .theme-blue .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #90caf9;
  box-shadow: inset 0 -2px 0 #90caf9;
}
.old-theme .theme-blue .theme-lighten-2 {
  background-color: #64b5f6;
  color: #fff;
}
.old-theme .theme-blue .theme-text-lighten-2 {
  color: #64b5f6;
}
.old-theme .theme-blue .theme-bg-lighten-2 {
  background-color: #64b5f6;
}
.old-theme .theme-blue .theme-border-lighten-2 {
  border-color: #64b5f6;
}
.old-theme .theme-blue .theme-fill-lighten-2 {
  fill: #64b5f6;
}
.old-theme .theme-blue .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #64b5f6;
  box-shadow: inset 0 -2px 0 #64b5f6;
}
.old-theme .theme-blue .theme-lighten-1 {
  background-color: #42a5f5;
  color: #fff;
}
.old-theme .theme-blue .theme-text-lighten-1,
.old-theme .theme-blue aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-blue a.collapsible-header:after {
  color: #42a5f5;
}
.old-theme .theme-blue .theme-bg-lighten-1 {
  background-color: #42a5f5;
}
.old-theme .theme-blue .theme-border-lighten-1 {
  border-color: #42a5f5;
}
.old-theme .theme-blue .theme-fill-lighten-1 {
  fill: #42a5f5;
}
.old-theme .theme-blue .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #42a5f5;
  box-shadow: inset 0 -2px 0 #42a5f5;
}
.old-theme .theme-blue .theme {
  background-color: #2196f3;
  color: #fff;
}
.old-theme .theme-blue .theme-text,
.old-theme .theme-blue .page-header h1,
.old-theme .page-header .theme-blue h1,
.old-theme .theme-blue .nav-tabs > li > a:hover,
.old-theme .theme-blue .nav-tabs > li.active > a,
.old-theme .theme-blue .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-blue .btn-link,
.old-theme .theme-blue .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-blue .filter,
.old-theme .theme-blue .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-blue .filter:focus:hover,
.old-theme .theme-blue .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-blue .filter.active:hover,
.old-theme .theme-blue .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-blue td:first-child {
  color: #2196f3;
}
.old-theme .theme-blue .theme-bg,
.old-theme .theme-blue input[type="radio"]:before,
.old-theme .theme-blue input[type="checkbox"]:checked:after,
.old-theme .theme-blue #loading-bar .bar,
.old-theme #loading-bar .theme-blue .bar,
.old-theme .theme-blue #logo .foot2,
.old-theme #logo .theme-blue .foot2,
.old-theme .theme-blue #logo .foot4,
.old-theme #logo .theme-blue .foot4,
.old-theme .theme-blue .btn-primary:not([disabled]),
.old-theme .theme-blue .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-blue input[type=checkbox]:checked + .lever:after,
.old-theme .theme-blue .noUi-base,
.old-theme .theme-blue .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-blue .noUi-origin:first-child,
.old-theme .theme-blue .noUi-handle,
.old-theme .theme-blue .noUi-handle:before {
  background-color: #2196f3;
}
.old-theme .theme-blue .theme-border,
.old-theme .theme-blue input[type="radio"]:checked:after,
.old-theme .theme-blue input[type="checkbox"]:checked:after {
  border-color: #2196f3;
}
.old-theme .theme-blue .theme-fill {
  fill: #2196f3;
}
.old-theme .theme-blue .theme-box-inset,
.old-theme .theme-blue textarea:focus,
.old-theme .theme-blue input.form-control:focus,
.old-theme .theme-blue input[type=text]:focus,
.old-theme .theme-blue input[type=password]:focus,
.old-theme .theme-blue input[type=email]:focus,
.old-theme .theme-blue input[type=number]:focus,
.old-theme .theme-blue [type=text].form-control:focus,
.old-theme .theme-blue [type=password].form-control:focus,
.old-theme .theme-blue [type=email].form-control:focus,
.old-theme .theme-blue [type=tel].form-control:focus,
.old-theme .theme-blue [contenteditable].form-control:focus,
.old-theme .theme-blue select:focus,
.old-theme .theme-blue .nav-tabs > li > a:hover,
.old-theme .theme-blue .nav-tabs > li.active > a,
.old-theme .theme-blue .focussed .ta-bind,
.old-theme .focussed .theme-blue .ta-bind,
.old-theme .theme-blue .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-blue .filter:hover,
.old-theme .theme-blue .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-blue .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}
.old-theme .theme-blue .theme-darken-1 {
  background-color: #1e88e5;
  color: #fff;
}
.old-theme .theme-blue .theme-text-darken-1,
.old-theme .theme-blue .btn-link:focus,
.old-theme .theme-blue .btn-link:hover {
  color: #1e88e5;
}
.old-theme .theme-blue .theme-bg-darken-1,
.old-theme .theme-blue #logo .foot1,
.old-theme #logo .theme-blue .foot1,
.old-theme .theme-blue #logo .foot3,
.old-theme #logo .theme-blue .foot3,
.old-theme .theme-blue .btn-primary:hover {
  background-color: #1e88e5;
}
.old-theme .theme-blue .theme-border-darken-1 {
  border-color: #1e88e5;
}
.old-theme .theme-blue .theme-fill-darken-1 {
  fill: #1e88e5;
}
.old-theme .theme-blue .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #1e88e5;
  box-shadow: inset 0 -2px 0 #1e88e5;
}
.old-theme .theme-blue .theme-darken-2 {
  background-color: #1976d2;
  color: #fff;
}
.old-theme .theme-blue .theme-text-darken-2 {
  color: #1976d2;
}
.old-theme .theme-blue .theme-bg-darken-2 {
  background-color: #1976d2;
}
.old-theme .theme-blue .theme-border-darken-2 {
  border-color: #1976d2;
}
.old-theme .theme-blue .theme-fill-darken-2 {
  fill: #1976d2;
}
.old-theme .theme-blue .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #1976d2;
  box-shadow: inset 0 -2px 0 #1976d2;
}
.old-theme .theme-blue .theme-darken-3 {
  background-color: #1565c0;
  color: #fff;
}
.old-theme .theme-blue .theme-text-darken-3 {
  color: #1565c0;
}
.old-theme .theme-blue .theme-bg-darken-3 {
  background-color: #1565c0;
}
.old-theme .theme-blue .theme-border-darken-3 {
  border-color: #1565c0;
}
.old-theme .theme-blue .theme-fill-darken-3 {
  fill: #1565c0;
}
.old-theme .theme-blue .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #1565c0;
  box-shadow: inset 0 -2px 0 #1565c0;
}
.old-theme .theme-blue .theme-darken-4 {
  background-color: #0d47a1;
  color: #fff;
}
.old-theme .theme-blue .theme-text-darken-4 {
  color: #0d47a1;
}
.old-theme .theme-blue .theme-bg-darken-4 {
  background-color: #0d47a1;
}
.old-theme .theme-blue .theme-border-darken-4 {
  border-color: #0d47a1;
}
.old-theme .theme-blue .theme-fill-darken-4 {
  fill: #0d47a1;
}
.old-theme .theme-blue .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #0d47a1;
  box-shadow: inset 0 -2px 0 #0d47a1;
}
.old-theme .theme-blue .theme-accent-1 {
  background-color: #82b1ff;
  color: #fff;
}
.old-theme .theme-blue .theme-text-accent-1 {
  color: #82b1ff;
}
.old-theme .theme-blue .theme-bg-accent-1 {
  background-color: #82b1ff;
}
.old-theme .theme-blue .theme-border-accent-1 {
  border-color: #82b1ff;
}
.old-theme .theme-blue .theme-fill-accent-1 {
  fill: #82b1ff;
}
.old-theme .theme-blue .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #82b1ff;
  box-shadow: inset 0 -2px 0 #82b1ff;
}
.old-theme .theme-blue .theme-accent-2 {
  background-color: #448aff;
  color: #fff;
}
.old-theme .theme-blue .theme-text-accent-2 {
  color: #448aff;
}
.old-theme .theme-blue .theme-bg-accent-2 {
  background-color: #448aff;
}
.old-theme .theme-blue .theme-border-accent-2 {
  border-color: #448aff;
}
.old-theme .theme-blue .theme-fill-accent-2 {
  fill: #448aff;
}
.old-theme .theme-blue .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #448aff;
  box-shadow: inset 0 -2px 0 #448aff;
}
.old-theme .theme-blue .theme-accent-3 {
  background-color: #2979ff;
  color: #fff;
}
.old-theme .theme-blue .theme-text-accent-3 {
  color: #2979ff;
}
.old-theme .theme-blue .theme-bg-accent-3 {
  background-color: #2979ff;
}
.old-theme .theme-blue .theme-border-accent-3 {
  border-color: #2979ff;
}
.old-theme .theme-blue .theme-fill-accent-3 {
  fill: #2979ff;
}
.old-theme .theme-blue .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #2979ff;
  box-shadow: inset 0 -2px 0 #2979ff;
}
.old-theme .theme-blue .theme-accent-4 {
  background-color: #2962ff;
  color: #fff;
}
.old-theme .theme-blue .theme-text-accent-4 {
  color: #2962ff;
}
.old-theme .theme-blue .theme-bg-accent-4,
.old-theme .theme-blue .btn-primary:focus {
  background-color: #2962ff;
}
.old-theme .theme-blue .theme-border-accent-4 {
  border-color: #2962ff;
}
.old-theme .theme-blue .theme-fill-accent-4 {
  fill: #2962ff;
}
.old-theme .theme-blue .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #2962ff;
  box-shadow: inset 0 -2px 0 #2962ff;
}
.old-theme .theme-blue .theme-secondary-lighten-5 {
  background-color: #e0f7fa;
  color: #666;
}
.old-theme .theme-blue .theme-secondary-text-lighten-5 {
  color: #e0f7fa;
}
.old-theme .theme-blue .theme-secondary-bg-lighten-5,
.old-theme .theme-blue .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-blue .list-group-item:hover {
  background-color: #e0f7fa;
}
.old-theme .theme-blue .theme-secondary-border-lighten-5 {
  border-color: #e0f7fa;
}
.old-theme .theme-blue .theme-secondary-fill-lighten-5 {
  fill: #e0f7fa;
}
.old-theme .theme-blue .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e0f7fa;
  box-shadow: inset 0 -2px 0 #e0f7fa;
}
.old-theme .theme-blue .theme-secondary-lighten-4 {
  background-color: #b2ebf2;
  color: #666;
}
.old-theme .theme-blue .theme-secondary-text-lighten-4 {
  color: #b2ebf2;
}
.old-theme .theme-blue .theme-secondary-bg-lighten-4 {
  background-color: #b2ebf2;
}
.old-theme .theme-blue .theme-secondary-border-lighten-4 {
  border-color: #b2ebf2;
}
.old-theme .theme-blue .theme-secondary-fill-lighten-4 {
  fill: #b2ebf2;
}
.old-theme .theme-blue .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b2ebf2;
  box-shadow: inset 0 -2px 0 #b2ebf2;
}
.old-theme .theme-blue .theme-secondary-lighten-3 {
  background-color: #80deea;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-lighten-3,
.old-theme .theme-blue a:hover,
.old-theme .theme-blue a:focus,
.old-theme .theme-blue .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-blue a {
  color: #80deea;
}
.old-theme .theme-blue .theme-secondary-bg-lighten-3 {
  background-color: #80deea;
}
.old-theme .theme-blue .theme-secondary-border-lighten-3 {
  border-color: #80deea;
}
.old-theme .theme-blue .theme-secondary-fill-lighten-3 {
  fill: #80deea;
}
.old-theme .theme-blue .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #80deea;
  box-shadow: inset 0 -2px 0 #80deea;
}
.old-theme .theme-blue .theme-secondary-lighten-2 {
  background-color: #4dd0e1;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-lighten-2 {
  color: #4dd0e1;
}
.old-theme .theme-blue .theme-secondary-bg-lighten-2 {
  background-color: #4dd0e1;
}
.old-theme .theme-blue .theme-secondary-border-lighten-2 {
  border-color: #4dd0e1;
}
.old-theme .theme-blue .theme-secondary-fill-lighten-2 {
  fill: #4dd0e1;
}
.old-theme .theme-blue .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #4dd0e1;
  box-shadow: inset 0 -2px 0 #4dd0e1;
}
.old-theme .theme-blue .theme-secondary-lighten-1 {
  background-color: #26c6da;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-lighten-1 {
  color: #26c6da;
}
.old-theme .theme-blue .theme-secondary-bg-lighten-1 {
  background-color: #26c6da;
}
.old-theme .theme-blue .theme-secondary-border-lighten-1 {
  border-color: #26c6da;
}
.old-theme .theme-blue .theme-secondary-fill-lighten-1 {
  fill: #26c6da;
}
.old-theme .theme-blue .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #26c6da;
  box-shadow: inset 0 -2px 0 #26c6da;
}
.old-theme .theme-blue .theme-secondary,
.old-theme .theme-blue .alert.alert-theme,
.old-theme .theme-blue .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-blue .jvectormap-zoomin,
.old-theme .theme-blue .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-blue .jvectormap-zoomout {
  background-color: #00bcd4;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text,
.old-theme .theme-blue a {
  color: #00bcd4;
}
.old-theme .theme-blue .theme-secondary-bg,
.old-theme .theme-blue .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-blue .list-group-item.active,
.old-theme .theme-blue .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-blue th {
  background-color: #00bcd4;
}
.old-theme .theme-blue .theme-secondary-border {
  border-color: #00bcd4;
}
.old-theme .theme-blue .theme-secondary-fill {
  fill: #00bcd4;
}
.old-theme .theme-blue .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #00bcd4;
  box-shadow: inset 0 -2px 0 #00bcd4;
}
.old-theme .theme-blue .theme-secondary-darken-1 {
  background-color: #00acc1;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-darken-1 {
  color: #00acc1;
}
.old-theme .theme-blue .theme-secondary-bg-darken-1 {
  background-color: #00acc1;
}
.old-theme .theme-blue .theme-secondary-border-darken-1 {
  border-color: #00acc1;
}
.old-theme .theme-blue .theme-secondary-fill-darken-1 {
  fill: #00acc1;
}
.old-theme .theme-blue .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #00acc1;
  box-shadow: inset 0 -2px 0 #00acc1;
}
.old-theme .theme-blue .theme-secondary-darken-2 {
  background-color: #0097a7;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-darken-2 {
  color: #0097a7;
}
.old-theme .theme-blue .theme-secondary-bg-darken-2 {
  background-color: #0097a7;
}
.old-theme .theme-blue .theme-secondary-border-darken-2 {
  border-color: #0097a7;
}
.old-theme .theme-blue .theme-secondary-fill-darken-2 {
  fill: #0097a7;
}
.old-theme .theme-blue .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #0097a7;
  box-shadow: inset 0 -2px 0 #0097a7;
}
.old-theme .theme-blue .theme-secondary-darken-3 {
  background-color: #00838f;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-darken-3 {
  color: #00838f;
}
.old-theme .theme-blue .theme-secondary-bg-darken-3 {
  background-color: #00838f;
}
.old-theme .theme-blue .theme-secondary-border-darken-3 {
  border-color: #00838f;
}
.old-theme .theme-blue .theme-secondary-fill-darken-3 {
  fill: #00838f;
}
.old-theme .theme-blue .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00838f;
  box-shadow: inset 0 -2px 0 #00838f;
}
.old-theme .theme-blue .theme-secondary-darken-4 {
  background-color: #006064;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-darken-4 {
  color: #006064;
}
.old-theme .theme-blue .theme-secondary-bg-darken-4 {
  background-color: #006064;
}
.old-theme .theme-blue .theme-secondary-border-darken-4 {
  border-color: #006064;
}
.old-theme .theme-blue .theme-secondary-fill-darken-4 {
  fill: #006064;
}
.old-theme .theme-blue .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #006064;
  box-shadow: inset 0 -2px 0 #006064;
}
.old-theme .theme-blue .theme-secondary-accent-1 {
  background-color: #84ffff;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-accent-1 {
  color: #84ffff;
}
.old-theme .theme-blue .theme-secondary-bg-accent-1 {
  background-color: #84ffff;
}
.old-theme .theme-blue .theme-secondary-border-accent-1 {
  border-color: #84ffff;
}
.old-theme .theme-blue .theme-secondary-fill-accent-1 {
  fill: #84ffff;
}
.old-theme .theme-blue .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #84ffff;
  box-shadow: inset 0 -2px 0 #84ffff;
}
.old-theme .theme-blue .theme-secondary-accent-2 {
  background-color: #18ffff;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-accent-2 {
  color: #18ffff;
}
.old-theme .theme-blue .theme-secondary-bg-accent-2 {
  background-color: #18ffff;
}
.old-theme .theme-blue .theme-secondary-border-accent-2 {
  border-color: #18ffff;
}
.old-theme .theme-blue .theme-secondary-fill-accent-2 {
  fill: #18ffff;
}
.old-theme .theme-blue .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #18ffff;
  box-shadow: inset 0 -2px 0 #18ffff;
}
.old-theme .theme-blue .theme-secondary-accent-3 {
  background-color: #00e5ff;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-accent-3 {
  color: #00e5ff;
}
.old-theme .theme-blue .theme-secondary-bg-accent-3 {
  background-color: #00e5ff;
}
.old-theme .theme-blue .theme-secondary-border-accent-3 {
  border-color: #00e5ff;
}
.old-theme .theme-blue .theme-secondary-fill-accent-3 {
  fill: #00e5ff;
}
.old-theme .theme-blue .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00e5ff;
  box-shadow: inset 0 -2px 0 #00e5ff;
}
.old-theme .theme-blue .theme-secondary-accent-4 {
  background-color: #00b8d4;
  color: #fff;
}
.old-theme .theme-blue .theme-secondary-text-accent-4 {
  color: #00b8d4;
}
.old-theme .theme-blue .theme-secondary-bg-accent-4 {
  background-color: #00b8d4;
}
.old-theme .theme-blue .theme-secondary-border-accent-4 {
  border-color: #00b8d4;
}
.old-theme .theme-blue .theme-secondary-fill-accent-4 {
  fill: #00b8d4;
}
.old-theme .theme-blue .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #00b8d4;
  box-shadow: inset 0 -2px 0 #00b8d4;
}
.old-theme .theme-light-blue .theme-lighten-5 {
  background-color: #e1f5fe;
  color: #666;
}
.old-theme .theme-light-blue .theme-text-lighten-5 {
  color: #e1f5fe;
}
.old-theme .theme-light-blue .theme-bg-lighten-5 {
  background-color: #e1f5fe;
}
.old-theme .theme-light-blue .theme-border-lighten-5 {
  border-color: #e1f5fe;
}
.old-theme .theme-light-blue .theme-fill-lighten-5 {
  fill: #e1f5fe;
}
.old-theme .theme-light-blue .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e1f5fe;
  box-shadow: inset 0 -2px 0 #e1f5fe;
}
.old-theme .theme-light-blue .theme-lighten-4 {
  background-color: #b3e5fc;
  color: #666;
}
.old-theme .theme-light-blue .theme-text-lighten-4 {
  color: #b3e5fc;
}
.old-theme .theme-light-blue .theme-bg-lighten-4 {
  background-color: #b3e5fc;
}
.old-theme .theme-light-blue .theme-border-lighten-4 {
  border-color: #b3e5fc;
}
.old-theme .theme-light-blue .theme-fill-lighten-4 {
  fill: #b3e5fc;
}
.old-theme .theme-light-blue .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b3e5fc;
  box-shadow: inset 0 -2px 0 #b3e5fc;
}
.old-theme .theme-light-blue .theme-lighten-3 {
  background-color: #81d4fa;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-lighten-3 {
  color: #81d4fa;
}
.old-theme .theme-light-blue .theme-bg-lighten-3,
.old-theme .theme-light-blue .btn-primary.disabled,
.old-theme .theme-light-blue .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-light-blue input[type=checkbox]:checked + .lever {
  background-color: #81d4fa;
}
.old-theme .theme-light-blue .theme-border-lighten-3 {
  border-color: #81d4fa;
}
.old-theme .theme-light-blue .theme-fill-lighten-3 {
  fill: #81d4fa;
}
.old-theme .theme-light-blue .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #81d4fa;
  box-shadow: inset 0 -2px 0 #81d4fa;
}
.old-theme .theme-light-blue .theme-lighten-2 {
  background-color: #4fc3f7;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-lighten-2 {
  color: #4fc3f7;
}
.old-theme .theme-light-blue .theme-bg-lighten-2 {
  background-color: #4fc3f7;
}
.old-theme .theme-light-blue .theme-border-lighten-2 {
  border-color: #4fc3f7;
}
.old-theme .theme-light-blue .theme-fill-lighten-2 {
  fill: #4fc3f7;
}
.old-theme .theme-light-blue .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #4fc3f7;
  box-shadow: inset 0 -2px 0 #4fc3f7;
}
.old-theme .theme-light-blue .theme-lighten-1 {
  background-color: #29b6f6;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-lighten-1,
.old-theme .theme-light-blue aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-light-blue a.collapsible-header:after {
  color: #29b6f6;
}
.old-theme .theme-light-blue .theme-bg-lighten-1 {
  background-color: #29b6f6;
}
.old-theme .theme-light-blue .theme-border-lighten-1 {
  border-color: #29b6f6;
}
.old-theme .theme-light-blue .theme-fill-lighten-1 {
  fill: #29b6f6;
}
.old-theme .theme-light-blue .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #29b6f6;
  box-shadow: inset 0 -2px 0 #29b6f6;
}
.old-theme .theme-light-blue .theme {
  background-color: #03a9f4;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text,
.old-theme .theme-light-blue .page-header h1,
.old-theme .page-header .theme-light-blue h1,
.old-theme .theme-light-blue .nav-tabs > li > a:hover,
.old-theme .theme-light-blue .nav-tabs > li.active > a,
.old-theme .theme-light-blue .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-light-blue .btn-link,
.old-theme .theme-light-blue .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-light-blue .filter,
.old-theme .theme-light-blue .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-light-blue .filter:focus:hover,
.old-theme .theme-light-blue .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-light-blue .filter.active:hover,
.old-theme .theme-light-blue .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-light-blue td:first-child {
  color: #03a9f4;
}
.old-theme .theme-light-blue .theme-bg,
.old-theme .theme-light-blue input[type="radio"]:before,
.old-theme .theme-light-blue input[type="checkbox"]:checked:after,
.old-theme .theme-light-blue #loading-bar .bar,
.old-theme #loading-bar .theme-light-blue .bar,
.old-theme .theme-light-blue #logo .foot2,
.old-theme #logo .theme-light-blue .foot2,
.old-theme .theme-light-blue #logo .foot4,
.old-theme #logo .theme-light-blue .foot4,
.old-theme .theme-light-blue .btn-primary,
.old-theme .theme-light-blue .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-light-blue input[type=checkbox]:checked + .lever:after,
.old-theme .theme-light-blue .noUi-base,
.old-theme .theme-light-blue .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-light-blue .noUi-origin:first-child,
.old-theme .theme-light-blue .noUi-handle,
.old-theme .theme-light-blue .noUi-handle:before {
  background-color: #03a9f4;
}
.old-theme .theme-light-blue .theme-border,
.old-theme .theme-light-blue input[type="radio"]:checked:after,
.old-theme .theme-light-blue input[type="checkbox"]:checked:after {
  border-color: #03a9f4;
}
.old-theme .theme-light-blue .theme-fill {
  fill: #03a9f4;
}
.old-theme .theme-light-blue .theme-box-inset,
.old-theme .theme-light-blue textarea:focus,
.old-theme .theme-light-blue input.form-control:focus,
.old-theme .theme-light-blue input[type=text]:focus,
.old-theme .theme-light-blue input[type=password]:focus,
.old-theme .theme-light-blue input[type=email]:focus,
.old-theme .theme-light-blue input[type=number]:focus,
.old-theme .theme-light-blue [type=text].form-control:focus,
.old-theme .theme-light-blue [type=password].form-control:focus,
.old-theme .theme-light-blue [type=email].form-control:focus,
.old-theme .theme-light-blue [type=tel].form-control:focus,
.old-theme .theme-light-blue [contenteditable].form-control:focus,
.old-theme .theme-light-blue select:focus,
.old-theme .theme-light-blue .nav-tabs > li > a:hover,
.old-theme .theme-light-blue .nav-tabs > li.active > a,
.old-theme .theme-light-blue .focussed .ta-bind,
.old-theme .focussed .theme-light-blue .ta-bind,
.old-theme .theme-light-blue .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-light-blue .filter:hover,
.old-theme .theme-light-blue .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-light-blue .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #03a9f4;
  box-shadow: inset 0 -2px 0 #03a9f4;
}
.old-theme .theme-light-blue .theme-darken-1 {
  background-color: #039be5;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-darken-1,
.old-theme .theme-light-blue .btn-link:focus,
.old-theme .theme-light-blue .btn-link:hover {
  color: #039be5;
}
.old-theme .theme-light-blue .theme-bg-darken-1,
.old-theme .theme-light-blue #logo .foot1,
.old-theme #logo .theme-light-blue .foot1,
.old-theme .theme-light-blue #logo .foot3,
.old-theme #logo .theme-light-blue .foot3,
.old-theme .theme-light-blue .btn-primary:hover {
  background-color: #039be5;
}
.old-theme .theme-light-blue .theme-border-darken-1 {
  border-color: #039be5;
}
.old-theme .theme-light-blue .theme-fill-darken-1 {
  fill: #039be5;
}
.old-theme .theme-light-blue .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #039be5;
  box-shadow: inset 0 -2px 0 #039be5;
}
.old-theme .theme-light-blue .theme-darken-2 {
  background-color: #0288d1;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-darken-2 {
  color: #0288d1;
}
.old-theme .theme-light-blue .theme-bg-darken-2 {
  background-color: #0288d1;
}
.old-theme .theme-light-blue .theme-border-darken-2 {
  border-color: #0288d1;
}
.old-theme .theme-light-blue .theme-fill-darken-2 {
  fill: #0288d1;
}
.old-theme .theme-light-blue .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #0288d1;
  box-shadow: inset 0 -2px 0 #0288d1;
}
.old-theme .theme-light-blue .theme-darken-3 {
  background-color: #0277bd;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-darken-3 {
  color: #0277bd;
}
.old-theme .theme-light-blue .theme-bg-darken-3 {
  background-color: #0277bd;
}
.old-theme .theme-light-blue .theme-border-darken-3 {
  border-color: #0277bd;
}
.old-theme .theme-light-blue .theme-fill-darken-3 {
  fill: #0277bd;
}
.old-theme .theme-light-blue .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #0277bd;
  box-shadow: inset 0 -2px 0 #0277bd;
}
.old-theme .theme-light-blue .theme-darken-4 {
  background-color: #01579b;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-darken-4 {
  color: #01579b;
}
.old-theme .theme-light-blue .theme-bg-darken-4 {
  background-color: #01579b;
}
.old-theme .theme-light-blue .theme-border-darken-4 {
  border-color: #01579b;
}
.old-theme .theme-light-blue .theme-fill-darken-4 {
  fill: #01579b;
}
.old-theme .theme-light-blue .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #01579b;
  box-shadow: inset 0 -2px 0 #01579b;
}
.old-theme .theme-light-blue .theme-accent-1 {
  background-color: #80d8ff;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-accent-1 {
  color: #80d8ff;
}
.old-theme .theme-light-blue .theme-bg-accent-1 {
  background-color: #80d8ff;
}
.old-theme .theme-light-blue .theme-border-accent-1 {
  border-color: #80d8ff;
}
.old-theme .theme-light-blue .theme-fill-accent-1 {
  fill: #80d8ff;
}
.old-theme .theme-light-blue .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #80d8ff;
  box-shadow: inset 0 -2px 0 #80d8ff;
}
.old-theme .theme-light-blue .theme-accent-2 {
  background-color: #40c4ff;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-accent-2 {
  color: #40c4ff;
}
.old-theme .theme-light-blue .theme-bg-accent-2 {
  background-color: #40c4ff;
}
.old-theme .theme-light-blue .theme-border-accent-2 {
  border-color: #40c4ff;
}
.old-theme .theme-light-blue .theme-fill-accent-2 {
  fill: #40c4ff;
}
.old-theme .theme-light-blue .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #40c4ff;
  box-shadow: inset 0 -2px 0 #40c4ff;
}
.old-theme .theme-light-blue .theme-accent-3 {
  background-color: #00b0ff;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-accent-3 {
  color: #00b0ff;
}
.old-theme .theme-light-blue .theme-bg-accent-3 {
  background-color: #00b0ff;
}
.old-theme .theme-light-blue .theme-border-accent-3 {
  border-color: #00b0ff;
}
.old-theme .theme-light-blue .theme-fill-accent-3 {
  fill: #00b0ff;
}
.old-theme .theme-light-blue .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00b0ff;
  box-shadow: inset 0 -2px 0 #00b0ff;
}
.old-theme .theme-light-blue .theme-accent-4 {
  background-color: #0091ea;
  color: #fff;
}
.old-theme .theme-light-blue .theme-text-accent-4 {
  color: #0091ea;
}
.old-theme .theme-light-blue .theme-bg-accent-4,
.old-theme .theme-light-blue .btn-primary:focus {
  background-color: #0091ea;
}
.old-theme .theme-light-blue .theme-border-accent-4 {
  border-color: #0091ea;
}
.old-theme .theme-light-blue .theme-fill-accent-4 {
  fill: #0091ea;
}
.old-theme .theme-light-blue .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #0091ea;
  box-shadow: inset 0 -2px 0 #0091ea;
}
.old-theme .theme-light-blue .theme-secondary-lighten-5 {
  background-color: #fff3e0;
  color: #666;
}
.old-theme .theme-light-blue .theme-secondary-text-lighten-5 {
  color: #fff3e0;
}
.old-theme .theme-light-blue .theme-secondary-bg-lighten-5,
.old-theme .theme-light-blue .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-light-blue .list-group-item:hover {
  background-color: #fff3e0;
}
.old-theme .theme-light-blue .theme-secondary-border-lighten-5 {
  border-color: #fff3e0;
}
.old-theme .theme-light-blue .theme-secondary-fill-lighten-5 {
  fill: #fff3e0;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fff3e0;
  box-shadow: inset 0 -2px 0 #fff3e0;
}
.old-theme .theme-light-blue .theme-secondary-lighten-4 {
  background-color: #ffe0b2;
  color: #666;
}
.old-theme .theme-light-blue .theme-secondary-text-lighten-4 {
  color: #ffe0b2;
}
.old-theme .theme-light-blue .theme-secondary-bg-lighten-4 {
  background-color: #ffe0b2;
}
.old-theme .theme-light-blue .theme-secondary-border-lighten-4 {
  border-color: #ffe0b2;
}
.old-theme .theme-light-blue .theme-secondary-fill-lighten-4 {
  fill: #ffe0b2;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffe0b2;
  box-shadow: inset 0 -2px 0 #ffe0b2;
}
.old-theme .theme-light-blue .theme-secondary-lighten-3 {
  background-color: #ffcc80;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-lighten-3,
.old-theme .theme-light-blue a:hover,
.old-theme .theme-light-blue a:focus,
.old-theme .theme-light-blue .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-light-blue a {
  color: #ffcc80;
}
.old-theme .theme-light-blue .theme-secondary-bg-lighten-3 {
  background-color: #ffcc80;
}
.old-theme .theme-light-blue .theme-secondary-border-lighten-3 {
  border-color: #ffcc80;
}
.old-theme .theme-light-blue .theme-secondary-fill-lighten-3 {
  fill: #ffcc80;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffcc80;
  box-shadow: inset 0 -2px 0 #ffcc80;
}
.old-theme .theme-light-blue .theme-secondary-lighten-2 {
  background-color: #ffb74d;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-lighten-2 {
  color: #ffb74d;
}
.old-theme .theme-light-blue .theme-secondary-bg-lighten-2 {
  background-color: #ffb74d;
}
.old-theme .theme-light-blue .theme-secondary-border-lighten-2 {
  border-color: #ffb74d;
}
.old-theme .theme-light-blue .theme-secondary-fill-lighten-2 {
  fill: #ffb74d;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffb74d;
  box-shadow: inset 0 -2px 0 #ffb74d;
}
.old-theme .theme-light-blue .theme-secondary-lighten-1 {
  background-color: #ffa726;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-lighten-1 {
  color: #ffa726;
}
.old-theme .theme-light-blue .theme-secondary-bg-lighten-1 {
  background-color: #ffa726;
}
.old-theme .theme-light-blue .theme-secondary-border-lighten-1 {
  border-color: #ffa726;
}
.old-theme .theme-light-blue .theme-secondary-fill-lighten-1 {
  fill: #ffa726;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffa726;
  box-shadow: inset 0 -2px 0 #ffa726;
}
.old-theme .theme-light-blue .theme-secondary,
.old-theme .theme-light-blue .alert.alert-theme,
.old-theme .theme-light-blue .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-light-blue .jvectormap-zoomin,
.old-theme .theme-light-blue .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-light-blue .jvectormap-zoomout {
  background-color: #ff9800;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text,
.old-theme .theme-light-blue a {
  color: #ff9800;
}
.old-theme .theme-light-blue .theme-secondary-bg,
.old-theme .theme-light-blue .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-light-blue .list-group-item.active,
.old-theme .theme-light-blue .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-light-blue th {
  background-color: #ff9800;
}
.old-theme .theme-light-blue .theme-secondary-border {
  border-color: #ff9800;
}
.old-theme .theme-light-blue .theme-secondary-fill {
  fill: #ff9800;
}
.old-theme .theme-light-blue .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #ff9800;
  box-shadow: inset 0 -2px 0 #ff9800;
}
.old-theme .theme-light-blue .theme-secondary-darken-1 {
  background-color: #fb8c00;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-darken-1 {
  color: #fb8c00;
}
.old-theme .theme-light-blue .theme-secondary-bg-darken-1 {
  background-color: #fb8c00;
}
.old-theme .theme-light-blue .theme-secondary-border-darken-1 {
  border-color: #fb8c00;
}
.old-theme .theme-light-blue .theme-secondary-fill-darken-1 {
  fill: #fb8c00;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #fb8c00;
  box-shadow: inset 0 -2px 0 #fb8c00;
}
.old-theme .theme-light-blue .theme-secondary-darken-2 {
  background-color: #f57c00;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-darken-2 {
  color: #f57c00;
}
.old-theme .theme-light-blue .theme-secondary-bg-darken-2 {
  background-color: #f57c00;
}
.old-theme .theme-light-blue .theme-secondary-border-darken-2 {
  border-color: #f57c00;
}
.old-theme .theme-light-blue .theme-secondary-fill-darken-2 {
  fill: #f57c00;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #f57c00;
  box-shadow: inset 0 -2px 0 #f57c00;
}
.old-theme .theme-light-blue .theme-secondary-darken-3 {
  background-color: #ef6c00;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-darken-3 {
  color: #ef6c00;
}
.old-theme .theme-light-blue .theme-secondary-bg-darken-3 {
  background-color: #ef6c00;
}
.old-theme .theme-light-blue .theme-secondary-border-darken-3 {
  border-color: #ef6c00;
}
.old-theme .theme-light-blue .theme-secondary-fill-darken-3 {
  fill: #ef6c00;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ef6c00;
  box-shadow: inset 0 -2px 0 #ef6c00;
}
.old-theme .theme-light-blue .theme-secondary-darken-4 {
  background-color: #e65100;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-darken-4 {
  color: #e65100;
}
.old-theme .theme-light-blue .theme-secondary-bg-darken-4 {
  background-color: #e65100;
}
.old-theme .theme-light-blue .theme-secondary-border-darken-4 {
  border-color: #e65100;
}
.old-theme .theme-light-blue .theme-secondary-fill-darken-4 {
  fill: #e65100;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #e65100;
  box-shadow: inset 0 -2px 0 #e65100;
}
.old-theme .theme-light-blue .theme-secondary-accent-1 {
  background-color: #ffd180;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-accent-1 {
  color: #ffd180;
}
.old-theme .theme-light-blue .theme-secondary-bg-accent-1 {
  background-color: #ffd180;
}
.old-theme .theme-light-blue .theme-secondary-border-accent-1 {
  border-color: #ffd180;
}
.old-theme .theme-light-blue .theme-secondary-fill-accent-1 {
  fill: #ffd180;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffd180;
  box-shadow: inset 0 -2px 0 #ffd180;
}
.old-theme .theme-light-blue .theme-secondary-accent-2 {
  background-color: #ffab40;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-accent-2 {
  color: #ffab40;
}
.old-theme .theme-light-blue .theme-secondary-bg-accent-2 {
  background-color: #ffab40;
}
.old-theme .theme-light-blue .theme-secondary-border-accent-2 {
  border-color: #ffab40;
}
.old-theme .theme-light-blue .theme-secondary-fill-accent-2 {
  fill: #ffab40;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffab40;
  box-shadow: inset 0 -2px 0 #ffab40;
}
.old-theme .theme-light-blue .theme-secondary-accent-3 {
  background-color: #ff9100;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-accent-3 {
  color: #ff9100;
}
.old-theme .theme-light-blue .theme-secondary-bg-accent-3 {
  background-color: #ff9100;
}
.old-theme .theme-light-blue .theme-secondary-border-accent-3 {
  border-color: #ff9100;
}
.old-theme .theme-light-blue .theme-secondary-fill-accent-3 {
  fill: #ff9100;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff9100;
  box-shadow: inset 0 -2px 0 #ff9100;
}
.old-theme .theme-light-blue .theme-secondary-accent-4 {
  background-color: #ff6d00;
  color: #fff;
}
.old-theme .theme-light-blue .theme-secondary-text-accent-4 {
  color: #ff6d00;
}
.old-theme .theme-light-blue .theme-secondary-bg-accent-4 {
  background-color: #ff6d00;
}
.old-theme .theme-light-blue .theme-secondary-border-accent-4 {
  border-color: #ff6d00;
}
.old-theme .theme-light-blue .theme-secondary-fill-accent-4 {
  fill: #ff6d00;
}
.old-theme .theme-light-blue .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ff6d00;
  box-shadow: inset 0 -2px 0 #ff6d00;
}
.old-theme .theme-cyan .theme-lighten-5 {
  background-color: #e0f7fa;
  color: #666;
}
.old-theme .theme-cyan .theme-text-lighten-5 {
  color: #e0f7fa;
}
.old-theme .theme-cyan .theme-bg-lighten-5 {
  background-color: #e0f7fa;
}
.old-theme .theme-cyan .theme-border-lighten-5 {
  border-color: #e0f7fa;
}
.old-theme .theme-cyan .theme-fill-lighten-5 {
  fill: #e0f7fa;
}
.old-theme .theme-cyan .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e0f7fa;
  box-shadow: inset 0 -2px 0 #e0f7fa;
}
.old-theme .theme-cyan .theme-lighten-4 {
  background-color: #b2ebf2;
  color: #666;
}
.old-theme .theme-cyan .theme-text-lighten-4 {
  color: #b2ebf2;
}
.old-theme .theme-cyan .theme-bg-lighten-4 {
  background-color: #b2ebf2;
}
.old-theme .theme-cyan .theme-border-lighten-4 {
  border-color: #b2ebf2;
}
.old-theme .theme-cyan .theme-fill-lighten-4 {
  fill: #b2ebf2;
}
.old-theme .theme-cyan .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b2ebf2;
  box-shadow: inset 0 -2px 0 #b2ebf2;
}
.old-theme .theme-cyan .theme-lighten-3 {
  background-color: #80deea;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-lighten-3 {
  color: #80deea;
}
.old-theme .theme-cyan .theme-bg-lighten-3,
.old-theme .theme-cyan .btn-primary.disabled,
.old-theme .theme-cyan .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-cyan input[type=checkbox]:checked + .lever {
  background-color: #80deea;
}
.old-theme .theme-cyan .theme-border-lighten-3 {
  border-color: #80deea;
}
.old-theme .theme-cyan .theme-fill-lighten-3 {
  fill: #80deea;
}
.old-theme .theme-cyan .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #80deea;
  box-shadow: inset 0 -2px 0 #80deea;
}
.old-theme .theme-cyan .theme-lighten-2 {
  background-color: #4dd0e1;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-lighten-2 {
  color: #4dd0e1;
}
.old-theme .theme-cyan .theme-bg-lighten-2 {
  background-color: #4dd0e1;
}
.old-theme .theme-cyan .theme-border-lighten-2 {
  border-color: #4dd0e1;
}
.old-theme .theme-cyan .theme-fill-lighten-2 {
  fill: #4dd0e1;
}
.old-theme .theme-cyan .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #4dd0e1;
  box-shadow: inset 0 -2px 0 #4dd0e1;
}
.old-theme .theme-cyan .theme-lighten-1 {
  background-color: #26c6da;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-lighten-1,
.old-theme .theme-cyan aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-cyan a.collapsible-header:after {
  color: #26c6da;
}
.old-theme .theme-cyan .theme-bg-lighten-1 {
  background-color: #26c6da;
}
.old-theme .theme-cyan .theme-border-lighten-1 {
  border-color: #26c6da;
}
.old-theme .theme-cyan .theme-fill-lighten-1 {
  fill: #26c6da;
}
.old-theme .theme-cyan .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #26c6da;
  box-shadow: inset 0 -2px 0 #26c6da;
}
.old-theme .theme-cyan .theme {
  background-color: #00bcd4;
  color: #fff;
}
.old-theme .theme-cyan .theme-text,
.old-theme .theme-cyan .page-header h1,
.old-theme .page-header .theme-cyan h1,
.old-theme .theme-cyan .nav-tabs > li > a:hover,
.old-theme .theme-cyan .nav-tabs > li.active > a,
.old-theme .theme-cyan .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-cyan .btn-link,
.old-theme .theme-cyan .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-cyan .filter,
.old-theme .theme-cyan .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-cyan .filter:focus:hover,
.old-theme .theme-cyan .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-cyan .filter.active:hover,
.old-theme .theme-cyan .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-cyan td:first-child {
  color: #00bcd4;
}
.old-theme .theme-cyan .theme-bg,
.old-theme .theme-cyan input[type="radio"]:before,
.old-theme .theme-cyan input[type="checkbox"]:checked:after,
.old-theme .theme-cyan #loading-bar .bar,
.old-theme #loading-bar .theme-cyan .bar,
.old-theme .theme-cyan #logo .foot2,
.old-theme #logo .theme-cyan .foot2,
.old-theme .theme-cyan #logo .foot4,
.old-theme #logo .theme-cyan .foot4,
.old-theme .theme-cyan .btn-primary,
.old-theme .theme-cyan .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-cyan input[type=checkbox]:checked + .lever:after,
.old-theme .theme-cyan .noUi-base,
.old-theme .theme-cyan .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-cyan .noUi-origin:first-child,
.old-theme .theme-cyan .noUi-handle,
.old-theme .theme-cyan .noUi-handle:before {
  background-color: #00bcd4;
}
.old-theme .theme-cyan .theme-border,
.old-theme .theme-cyan input[type="radio"]:checked:after,
.old-theme .theme-cyan input[type="checkbox"]:checked:after {
  border-color: #00bcd4;
}
.old-theme .theme-cyan .theme-fill {
  fill: #00bcd4;
}
.old-theme .theme-cyan .theme-box-inset,
.old-theme .theme-cyan textarea:focus,
.old-theme .theme-cyan input.form-control:focus,
.old-theme .theme-cyan input[type=text]:focus,
.old-theme .theme-cyan input[type=password]:focus,
.old-theme .theme-cyan input[type=email]:focus,
.old-theme .theme-cyan input[type=number]:focus,
.old-theme .theme-cyan [type=text].form-control:focus,
.old-theme .theme-cyan [type=password].form-control:focus,
.old-theme .theme-cyan [type=email].form-control:focus,
.old-theme .theme-cyan [type=tel].form-control:focus,
.old-theme .theme-cyan [contenteditable].form-control:focus,
.old-theme .theme-cyan select:focus,
.old-theme .theme-cyan .nav-tabs > li > a:hover,
.old-theme .theme-cyan .nav-tabs > li.active > a,
.old-theme .theme-cyan .focussed .ta-bind,
.old-theme .focussed .theme-cyan .ta-bind,
.old-theme .theme-cyan .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-cyan .filter:hover,
.old-theme .theme-cyan .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-cyan .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #00bcd4;
  box-shadow: inset 0 -2px 0 #00bcd4;
}
.old-theme .theme-cyan .theme-darken-1 {
  background-color: #00acc1;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-darken-1,
.old-theme .theme-cyan .btn-link:focus,
.old-theme .theme-cyan .btn-link:hover {
  color: #00acc1;
}
.old-theme .theme-cyan .theme-bg-darken-1,
.old-theme .theme-cyan #logo .foot1,
.old-theme #logo .theme-cyan .foot1,
.old-theme .theme-cyan #logo .foot3,
.old-theme #logo .theme-cyan .foot3,
.old-theme .theme-cyan .btn-primary:hover {
  background-color: #00acc1;
}
.old-theme .theme-cyan .theme-border-darken-1 {
  border-color: #00acc1;
}
.old-theme .theme-cyan .theme-fill-darken-1 {
  fill: #00acc1;
}
.old-theme .theme-cyan .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #00acc1;
  box-shadow: inset 0 -2px 0 #00acc1;
}
.old-theme .theme-cyan .theme-darken-2 {
  background-color: #0097a7;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-darken-2 {
  color: #0097a7;
}
.old-theme .theme-cyan .theme-bg-darken-2 {
  background-color: #0097a7;
}
.old-theme .theme-cyan .theme-border-darken-2 {
  border-color: #0097a7;
}
.old-theme .theme-cyan .theme-fill-darken-2 {
  fill: #0097a7;
}
.old-theme .theme-cyan .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #0097a7;
  box-shadow: inset 0 -2px 0 #0097a7;
}
.old-theme .theme-cyan .theme-darken-3 {
  background-color: #00838f;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-darken-3 {
  color: #00838f;
}
.old-theme .theme-cyan .theme-bg-darken-3 {
  background-color: #00838f;
}
.old-theme .theme-cyan .theme-border-darken-3 {
  border-color: #00838f;
}
.old-theme .theme-cyan .theme-fill-darken-3 {
  fill: #00838f;
}
.old-theme .theme-cyan .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00838f;
  box-shadow: inset 0 -2px 0 #00838f;
}
.old-theme .theme-cyan .theme-darken-4 {
  background-color: #006064;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-darken-4 {
  color: #006064;
}
.old-theme .theme-cyan .theme-bg-darken-4 {
  background-color: #006064;
}
.old-theme .theme-cyan .theme-border-darken-4 {
  border-color: #006064;
}
.old-theme .theme-cyan .theme-fill-darken-4 {
  fill: #006064;
}
.old-theme .theme-cyan .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #006064;
  box-shadow: inset 0 -2px 0 #006064;
}
.old-theme .theme-cyan .theme-accent-1 {
  background-color: #84ffff;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-accent-1 {
  color: #84ffff;
}
.old-theme .theme-cyan .theme-bg-accent-1 {
  background-color: #84ffff;
}
.old-theme .theme-cyan .theme-border-accent-1 {
  border-color: #84ffff;
}
.old-theme .theme-cyan .theme-fill-accent-1 {
  fill: #84ffff;
}
.old-theme .theme-cyan .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #84ffff;
  box-shadow: inset 0 -2px 0 #84ffff;
}
.old-theme .theme-cyan .theme-accent-2 {
  background-color: #18ffff;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-accent-2 {
  color: #18ffff;
}
.old-theme .theme-cyan .theme-bg-accent-2 {
  background-color: #18ffff;
}
.old-theme .theme-cyan .theme-border-accent-2 {
  border-color: #18ffff;
}
.old-theme .theme-cyan .theme-fill-accent-2 {
  fill: #18ffff;
}
.old-theme .theme-cyan .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #18ffff;
  box-shadow: inset 0 -2px 0 #18ffff;
}
.old-theme .theme-cyan .theme-accent-3 {
  background-color: #00e5ff;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-accent-3 {
  color: #00e5ff;
}
.old-theme .theme-cyan .theme-bg-accent-3 {
  background-color: #00e5ff;
}
.old-theme .theme-cyan .theme-border-accent-3 {
  border-color: #00e5ff;
}
.old-theme .theme-cyan .theme-fill-accent-3 {
  fill: #00e5ff;
}
.old-theme .theme-cyan .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00e5ff;
  box-shadow: inset 0 -2px 0 #00e5ff;
}
.old-theme .theme-cyan .theme-accent-4 {
  background-color: #00b8d4;
  color: #fff;
}
.old-theme .theme-cyan .theme-text-accent-4 {
  color: #00b8d4;
}
.old-theme .theme-cyan .theme-bg-accent-4,
.old-theme .theme-cyan .btn-primary:focus {
  background-color: #00b8d4;
}
.old-theme .theme-cyan .theme-border-accent-4 {
  border-color: #00b8d4;
}
.old-theme .theme-cyan .theme-fill-accent-4 {
  fill: #00b8d4;
}
.old-theme .theme-cyan .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #00b8d4;
  box-shadow: inset 0 -2px 0 #00b8d4;
}
.old-theme .theme-cyan .theme-secondary-lighten-5 {
  background-color: #f3e5f5;
  color: #666;
}
.old-theme .theme-cyan .theme-secondary-text-lighten-5 {
  color: #f3e5f5;
}
.old-theme .theme-cyan .theme-secondary-bg-lighten-5,
.old-theme .theme-cyan .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-cyan .list-group-item:hover {
  background-color: #f3e5f5;
}
.old-theme .theme-cyan .theme-secondary-border-lighten-5 {
  border-color: #f3e5f5;
}
.old-theme .theme-cyan .theme-secondary-fill-lighten-5 {
  fill: #f3e5f5;
}
.old-theme .theme-cyan .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #f3e5f5;
  box-shadow: inset 0 -2px 0 #f3e5f5;
}
.old-theme .theme-cyan .theme-secondary-lighten-4 {
  background-color: #e1bee7;
  color: #666;
}
.old-theme .theme-cyan .theme-secondary-text-lighten-4 {
  color: #e1bee7;
}
.old-theme .theme-cyan .theme-secondary-bg-lighten-4 {
  background-color: #e1bee7;
}
.old-theme .theme-cyan .theme-secondary-border-lighten-4 {
  border-color: #e1bee7;
}
.old-theme .theme-cyan .theme-secondary-fill-lighten-4 {
  fill: #e1bee7;
}
.old-theme .theme-cyan .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #e1bee7;
  box-shadow: inset 0 -2px 0 #e1bee7;
}
.old-theme .theme-cyan .theme-secondary-lighten-3 {
  background-color: #ce93d8;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-lighten-3,
.old-theme .theme-cyan a:hover,
.old-theme .theme-cyan a:focus,
.old-theme .theme-cyan .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-cyan a {
  color: #ce93d8;
}
.old-theme .theme-cyan .theme-secondary-bg-lighten-3 {
  background-color: #ce93d8;
}
.old-theme .theme-cyan .theme-secondary-border-lighten-3 {
  border-color: #ce93d8;
}
.old-theme .theme-cyan .theme-secondary-fill-lighten-3 {
  fill: #ce93d8;
}
.old-theme .theme-cyan .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ce93d8;
  box-shadow: inset 0 -2px 0 #ce93d8;
}
.old-theme .theme-cyan .theme-secondary-lighten-2 {
  background-color: #ba68c8;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-lighten-2 {
  color: #ba68c8;
}
.old-theme .theme-cyan .theme-secondary-bg-lighten-2 {
  background-color: #ba68c8;
}
.old-theme .theme-cyan .theme-secondary-border-lighten-2 {
  border-color: #ba68c8;
}
.old-theme .theme-cyan .theme-secondary-fill-lighten-2 {
  fill: #ba68c8;
}
.old-theme .theme-cyan .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ba68c8;
  box-shadow: inset 0 -2px 0 #ba68c8;
}
.old-theme .theme-cyan .theme-secondary-lighten-1 {
  background-color: #ab47bc;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-lighten-1 {
  color: #ab47bc;
}
.old-theme .theme-cyan .theme-secondary-bg-lighten-1 {
  background-color: #ab47bc;
}
.old-theme .theme-cyan .theme-secondary-border-lighten-1 {
  border-color: #ab47bc;
}
.old-theme .theme-cyan .theme-secondary-fill-lighten-1 {
  fill: #ab47bc;
}
.old-theme .theme-cyan .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ab47bc;
  box-shadow: inset 0 -2px 0 #ab47bc;
}
.old-theme .theme-cyan .theme-secondary,
.old-theme .theme-cyan .alert.alert-theme,
.old-theme .theme-cyan .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-cyan .jvectormap-zoomin,
.old-theme .theme-cyan .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-cyan .jvectormap-zoomout {
  background-color: #9c27b0;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text,
.old-theme .theme-cyan a {
  color: #9c27b0;
}
.old-theme .theme-cyan .theme-secondary-bg,
.old-theme .theme-cyan .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-cyan .list-group-item.active,
.old-theme .theme-cyan .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-cyan th {
  background-color: #9c27b0;
}
.old-theme .theme-cyan .theme-secondary-border {
  border-color: #9c27b0;
}
.old-theme .theme-cyan .theme-secondary-fill {
  fill: #9c27b0;
}
.old-theme .theme-cyan .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #9c27b0;
  box-shadow: inset 0 -2px 0 #9c27b0;
}
.old-theme .theme-cyan .theme-secondary-darken-1 {
  background-color: #8e24aa;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-darken-1 {
  color: #8e24aa;
}
.old-theme .theme-cyan .theme-secondary-bg-darken-1 {
  background-color: #8e24aa;
}
.old-theme .theme-cyan .theme-secondary-border-darken-1 {
  border-color: #8e24aa;
}
.old-theme .theme-cyan .theme-secondary-fill-darken-1 {
  fill: #8e24aa;
}
.old-theme .theme-cyan .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #8e24aa;
  box-shadow: inset 0 -2px 0 #8e24aa;
}
.old-theme .theme-cyan .theme-secondary-darken-2 {
  background-color: #7b1fa2;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-darken-2 {
  color: #7b1fa2;
}
.old-theme .theme-cyan .theme-secondary-bg-darken-2 {
  background-color: #7b1fa2;
}
.old-theme .theme-cyan .theme-secondary-border-darken-2 {
  border-color: #7b1fa2;
}
.old-theme .theme-cyan .theme-secondary-fill-darken-2 {
  fill: #7b1fa2;
}
.old-theme .theme-cyan .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #7b1fa2;
  box-shadow: inset 0 -2px 0 #7b1fa2;
}
.old-theme .theme-cyan .theme-secondary-darken-3 {
  background-color: #6a1b9a;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-darken-3 {
  color: #6a1b9a;
}
.old-theme .theme-cyan .theme-secondary-bg-darken-3 {
  background-color: #6a1b9a;
}
.old-theme .theme-cyan .theme-secondary-border-darken-3 {
  border-color: #6a1b9a;
}
.old-theme .theme-cyan .theme-secondary-fill-darken-3 {
  fill: #6a1b9a;
}
.old-theme .theme-cyan .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #6a1b9a;
  box-shadow: inset 0 -2px 0 #6a1b9a;
}
.old-theme .theme-cyan .theme-secondary-darken-4 {
  background-color: #4a148c;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-darken-4 {
  color: #4a148c;
}
.old-theme .theme-cyan .theme-secondary-bg-darken-4 {
  background-color: #4a148c;
}
.old-theme .theme-cyan .theme-secondary-border-darken-4 {
  border-color: #4a148c;
}
.old-theme .theme-cyan .theme-secondary-fill-darken-4 {
  fill: #4a148c;
}
.old-theme .theme-cyan .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #4a148c;
  box-shadow: inset 0 -2px 0 #4a148c;
}
.old-theme .theme-cyan .theme-secondary-accent-1 {
  background-color: #ea80fc;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-accent-1 {
  color: #ea80fc;
}
.old-theme .theme-cyan .theme-secondary-bg-accent-1 {
  background-color: #ea80fc;
}
.old-theme .theme-cyan .theme-secondary-border-accent-1 {
  border-color: #ea80fc;
}
.old-theme .theme-cyan .theme-secondary-fill-accent-1 {
  fill: #ea80fc;
}
.old-theme .theme-cyan .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ea80fc;
  box-shadow: inset 0 -2px 0 #ea80fc;
}
.old-theme .theme-cyan .theme-secondary-accent-2 {
  background-color: #e040fb;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-accent-2 {
  color: #e040fb;
}
.old-theme .theme-cyan .theme-secondary-bg-accent-2 {
  background-color: #e040fb;
}
.old-theme .theme-cyan .theme-secondary-border-accent-2 {
  border-color: #e040fb;
}
.old-theme .theme-cyan .theme-secondary-fill-accent-2 {
  fill: #e040fb;
}
.old-theme .theme-cyan .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #e040fb;
  box-shadow: inset 0 -2px 0 #e040fb;
}
.old-theme .theme-cyan .theme-secondary-accent-3 {
  background-color: #d500f9;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-accent-3 {
  color: #d500f9;
}
.old-theme .theme-cyan .theme-secondary-bg-accent-3 {
  background-color: #d500f9;
}
.old-theme .theme-cyan .theme-secondary-border-accent-3 {
  border-color: #d500f9;
}
.old-theme .theme-cyan .theme-secondary-fill-accent-3 {
  fill: #d500f9;
}
.old-theme .theme-cyan .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #d500f9;
  box-shadow: inset 0 -2px 0 #d500f9;
}
.old-theme .theme-cyan .theme-secondary-accent-4 {
  background-color: #a0f;
  color: #fff;
}
.old-theme .theme-cyan .theme-secondary-text-accent-4 {
  color: #a0f;
}
.old-theme .theme-cyan .theme-secondary-bg-accent-4 {
  background-color: #a0f;
}
.old-theme .theme-cyan .theme-secondary-border-accent-4 {
  border-color: #a0f;
}
.old-theme .theme-cyan .theme-secondary-fill-accent-4 {
  fill: #a0f;
}
.old-theme .theme-cyan .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #a0f;
  box-shadow: inset 0 -2px 0 #a0f;
}
.old-theme .theme-teal .theme-lighten-5 {
  background-color: #e0f2f1;
  color: #666;
}
.old-theme .theme-teal .theme-text-lighten-5 {
  color: #e0f2f1;
}
.old-theme .theme-teal .theme-bg-lighten-5 {
  background-color: #e0f2f1;
}
.old-theme .theme-teal .theme-border-lighten-5 {
  border-color: #e0f2f1;
}
.old-theme .theme-teal .theme-fill-lighten-5 {
  fill: #e0f2f1;
}
.old-theme .theme-teal .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e0f2f1;
  box-shadow: inset 0 -2px 0 #e0f2f1;
}
.old-theme .theme-teal .theme-lighten-4 {
  background-color: #b2dfdb;
  color: #666;
}
.old-theme .theme-teal .theme-text-lighten-4 {
  color: #b2dfdb;
}
.old-theme .theme-teal .theme-bg-lighten-4 {
  background-color: #b2dfdb;
}
.old-theme .theme-teal .theme-border-lighten-4 {
  border-color: #b2dfdb;
}
.old-theme .theme-teal .theme-fill-lighten-4 {
  fill: #b2dfdb;
}
.old-theme .theme-teal .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b2dfdb;
  box-shadow: inset 0 -2px 0 #b2dfdb;
}
.old-theme .theme-teal .theme-lighten-3 {
  background-color: #80cbc4;
  color: #fff;
}
.old-theme .theme-teal .theme-text-lighten-3 {
  color: #80cbc4;
}
.old-theme .theme-teal .theme-bg-lighten-3,
.old-theme .theme-teal .btn-primary.disabled,
.old-theme .theme-teal .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-teal input[type=checkbox]:checked + .lever {
  background-color: #80cbc4;
}
.old-theme .theme-teal .theme-border-lighten-3 {
  border-color: #80cbc4;
}
.old-theme .theme-teal .theme-fill-lighten-3 {
  fill: #80cbc4;
}
.old-theme .theme-teal .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #80cbc4;
  box-shadow: inset 0 -2px 0 #80cbc4;
}
.old-theme .theme-teal .theme-lighten-2 {
  background-color: #4db6ac;
  color: #fff;
}
.old-theme .theme-teal .theme-text-lighten-2 {
  color: #4db6ac;
}
.old-theme .theme-teal .theme-bg-lighten-2 {
  background-color: #4db6ac;
}
.old-theme .theme-teal .theme-border-lighten-2 {
  border-color: #4db6ac;
}
.old-theme .theme-teal .theme-fill-lighten-2 {
  fill: #4db6ac;
}
.old-theme .theme-teal .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #4db6ac;
  box-shadow: inset 0 -2px 0 #4db6ac;
}
.old-theme .theme-teal .theme-lighten-1 {
  background-color: #26a69a;
  color: #fff;
}
.old-theme .theme-teal .theme-text-lighten-1,
.old-theme .theme-teal aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-teal a.collapsible-header:after {
  color: #26a69a;
}
.old-theme .theme-teal .theme-bg-lighten-1 {
  background-color: #26a69a;
}
.old-theme .theme-teal .theme-border-lighten-1 {
  border-color: #26a69a;
}
.old-theme .theme-teal .theme-fill-lighten-1 {
  fill: #26a69a;
}
.old-theme .theme-teal .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #26a69a;
  box-shadow: inset 0 -2px 0 #26a69a;
}
.old-theme .theme-teal .theme {
  background-color: #009688;
  color: #fff;
}
.old-theme .theme-teal .theme-text,
.old-theme .theme-teal .page-header h1,
.old-theme .page-header .theme-teal h1,
.old-theme .theme-teal .nav-tabs > li > a:hover,
.old-theme .theme-teal .nav-tabs > li.active > a,
.old-theme .theme-teal .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-teal .btn-link,
.old-theme .theme-teal .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-teal .filter,
.old-theme .theme-teal .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-teal .filter:focus:hover,
.old-theme .theme-teal .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-teal .filter.active:hover,
.old-theme .theme-teal .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-teal td:first-child {
  color: #009688;
}
.old-theme .theme-teal .theme-bg,
.old-theme .theme-teal input[type="radio"]:before,
.old-theme .theme-teal input[type="checkbox"]:checked:after,
.old-theme .theme-teal #loading-bar .bar,
.old-theme #loading-bar .theme-teal .bar,
.old-theme .theme-teal #logo .foot2,
.old-theme #logo .theme-teal .foot2,
.old-theme .theme-teal #logo .foot4,
.old-theme #logo .theme-teal .foot4,
.old-theme .theme-teal .btn-primary,
.old-theme .theme-teal .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-teal input[type=checkbox]:checked + .lever:after,
.old-theme .theme-teal .noUi-base,
.old-theme .theme-teal .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-teal .noUi-origin:first-child,
.old-theme .theme-teal .noUi-handle,
.old-theme .theme-teal .noUi-handle:before {
  background-color: #009688;
}
.old-theme .theme-teal .theme-border,
.old-theme .theme-teal input[type="radio"]:checked:after,
.old-theme .theme-teal input[type="checkbox"]:checked:after {
  border-color: #009688;
}
.old-theme .theme-teal .theme-fill {
  fill: #009688;
}
.old-theme .theme-teal .theme-box-inset,
.old-theme .theme-teal textarea:focus,
.old-theme .theme-teal input.form-control:focus,
.old-theme .theme-teal input[type=text]:focus,
.old-theme .theme-teal input[type=password]:focus,
.old-theme .theme-teal input[type=email]:focus,
.old-theme .theme-teal input[type=number]:focus,
.old-theme .theme-teal [type=text].form-control:focus,
.old-theme .theme-teal [type=password].form-control:focus,
.old-theme .theme-teal [type=email].form-control:focus,
.old-theme .theme-teal [type=tel].form-control:focus,
.old-theme .theme-teal [contenteditable].form-control:focus,
.old-theme .theme-teal select:focus,
.old-theme .theme-teal .nav-tabs > li > a:hover,
.old-theme .theme-teal .nav-tabs > li.active > a,
.old-theme .theme-teal .focussed .ta-bind,
.old-theme .focussed .theme-teal .ta-bind,
.old-theme .theme-teal .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-teal .filter:hover,
.old-theme .theme-teal .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-teal .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #009688;
  box-shadow: inset 0 -2px 0 #009688;
}
.old-theme .theme-teal .theme-darken-1 {
  background-color: #00897b;
  color: #fff;
}
.old-theme .theme-teal .theme-text-darken-1,
.old-theme .theme-teal .btn-link:focus,
.old-theme .theme-teal .btn-link:hover {
  color: #00897b;
}
.old-theme .theme-teal .theme-bg-darken-1,
.old-theme .theme-teal #logo .foot1,
.old-theme #logo .theme-teal .foot1,
.old-theme .theme-teal #logo .foot3,
.old-theme #logo .theme-teal .foot3,
.old-theme .theme-teal .btn-primary:hover {
  background-color: #00897b;
}
.old-theme .theme-teal .theme-border-darken-1 {
  border-color: #00897b;
}
.old-theme .theme-teal .theme-fill-darken-1 {
  fill: #00897b;
}
.old-theme .theme-teal .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #00897b;
  box-shadow: inset 0 -2px 0 #00897b;
}
.old-theme .theme-teal .theme-darken-2 {
  background-color: #00796b;
  color: #fff;
}
.old-theme .theme-teal .theme-text-darken-2 {
  color: #00796b;
}
.old-theme .theme-teal .theme-bg-darken-2 {
  background-color: #00796b;
}
.old-theme .theme-teal .theme-border-darken-2 {
  border-color: #00796b;
}
.old-theme .theme-teal .theme-fill-darken-2 {
  fill: #00796b;
}
.old-theme .theme-teal .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #00796b;
  box-shadow: inset 0 -2px 0 #00796b;
}
.old-theme .theme-teal .theme-darken-3 {
  background-color: #00695c;
  color: #fff;
}
.old-theme .theme-teal .theme-text-darken-3 {
  color: #00695c;
}
.old-theme .theme-teal .theme-bg-darken-3 {
  background-color: #00695c;
}
.old-theme .theme-teal .theme-border-darken-3 {
  border-color: #00695c;
}
.old-theme .theme-teal .theme-fill-darken-3 {
  fill: #00695c;
}
.old-theme .theme-teal .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00695c;
  box-shadow: inset 0 -2px 0 #00695c;
}
.old-theme .theme-teal .theme-darken-4 {
  background-color: #004d40;
  color: #fff;
}
.old-theme .theme-teal .theme-text-darken-4 {
  color: #004d40;
}
.old-theme .theme-teal .theme-bg-darken-4 {
  background-color: #004d40;
}
.old-theme .theme-teal .theme-border-darken-4 {
  border-color: #004d40;
}
.old-theme .theme-teal .theme-fill-darken-4 {
  fill: #004d40;
}
.old-theme .theme-teal .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #004d40;
  box-shadow: inset 0 -2px 0 #004d40;
}
.old-theme .theme-teal .theme-accent-1 {
  background-color: #a7ffeb;
  color: #666;
}
.old-theme .theme-teal .theme-text-accent-1 {
  color: #a7ffeb;
}
.old-theme .theme-teal .theme-bg-accent-1 {
  background-color: #a7ffeb;
}
.old-theme .theme-teal .theme-border-accent-1 {
  border-color: #a7ffeb;
}
.old-theme .theme-teal .theme-fill-accent-1 {
  fill: #a7ffeb;
}
.old-theme .theme-teal .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #a7ffeb;
  box-shadow: inset 0 -2px 0 #a7ffeb;
}
.old-theme .theme-teal .theme-accent-2 {
  background-color: #64ffda;
  color: #fff;
}
.old-theme .theme-teal .theme-text-accent-2 {
  color: #64ffda;
}
.old-theme .theme-teal .theme-bg-accent-2 {
  background-color: #64ffda;
}
.old-theme .theme-teal .theme-border-accent-2 {
  border-color: #64ffda;
}
.old-theme .theme-teal .theme-fill-accent-2 {
  fill: #64ffda;
}
.old-theme .theme-teal .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #64ffda;
  box-shadow: inset 0 -2px 0 #64ffda;
}
.old-theme .theme-teal .theme-accent-3 {
  background-color: #1de9b6;
  color: #fff;
}
.old-theme .theme-teal .theme-text-accent-3 {
  color: #1de9b6;
}
.old-theme .theme-teal .theme-bg-accent-3 {
  background-color: #1de9b6;
}
.old-theme .theme-teal .theme-border-accent-3 {
  border-color: #1de9b6;
}
.old-theme .theme-teal .theme-fill-accent-3 {
  fill: #1de9b6;
}
.old-theme .theme-teal .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #1de9b6;
  box-shadow: inset 0 -2px 0 #1de9b6;
}
.old-theme .theme-teal .theme-accent-4 {
  background-color: #00bfa5;
  color: #fff;
}
.old-theme .theme-teal .theme-text-accent-4 {
  color: #00bfa5;
}
.old-theme .theme-teal .theme-bg-accent-4,
.old-theme .theme-teal .btn-primary:focus {
  background-color: #00bfa5;
}
.old-theme .theme-teal .theme-border-accent-4 {
  border-color: #00bfa5;
}
.old-theme .theme-teal .theme-fill-accent-4 {
  fill: #00bfa5;
}
.old-theme .theme-teal .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #00bfa5;
  box-shadow: inset 0 -2px 0 #00bfa5;
}
.old-theme .theme-teal .theme-secondary-lighten-5 {
  background-color: #ffebee;
  color: #666;
}
.old-theme .theme-teal .theme-secondary-text-lighten-5 {
  color: #ffebee;
}
.old-theme .theme-teal .theme-secondary-bg-lighten-5,
.old-theme .theme-teal .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-teal .list-group-item:hover {
  background-color: #ffebee;
}
.old-theme .theme-teal .theme-secondary-border-lighten-5 {
  border-color: #ffebee;
}
.old-theme .theme-teal .theme-secondary-fill-lighten-5 {
  fill: #ffebee;
}
.old-theme .theme-teal .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #ffebee;
  box-shadow: inset 0 -2px 0 #ffebee;
}
.old-theme .theme-teal .theme-secondary-lighten-4 {
  background-color: #ffcdd2;
  color: #666;
}
.old-theme .theme-teal .theme-secondary-text-lighten-4 {
  color: #ffcdd2;
}
.old-theme .theme-teal .theme-secondary-bg-lighten-4 {
  background-color: #ffcdd2;
}
.old-theme .theme-teal .theme-secondary-border-lighten-4 {
  border-color: #ffcdd2;
}
.old-theme .theme-teal .theme-secondary-fill-lighten-4 {
  fill: #ffcdd2;
}
.old-theme .theme-teal .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffcdd2;
  box-shadow: inset 0 -2px 0 #ffcdd2;
}
.old-theme .theme-teal .theme-secondary-lighten-3 {
  background-color: #ef9a9a;
  color: #666;
}
.old-theme .theme-teal .theme-secondary-text-lighten-3,
.old-theme .theme-teal a:hover,
.old-theme .theme-teal a:focus,
.old-theme .theme-teal .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-teal a {
  color: #ef9a9a;
}
.old-theme .theme-teal .theme-secondary-bg-lighten-3 {
  background-color: #ef9a9a;
}
.old-theme .theme-teal .theme-secondary-border-lighten-3 {
  border-color: #ef9a9a;
}
.old-theme .theme-teal .theme-secondary-fill-lighten-3 {
  fill: #ef9a9a;
}
.old-theme .theme-teal .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ef9a9a;
  box-shadow: inset 0 -2px 0 #ef9a9a;
}
.old-theme .theme-teal .theme-secondary-lighten-2 {
  background-color: #e57373;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-lighten-2 {
  color: #e57373;
}
.old-theme .theme-teal .theme-secondary-bg-lighten-2 {
  background-color: #e57373;
}
.old-theme .theme-teal .theme-secondary-border-lighten-2 {
  border-color: #e57373;
}
.old-theme .theme-teal .theme-secondary-fill-lighten-2 {
  fill: #e57373;
}
.old-theme .theme-teal .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #e57373;
  box-shadow: inset 0 -2px 0 #e57373;
}
.old-theme .theme-teal .theme-secondary-lighten-1 {
  background-color: #ef5350;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-lighten-1 {
  color: #ef5350;
}
.old-theme .theme-teal .theme-secondary-bg-lighten-1 {
  background-color: #ef5350;
}
.old-theme .theme-teal .theme-secondary-border-lighten-1 {
  border-color: #ef5350;
}
.old-theme .theme-teal .theme-secondary-fill-lighten-1 {
  fill: #ef5350;
}
.old-theme .theme-teal .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ef5350;
  box-shadow: inset 0 -2px 0 #ef5350;
}
.old-theme .theme-teal .theme-secondary,
.old-theme .theme-teal .alert.alert-theme,
.old-theme .theme-teal .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-teal .jvectormap-zoomin,
.old-theme .theme-teal .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-teal .jvectormap-zoomout {
  background-color: #f44336;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text,
.old-theme .theme-teal a {
  color: #f44336;
}
.old-theme .theme-teal .theme-secondary-bg,
.old-theme .theme-teal .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-teal .list-group-item.active,
.old-theme .theme-teal .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-teal th {
  background-color: #f44336;
}
.old-theme .theme-teal .theme-secondary-border {
  border-color: #f44336;
}
.old-theme .theme-teal .theme-secondary-fill {
  fill: #f44336;
}
.old-theme .theme-teal .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #f44336;
  box-shadow: inset 0 -2px 0 #f44336;
}
.old-theme .theme-teal .theme-secondary-darken-1 {
  background-color: #e53935;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-darken-1 {
  color: #e53935;
}
.old-theme .theme-teal .theme-secondary-bg-darken-1 {
  background-color: #e53935;
}
.old-theme .theme-teal .theme-secondary-border-darken-1 {
  border-color: #e53935;
}
.old-theme .theme-teal .theme-secondary-fill-darken-1 {
  fill: #e53935;
}
.old-theme .theme-teal .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #e53935;
  box-shadow: inset 0 -2px 0 #e53935;
}
.old-theme .theme-teal .theme-secondary-darken-2 {
  background-color: #d32f2f;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-darken-2 {
  color: #d32f2f;
}
.old-theme .theme-teal .theme-secondary-bg-darken-2 {
  background-color: #d32f2f;
}
.old-theme .theme-teal .theme-secondary-border-darken-2 {
  border-color: #d32f2f;
}
.old-theme .theme-teal .theme-secondary-fill-darken-2 {
  fill: #d32f2f;
}
.old-theme .theme-teal .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #d32f2f;
  box-shadow: inset 0 -2px 0 #d32f2f;
}
.old-theme .theme-teal .theme-secondary-darken-3 {
  background-color: #c62828;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-darken-3 {
  color: #c62828;
}
.old-theme .theme-teal .theme-secondary-bg-darken-3 {
  background-color: #c62828;
}
.old-theme .theme-teal .theme-secondary-border-darken-3 {
  border-color: #c62828;
}
.old-theme .theme-teal .theme-secondary-fill-darken-3 {
  fill: #c62828;
}
.old-theme .theme-teal .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #c62828;
  box-shadow: inset 0 -2px 0 #c62828;
}
.old-theme .theme-teal .theme-secondary-darken-4 {
  background-color: #b71c1c;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-darken-4 {
  color: #b71c1c;
}
.old-theme .theme-teal .theme-secondary-bg-darken-4 {
  background-color: #b71c1c;
}
.old-theme .theme-teal .theme-secondary-border-darken-4 {
  border-color: #b71c1c;
}
.old-theme .theme-teal .theme-secondary-fill-darken-4 {
  fill: #b71c1c;
}
.old-theme .theme-teal .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b71c1c;
  box-shadow: inset 0 -2px 0 #b71c1c;
}
.old-theme .theme-teal .theme-secondary-accent-1 {
  background-color: #ff8a80;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-accent-1 {
  color: #ff8a80;
}
.old-theme .theme-teal .theme-secondary-bg-accent-1 {
  background-color: #ff8a80;
}
.old-theme .theme-teal .theme-secondary-border-accent-1 {
  border-color: #ff8a80;
}
.old-theme .theme-teal .theme-secondary-fill-accent-1 {
  fill: #ff8a80;
}
.old-theme .theme-teal .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff8a80;
  box-shadow: inset 0 -2px 0 #ff8a80;
}
.old-theme .theme-teal .theme-secondary-accent-2 {
  background-color: #ff5252;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-accent-2 {
  color: #ff5252;
}
.old-theme .theme-teal .theme-secondary-bg-accent-2 {
  background-color: #ff5252;
}
.old-theme .theme-teal .theme-secondary-border-accent-2 {
  border-color: #ff5252;
}
.old-theme .theme-teal .theme-secondary-fill-accent-2 {
  fill: #ff5252;
}
.old-theme .theme-teal .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff5252;
  box-shadow: inset 0 -2px 0 #ff5252;
}
.old-theme .theme-teal .theme-secondary-accent-3 {
  background-color: #ff1744;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-accent-3 {
  color: #ff1744;
}
.old-theme .theme-teal .theme-secondary-bg-accent-3 {
  background-color: #ff1744;
}
.old-theme .theme-teal .theme-secondary-border-accent-3 {
  border-color: #ff1744;
}
.old-theme .theme-teal .theme-secondary-fill-accent-3 {
  fill: #ff1744;
}
.old-theme .theme-teal .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff1744;
  box-shadow: inset 0 -2px 0 #ff1744;
}
.old-theme .theme-teal .theme-secondary-accent-4 {
  background-color: #d50000;
  color: #fff;
}
.old-theme .theme-teal .theme-secondary-text-accent-4 {
  color: #d50000;
}
.old-theme .theme-teal .theme-secondary-bg-accent-4 {
  background-color: #d50000;
}
.old-theme .theme-teal .theme-secondary-border-accent-4 {
  border-color: #d50000;
}
.old-theme .theme-teal .theme-secondary-fill-accent-4 {
  fill: #d50000;
}
.old-theme .theme-teal .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #d50000;
  box-shadow: inset 0 -2px 0 #d50000;
}
.old-theme .theme-green .theme-lighten-5 {
  background-color: #e8f5e9;
  color: #666;
}
.old-theme .theme-green .theme-text-lighten-5 {
  color: #e8f5e9;
}
.old-theme .theme-green .theme-bg-lighten-5 {
  background-color: #e8f5e9;
}
.old-theme .theme-green .theme-border-lighten-5 {
  border-color: #e8f5e9;
}
.old-theme .theme-green .theme-fill-lighten-5 {
  fill: #e8f5e9;
}
.old-theme .theme-green .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #e8f5e9;
  box-shadow: inset 0 -2px 0 #e8f5e9;
}
.old-theme .theme-green .theme-lighten-4 {
  background-color: #c8e6c9;
  color: #666;
}
.old-theme .theme-green .theme-text-lighten-4 {
  color: #c8e6c9;
}
.old-theme .theme-green .theme-bg-lighten-4 {
  background-color: #c8e6c9;
}
.old-theme .theme-green .theme-border-lighten-4 {
  border-color: #c8e6c9;
}
.old-theme .theme-green .theme-fill-lighten-4 {
  fill: #c8e6c9;
}
.old-theme .theme-green .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #c8e6c9;
  box-shadow: inset 0 -2px 0 #c8e6c9;
}
.old-theme .theme-green .theme-lighten-3 {
  background-color: #a5d6a7;
  color: #fff;
}
.old-theme .theme-green .theme-text-lighten-3 {
  color: #a5d6a7;
}
.old-theme .theme-green .theme-bg-lighten-3,
.old-theme .theme-green .btn-primary.disabled,
.old-theme .theme-green .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-green input[type=checkbox]:checked + .lever {
  background-color: #a5d6a7;
}
.old-theme .theme-green .theme-border-lighten-3 {
  border-color: #a5d6a7;
}
.old-theme .theme-green .theme-fill-lighten-3 {
  fill: #a5d6a7;
}
.old-theme .theme-green .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #a5d6a7;
  box-shadow: inset 0 -2px 0 #a5d6a7;
}
.old-theme .theme-green .theme-lighten-2 {
  background-color: #81c784;
  color: #fff;
}
.old-theme .theme-green .theme-text-lighten-2 {
  color: #81c784;
}
.old-theme .theme-green .theme-bg-lighten-2 {
  background-color: #81c784;
}
.old-theme .theme-green .theme-border-lighten-2 {
  border-color: #81c784;
}
.old-theme .theme-green .theme-fill-lighten-2 {
  fill: #81c784;
}
.old-theme .theme-green .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #81c784;
  box-shadow: inset 0 -2px 0 #81c784;
}
.old-theme .theme-green .theme-lighten-1 {
  background-color: #66bb6a;
  color: #fff;
}
.old-theme .theme-green .theme-text-lighten-1,
.old-theme .theme-green aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-green a.collapsible-header:after {
  color: #66bb6a;
}
.old-theme .theme-green .theme-bg-lighten-1 {
  background-color: #66bb6a;
}
.old-theme .theme-green .theme-border-lighten-1 {
  border-color: #66bb6a;
}
.old-theme .theme-green .theme-fill-lighten-1 {
  fill: #66bb6a;
}
.old-theme .theme-green .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #66bb6a;
  box-shadow: inset 0 -2px 0 #66bb6a;
}
.old-theme .theme-green .theme {
  background-color: #4caf50;
  color: #fff;
}
.old-theme .theme-green .theme-text,
.old-theme .theme-green .page-header h1,
.old-theme .page-header .theme-green h1,
.old-theme .theme-green .nav-tabs > li > a:hover,
.old-theme .theme-green .nav-tabs > li.active > a,
.old-theme .theme-green .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-green .btn-link,
.old-theme .theme-green .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-green .filter,
.old-theme .theme-green .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-green .filter:focus:hover,
.old-theme .theme-green .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-green .filter.active:hover,
.old-theme .theme-green .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-green td:first-child {
  color: #4caf50;
}
.old-theme .theme-green .theme-bg,
.old-theme .theme-green input[type="radio"]:before,
.old-theme .theme-green input[type="checkbox"]:checked:after,
.old-theme .theme-green #loading-bar .bar,
.old-theme #loading-bar .theme-green .bar,
.old-theme .theme-green #logo .foot2,
.old-theme #logo .theme-green .foot2,
.old-theme .theme-green #logo .foot4,
.old-theme #logo .theme-green .foot4,
.old-theme .theme-green .btn-primary,
.old-theme .theme-green .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-green input[type=checkbox]:checked + .lever:after,
.old-theme .theme-green .noUi-base,
.old-theme .theme-green .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-green .noUi-origin:first-child,
.old-theme .theme-green .noUi-handle,
.old-theme .theme-green .noUi-handle:before {
  background-color: #4caf50;
}
.old-theme .theme-green .theme-border,
.old-theme .theme-green input[type="radio"]:checked:after,
.old-theme .theme-green input[type="checkbox"]:checked:after {
  border-color: #4caf50;
}
.old-theme .theme-green .theme-fill {
  fill: #4caf50;
}
.old-theme .theme-green .theme-box-inset,
.old-theme .theme-green textarea:focus,
.old-theme .theme-green input.form-control:focus,
.old-theme .theme-green input[type=text]:focus,
.old-theme .theme-green input[type=password]:focus,
.old-theme .theme-green input[type=email]:focus,
.old-theme .theme-green input[type=number]:focus,
.old-theme .theme-green [type=text].form-control:focus,
.old-theme .theme-green [type=password].form-control:focus,
.old-theme .theme-green [type=email].form-control:focus,
.old-theme .theme-green [type=tel].form-control:focus,
.old-theme .theme-green [contenteditable].form-control:focus,
.old-theme .theme-green select:focus,
.old-theme .theme-green .nav-tabs > li > a:hover,
.old-theme .theme-green .nav-tabs > li.active > a,
.old-theme .theme-green .focussed .ta-bind,
.old-theme .focussed .theme-green .ta-bind,
.old-theme .theme-green .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-green .filter:hover,
.old-theme .theme-green .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-green .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #4caf50;
  box-shadow: inset 0 -2px 0 #4caf50;
}
.old-theme .theme-green .theme-darken-1 {
  background-color: #43a047;
  color: #fff;
}
.old-theme .theme-green .theme-text-darken-1,
.old-theme .theme-green .btn-link:focus,
.old-theme .theme-green .btn-link:hover {
  color: #43a047;
}
.old-theme .theme-green .theme-bg-darken-1,
.old-theme .theme-green #logo .foot1,
.old-theme #logo .theme-green .foot1,
.old-theme .theme-green #logo .foot3,
.old-theme #logo .theme-green .foot3,
.old-theme .theme-green .btn-primary:hover {
  background-color: #43a047;
}
.old-theme .theme-green .theme-border-darken-1 {
  border-color: #43a047;
}
.old-theme .theme-green .theme-fill-darken-1 {
  fill: #43a047;
}
.old-theme .theme-green .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #43a047;
  box-shadow: inset 0 -2px 0 #43a047;
}
.old-theme .theme-green .theme-darken-2 {
  background-color: #388e3c;
  color: #fff;
}
.old-theme .theme-green .theme-text-darken-2 {
  color: #388e3c;
}
.old-theme .theme-green .theme-bg-darken-2 {
  background-color: #388e3c;
}
.old-theme .theme-green .theme-border-darken-2 {
  border-color: #388e3c;
}
.old-theme .theme-green .theme-fill-darken-2 {
  fill: #388e3c;
}
.old-theme .theme-green .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #388e3c;
  box-shadow: inset 0 -2px 0 #388e3c;
}
.old-theme .theme-green .theme-darken-3 {
  background-color: #2e7d32;
  color: #fff;
}
.old-theme .theme-green .theme-text-darken-3 {
  color: #2e7d32;
}
.old-theme .theme-green .theme-bg-darken-3 {
  background-color: #2e7d32;
}
.old-theme .theme-green .theme-border-darken-3 {
  border-color: #2e7d32;
}
.old-theme .theme-green .theme-fill-darken-3 {
  fill: #2e7d32;
}
.old-theme .theme-green .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #2e7d32;
  box-shadow: inset 0 -2px 0 #2e7d32;
}
.old-theme .theme-green .theme-darken-4 {
  background-color: #1b5e20;
  color: #fff;
}
.old-theme .theme-green .theme-text-darken-4 {
  color: #1b5e20;
}
.old-theme .theme-green .theme-bg-darken-4 {
  background-color: #1b5e20;
}
.old-theme .theme-green .theme-border-darken-4 {
  border-color: #1b5e20;
}
.old-theme .theme-green .theme-fill-darken-4 {
  fill: #1b5e20;
}
.old-theme .theme-green .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #1b5e20;
  box-shadow: inset 0 -2px 0 #1b5e20;
}
.old-theme .theme-green .theme-accent-1 {
  background-color: #b9f6ca;
  color: #666;
}
.old-theme .theme-green .theme-text-accent-1 {
  color: #b9f6ca;
}
.old-theme .theme-green .theme-bg-accent-1 {
  background-color: #b9f6ca;
}
.old-theme .theme-green .theme-border-accent-1 {
  border-color: #b9f6ca;
}
.old-theme .theme-green .theme-fill-accent-1 {
  fill: #b9f6ca;
}
.old-theme .theme-green .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #b9f6ca;
  box-shadow: inset 0 -2px 0 #b9f6ca;
}
.old-theme .theme-green .theme-accent-2 {
  background-color: #69f0ae;
  color: #fff;
}
.old-theme .theme-green .theme-text-accent-2 {
  color: #69f0ae;
}
.old-theme .theme-green .theme-bg-accent-2 {
  background-color: #69f0ae;
}
.old-theme .theme-green .theme-border-accent-2 {
  border-color: #69f0ae;
}
.old-theme .theme-green .theme-fill-accent-2 {
  fill: #69f0ae;
}
.old-theme .theme-green .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #69f0ae;
  box-shadow: inset 0 -2px 0 #69f0ae;
}
.old-theme .theme-green .theme-accent-3 {
  background-color: #00e676;
  color: #fff;
}
.old-theme .theme-green .theme-text-accent-3 {
  color: #00e676;
}
.old-theme .theme-green .theme-bg-accent-3 {
  background-color: #00e676;
}
.old-theme .theme-green .theme-border-accent-3 {
  border-color: #00e676;
}
.old-theme .theme-green .theme-fill-accent-3 {
  fill: #00e676;
}
.old-theme .theme-green .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #00e676;
  box-shadow: inset 0 -2px 0 #00e676;
}
.old-theme .theme-green .theme-accent-4 {
  background-color: #1ed068;
  color: #fff;
}
.old-theme .theme-green .theme-text-accent-4 {
  color: #1ed068;
}
.old-theme .theme-green .theme-bg-accent-4,
.old-theme .theme-green .btn-primary:focus {
  background-color: #1ed068;
}
.old-theme .theme-green .theme-border-accent-4 {
  border-color: #1ed068;
}
.old-theme .theme-green .theme-fill-accent-4 {
  fill: #1ed068;
}
.old-theme .theme-green .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #1ed068;
  box-shadow: inset 0 -2px 0 #1ed068;
}
.old-theme .theme-green .theme-secondary-lighten-5 {
  background-color: #efebe9;
  color: #666;
}
.old-theme .theme-green .theme-secondary-text-lighten-5 {
  color: #efebe9;
}
.old-theme .theme-green .theme-secondary-bg-lighten-5,
.old-theme .theme-green .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-green .list-group-item:hover {
  background-color: #efebe9;
}
.old-theme .theme-green .theme-secondary-border-lighten-5 {
  border-color: #efebe9;
}
.old-theme .theme-green .theme-secondary-fill-lighten-5 {
  fill: #efebe9;
}
.old-theme .theme-green .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #efebe9;
  box-shadow: inset 0 -2px 0 #efebe9;
}
.old-theme .theme-green .theme-secondary-lighten-4 {
  background-color: #d7ccc8;
  color: #666;
}
.old-theme .theme-green .theme-secondary-text-lighten-4 {
  color: #d7ccc8;
}
.old-theme .theme-green .theme-secondary-bg-lighten-4 {
  background-color: #d7ccc8;
}
.old-theme .theme-green .theme-secondary-border-lighten-4 {
  border-color: #d7ccc8;
}
.old-theme .theme-green .theme-secondary-fill-lighten-4 {
  fill: #d7ccc8;
}
.old-theme .theme-green .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #d7ccc8;
  box-shadow: inset 0 -2px 0 #d7ccc8;
}
.old-theme .theme-green .theme-secondary-lighten-3 {
  background-color: #bcaaa4;
  color: #fff;
}
.old-theme .theme-green .theme-secondary-text-lighten-3,
.old-theme .theme-green a:hover,
.old-theme .theme-green a:focus,
.old-theme .theme-green .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-green a {
  color: #bcaaa4;
}
.old-theme .theme-green .theme-secondary-bg-lighten-3 {
  background-color: #bcaaa4;
}
.old-theme .theme-green .theme-secondary-border-lighten-3 {
  border-color: #bcaaa4;
}
.old-theme .theme-green .theme-secondary-fill-lighten-3 {
  fill: #bcaaa4;
}
.old-theme .theme-green .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #bcaaa4;
  box-shadow: inset 0 -2px 0 #bcaaa4;
}
.old-theme .theme-green .theme-secondary-lighten-2 {
  background-color: #a1887f;
  color: #fff;
}
.old-theme .theme-green .theme-secondary-text-lighten-2 {
  color: #a1887f;
}
.old-theme .theme-green .theme-secondary-bg-lighten-2 {
  background-color: #a1887f;
}
.old-theme .theme-green .theme-secondary-border-lighten-2 {
  border-color: #a1887f;
}
.old-theme .theme-green .theme-secondary-fill-lighten-2 {
  fill: #a1887f;
}
.old-theme .theme-green .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #a1887f;
  box-shadow: inset 0 -2px 0 #a1887f;
}
.old-theme .theme-green .theme-secondary-lighten-1 {
  background-color: #8d6e63;
  color: #fff;
}
.old-theme .theme-green .theme-secondary-text-lighten-1 {
  color: #8d6e63;
}
.old-theme .theme-green .theme-secondary-bg-lighten-1 {
  background-color: #8d6e63;
}
.old-theme .theme-green .theme-secondary-border-lighten-1 {
  border-color: #8d6e63;
}
.old-theme .theme-green .theme-secondary-fill-lighten-1 {
  fill: #8d6e63;
}
.old-theme .theme-green .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #8d6e63;
  box-shadow: inset 0 -2px 0 #8d6e63;
}
.old-theme .theme-green .theme-secondary,
.old-theme .theme-green .alert.alert-theme,
.old-theme .theme-green .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-green .jvectormap-zoomin,
.old-theme .theme-green .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-green .jvectormap-zoomout {
  background-color: #795548;
  color: #fff;
}
.old-theme .theme-green .theme-secondary-text,
.old-theme .theme-green a {
  color: #795548;
}
.old-theme .theme-green .theme-secondary-bg,
.old-theme .theme-green .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-green .list-group-item.active,
.old-theme .theme-green .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-green th {
  background-color: #795548;
}
.old-theme .theme-green .theme-secondary-border {
  border-color: #795548;
}
.old-theme .theme-green .theme-secondary-fill {
  fill: #795548;
}
.old-theme .theme-green .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #795548;
  box-shadow: inset 0 -2px 0 #795548;
}
.old-theme .theme-green .theme-secondary-darken-1 {
  background-color: #6d4c41;
  color: #fff;
}
.old-theme .theme-green .theme-secondary-text-darken-1 {
  color: #6d4c41;
}
.old-theme .theme-green .theme-secondary-bg-darken-1 {
  background-color: #6d4c41;
}
.old-theme .theme-green .theme-secondary-border-darken-1 {
  border-color: #6d4c41;
}
.old-theme .theme-green .theme-secondary-fill-darken-1 {
  fill: #6d4c41;
}
.old-theme .theme-green .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #6d4c41;
  box-shadow: inset 0 -2px 0 #6d4c41;
}
.old-theme .theme-green .theme-secondary-darken-2 {
  background-color: #5d4037;
  color: #fff;
}
.old-theme .theme-green .theme-secondary-text-darken-2 {
  color: #5d4037;
}
.old-theme .theme-green .theme-secondary-bg-darken-2 {
  background-color: #5d4037;
}
.old-theme .theme-green .theme-secondary-border-darken-2 {
  border-color: #5d4037;
}
.old-theme .theme-green .theme-secondary-fill-darken-2 {
  fill: #5d4037;
}
.old-theme .theme-green .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #5d4037;
  box-shadow: inset 0 -2px 0 #5d4037;
}
.old-theme .theme-green .theme-secondary-darken-3 {
  background-color: #4e342e;
  color: #fff;
}
.old-theme .theme-green .theme-secondary-text-darken-3 {
  color: #4e342e;
}
.old-theme .theme-green .theme-secondary-bg-darken-3 {
  background-color: #4e342e;
}
.old-theme .theme-green .theme-secondary-border-darken-3 {
  border-color: #4e342e;
}
.old-theme .theme-green .theme-secondary-fill-darken-3 {
  fill: #4e342e;
}
.old-theme .theme-green .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #4e342e;
  box-shadow: inset 0 -2px 0 #4e342e;
}
.old-theme .theme-green .theme-secondary-darken-4 {
  background-color: #3e2723;
  color: #fff;
}
.old-theme .theme-green .theme-secondary-text-darken-4 {
  color: #3e2723;
}
.old-theme .theme-green .theme-secondary-bg-darken-4 {
  background-color: #3e2723;
}
.old-theme .theme-green .theme-secondary-border-darken-4 {
  border-color: #3e2723;
}
.old-theme .theme-green .theme-secondary-fill-darken-4 {
  fill: #3e2723;
}
.old-theme .theme-green .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #3e2723;
  box-shadow: inset 0 -2px 0 #3e2723;
}
.old-theme .theme-light-green .theme-lighten-5 {
  background-color: #f1f8e9;
  color: #666;
}
.old-theme .theme-light-green .theme-text-lighten-5 {
  color: #f1f8e9;
}
.old-theme .theme-light-green .theme-bg-lighten-5 {
  background-color: #f1f8e9;
}
.old-theme .theme-light-green .theme-border-lighten-5 {
  border-color: #f1f8e9;
}
.old-theme .theme-light-green .theme-fill-lighten-5 {
  fill: #f1f8e9;
}
.old-theme .theme-light-green .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #f1f8e9;
  box-shadow: inset 0 -2px 0 #f1f8e9;
}
.old-theme .theme-light-green .theme-lighten-4 {
  background-color: #dcedc8;
  color: #666;
}
.old-theme .theme-light-green .theme-text-lighten-4 {
  color: #dcedc8;
}
.old-theme .theme-light-green .theme-bg-lighten-4 {
  background-color: #dcedc8;
}
.old-theme .theme-light-green .theme-border-lighten-4 {
  border-color: #dcedc8;
}
.old-theme .theme-light-green .theme-fill-lighten-4 {
  fill: #dcedc8;
}
.old-theme .theme-light-green .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #dcedc8;
  box-shadow: inset 0 -2px 0 #dcedc8;
}
.old-theme .theme-light-green .theme-lighten-3 {
  background-color: #c5e1a5;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-lighten-3 {
  color: #c5e1a5;
}
.old-theme .theme-light-green .theme-bg-lighten-3,
.old-theme .theme-light-green .btn-primary.disabled,
.old-theme .theme-light-green .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-light-green input[type=checkbox]:checked + .lever {
  background-color: #c5e1a5;
}
.old-theme .theme-light-green .theme-border-lighten-3 {
  border-color: #c5e1a5;
}
.old-theme .theme-light-green .theme-fill-lighten-3 {
  fill: #c5e1a5;
}
.old-theme .theme-light-green .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #c5e1a5;
  box-shadow: inset 0 -2px 0 #c5e1a5;
}
.old-theme .theme-light-green .theme-lighten-2 {
  background-color: #aed581;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-lighten-2 {
  color: #aed581;
}
.old-theme .theme-light-green .theme-bg-lighten-2 {
  background-color: #aed581;
}
.old-theme .theme-light-green .theme-border-lighten-2 {
  border-color: #aed581;
}
.old-theme .theme-light-green .theme-fill-lighten-2 {
  fill: #aed581;
}
.old-theme .theme-light-green .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #aed581;
  box-shadow: inset 0 -2px 0 #aed581;
}
.old-theme .theme-light-green .theme-lighten-1 {
  background-color: #9ccc65;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-lighten-1,
.old-theme .theme-light-green aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-light-green a.collapsible-header:after {
  color: #9ccc65;
}
.old-theme .theme-light-green .theme-bg-lighten-1 {
  background-color: #9ccc65;
}
.old-theme .theme-light-green .theme-border-lighten-1 {
  border-color: #9ccc65;
}
.old-theme .theme-light-green .theme-fill-lighten-1 {
  fill: #9ccc65;
}
.old-theme .theme-light-green .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #9ccc65;
  box-shadow: inset 0 -2px 0 #9ccc65;
}
.old-theme .theme-light-green .theme {
  background-color: #8bc34a;
  color: #fff;
}
.old-theme .theme-light-green .theme-text,
.old-theme .theme-light-green .page-header h1,
.old-theme .page-header .theme-light-green h1,
.old-theme .theme-light-green .nav-tabs > li > a:hover,
.old-theme .theme-light-green .nav-tabs > li.active > a,
.old-theme .theme-light-green .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-light-green .btn-link,
.old-theme .theme-light-green .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-light-green .filter,
.old-theme .theme-light-green .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-light-green .filter:focus:hover,
.old-theme .theme-light-green .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-light-green .filter.active:hover,
.old-theme .theme-light-green .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-light-green td:first-child {
  color: #8bc34a;
}
.old-theme .theme-light-green .theme-bg,
.old-theme .theme-light-green input[type="radio"]:before,
.old-theme .theme-light-green input[type="checkbox"]:checked:after,
.old-theme .theme-light-green #loading-bar .bar,
.old-theme #loading-bar .theme-light-green .bar,
.old-theme .theme-light-green #logo .foot2,
.old-theme #logo .theme-light-green .foot2,
.old-theme .theme-light-green #logo .foot4,
.old-theme #logo .theme-light-green .foot4,
.old-theme .theme-light-green .btn-primary,
.old-theme .theme-light-green .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-light-green input[type=checkbox]:checked + .lever:after,
.old-theme .theme-light-green .noUi-base,
.old-theme .theme-light-green .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-light-green .noUi-origin:first-child,
.old-theme .theme-light-green .noUi-handle,
.old-theme .theme-light-green .noUi-handle:before {
  background-color: #8bc34a;
}
.old-theme .theme-light-green .theme-border,
.old-theme .theme-light-green input[type="radio"]:checked:after,
.old-theme .theme-light-green input[type="checkbox"]:checked:after {
  border-color: #8bc34a;
}
.old-theme .theme-light-green .theme-fill {
  fill: #8bc34a;
}
.old-theme .theme-light-green .theme-box-inset,
.old-theme .theme-light-green textarea:focus,
.old-theme .theme-light-green input.form-control:focus,
.old-theme .theme-light-green input[type=text]:focus,
.old-theme .theme-light-green input[type=password]:focus,
.old-theme .theme-light-green input[type=email]:focus,
.old-theme .theme-light-green input[type=number]:focus,
.old-theme .theme-light-green [type=text].form-control:focus,
.old-theme .theme-light-green [type=password].form-control:focus,
.old-theme .theme-light-green [type=email].form-control:focus,
.old-theme .theme-light-green [type=tel].form-control:focus,
.old-theme .theme-light-green [contenteditable].form-control:focus,
.old-theme .theme-light-green select:focus,
.old-theme .theme-light-green .nav-tabs > li > a:hover,
.old-theme .theme-light-green .nav-tabs > li.active > a,
.old-theme .theme-light-green .focussed .ta-bind,
.old-theme .focussed .theme-light-green .ta-bind,
.old-theme .theme-light-green .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-light-green .filter:hover,
.old-theme .theme-light-green .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-light-green .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #8bc34a;
  box-shadow: inset 0 -2px 0 #8bc34a;
}
.old-theme .theme-light-green .theme-darken-1 {
  background-color: #7cb342;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-darken-1,
.old-theme .theme-light-green .btn-link:focus,
.old-theme .theme-light-green .btn-link:hover {
  color: #7cb342;
}
.old-theme .theme-light-green .theme-bg-darken-1,
.old-theme .theme-light-green #logo .foot1,
.old-theme #logo .theme-light-green .foot1,
.old-theme .theme-light-green #logo .foot3,
.old-theme #logo .theme-light-green .foot3,
.old-theme .theme-light-green .btn-primary:hover {
  background-color: #7cb342;
}
.old-theme .theme-light-green .theme-border-darken-1 {
  border-color: #7cb342;
}
.old-theme .theme-light-green .theme-fill-darken-1 {
  fill: #7cb342;
}
.old-theme .theme-light-green .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #7cb342;
  box-shadow: inset 0 -2px 0 #7cb342;
}
.old-theme .theme-light-green .theme-darken-2 {
  background-color: #689f38;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-darken-2 {
  color: #689f38;
}
.old-theme .theme-light-green .theme-bg-darken-2 {
  background-color: #689f38;
}
.old-theme .theme-light-green .theme-border-darken-2 {
  border-color: #689f38;
}
.old-theme .theme-light-green .theme-fill-darken-2 {
  fill: #689f38;
}
.old-theme .theme-light-green .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #689f38;
  box-shadow: inset 0 -2px 0 #689f38;
}
.old-theme .theme-light-green .theme-darken-3 {
  background-color: #558b2f;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-darken-3 {
  color: #558b2f;
}
.old-theme .theme-light-green .theme-bg-darken-3 {
  background-color: #558b2f;
}
.old-theme .theme-light-green .theme-border-darken-3 {
  border-color: #558b2f;
}
.old-theme .theme-light-green .theme-fill-darken-3 {
  fill: #558b2f;
}
.old-theme .theme-light-green .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #558b2f;
  box-shadow: inset 0 -2px 0 #558b2f;
}
.old-theme .theme-light-green .theme-darken-4 {
  background-color: #33691e;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-darken-4 {
  color: #33691e;
}
.old-theme .theme-light-green .theme-bg-darken-4 {
  background-color: #33691e;
}
.old-theme .theme-light-green .theme-border-darken-4 {
  border-color: #33691e;
}
.old-theme .theme-light-green .theme-fill-darken-4 {
  fill: #33691e;
}
.old-theme .theme-light-green .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #33691e;
  box-shadow: inset 0 -2px 0 #33691e;
}
.old-theme .theme-light-green .theme-accent-1 {
  background-color: #ccff90;
  color: #666;
}
.old-theme .theme-light-green .theme-text-accent-1 {
  color: #ccff90;
}
.old-theme .theme-light-green .theme-bg-accent-1 {
  background-color: #ccff90;
}
.old-theme .theme-light-green .theme-border-accent-1 {
  border-color: #ccff90;
}
.old-theme .theme-light-green .theme-fill-accent-1 {
  fill: #ccff90;
}
.old-theme .theme-light-green .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ccff90;
  box-shadow: inset 0 -2px 0 #ccff90;
}
.old-theme .theme-light-green .theme-accent-2 {
  background-color: #b2ff59;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-accent-2 {
  color: #b2ff59;
}
.old-theme .theme-light-green .theme-bg-accent-2 {
  background-color: #b2ff59;
}
.old-theme .theme-light-green .theme-border-accent-2 {
  border-color: #b2ff59;
}
.old-theme .theme-light-green .theme-fill-accent-2 {
  fill: #b2ff59;
}
.old-theme .theme-light-green .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #b2ff59;
  box-shadow: inset 0 -2px 0 #b2ff59;
}
.old-theme .theme-light-green .theme-accent-3 {
  background-color: #76ff03;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-accent-3 {
  color: #76ff03;
}
.old-theme .theme-light-green .theme-bg-accent-3 {
  background-color: #76ff03;
}
.old-theme .theme-light-green .theme-border-accent-3 {
  border-color: #76ff03;
}
.old-theme .theme-light-green .theme-fill-accent-3 {
  fill: #76ff03;
}
.old-theme .theme-light-green .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #76ff03;
  box-shadow: inset 0 -2px 0 #76ff03;
}
.old-theme .theme-light-green .theme-accent-4 {
  background-color: #64dd17;
  color: #fff;
}
.old-theme .theme-light-green .theme-text-accent-4 {
  color: #64dd17;
}
.old-theme .theme-light-green .theme-bg-accent-4,
.old-theme .theme-light-green .btn-primary:focus {
  background-color: #64dd17;
}
.old-theme .theme-light-green .theme-border-accent-4 {
  border-color: #64dd17;
}
.old-theme .theme-light-green .theme-fill-accent-4 {
  fill: #64dd17;
}
.old-theme .theme-light-green .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #64dd17;
  box-shadow: inset 0 -2px 0 #64dd17;
}
.old-theme .theme-light-green .theme-secondary-lighten-5 {
  background-color: #fbe9e7;
  color: #666;
}
.old-theme .theme-light-green .theme-secondary-text-lighten-5 {
  color: #fbe9e7;
}
.old-theme .theme-light-green .theme-secondary-bg-lighten-5,
.old-theme .theme-light-green .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-light-green .list-group-item:hover {
  background-color: #fbe9e7;
}
.old-theme .theme-light-green .theme-secondary-border-lighten-5 {
  border-color: #fbe9e7;
}
.old-theme .theme-light-green .theme-secondary-fill-lighten-5 {
  fill: #fbe9e7;
}
.old-theme .theme-light-green .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fbe9e7;
  box-shadow: inset 0 -2px 0 #fbe9e7;
}
.old-theme .theme-light-green .theme-secondary-lighten-4 {
  background-color: #ffccbc;
  color: #666;
}
.old-theme .theme-light-green .theme-secondary-text-lighten-4 {
  color: #ffccbc;
}
.old-theme .theme-light-green .theme-secondary-bg-lighten-4 {
  background-color: #ffccbc;
}
.old-theme .theme-light-green .theme-secondary-border-lighten-4 {
  border-color: #ffccbc;
}
.old-theme .theme-light-green .theme-secondary-fill-lighten-4 {
  fill: #ffccbc;
}
.old-theme .theme-light-green .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffccbc;
  box-shadow: inset 0 -2px 0 #ffccbc;
}
.old-theme .theme-light-green .theme-secondary-lighten-3 {
  background-color: #ffab91;
  color: #666;
}
.old-theme .theme-light-green .theme-secondary-text-lighten-3,
.old-theme .theme-light-green a:hover,
.old-theme .theme-light-green a:focus,
.old-theme .theme-light-green .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-light-green a {
  color: #ffab91;
}
.old-theme .theme-light-green .theme-secondary-bg-lighten-3 {
  background-color: #ffab91;
}
.old-theme .theme-light-green .theme-secondary-border-lighten-3 {
  border-color: #ffab91;
}
.old-theme .theme-light-green .theme-secondary-fill-lighten-3 {
  fill: #ffab91;
}
.old-theme .theme-light-green .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffab91;
  box-shadow: inset 0 -2px 0 #ffab91;
}
.old-theme .theme-light-green .theme-secondary-lighten-2 {
  background-color: #ff8a65;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-lighten-2 {
  color: #ff8a65;
}
.old-theme .theme-light-green .theme-secondary-bg-lighten-2 {
  background-color: #ff8a65;
}
.old-theme .theme-light-green .theme-secondary-border-lighten-2 {
  border-color: #ff8a65;
}
.old-theme .theme-light-green .theme-secondary-fill-lighten-2 {
  fill: #ff8a65;
}
.old-theme .theme-light-green .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff8a65;
  box-shadow: inset 0 -2px 0 #ff8a65;
}
.old-theme .theme-light-green .theme-secondary-lighten-1 {
  background-color: #ff7043;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-lighten-1 {
  color: #ff7043;
}
.old-theme .theme-light-green .theme-secondary-bg-lighten-1 {
  background-color: #ff7043;
}
.old-theme .theme-light-green .theme-secondary-border-lighten-1 {
  border-color: #ff7043;
}
.old-theme .theme-light-green .theme-secondary-fill-lighten-1 {
  fill: #ff7043;
}
.old-theme .theme-light-green .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff7043;
  box-shadow: inset 0 -2px 0 #ff7043;
}
.old-theme .theme-light-green .theme-secondary,
.old-theme .theme-light-green .alert.alert-theme,
.old-theme .theme-light-green .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-light-green .jvectormap-zoomin,
.old-theme .theme-light-green .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-light-green .jvectormap-zoomout {
  background-color: #ff5722;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text,
.old-theme .theme-light-green a {
  color: #ff5722;
}
.old-theme .theme-light-green .theme-secondary-bg,
.old-theme .theme-light-green .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-light-green .list-group-item.active,
.old-theme .theme-light-green .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-light-green th {
  background-color: #ff5722;
}
.old-theme .theme-light-green .theme-secondary-border {
  border-color: #ff5722;
}
.old-theme .theme-light-green .theme-secondary-fill {
  fill: #ff5722;
}
.old-theme .theme-light-green .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #ff5722;
  box-shadow: inset 0 -2px 0 #ff5722;
}
.old-theme .theme-light-green .theme-secondary-darken-1 {
  background-color: #f4511e;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-darken-1 {
  color: #f4511e;
}
.old-theme .theme-light-green .theme-secondary-bg-darken-1 {
  background-color: #f4511e;
}
.old-theme .theme-light-green .theme-secondary-border-darken-1 {
  border-color: #f4511e;
}
.old-theme .theme-light-green .theme-secondary-fill-darken-1 {
  fill: #f4511e;
}
.old-theme .theme-light-green .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #f4511e;
  box-shadow: inset 0 -2px 0 #f4511e;
}
.old-theme .theme-light-green .theme-secondary-darken-2 {
  background-color: #e64a19;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-darken-2 {
  color: #e64a19;
}
.old-theme .theme-light-green .theme-secondary-bg-darken-2 {
  background-color: #e64a19;
}
.old-theme .theme-light-green .theme-secondary-border-darken-2 {
  border-color: #e64a19;
}
.old-theme .theme-light-green .theme-secondary-fill-darken-2 {
  fill: #e64a19;
}
.old-theme .theme-light-green .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #e64a19;
  box-shadow: inset 0 -2px 0 #e64a19;
}
.old-theme .theme-light-green .theme-secondary-darken-3 {
  background-color: #d84315;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-darken-3 {
  color: #d84315;
}
.old-theme .theme-light-green .theme-secondary-bg-darken-3 {
  background-color: #d84315;
}
.old-theme .theme-light-green .theme-secondary-border-darken-3 {
  border-color: #d84315;
}
.old-theme .theme-light-green .theme-secondary-fill-darken-3 {
  fill: #d84315;
}
.old-theme .theme-light-green .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #d84315;
  box-shadow: inset 0 -2px 0 #d84315;
}
.old-theme .theme-light-green .theme-secondary-darken-4 {
  background-color: #bf360c;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-darken-4 {
  color: #bf360c;
}
.old-theme .theme-light-green .theme-secondary-bg-darken-4 {
  background-color: #bf360c;
}
.old-theme .theme-light-green .theme-secondary-border-darken-4 {
  border-color: #bf360c;
}
.old-theme .theme-light-green .theme-secondary-fill-darken-4 {
  fill: #bf360c;
}
.old-theme .theme-light-green .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #bf360c;
  box-shadow: inset 0 -2px 0 #bf360c;
}
.old-theme .theme-light-green .theme-secondary-accent-1 {
  background-color: #ff9e80;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-accent-1 {
  color: #ff9e80;
}
.old-theme .theme-light-green .theme-secondary-bg-accent-1 {
  background-color: #ff9e80;
}
.old-theme .theme-light-green .theme-secondary-border-accent-1 {
  border-color: #ff9e80;
}
.old-theme .theme-light-green .theme-secondary-fill-accent-1 {
  fill: #ff9e80;
}
.old-theme .theme-light-green .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff9e80;
  box-shadow: inset 0 -2px 0 #ff9e80;
}
.old-theme .theme-light-green .theme-secondary-accent-2 {
  background-color: #ff6e40;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-accent-2 {
  color: #ff6e40;
}
.old-theme .theme-light-green .theme-secondary-bg-accent-2 {
  background-color: #ff6e40;
}
.old-theme .theme-light-green .theme-secondary-border-accent-2 {
  border-color: #ff6e40;
}
.old-theme .theme-light-green .theme-secondary-fill-accent-2 {
  fill: #ff6e40;
}
.old-theme .theme-light-green .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff6e40;
  box-shadow: inset 0 -2px 0 #ff6e40;
}
.old-theme .theme-light-green .theme-secondary-accent-3 {
  background-color: #ff3d00;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-accent-3 {
  color: #ff3d00;
}
.old-theme .theme-light-green .theme-secondary-bg-accent-3 {
  background-color: #ff3d00;
}
.old-theme .theme-light-green .theme-secondary-border-accent-3 {
  border-color: #ff3d00;
}
.old-theme .theme-light-green .theme-secondary-fill-accent-3 {
  fill: #ff3d00;
}
.old-theme .theme-light-green .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff3d00;
  box-shadow: inset 0 -2px 0 #ff3d00;
}
.old-theme .theme-light-green .theme-secondary-accent-4 {
  background-color: #dd2c00;
  color: #fff;
}
.old-theme .theme-light-green .theme-secondary-text-accent-4 {
  color: #dd2c00;
}
.old-theme .theme-light-green .theme-secondary-bg-accent-4 {
  background-color: #dd2c00;
}
.old-theme .theme-light-green .theme-secondary-border-accent-4 {
  border-color: #dd2c00;
}
.old-theme .theme-light-green .theme-secondary-fill-accent-4 {
  fill: #dd2c00;
}
.old-theme .theme-light-green .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #dd2c00;
  box-shadow: inset 0 -2px 0 #dd2c00;
}
.old-theme .theme-lime .theme-lighten-5 {
  background-color: #f9fbe7;
  color: #666;
}
.old-theme .theme-lime .theme-text-lighten-5 {
  color: #f9fbe7;
}
.old-theme .theme-lime .theme-bg-lighten-5 {
  background-color: #f9fbe7;
}
.old-theme .theme-lime .theme-border-lighten-5 {
  border-color: #f9fbe7;
}
.old-theme .theme-lime .theme-fill-lighten-5 {
  fill: #f9fbe7;
}
.old-theme .theme-lime .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #f9fbe7;
  box-shadow: inset 0 -2px 0 #f9fbe7;
}
.old-theme .theme-lime .theme-lighten-4 {
  background-color: #f0f4c3;
  color: #666;
}
.old-theme .theme-lime .theme-text-lighten-4 {
  color: #f0f4c3;
}
.old-theme .theme-lime .theme-bg-lighten-4 {
  background-color: #f0f4c3;
}
.old-theme .theme-lime .theme-border-lighten-4 {
  border-color: #f0f4c3;
}
.old-theme .theme-lime .theme-fill-lighten-4 {
  fill: #f0f4c3;
}
.old-theme .theme-lime .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #f0f4c3;
  box-shadow: inset 0 -2px 0 #f0f4c3;
}
.old-theme .theme-lime .theme-lighten-3 {
  background-color: #e6ee9c;
  color: #666;
}
.old-theme .theme-lime .theme-text-lighten-3 {
  color: #e6ee9c;
}
.old-theme .theme-lime .theme-bg-lighten-3,
.old-theme .theme-lime .btn-primary.disabled,
.old-theme .theme-lime .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-lime input[type=checkbox]:checked + .lever {
  background-color: #e6ee9c;
}
.old-theme .theme-lime .theme-border-lighten-3 {
  border-color: #e6ee9c;
}
.old-theme .theme-lime .theme-fill-lighten-3 {
  fill: #e6ee9c;
}
.old-theme .theme-lime .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #e6ee9c;
  box-shadow: inset 0 -2px 0 #e6ee9c;
}
.old-theme .theme-lime .theme-lighten-2 {
  background-color: #dce775;
  color: #fff;
}
.old-theme .theme-lime .theme-text-lighten-2 {
  color: #dce775;
}
.old-theme .theme-lime .theme-bg-lighten-2 {
  background-color: #dce775;
}
.old-theme .theme-lime .theme-border-lighten-2 {
  border-color: #dce775;
}
.old-theme .theme-lime .theme-fill-lighten-2 {
  fill: #dce775;
}
.old-theme .theme-lime .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #dce775;
  box-shadow: inset 0 -2px 0 #dce775;
}
.old-theme .theme-lime .theme-lighten-1 {
  background-color: #d4e157;
  color: #fff;
}
.old-theme .theme-lime .theme-text-lighten-1,
.old-theme .theme-lime aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-lime a.collapsible-header:after {
  color: #d4e157;
}
.old-theme .theme-lime .theme-bg-lighten-1 {
  background-color: #d4e157;
}
.old-theme .theme-lime .theme-border-lighten-1 {
  border-color: #d4e157;
}
.old-theme .theme-lime .theme-fill-lighten-1 {
  fill: #d4e157;
}
.old-theme .theme-lime .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #d4e157;
  box-shadow: inset 0 -2px 0 #d4e157;
}
.old-theme .theme-lime .theme {
  background-color: #cddc39;
  color: #fff;
}
.old-theme .theme-lime .theme-text,
.old-theme .theme-lime .page-header h1,
.old-theme .page-header .theme-lime h1,
.old-theme .theme-lime .nav-tabs > li > a:hover,
.old-theme .theme-lime .nav-tabs > li.active > a,
.old-theme .theme-lime .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-lime .btn-link,
.old-theme .theme-lime .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-lime .filter,
.old-theme .theme-lime .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-lime .filter:focus:hover,
.old-theme .theme-lime .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-lime .filter.active:hover,
.old-theme .theme-lime .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-lime td:first-child {
  color: #cddc39;
}
.old-theme .theme-lime .theme-bg,
.old-theme .theme-lime input[type="radio"]:before,
.old-theme .theme-lime input[type="checkbox"]:checked:after,
.old-theme .theme-lime #loading-bar .bar,
.old-theme #loading-bar .theme-lime .bar,
.old-theme .theme-lime #logo .foot2,
.old-theme #logo .theme-lime .foot2,
.old-theme .theme-lime #logo .foot4,
.old-theme #logo .theme-lime .foot4,
.old-theme .theme-lime .btn-primary,
.old-theme .theme-lime .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-lime input[type=checkbox]:checked + .lever:after,
.old-theme .theme-lime .noUi-base,
.old-theme .theme-lime .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-lime .noUi-origin:first-child,
.old-theme .theme-lime .noUi-handle,
.old-theme .theme-lime .noUi-handle:before {
  background-color: #cddc39;
}
.old-theme .theme-lime .theme-border,
.old-theme .theme-lime input[type="radio"]:checked:after,
.old-theme .theme-lime input[type="checkbox"]:checked:after {
  border-color: #cddc39;
}
.old-theme .theme-lime .theme-fill {
  fill: #cddc39;
}
.old-theme .theme-lime .theme-box-inset,
.old-theme .theme-lime textarea:focus,
.old-theme .theme-lime input.form-control:focus,
.old-theme .theme-lime input[type=text]:focus,
.old-theme .theme-lime input[type=password]:focus,
.old-theme .theme-lime input[type=email]:focus,
.old-theme .theme-lime input[type=number]:focus,
.old-theme .theme-lime [type=text].form-control:focus,
.old-theme .theme-lime [type=password].form-control:focus,
.old-theme .theme-lime [type=email].form-control:focus,
.old-theme .theme-lime [type=tel].form-control:focus,
.old-theme .theme-lime [contenteditable].form-control:focus,
.old-theme .theme-lime select:focus,
.old-theme .theme-lime .nav-tabs > li > a:hover,
.old-theme .theme-lime .nav-tabs > li.active > a,
.old-theme .theme-lime .focussed .ta-bind,
.old-theme .focussed .theme-lime .ta-bind,
.old-theme .theme-lime .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-lime .filter:hover,
.old-theme .theme-lime .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-lime .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #cddc39;
  box-shadow: inset 0 -2px 0 #cddc39;
}
.old-theme .theme-lime .theme-darken-1 {
  background-color: #c0ca33;
  color: #fff;
}
.old-theme .theme-lime .theme-text-darken-1,
.old-theme .theme-lime .btn-link:focus,
.old-theme .theme-lime .btn-link:hover {
  color: #c0ca33;
}
.old-theme .theme-lime .theme-bg-darken-1,
.old-theme .theme-lime #logo .foot1,
.old-theme #logo .theme-lime .foot1,
.old-theme .theme-lime #logo .foot3,
.old-theme #logo .theme-lime .foot3,
.old-theme .theme-lime .btn-primary:hover {
  background-color: #c0ca33;
}
.old-theme .theme-lime .theme-border-darken-1 {
  border-color: #c0ca33;
}
.old-theme .theme-lime .theme-fill-darken-1 {
  fill: #c0ca33;
}
.old-theme .theme-lime .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #c0ca33;
  box-shadow: inset 0 -2px 0 #c0ca33;
}
.old-theme .theme-lime .theme-darken-2 {
  background-color: #afb42b;
  color: #fff;
}
.old-theme .theme-lime .theme-text-darken-2 {
  color: #afb42b;
}
.old-theme .theme-lime .theme-bg-darken-2 {
  background-color: #afb42b;
}
.old-theme .theme-lime .theme-border-darken-2 {
  border-color: #afb42b;
}
.old-theme .theme-lime .theme-fill-darken-2 {
  fill: #afb42b;
}
.old-theme .theme-lime .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #afb42b;
  box-shadow: inset 0 -2px 0 #afb42b;
}
.old-theme .theme-lime .theme-darken-3 {
  background-color: #9e9d24;
  color: #fff;
}
.old-theme .theme-lime .theme-text-darken-3 {
  color: #9e9d24;
}
.old-theme .theme-lime .theme-bg-darken-3 {
  background-color: #9e9d24;
}
.old-theme .theme-lime .theme-border-darken-3 {
  border-color: #9e9d24;
}
.old-theme .theme-lime .theme-fill-darken-3 {
  fill: #9e9d24;
}
.old-theme .theme-lime .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #9e9d24;
  box-shadow: inset 0 -2px 0 #9e9d24;
}
.old-theme .theme-lime .theme-darken-4 {
  background-color: #827717;
  color: #fff;
}
.old-theme .theme-lime .theme-text-darken-4 {
  color: #827717;
}
.old-theme .theme-lime .theme-bg-darken-4 {
  background-color: #827717;
}
.old-theme .theme-lime .theme-border-darken-4 {
  border-color: #827717;
}
.old-theme .theme-lime .theme-fill-darken-4 {
  fill: #827717;
}
.old-theme .theme-lime .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #827717;
  box-shadow: inset 0 -2px 0 #827717;
}
.old-theme .theme-lime .theme-accent-1 {
  background-color: #f4ff81;
  color: #fff;
}
.old-theme .theme-lime .theme-text-accent-1 {
  color: #f4ff81;
}
.old-theme .theme-lime .theme-bg-accent-1 {
  background-color: #f4ff81;
}
.old-theme .theme-lime .theme-border-accent-1 {
  border-color: #f4ff81;
}
.old-theme .theme-lime .theme-fill-accent-1 {
  fill: #f4ff81;
}
.old-theme .theme-lime .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #f4ff81;
  box-shadow: inset 0 -2px 0 #f4ff81;
}
.old-theme .theme-lime .theme-accent-2 {
  background-color: #eeff41;
  color: #fff;
}
.old-theme .theme-lime .theme-text-accent-2 {
  color: #eeff41;
}
.old-theme .theme-lime .theme-bg-accent-2 {
  background-color: #eeff41;
}
.old-theme .theme-lime .theme-border-accent-2 {
  border-color: #eeff41;
}
.old-theme .theme-lime .theme-fill-accent-2 {
  fill: #eeff41;
}
.old-theme .theme-lime .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #eeff41;
  box-shadow: inset 0 -2px 0 #eeff41;
}
.old-theme .theme-lime .theme-accent-3 {
  background-color: #c6ff00;
  color: #fff;
}
.old-theme .theme-lime .theme-text-accent-3 {
  color: #c6ff00;
}
.old-theme .theme-lime .theme-bg-accent-3 {
  background-color: #c6ff00;
}
.old-theme .theme-lime .theme-border-accent-3 {
  border-color: #c6ff00;
}
.old-theme .theme-lime .theme-fill-accent-3 {
  fill: #c6ff00;
}
.old-theme .theme-lime .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #c6ff00;
  box-shadow: inset 0 -2px 0 #c6ff00;
}
.old-theme .theme-lime .theme-accent-4 {
  background-color: #aeea00;
  color: #fff;
}
.old-theme .theme-lime .theme-text-accent-4 {
  color: #aeea00;
}
.old-theme .theme-lime .theme-bg-accent-4,
.old-theme .theme-lime .btn-primary:focus {
  background-color: #aeea00;
}
.old-theme .theme-lime .theme-border-accent-4 {
  border-color: #aeea00;
}
.old-theme .theme-lime .theme-fill-accent-4 {
  fill: #aeea00;
}
.old-theme .theme-lime .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #aeea00;
  box-shadow: inset 0 -2px 0 #aeea00;
}
.old-theme .theme-lime .theme-secondary-lighten-5 {
  background-color: #ffebee;
  color: #666;
}
.old-theme .theme-lime .theme-secondary-text-lighten-5 {
  color: #ffebee;
}
.old-theme .theme-lime .theme-secondary-bg-lighten-5,
.old-theme .theme-lime .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-lime .list-group-item:hover {
  background-color: #ffebee;
}
.old-theme .theme-lime .theme-secondary-border-lighten-5 {
  border-color: #ffebee;
}
.old-theme .theme-lime .theme-secondary-fill-lighten-5 {
  fill: #ffebee;
}
.old-theme .theme-lime .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #ffebee;
  box-shadow: inset 0 -2px 0 #ffebee;
}
.old-theme .theme-lime .theme-secondary-lighten-4 {
  background-color: #ffcdd2;
  color: #666;
}
.old-theme .theme-lime .theme-secondary-text-lighten-4 {
  color: #ffcdd2;
}
.old-theme .theme-lime .theme-secondary-bg-lighten-4 {
  background-color: #ffcdd2;
}
.old-theme .theme-lime .theme-secondary-border-lighten-4 {
  border-color: #ffcdd2;
}
.old-theme .theme-lime .theme-secondary-fill-lighten-4 {
  fill: #ffcdd2;
}
.old-theme .theme-lime .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffcdd2;
  box-shadow: inset 0 -2px 0 #ffcdd2;
}
.old-theme .theme-lime .theme-secondary-lighten-3 {
  background-color: #ef9a9a;
  color: #666;
}
.old-theme .theme-lime .theme-secondary-text-lighten-3,
.old-theme .theme-lime a:hover,
.old-theme .theme-lime a:focus,
.old-theme .theme-lime .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-lime a {
  color: #ef9a9a;
}
.old-theme .theme-lime .theme-secondary-bg-lighten-3 {
  background-color: #ef9a9a;
}
.old-theme .theme-lime .theme-secondary-border-lighten-3 {
  border-color: #ef9a9a;
}
.old-theme .theme-lime .theme-secondary-fill-lighten-3 {
  fill: #ef9a9a;
}
.old-theme .theme-lime .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ef9a9a;
  box-shadow: inset 0 -2px 0 #ef9a9a;
}
.old-theme .theme-lime .theme-secondary-lighten-2 {
  background-color: #e57373;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-lighten-2 {
  color: #e57373;
}
.old-theme .theme-lime .theme-secondary-bg-lighten-2 {
  background-color: #e57373;
}
.old-theme .theme-lime .theme-secondary-border-lighten-2 {
  border-color: #e57373;
}
.old-theme .theme-lime .theme-secondary-fill-lighten-2 {
  fill: #e57373;
}
.old-theme .theme-lime .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #e57373;
  box-shadow: inset 0 -2px 0 #e57373;
}
.old-theme .theme-lime .theme-secondary-lighten-1 {
  background-color: #ef5350;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-lighten-1 {
  color: #ef5350;
}
.old-theme .theme-lime .theme-secondary-bg-lighten-1 {
  background-color: #ef5350;
}
.old-theme .theme-lime .theme-secondary-border-lighten-1 {
  border-color: #ef5350;
}
.old-theme .theme-lime .theme-secondary-fill-lighten-1 {
  fill: #ef5350;
}
.old-theme .theme-lime .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ef5350;
  box-shadow: inset 0 -2px 0 #ef5350;
}
.old-theme .theme-lime .theme-secondary,
.old-theme .theme-lime .alert.alert-theme,
.old-theme .theme-lime .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-lime .jvectormap-zoomin,
.old-theme .theme-lime .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-lime .jvectormap-zoomout {
  background-color: #f44336;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text,
.old-theme .theme-lime a {
  color: #f44336;
}
.old-theme .theme-lime .theme-secondary-bg,
.old-theme .theme-lime .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-lime .list-group-item.active,
.old-theme .theme-lime .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-lime th {
  background-color: #f44336;
}
.old-theme .theme-lime .theme-secondary-border {
  border-color: #f44336;
}
.old-theme .theme-lime .theme-secondary-fill {
  fill: #f44336;
}
.old-theme .theme-lime .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #f44336;
  box-shadow: inset 0 -2px 0 #f44336;
}
.old-theme .theme-lime .theme-secondary-darken-1 {
  background-color: #e53935;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-darken-1 {
  color: #e53935;
}
.old-theme .theme-lime .theme-secondary-bg-darken-1 {
  background-color: #e53935;
}
.old-theme .theme-lime .theme-secondary-border-darken-1 {
  border-color: #e53935;
}
.old-theme .theme-lime .theme-secondary-fill-darken-1 {
  fill: #e53935;
}
.old-theme .theme-lime .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #e53935;
  box-shadow: inset 0 -2px 0 #e53935;
}
.old-theme .theme-lime .theme-secondary-darken-2 {
  background-color: #d32f2f;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-darken-2 {
  color: #d32f2f;
}
.old-theme .theme-lime .theme-secondary-bg-darken-2 {
  background-color: #d32f2f;
}
.old-theme .theme-lime .theme-secondary-border-darken-2 {
  border-color: #d32f2f;
}
.old-theme .theme-lime .theme-secondary-fill-darken-2 {
  fill: #d32f2f;
}
.old-theme .theme-lime .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #d32f2f;
  box-shadow: inset 0 -2px 0 #d32f2f;
}
.old-theme .theme-lime .theme-secondary-darken-3 {
  background-color: #c62828;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-darken-3 {
  color: #c62828;
}
.old-theme .theme-lime .theme-secondary-bg-darken-3 {
  background-color: #c62828;
}
.old-theme .theme-lime .theme-secondary-border-darken-3 {
  border-color: #c62828;
}
.old-theme .theme-lime .theme-secondary-fill-darken-3 {
  fill: #c62828;
}
.old-theme .theme-lime .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #c62828;
  box-shadow: inset 0 -2px 0 #c62828;
}
.old-theme .theme-lime .theme-secondary-darken-4 {
  background-color: #b71c1c;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-darken-4 {
  color: #b71c1c;
}
.old-theme .theme-lime .theme-secondary-bg-darken-4 {
  background-color: #b71c1c;
}
.old-theme .theme-lime .theme-secondary-border-darken-4 {
  border-color: #b71c1c;
}
.old-theme .theme-lime .theme-secondary-fill-darken-4 {
  fill: #b71c1c;
}
.old-theme .theme-lime .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #b71c1c;
  box-shadow: inset 0 -2px 0 #b71c1c;
}
.old-theme .theme-lime .theme-secondary-accent-1 {
  background-color: #ff8a80;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-accent-1 {
  color: #ff8a80;
}
.old-theme .theme-lime .theme-secondary-bg-accent-1 {
  background-color: #ff8a80;
}
.old-theme .theme-lime .theme-secondary-border-accent-1 {
  border-color: #ff8a80;
}
.old-theme .theme-lime .theme-secondary-fill-accent-1 {
  fill: #ff8a80;
}
.old-theme .theme-lime .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff8a80;
  box-shadow: inset 0 -2px 0 #ff8a80;
}
.old-theme .theme-lime .theme-secondary-accent-2 {
  background-color: #ff5252;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-accent-2 {
  color: #ff5252;
}
.old-theme .theme-lime .theme-secondary-bg-accent-2 {
  background-color: #ff5252;
}
.old-theme .theme-lime .theme-secondary-border-accent-2 {
  border-color: #ff5252;
}
.old-theme .theme-lime .theme-secondary-fill-accent-2 {
  fill: #ff5252;
}
.old-theme .theme-lime .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff5252;
  box-shadow: inset 0 -2px 0 #ff5252;
}
.old-theme .theme-lime .theme-secondary-accent-3 {
  background-color: #ff1744;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-accent-3 {
  color: #ff1744;
}
.old-theme .theme-lime .theme-secondary-bg-accent-3 {
  background-color: #ff1744;
}
.old-theme .theme-lime .theme-secondary-border-accent-3 {
  border-color: #ff1744;
}
.old-theme .theme-lime .theme-secondary-fill-accent-3 {
  fill: #ff1744;
}
.old-theme .theme-lime .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff1744;
  box-shadow: inset 0 -2px 0 #ff1744;
}
.old-theme .theme-lime .theme-secondary-accent-4 {
  background-color: #d50000;
  color: #fff;
}
.old-theme .theme-lime .theme-secondary-text-accent-4 {
  color: #d50000;
}
.old-theme .theme-lime .theme-secondary-bg-accent-4 {
  background-color: #d50000;
}
.old-theme .theme-lime .theme-secondary-border-accent-4 {
  border-color: #d50000;
}
.old-theme .theme-lime .theme-secondary-fill-accent-4 {
  fill: #d50000;
}
.old-theme .theme-lime .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #d50000;
  box-shadow: inset 0 -2px 0 #d50000;
}
.old-theme .theme-yellow .theme-lighten-5 {
  background-color: #fffde7;
  color: #666;
}
.old-theme .theme-yellow .theme-text-lighten-5 {
  color: #fffde7;
}
.old-theme .theme-yellow .theme-bg-lighten-5 {
  background-color: #fffde7;
}
.old-theme .theme-yellow .theme-border-lighten-5 {
  border-color: #fffde7;
}
.old-theme .theme-yellow .theme-fill-lighten-5 {
  fill: #fffde7;
}
.old-theme .theme-yellow .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fffde7;
  box-shadow: inset 0 -2px 0 #fffde7;
}
.old-theme .theme-yellow .theme-lighten-4 {
  background-color: #fff9c4;
  color: #666;
}
.old-theme .theme-yellow .theme-text-lighten-4 {
  color: #fff9c4;
}
.old-theme .theme-yellow .theme-bg-lighten-4 {
  background-color: #fff9c4;
}
.old-theme .theme-yellow .theme-border-lighten-4 {
  border-color: #fff9c4;
}
.old-theme .theme-yellow .theme-fill-lighten-4 {
  fill: #fff9c4;
}
.old-theme .theme-yellow .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #fff9c4;
  box-shadow: inset 0 -2px 0 #fff9c4;
}
.old-theme .theme-yellow .theme-lighten-3 {
  background-color: #fff59d;
  color: #666;
}
.old-theme .theme-yellow .theme-text-lighten-3 {
  color: #fff59d;
}
.old-theme .theme-yellow .theme-bg-lighten-3,
.old-theme .theme-yellow .btn-primary.disabled,
.old-theme .theme-yellow .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-yellow input[type=checkbox]:checked + .lever {
  background-color: #fff59d;
}
.old-theme .theme-yellow .theme-border-lighten-3 {
  border-color: #fff59d;
}
.old-theme .theme-yellow .theme-fill-lighten-3 {
  fill: #fff59d;
}
.old-theme .theme-yellow .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #fff59d;
  box-shadow: inset 0 -2px 0 #fff59d;
}
.old-theme .theme-yellow .theme-lighten-2 {
  background-color: #fff176;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-lighten-2 {
  color: #fff176;
}
.old-theme .theme-yellow .theme-bg-lighten-2 {
  background-color: #fff176;
}
.old-theme .theme-yellow .theme-border-lighten-2 {
  border-color: #fff176;
}
.old-theme .theme-yellow .theme-fill-lighten-2 {
  fill: #fff176;
}
.old-theme .theme-yellow .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #fff176;
  box-shadow: inset 0 -2px 0 #fff176;
}
.old-theme .theme-yellow .theme-lighten-1 {
  background-color: #ffee58;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-lighten-1,
.old-theme .theme-yellow aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-yellow a.collapsible-header:after {
  color: #ffee58;
}
.old-theme .theme-yellow .theme-bg-lighten-1 {
  background-color: #ffee58;
}
.old-theme .theme-yellow .theme-border-lighten-1 {
  border-color: #ffee58;
}
.old-theme .theme-yellow .theme-fill-lighten-1 {
  fill: #ffee58;
}
.old-theme .theme-yellow .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffee58;
  box-shadow: inset 0 -2px 0 #ffee58;
}
.old-theme .theme-yellow .theme {
  background-color: #ffeb3b;
  color: #fff;
}
.old-theme .theme-yellow .theme-text,
.old-theme .theme-yellow .page-header h1,
.old-theme .page-header .theme-yellow h1,
.old-theme .theme-yellow .nav-tabs > li > a:hover,
.old-theme .theme-yellow .nav-tabs > li.active > a,
.old-theme .theme-yellow .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-yellow .btn-link,
.old-theme .theme-yellow .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-yellow .filter,
.old-theme .theme-yellow .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-yellow .filter:focus:hover,
.old-theme .theme-yellow .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-yellow .filter.active:hover,
.old-theme .theme-yellow .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-yellow td:first-child {
  color: #ffeb3b;
}
.old-theme .theme-yellow .theme-bg,
.old-theme .theme-yellow input[type="radio"]:before,
.old-theme .theme-yellow input[type="checkbox"]:checked:after,
.old-theme .theme-yellow #loading-bar .bar,
.old-theme #loading-bar .theme-yellow .bar,
.old-theme .theme-yellow #logo .foot2,
.old-theme #logo .theme-yellow .foot2,
.old-theme .theme-yellow #logo .foot4,
.old-theme #logo .theme-yellow .foot4,
.old-theme .theme-yellow .btn-primary,
.old-theme .theme-yellow .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-yellow input[type=checkbox]:checked + .lever:after,
.old-theme .theme-yellow .noUi-base,
.old-theme .theme-yellow .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-yellow .noUi-origin:first-child,
.old-theme .theme-yellow .noUi-handle,
.old-theme .theme-yellow .noUi-handle:before {
  background-color: #ffeb3b;
}
.old-theme .theme-yellow .theme-border,
.old-theme .theme-yellow input[type="radio"]:checked:after,
.old-theme .theme-yellow input[type="checkbox"]:checked:after {
  border-color: #ffeb3b;
}
.old-theme .theme-yellow .theme-fill {
  fill: #ffeb3b;
}
.old-theme .theme-yellow .theme-box-inset,
.old-theme .theme-yellow textarea:focus,
.old-theme .theme-yellow input.form-control:focus,
.old-theme .theme-yellow input[type=text]:focus,
.old-theme .theme-yellow input[type=password]:focus,
.old-theme .theme-yellow input[type=email]:focus,
.old-theme .theme-yellow input[type=number]:focus,
.old-theme .theme-yellow [type=text].form-control:focus,
.old-theme .theme-yellow [type=password].form-control:focus,
.old-theme .theme-yellow [type=email].form-control:focus,
.old-theme .theme-yellow [type=tel].form-control:focus,
.old-theme .theme-yellow [contenteditable].form-control:focus,
.old-theme .theme-yellow select:focus,
.old-theme .theme-yellow .nav-tabs > li > a:hover,
.old-theme .theme-yellow .nav-tabs > li.active > a,
.old-theme .theme-yellow .focussed .ta-bind,
.old-theme .focussed .theme-yellow .ta-bind,
.old-theme .theme-yellow .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-yellow .filter:hover,
.old-theme .theme-yellow .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-yellow .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #ffeb3b;
  box-shadow: inset 0 -2px 0 #ffeb3b;
}
.old-theme .theme-yellow .theme-darken-1 {
  background-color: #fdd835;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-darken-1,
.old-theme .theme-yellow .btn-link:focus,
.old-theme .theme-yellow .btn-link:hover {
  color: #fdd835;
}
.old-theme .theme-yellow .theme-bg-darken-1,
.old-theme .theme-yellow #logo .foot1,
.old-theme #logo .theme-yellow .foot1,
.old-theme .theme-yellow #logo .foot3,
.old-theme #logo .theme-yellow .foot3,
.old-theme .theme-yellow .btn-primary:hover {
  background-color: #fdd835;
}
.old-theme .theme-yellow .theme-border-darken-1 {
  border-color: #fdd835;
}
.old-theme .theme-yellow .theme-fill-darken-1 {
  fill: #fdd835;
}
.old-theme .theme-yellow .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #fdd835;
  box-shadow: inset 0 -2px 0 #fdd835;
}
.old-theme .theme-yellow .theme-darken-2 {
  background-color: #fbc02d;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-darken-2 {
  color: #fbc02d;
}
.old-theme .theme-yellow .theme-bg-darken-2 {
  background-color: #fbc02d;
}
.old-theme .theme-yellow .theme-border-darken-2 {
  border-color: #fbc02d;
}
.old-theme .theme-yellow .theme-fill-darken-2 {
  fill: #fbc02d;
}
.old-theme .theme-yellow .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #fbc02d;
  box-shadow: inset 0 -2px 0 #fbc02d;
}
.old-theme .theme-yellow .theme-darken-3 {
  background-color: #f9a825;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-darken-3 {
  color: #f9a825;
}
.old-theme .theme-yellow .theme-bg-darken-3 {
  background-color: #f9a825;
}
.old-theme .theme-yellow .theme-border-darken-3 {
  border-color: #f9a825;
}
.old-theme .theme-yellow .theme-fill-darken-3 {
  fill: #f9a825;
}
.old-theme .theme-yellow .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #f9a825;
  box-shadow: inset 0 -2px 0 #f9a825;
}
.old-theme .theme-yellow .theme-darken-4 {
  background-color: #f57f17;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-darken-4 {
  color: #f57f17;
}
.old-theme .theme-yellow .theme-bg-darken-4 {
  background-color: #f57f17;
}
.old-theme .theme-yellow .theme-border-darken-4 {
  border-color: #f57f17;
}
.old-theme .theme-yellow .theme-fill-darken-4 {
  fill: #f57f17;
}
.old-theme .theme-yellow .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #f57f17;
  box-shadow: inset 0 -2px 0 #f57f17;
}
.old-theme .theme-yellow .theme-accent-1 {
  background-color: #ffff8d;
  color: #666;
}
.old-theme .theme-yellow .theme-text-accent-1 {
  color: #ffff8d;
}
.old-theme .theme-yellow .theme-bg-accent-1 {
  background-color: #ffff8d;
}
.old-theme .theme-yellow .theme-border-accent-1 {
  border-color: #ffff8d;
}
.old-theme .theme-yellow .theme-fill-accent-1 {
  fill: #ffff8d;
}
.old-theme .theme-yellow .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffff8d;
  box-shadow: inset 0 -2px 0 #ffff8d;
}
.old-theme .theme-yellow .theme-accent-2 {
  background-color: #ff0;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-accent-2 {
  color: #ff0;
}
.old-theme .theme-yellow .theme-bg-accent-2 {
  background-color: #ff0;
}
.old-theme .theme-yellow .theme-border-accent-2 {
  border-color: #ff0;
}
.old-theme .theme-yellow .theme-fill-accent-2 {
  fill: #ff0;
}
.old-theme .theme-yellow .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff0;
  box-shadow: inset 0 -2px 0 #ff0;
}
.old-theme .theme-yellow .theme-accent-3 {
  background-color: #ffea00;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-accent-3 {
  color: #ffea00;
}
.old-theme .theme-yellow .theme-bg-accent-3 {
  background-color: #ffea00;
}
.old-theme .theme-yellow .theme-border-accent-3 {
  border-color: #ffea00;
}
.old-theme .theme-yellow .theme-fill-accent-3 {
  fill: #ffea00;
}
.old-theme .theme-yellow .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffea00;
  box-shadow: inset 0 -2px 0 #ffea00;
}
.old-theme .theme-yellow .theme-accent-4 {
  background-color: #ffd600;
  color: #fff;
}
.old-theme .theme-yellow .theme-text-accent-4 {
  color: #ffd600;
}
.old-theme .theme-yellow .theme-bg-accent-4,
.old-theme .theme-yellow .btn-primary:focus {
  background-color: #ffd600;
}
.old-theme .theme-yellow .theme-border-accent-4 {
  border-color: #ffd600;
}
.old-theme .theme-yellow .theme-fill-accent-4 {
  fill: #ffd600;
}
.old-theme .theme-yellow .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffd600;
  box-shadow: inset 0 -2px 0 #ffd600;
}
.old-theme .theme-yellow .theme-secondary-lighten-5 {
  background-color: #fce4ec;
  color: #666;
}
.old-theme .theme-yellow .theme-secondary-text-lighten-5 {
  color: #fce4ec;
}
.old-theme .theme-yellow .theme-secondary-bg-lighten-5,
.old-theme .theme-yellow .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-yellow .list-group-item:hover {
  background-color: #fce4ec;
}
.old-theme .theme-yellow .theme-secondary-border-lighten-5 {
  border-color: #fce4ec;
}
.old-theme .theme-yellow .theme-secondary-fill-lighten-5 {
  fill: #fce4ec;
}
.old-theme .theme-yellow .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fce4ec;
  box-shadow: inset 0 -2px 0 #fce4ec;
}
.old-theme .theme-yellow .theme-secondary-lighten-4 {
  background-color: #f8bbd0;
  color: #666;
}
.old-theme .theme-yellow .theme-secondary-text-lighten-4 {
  color: #f8bbd0;
}
.old-theme .theme-yellow .theme-secondary-bg-lighten-4 {
  background-color: #f8bbd0;
}
.old-theme .theme-yellow .theme-secondary-border-lighten-4 {
  border-color: #f8bbd0;
}
.old-theme .theme-yellow .theme-secondary-fill-lighten-4 {
  fill: #f8bbd0;
}
.old-theme .theme-yellow .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #f8bbd0;
  box-shadow: inset 0 -2px 0 #f8bbd0;
}
.old-theme .theme-yellow .theme-secondary-lighten-3 {
  background-color: #f48fb1;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-lighten-3,
.old-theme .theme-yellow a:hover,
.old-theme .theme-yellow a:focus,
.old-theme .theme-yellow .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-yellow a {
  color: #f48fb1;
}
.old-theme .theme-yellow .theme-secondary-bg-lighten-3 {
  background-color: #f48fb1;
}
.old-theme .theme-yellow .theme-secondary-border-lighten-3 {
  border-color: #f48fb1;
}
.old-theme .theme-yellow .theme-secondary-fill-lighten-3 {
  fill: #f48fb1;
}
.old-theme .theme-yellow .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #f48fb1;
  box-shadow: inset 0 -2px 0 #f48fb1;
}
.old-theme .theme-yellow .theme-secondary-lighten-2 {
  background-color: #f06292;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-lighten-2 {
  color: #f06292;
}
.old-theme .theme-yellow .theme-secondary-bg-lighten-2 {
  background-color: #f06292;
}
.old-theme .theme-yellow .theme-secondary-border-lighten-2 {
  border-color: #f06292;
}
.old-theme .theme-yellow .theme-secondary-fill-lighten-2 {
  fill: #f06292;
}
.old-theme .theme-yellow .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #f06292;
  box-shadow: inset 0 -2px 0 #f06292;
}
.old-theme .theme-yellow .theme-secondary-lighten-1 {
  background-color: #ec407a;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-lighten-1 {
  color: #ec407a;
}
.old-theme .theme-yellow .theme-secondary-bg-lighten-1 {
  background-color: #ec407a;
}
.old-theme .theme-yellow .theme-secondary-border-lighten-1 {
  border-color: #ec407a;
}
.old-theme .theme-yellow .theme-secondary-fill-lighten-1 {
  fill: #ec407a;
}
.old-theme .theme-yellow .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ec407a;
  box-shadow: inset 0 -2px 0 #ec407a;
}
.old-theme .theme-yellow .theme-secondary,
.old-theme .theme-yellow .alert.alert-theme,
.old-theme .theme-yellow .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-yellow .jvectormap-zoomin,
.old-theme .theme-yellow .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-yellow .jvectormap-zoomout {
  background-color: #e91e63;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text,
.old-theme .theme-yellow a {
  color: #e91e63;
}
.old-theme .theme-yellow .theme-secondary-bg,
.old-theme .theme-yellow .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-yellow .list-group-item.active,
.old-theme .theme-yellow .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-yellow th {
  background-color: #e91e63;
}
.old-theme .theme-yellow .theme-secondary-border {
  border-color: #e91e63;
}
.old-theme .theme-yellow .theme-secondary-fill {
  fill: #e91e63;
}
.old-theme .theme-yellow .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #e91e63;
  box-shadow: inset 0 -2px 0 #e91e63;
}
.old-theme .theme-yellow .theme-secondary-darken-1 {
  background-color: #d81b60;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-darken-1 {
  color: #d81b60;
}
.old-theme .theme-yellow .theme-secondary-bg-darken-1 {
  background-color: #d81b60;
}
.old-theme .theme-yellow .theme-secondary-border-darken-1 {
  border-color: #d81b60;
}
.old-theme .theme-yellow .theme-secondary-fill-darken-1 {
  fill: #d81b60;
}
.old-theme .theme-yellow .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #d81b60;
  box-shadow: inset 0 -2px 0 #d81b60;
}
.old-theme .theme-yellow .theme-secondary-darken-2 {
  background-color: #c2185b;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-darken-2 {
  color: #c2185b;
}
.old-theme .theme-yellow .theme-secondary-bg-darken-2 {
  background-color: #c2185b;
}
.old-theme .theme-yellow .theme-secondary-border-darken-2 {
  border-color: #c2185b;
}
.old-theme .theme-yellow .theme-secondary-fill-darken-2 {
  fill: #c2185b;
}
.old-theme .theme-yellow .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #c2185b;
  box-shadow: inset 0 -2px 0 #c2185b;
}
.old-theme .theme-yellow .theme-secondary-darken-3 {
  background-color: #ad1457;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-darken-3 {
  color: #ad1457;
}
.old-theme .theme-yellow .theme-secondary-bg-darken-3 {
  background-color: #ad1457;
}
.old-theme .theme-yellow .theme-secondary-border-darken-3 {
  border-color: #ad1457;
}
.old-theme .theme-yellow .theme-secondary-fill-darken-3 {
  fill: #ad1457;
}
.old-theme .theme-yellow .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ad1457;
  box-shadow: inset 0 -2px 0 #ad1457;
}
.old-theme .theme-yellow .theme-secondary-darken-4 {
  background-color: #880e4f;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-darken-4 {
  color: #880e4f;
}
.old-theme .theme-yellow .theme-secondary-bg-darken-4 {
  background-color: #880e4f;
}
.old-theme .theme-yellow .theme-secondary-border-darken-4 {
  border-color: #880e4f;
}
.old-theme .theme-yellow .theme-secondary-fill-darken-4 {
  fill: #880e4f;
}
.old-theme .theme-yellow .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #880e4f;
  box-shadow: inset 0 -2px 0 #880e4f;
}
.old-theme .theme-yellow .theme-secondary-accent-1 {
  background-color: #ff80ab;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-accent-1 {
  color: #ff80ab;
}
.old-theme .theme-yellow .theme-secondary-bg-accent-1 {
  background-color: #ff80ab;
}
.old-theme .theme-yellow .theme-secondary-border-accent-1 {
  border-color: #ff80ab;
}
.old-theme .theme-yellow .theme-secondary-fill-accent-1 {
  fill: #ff80ab;
}
.old-theme .theme-yellow .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff80ab;
  box-shadow: inset 0 -2px 0 #ff80ab;
}
.old-theme .theme-yellow .theme-secondary-accent-2 {
  background-color: #ff4081;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-accent-2 {
  color: #ff4081;
}
.old-theme .theme-yellow .theme-secondary-bg-accent-2 {
  background-color: #ff4081;
}
.old-theme .theme-yellow .theme-secondary-border-accent-2 {
  border-color: #ff4081;
}
.old-theme .theme-yellow .theme-secondary-fill-accent-2 {
  fill: #ff4081;
}
.old-theme .theme-yellow .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff4081;
  box-shadow: inset 0 -2px 0 #ff4081;
}
.old-theme .theme-yellow .theme-secondary-accent-3 {
  background-color: #f50057;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-accent-3 {
  color: #f50057;
}
.old-theme .theme-yellow .theme-secondary-bg-accent-3 {
  background-color: #f50057;
}
.old-theme .theme-yellow .theme-secondary-border-accent-3 {
  border-color: #f50057;
}
.old-theme .theme-yellow .theme-secondary-fill-accent-3 {
  fill: #f50057;
}
.old-theme .theme-yellow .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #f50057;
  box-shadow: inset 0 -2px 0 #f50057;
}
.old-theme .theme-yellow .theme-secondary-accent-4 {
  background-color: #c51162;
  color: #fff;
}
.old-theme .theme-yellow .theme-secondary-text-accent-4 {
  color: #c51162;
}
.old-theme .theme-yellow .theme-secondary-bg-accent-4 {
  background-color: #c51162;
}
.old-theme .theme-yellow .theme-secondary-border-accent-4 {
  border-color: #c51162;
}
.old-theme .theme-yellow .theme-secondary-fill-accent-4 {
  fill: #c51162;
}
.old-theme .theme-yellow .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #c51162;
  box-shadow: inset 0 -2px 0 #c51162;
}
.old-theme .theme-amber .theme-lighten-5 {
  background-color: #fff8e1;
  color: #666;
}
.old-theme .theme-amber .theme-text-lighten-5 {
  color: #fff8e1;
}
.old-theme .theme-amber .theme-bg-lighten-5 {
  background-color: #fff8e1;
}
.old-theme .theme-amber .theme-border-lighten-5 {
  border-color: #fff8e1;
}
.old-theme .theme-amber .theme-fill-lighten-5 {
  fill: #fff8e1;
}
.old-theme .theme-amber .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fff8e1;
  box-shadow: inset 0 -2px 0 #fff8e1;
}
.old-theme .theme-amber .theme-lighten-4 {
  background-color: #ffecb3;
  color: #666;
}
.old-theme .theme-amber .theme-text-lighten-4 {
  color: #ffecb3;
}
.old-theme .theme-amber .theme-bg-lighten-4 {
  background-color: #ffecb3;
}
.old-theme .theme-amber .theme-border-lighten-4 {
  border-color: #ffecb3;
}
.old-theme .theme-amber .theme-fill-lighten-4 {
  fill: #ffecb3;
}
.old-theme .theme-amber .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffecb3;
  box-shadow: inset 0 -2px 0 #ffecb3;
}
.old-theme .theme-amber .theme-lighten-3 {
  background-color: #ffe082;
  color: #fff;
}
.old-theme .theme-amber .theme-text-lighten-3 {
  color: #ffe082;
}
.old-theme .theme-amber .theme-bg-lighten-3,
.old-theme .theme-amber .btn-primary.disabled,
.old-theme .theme-amber .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-amber input[type=checkbox]:checked + .lever {
  background-color: #ffe082;
}
.old-theme .theme-amber .theme-border-lighten-3 {
  border-color: #ffe082;
}
.old-theme .theme-amber .theme-fill-lighten-3 {
  fill: #ffe082;
}
.old-theme .theme-amber .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffe082;
  box-shadow: inset 0 -2px 0 #ffe082;
}
.old-theme .theme-amber .theme-lighten-2 {
  background-color: #ffd54f;
  color: #fff;
}
.old-theme .theme-amber .theme-text-lighten-2 {
  color: #ffd54f;
}
.old-theme .theme-amber .theme-bg-lighten-2 {
  background-color: #ffd54f;
}
.old-theme .theme-amber .theme-border-lighten-2 {
  border-color: #ffd54f;
}
.old-theme .theme-amber .theme-fill-lighten-2 {
  fill: #ffd54f;
}
.old-theme .theme-amber .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffd54f;
  box-shadow: inset 0 -2px 0 #ffd54f;
}
.old-theme .theme-amber .theme-lighten-1 {
  background-color: #ffca28;
  color: #fff;
}
.old-theme .theme-amber .theme-text-lighten-1,
.old-theme .theme-amber aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-amber a.collapsible-header:after {
  color: #ffca28;
}
.old-theme .theme-amber .theme-bg-lighten-1 {
  background-color: #ffca28;
}
.old-theme .theme-amber .theme-border-lighten-1 {
  border-color: #ffca28;
}
.old-theme .theme-amber .theme-fill-lighten-1 {
  fill: #ffca28;
}
.old-theme .theme-amber .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffca28;
  box-shadow: inset 0 -2px 0 #ffca28;
}
.old-theme .theme-amber .theme {
  background-color: #ffc107;
  color: #fff;
}
.old-theme .theme-amber .theme-text,
.old-theme .theme-amber .page-header h1,
.old-theme .page-header .theme-amber h1,
.old-theme .theme-amber .nav-tabs > li > a:hover,
.old-theme .theme-amber .nav-tabs > li.active > a,
.old-theme .theme-amber .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-amber .btn-link,
.old-theme .theme-amber .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-amber .filter,
.old-theme .theme-amber .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-amber .filter:focus:hover,
.old-theme .theme-amber .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-amber .filter.active:hover,
.old-theme .theme-amber .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-amber td:first-child {
  color: #ffc107;
}
.old-theme .theme-amber .theme-bg,
.old-theme .theme-amber input[type="radio"]:before,
.old-theme .theme-amber input[type="checkbox"]:checked:after,
.old-theme .theme-amber #loading-bar .bar,
.old-theme #loading-bar .theme-amber .bar,
.old-theme .theme-amber #logo .foot2,
.old-theme #logo .theme-amber .foot2,
.old-theme .theme-amber #logo .foot4,
.old-theme #logo .theme-amber .foot4,
.old-theme .theme-amber .btn-primary,
.old-theme .theme-amber .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-amber input[type=checkbox]:checked + .lever:after,
.old-theme .theme-amber .noUi-base,
.old-theme .theme-amber .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-amber .noUi-origin:first-child,
.old-theme .theme-amber .noUi-handle,
.old-theme .theme-amber .noUi-handle:before {
  background-color: #ffc107;
}
.old-theme .theme-amber .theme-border,
.old-theme .theme-amber input[type="radio"]:checked:after,
.old-theme .theme-amber input[type="checkbox"]:checked:after {
  border-color: #ffc107;
}
.old-theme .theme-amber .theme-fill {
  fill: #ffc107;
}
.old-theme .theme-amber .theme-box-inset,
.old-theme .theme-amber textarea:focus,
.old-theme .theme-amber input.form-control:focus,
.old-theme .theme-amber input[type=text]:focus,
.old-theme .theme-amber input[type=password]:focus,
.old-theme .theme-amber input[type=email]:focus,
.old-theme .theme-amber input[type=number]:focus,
.old-theme .theme-amber [type=text].form-control:focus,
.old-theme .theme-amber [type=password].form-control:focus,
.old-theme .theme-amber [type=email].form-control:focus,
.old-theme .theme-amber [type=tel].form-control:focus,
.old-theme .theme-amber [contenteditable].form-control:focus,
.old-theme .theme-amber select:focus,
.old-theme .theme-amber .nav-tabs > li > a:hover,
.old-theme .theme-amber .nav-tabs > li.active > a,
.old-theme .theme-amber .focussed .ta-bind,
.old-theme .focussed .theme-amber .ta-bind,
.old-theme .theme-amber .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-amber .filter:hover,
.old-theme .theme-amber .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-amber .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #ffc107;
  box-shadow: inset 0 -2px 0 #ffc107;
}
.old-theme .theme-amber .theme-darken-1 {
  background-color: #ffb300;
  color: #fff;
}
.old-theme .theme-amber .theme-text-darken-1,
.old-theme .theme-amber .btn-link:focus,
.old-theme .theme-amber .btn-link:hover {
  color: #ffb300;
}
.old-theme .theme-amber .theme-bg-darken-1,
.old-theme .theme-amber #logo .foot1,
.old-theme #logo .theme-amber .foot1,
.old-theme .theme-amber #logo .foot3,
.old-theme #logo .theme-amber .foot3,
.old-theme .theme-amber .btn-primary:hover {
  background-color: #ffb300;
}
.old-theme .theme-amber .theme-border-darken-1 {
  border-color: #ffb300;
}
.old-theme .theme-amber .theme-fill-darken-1 {
  fill: #ffb300;
}
.old-theme .theme-amber .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffb300;
  box-shadow: inset 0 -2px 0 #ffb300;
}
.old-theme .theme-amber .theme-darken-2 {
  background-color: #ffa000;
  color: #fff;
}
.old-theme .theme-amber .theme-text-darken-2 {
  color: #ffa000;
}
.old-theme .theme-amber .theme-bg-darken-2 {
  background-color: #ffa000;
}
.old-theme .theme-amber .theme-border-darken-2 {
  border-color: #ffa000;
}
.old-theme .theme-amber .theme-fill-darken-2 {
  fill: #ffa000;
}
.old-theme .theme-amber .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffa000;
  box-shadow: inset 0 -2px 0 #ffa000;
}
.old-theme .theme-amber .theme-darken-3 {
  background-color: #ff8f00;
  color: #fff;
}
.old-theme .theme-amber .theme-text-darken-3 {
  color: #ff8f00;
}
.old-theme .theme-amber .theme-bg-darken-3 {
  background-color: #ff8f00;
}
.old-theme .theme-amber .theme-border-darken-3 {
  border-color: #ff8f00;
}
.old-theme .theme-amber .theme-fill-darken-3 {
  fill: #ff8f00;
}
.old-theme .theme-amber .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff8f00;
  box-shadow: inset 0 -2px 0 #ff8f00;
}
.old-theme .theme-amber .theme-darken-4 {
  background-color: #ff6f00;
  color: #fff;
}
.old-theme .theme-amber .theme-text-darken-4 {
  color: #ff6f00;
}
.old-theme .theme-amber .theme-bg-darken-4 {
  background-color: #ff6f00;
}
.old-theme .theme-amber .theme-border-darken-4 {
  border-color: #ff6f00;
}
.old-theme .theme-amber .theme-fill-darken-4 {
  fill: #ff6f00;
}
.old-theme .theme-amber .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ff6f00;
  box-shadow: inset 0 -2px 0 #ff6f00;
}
.old-theme .theme-amber .theme-accent-1 {
  background-color: #ffe57f;
  color: #fff;
}
.old-theme .theme-amber .theme-text-accent-1 {
  color: #ffe57f;
}
.old-theme .theme-amber .theme-bg-accent-1 {
  background-color: #ffe57f;
}
.old-theme .theme-amber .theme-border-accent-1 {
  border-color: #ffe57f;
}
.old-theme .theme-amber .theme-fill-accent-1 {
  fill: #ffe57f;
}
.old-theme .theme-amber .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffe57f;
  box-shadow: inset 0 -2px 0 #ffe57f;
}
.old-theme .theme-amber .theme-accent-2 {
  background-color: #ffd740;
  color: #fff;
}
.old-theme .theme-amber .theme-text-accent-2 {
  color: #ffd740;
}
.old-theme .theme-amber .theme-bg-accent-2 {
  background-color: #ffd740;
}
.old-theme .theme-amber .theme-border-accent-2 {
  border-color: #ffd740;
}
.old-theme .theme-amber .theme-fill-accent-2 {
  fill: #ffd740;
}
.old-theme .theme-amber .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffd740;
  box-shadow: inset 0 -2px 0 #ffd740;
}
.old-theme .theme-amber .theme-accent-3 {
  background-color: #ffc400;
  color: #fff;
}
.old-theme .theme-amber .theme-text-accent-3 {
  color: #ffc400;
}
.old-theme .theme-amber .theme-bg-accent-3 {
  background-color: #ffc400;
}
.old-theme .theme-amber .theme-border-accent-3 {
  border-color: #ffc400;
}
.old-theme .theme-amber .theme-fill-accent-3 {
  fill: #ffc400;
}
.old-theme .theme-amber .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffc400;
  box-shadow: inset 0 -2px 0 #ffc400;
}
.old-theme .theme-amber .theme-accent-4 {
  background-color: #ffab00;
  color: #fff;
}
.old-theme .theme-amber .theme-text-accent-4 {
  color: #ffab00;
}
.old-theme .theme-amber .theme-bg-accent-4,
.old-theme .theme-amber .btn-primary:focus {
  background-color: #ffab00;
}
.old-theme .theme-amber .theme-border-accent-4 {
  border-color: #ffab00;
}
.old-theme .theme-amber .theme-fill-accent-4 {
  fill: #ffab00;
}
.old-theme .theme-amber .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffab00;
  box-shadow: inset 0 -2px 0 #ffab00;
}
.old-theme .theme-amber .theme-secondary-lighten-5 {
  background-color: #f3e5f5;
  color: #666;
}
.old-theme .theme-amber .theme-secondary-text-lighten-5 {
  color: #f3e5f5;
}
.old-theme .theme-amber .theme-secondary-bg-lighten-5,
.old-theme .theme-amber .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-amber .list-group-item:hover {
  background-color: #f3e5f5;
}
.old-theme .theme-amber .theme-secondary-border-lighten-5 {
  border-color: #f3e5f5;
}
.old-theme .theme-amber .theme-secondary-fill-lighten-5 {
  fill: #f3e5f5;
}
.old-theme .theme-amber .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #f3e5f5;
  box-shadow: inset 0 -2px 0 #f3e5f5;
}
.old-theme .theme-amber .theme-secondary-lighten-4 {
  background-color: #e1bee7;
  color: #666;
}
.old-theme .theme-amber .theme-secondary-text-lighten-4 {
  color: #e1bee7;
}
.old-theme .theme-amber .theme-secondary-bg-lighten-4 {
  background-color: #e1bee7;
}
.old-theme .theme-amber .theme-secondary-border-lighten-4 {
  border-color: #e1bee7;
}
.old-theme .theme-amber .theme-secondary-fill-lighten-4 {
  fill: #e1bee7;
}
.old-theme .theme-amber .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #e1bee7;
  box-shadow: inset 0 -2px 0 #e1bee7;
}
.old-theme .theme-amber .theme-secondary-lighten-3 {
  background-color: #ce93d8;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-lighten-3,
.old-theme .theme-amber a:hover,
.old-theme .theme-amber a:focus,
.old-theme .theme-amber .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-amber a {
  color: #ce93d8;
}
.old-theme .theme-amber .theme-secondary-bg-lighten-3 {
  background-color: #ce93d8;
}
.old-theme .theme-amber .theme-secondary-border-lighten-3 {
  border-color: #ce93d8;
}
.old-theme .theme-amber .theme-secondary-fill-lighten-3 {
  fill: #ce93d8;
}
.old-theme .theme-amber .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ce93d8;
  box-shadow: inset 0 -2px 0 #ce93d8;
}
.old-theme .theme-amber .theme-secondary-lighten-2 {
  background-color: #ba68c8;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-lighten-2 {
  color: #ba68c8;
}
.old-theme .theme-amber .theme-secondary-bg-lighten-2 {
  background-color: #ba68c8;
}
.old-theme .theme-amber .theme-secondary-border-lighten-2 {
  border-color: #ba68c8;
}
.old-theme .theme-amber .theme-secondary-fill-lighten-2 {
  fill: #ba68c8;
}
.old-theme .theme-amber .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ba68c8;
  box-shadow: inset 0 -2px 0 #ba68c8;
}
.old-theme .theme-amber .theme-secondary-lighten-1 {
  background-color: #ab47bc;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-lighten-1 {
  color: #ab47bc;
}
.old-theme .theme-amber .theme-secondary-bg-lighten-1 {
  background-color: #ab47bc;
}
.old-theme .theme-amber .theme-secondary-border-lighten-1 {
  border-color: #ab47bc;
}
.old-theme .theme-amber .theme-secondary-fill-lighten-1 {
  fill: #ab47bc;
}
.old-theme .theme-amber .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ab47bc;
  box-shadow: inset 0 -2px 0 #ab47bc;
}
.old-theme .theme-amber .theme-secondary,
.old-theme .theme-amber .alert.alert-theme,
.old-theme .theme-amber .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-amber .jvectormap-zoomin,
.old-theme .theme-amber .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-amber .jvectormap-zoomout {
  background-color: #9c27b0;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text,
.old-theme .theme-amber a {
  color: #9c27b0;
}
.old-theme .theme-amber .theme-secondary-bg,
.old-theme .theme-amber .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-amber .list-group-item.active,
.old-theme .theme-amber .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-amber th {
  background-color: #9c27b0;
}
.old-theme .theme-amber .theme-secondary-border {
  border-color: #9c27b0;
}
.old-theme .theme-amber .theme-secondary-fill {
  fill: #9c27b0;
}
.old-theme .theme-amber .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #9c27b0;
  box-shadow: inset 0 -2px 0 #9c27b0;
}
.old-theme .theme-amber .theme-secondary-darken-1 {
  background-color: #8e24aa;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-darken-1 {
  color: #8e24aa;
}
.old-theme .theme-amber .theme-secondary-bg-darken-1 {
  background-color: #8e24aa;
}
.old-theme .theme-amber .theme-secondary-border-darken-1 {
  border-color: #8e24aa;
}
.old-theme .theme-amber .theme-secondary-fill-darken-1 {
  fill: #8e24aa;
}
.old-theme .theme-amber .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #8e24aa;
  box-shadow: inset 0 -2px 0 #8e24aa;
}
.old-theme .theme-amber .theme-secondary-darken-2 {
  background-color: #7b1fa2;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-darken-2 {
  color: #7b1fa2;
}
.old-theme .theme-amber .theme-secondary-bg-darken-2 {
  background-color: #7b1fa2;
}
.old-theme .theme-amber .theme-secondary-border-darken-2 {
  border-color: #7b1fa2;
}
.old-theme .theme-amber .theme-secondary-fill-darken-2 {
  fill: #7b1fa2;
}
.old-theme .theme-amber .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #7b1fa2;
  box-shadow: inset 0 -2px 0 #7b1fa2;
}
.old-theme .theme-amber .theme-secondary-darken-3 {
  background-color: #6a1b9a;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-darken-3 {
  color: #6a1b9a;
}
.old-theme .theme-amber .theme-secondary-bg-darken-3 {
  background-color: #6a1b9a;
}
.old-theme .theme-amber .theme-secondary-border-darken-3 {
  border-color: #6a1b9a;
}
.old-theme .theme-amber .theme-secondary-fill-darken-3 {
  fill: #6a1b9a;
}
.old-theme .theme-amber .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #6a1b9a;
  box-shadow: inset 0 -2px 0 #6a1b9a;
}
.old-theme .theme-amber .theme-secondary-darken-4 {
  background-color: #4a148c;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-darken-4 {
  color: #4a148c;
}
.old-theme .theme-amber .theme-secondary-bg-darken-4 {
  background-color: #4a148c;
}
.old-theme .theme-amber .theme-secondary-border-darken-4 {
  border-color: #4a148c;
}
.old-theme .theme-amber .theme-secondary-fill-darken-4 {
  fill: #4a148c;
}
.old-theme .theme-amber .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #4a148c;
  box-shadow: inset 0 -2px 0 #4a148c;
}
.old-theme .theme-amber .theme-secondary-accent-1 {
  background-color: #ea80fc;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-accent-1 {
  color: #ea80fc;
}
.old-theme .theme-amber .theme-secondary-bg-accent-1 {
  background-color: #ea80fc;
}
.old-theme .theme-amber .theme-secondary-border-accent-1 {
  border-color: #ea80fc;
}
.old-theme .theme-amber .theme-secondary-fill-accent-1 {
  fill: #ea80fc;
}
.old-theme .theme-amber .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ea80fc;
  box-shadow: inset 0 -2px 0 #ea80fc;
}
.old-theme .theme-amber .theme-secondary-accent-2 {
  background-color: #e040fb;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-accent-2 {
  color: #e040fb;
}
.old-theme .theme-amber .theme-secondary-bg-accent-2 {
  background-color: #e040fb;
}
.old-theme .theme-amber .theme-secondary-border-accent-2 {
  border-color: #e040fb;
}
.old-theme .theme-amber .theme-secondary-fill-accent-2 {
  fill: #e040fb;
}
.old-theme .theme-amber .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #e040fb;
  box-shadow: inset 0 -2px 0 #e040fb;
}
.old-theme .theme-amber .theme-secondary-accent-3 {
  background-color: #d500f9;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-accent-3 {
  color: #d500f9;
}
.old-theme .theme-amber .theme-secondary-bg-accent-3 {
  background-color: #d500f9;
}
.old-theme .theme-amber .theme-secondary-border-accent-3 {
  border-color: #d500f9;
}
.old-theme .theme-amber .theme-secondary-fill-accent-3 {
  fill: #d500f9;
}
.old-theme .theme-amber .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #d500f9;
  box-shadow: inset 0 -2px 0 #d500f9;
}
.old-theme .theme-amber .theme-secondary-accent-4 {
  background-color: #a0f;
  color: #fff;
}
.old-theme .theme-amber .theme-secondary-text-accent-4 {
  color: #a0f;
}
.old-theme .theme-amber .theme-secondary-bg-accent-4 {
  background-color: #a0f;
}
.old-theme .theme-amber .theme-secondary-border-accent-4 {
  border-color: #a0f;
}
.old-theme .theme-amber .theme-secondary-fill-accent-4 {
  fill: #a0f;
}
.old-theme .theme-amber .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #a0f;
  box-shadow: inset 0 -2px 0 #a0f;
}
.old-theme .theme-orange .theme-lighten-5 {
  background-color: #fff3e0;
  color: #666;
}
.old-theme .theme-orange .theme-text-lighten-5 {
  color: #fff3e0;
}
.old-theme .theme-orange .theme-bg-lighten-5 {
  background-color: #fff3e0;
}
.old-theme .theme-orange .theme-border-lighten-5 {
  border-color: #fff3e0;
}
.old-theme .theme-orange .theme-fill-lighten-5 {
  fill: #fff3e0;
}
.old-theme .theme-orange .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fff3e0;
  box-shadow: inset 0 -2px 0 #fff3e0;
}
.old-theme .theme-orange .theme-lighten-4 {
  background-color: #ffe0b2;
  color: #666;
}
.old-theme .theme-orange .theme-text-lighten-4 {
  color: #ffe0b2;
}
.old-theme .theme-orange .theme-bg-lighten-4 {
  background-color: #ffe0b2;
}
.old-theme .theme-orange .theme-border-lighten-4 {
  border-color: #ffe0b2;
}
.old-theme .theme-orange .theme-fill-lighten-4 {
  fill: #ffe0b2;
}
.old-theme .theme-orange .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffe0b2;
  box-shadow: inset 0 -2px 0 #ffe0b2;
}
.old-theme .theme-orange .theme-lighten-3 {
  background-color: #ffcc80;
  color: #fff;
}
.old-theme .theme-orange .theme-text-lighten-3 {
  color: #ffcc80;
}
.old-theme .theme-orange .theme-bg-lighten-3,
.old-theme .theme-orange .btn-primary.disabled,
.old-theme .theme-orange .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-orange input[type=checkbox]:checked + .lever {
  background-color: #ffcc80;
}
.old-theme .theme-orange .theme-border-lighten-3 {
  border-color: #ffcc80;
}
.old-theme .theme-orange .theme-fill-lighten-3 {
  fill: #ffcc80;
}
.old-theme .theme-orange .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffcc80;
  box-shadow: inset 0 -2px 0 #ffcc80;
}
.old-theme .theme-orange .theme-lighten-2 {
  background-color: #ffb74d;
  color: #fff;
}
.old-theme .theme-orange .theme-text-lighten-2 {
  color: #ffb74d;
}
.old-theme .theme-orange .theme-bg-lighten-2 {
  background-color: #ffb74d;
}
.old-theme .theme-orange .theme-border-lighten-2 {
  border-color: #ffb74d;
}
.old-theme .theme-orange .theme-fill-lighten-2 {
  fill: #ffb74d;
}
.old-theme .theme-orange .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffb74d;
  box-shadow: inset 0 -2px 0 #ffb74d;
}
.old-theme .theme-orange .theme-lighten-1 {
  background-color: #ffa726;
  color: #fff;
}
.old-theme .theme-orange .theme-text-lighten-1,
.old-theme .theme-orange aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-orange a.collapsible-header:after {
  color: #ffa726;
}
.old-theme .theme-orange .theme-bg-lighten-1 {
  background-color: #ffa726;
}
.old-theme .theme-orange .theme-border-lighten-1 {
  border-color: #ffa726;
}
.old-theme .theme-orange .theme-fill-lighten-1 {
  fill: #ffa726;
}
.old-theme .theme-orange .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffa726;
  box-shadow: inset 0 -2px 0 #ffa726;
}
.old-theme .theme-orange .theme {
  background-color: #ff9800;
  color: #fff;
}
.old-theme .theme-orange .theme-text,
.old-theme .theme-orange .page-header h1,
.old-theme .page-header .theme-orange h1,
.old-theme .theme-orange .nav-tabs > li > a:hover,
.old-theme .theme-orange .nav-tabs > li.active > a,
.old-theme .theme-orange .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-orange .btn-link,
.old-theme .theme-orange .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-orange .filter,
.old-theme .theme-orange .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-orange .filter:focus:hover,
.old-theme .theme-orange .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-orange .filter.active:hover,
.old-theme .theme-orange .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-orange td:first-child {
  color: #ff9800;
}
.old-theme .theme-orange .theme-bg,
.old-theme .theme-orange input[type="radio"]:before,
.old-theme .theme-orange input[type="checkbox"]:checked:after,
.old-theme .theme-orange #loading-bar .bar,
.old-theme #loading-bar .theme-orange .bar,
.old-theme .theme-orange #logo .foot2,
.old-theme #logo .theme-orange .foot2,
.old-theme .theme-orange #logo .foot4,
.old-theme #logo .theme-orange .foot4,
.old-theme .theme-orange .btn-primary,
.old-theme .theme-orange .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-orange input[type=checkbox]:checked + .lever:after,
.old-theme .theme-orange .noUi-base,
.old-theme .theme-orange .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-orange .noUi-origin:first-child,
.old-theme .theme-orange .noUi-handle,
.old-theme .theme-orange .noUi-handle:before {
  background-color: #ff9800;
}
.old-theme .theme-orange .theme-border,
.old-theme .theme-orange input[type="radio"]:checked:after,
.old-theme .theme-orange input[type="checkbox"]:checked:after {
  border-color: #ff9800;
}
.old-theme .theme-orange .theme-fill {
  fill: #ff9800;
}
.old-theme .theme-orange .theme-box-inset,
.old-theme .theme-orange textarea:focus,
.old-theme .theme-orange input.form-control:focus,
.old-theme .theme-orange input[type=text]:focus,
.old-theme .theme-orange input[type=password]:focus,
.old-theme .theme-orange input[type=email]:focus,
.old-theme .theme-orange input[type=number]:focus,
.old-theme .theme-orange [type=text].form-control:focus,
.old-theme .theme-orange [type=password].form-control:focus,
.old-theme .theme-orange [type=email].form-control:focus,
.old-theme .theme-orange [type=tel].form-control:focus,
.old-theme .theme-orange [contenteditable].form-control:focus,
.old-theme .theme-orange select:focus,
.old-theme .theme-orange .nav-tabs > li > a:hover,
.old-theme .theme-orange .nav-tabs > li.active > a,
.old-theme .theme-orange .focussed .ta-bind,
.old-theme .focussed .theme-orange .ta-bind,
.old-theme .theme-orange .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-orange .filter:hover,
.old-theme .theme-orange .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-orange .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #ff9800;
  box-shadow: inset 0 -2px 0 #ff9800;
}
.old-theme .theme-orange .theme-darken-1 {
  background-color: #fb8c00;
  color: #fff;
}
.old-theme .theme-orange .theme-text-darken-1,
.old-theme .theme-orange .btn-link:focus,
.old-theme .theme-orange .btn-link:hover {
  color: #fb8c00;
}
.old-theme .theme-orange .theme-bg-darken-1,
.old-theme .theme-orange #logo .foot1,
.old-theme #logo .theme-orange .foot1,
.old-theme .theme-orange #logo .foot3,
.old-theme #logo .theme-orange .foot3,
.old-theme .theme-orange .btn-primary:hover {
  background-color: #fb8c00;
}
.old-theme .theme-orange .theme-border-darken-1 {
  border-color: #fb8c00;
}
.old-theme .theme-orange .theme-fill-darken-1 {
  fill: #fb8c00;
}
.old-theme .theme-orange .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #fb8c00;
  box-shadow: inset 0 -2px 0 #fb8c00;
}
.old-theme .theme-orange .theme-darken-2 {
  background-color: #f57c00;
  color: #fff;
}
.old-theme .theme-orange .theme-text-darken-2 {
  color: #f57c00;
}
.old-theme .theme-orange .theme-bg-darken-2 {
  background-color: #f57c00;
}
.old-theme .theme-orange .theme-border-darken-2 {
  border-color: #f57c00;
}
.old-theme .theme-orange .theme-fill-darken-2 {
  fill: #f57c00;
}
.old-theme .theme-orange .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #f57c00;
  box-shadow: inset 0 -2px 0 #f57c00;
}
.old-theme .theme-orange .theme-darken-3 {
  background-color: #ef6c00;
  color: #fff;
}
.old-theme .theme-orange .theme-text-darken-3 {
  color: #ef6c00;
}
.old-theme .theme-orange .theme-bg-darken-3 {
  background-color: #ef6c00;
}
.old-theme .theme-orange .theme-border-darken-3 {
  border-color: #ef6c00;
}
.old-theme .theme-orange .theme-fill-darken-3 {
  fill: #ef6c00;
}
.old-theme .theme-orange .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ef6c00;
  box-shadow: inset 0 -2px 0 #ef6c00;
}
.old-theme .theme-orange .theme-darken-4 {
  background-color: #e65100;
  color: #fff;
}
.old-theme .theme-orange .theme-text-darken-4 {
  color: #e65100;
}
.old-theme .theme-orange .theme-bg-darken-4 {
  background-color: #e65100;
}
.old-theme .theme-orange .theme-border-darken-4 {
  border-color: #e65100;
}
.old-theme .theme-orange .theme-fill-darken-4 {
  fill: #e65100;
}
.old-theme .theme-orange .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #e65100;
  box-shadow: inset 0 -2px 0 #e65100;
}
.old-theme .theme-orange .theme-accent-1 {
  background-color: #ffd180;
  color: #fff;
}
.old-theme .theme-orange .theme-text-accent-1 {
  color: #ffd180;
}
.old-theme .theme-orange .theme-bg-accent-1 {
  background-color: #ffd180;
}
.old-theme .theme-orange .theme-border-accent-1 {
  border-color: #ffd180;
}
.old-theme .theme-orange .theme-fill-accent-1 {
  fill: #ffd180;
}
.old-theme .theme-orange .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffd180;
  box-shadow: inset 0 -2px 0 #ffd180;
}
.old-theme .theme-orange .theme-accent-2 {
  background-color: #ffab40;
  color: #fff;
}
.old-theme .theme-orange .theme-text-accent-2 {
  color: #ffab40;
}
.old-theme .theme-orange .theme-bg-accent-2 {
  background-color: #ffab40;
}
.old-theme .theme-orange .theme-border-accent-2 {
  border-color: #ffab40;
}
.old-theme .theme-orange .theme-fill-accent-2 {
  fill: #ffab40;
}
.old-theme .theme-orange .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffab40;
  box-shadow: inset 0 -2px 0 #ffab40;
}
.old-theme .theme-orange .theme-accent-3 {
  background-color: #ff9100;
  color: #fff;
}
.old-theme .theme-orange .theme-text-accent-3 {
  color: #ff9100;
}
.old-theme .theme-orange .theme-bg-accent-3 {
  background-color: #ff9100;
}
.old-theme .theme-orange .theme-border-accent-3 {
  border-color: #ff9100;
}
.old-theme .theme-orange .theme-fill-accent-3 {
  fill: #ff9100;
}
.old-theme .theme-orange .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff9100;
  box-shadow: inset 0 -2px 0 #ff9100;
}
.old-theme .theme-orange .theme-accent-4 {
  background-color: #ff6d00;
  color: #fff;
}
.old-theme .theme-orange .theme-text-accent-4 {
  color: #ff6d00;
}
.old-theme .theme-orange .theme-bg-accent-4,
.old-theme .theme-orange .btn-primary:focus {
  background-color: #ff6d00;
}
.old-theme .theme-orange .theme-border-accent-4 {
  border-color: #ff6d00;
}
.old-theme .theme-orange .theme-fill-accent-4 {
  fill: #ff6d00;
}
.old-theme .theme-orange .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ff6d00;
  box-shadow: inset 0 -2px 0 #ff6d00;
}
.old-theme .theme-orange .theme-secondary-lighten-5 {
  background-color: #ede7f6;
  color: #666;
}
.old-theme .theme-orange .theme-secondary-text-lighten-5 {
  color: #ede7f6;
}
.old-theme .theme-orange .theme-secondary-bg-lighten-5,
.old-theme .theme-orange .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-orange .list-group-item:hover {
  background-color: #ede7f6;
}
.old-theme .theme-orange .theme-secondary-border-lighten-5 {
  border-color: #ede7f6;
}
.old-theme .theme-orange .theme-secondary-fill-lighten-5 {
  fill: #ede7f6;
}
.old-theme .theme-orange .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #ede7f6;
  box-shadow: inset 0 -2px 0 #ede7f6;
}
.old-theme .theme-orange .theme-secondary-lighten-4 {
  background-color: #d1c4e9;
  color: #666;
}
.old-theme .theme-orange .theme-secondary-text-lighten-4 {
  color: #d1c4e9;
}
.old-theme .theme-orange .theme-secondary-bg-lighten-4 {
  background-color: #d1c4e9;
}
.old-theme .theme-orange .theme-secondary-border-lighten-4 {
  border-color: #d1c4e9;
}
.old-theme .theme-orange .theme-secondary-fill-lighten-4 {
  fill: #d1c4e9;
}
.old-theme .theme-orange .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #d1c4e9;
  box-shadow: inset 0 -2px 0 #d1c4e9;
}
.old-theme .theme-orange .theme-secondary-lighten-3 {
  background-color: #b39ddb;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-lighten-3,
.old-theme .theme-orange a:hover,
.old-theme .theme-orange a:focus,
.old-theme .theme-orange .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-orange a {
  color: #b39ddb;
}
.old-theme .theme-orange .theme-secondary-bg-lighten-3 {
  background-color: #b39ddb;
}
.old-theme .theme-orange .theme-secondary-border-lighten-3 {
  border-color: #b39ddb;
}
.old-theme .theme-orange .theme-secondary-fill-lighten-3 {
  fill: #b39ddb;
}
.old-theme .theme-orange .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #b39ddb;
  box-shadow: inset 0 -2px 0 #b39ddb;
}
.old-theme .theme-orange .theme-secondary-lighten-2 {
  background-color: #9575cd;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-lighten-2 {
  color: #9575cd;
}
.old-theme .theme-orange .theme-secondary-bg-lighten-2 {
  background-color: #9575cd;
}
.old-theme .theme-orange .theme-secondary-border-lighten-2 {
  border-color: #9575cd;
}
.old-theme .theme-orange .theme-secondary-fill-lighten-2 {
  fill: #9575cd;
}
.old-theme .theme-orange .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #9575cd;
  box-shadow: inset 0 -2px 0 #9575cd;
}
.old-theme .theme-orange .theme-secondary-lighten-1 {
  background-color: #7e57c2;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-lighten-1 {
  color: #7e57c2;
}
.old-theme .theme-orange .theme-secondary-bg-lighten-1 {
  background-color: #7e57c2;
}
.old-theme .theme-orange .theme-secondary-border-lighten-1 {
  border-color: #7e57c2;
}
.old-theme .theme-orange .theme-secondary-fill-lighten-1 {
  fill: #7e57c2;
}
.old-theme .theme-orange .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #7e57c2;
  box-shadow: inset 0 -2px 0 #7e57c2;
}
.old-theme .theme-orange .theme-secondary,
.old-theme .theme-orange .alert.alert-theme,
.old-theme .theme-orange .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-orange .jvectormap-zoomin,
.old-theme .theme-orange .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-orange .jvectormap-zoomout {
  background-color: #673ab7;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text,
.old-theme .theme-orange a {
  color: #673ab7;
}
.old-theme .theme-orange .theme-secondary-bg,
.old-theme .theme-orange .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-orange .list-group-item.active,
.old-theme .theme-orange .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-orange th {
  background-color: #673ab7;
}
.old-theme .theme-orange .theme-secondary-border {
  border-color: #673ab7;
}
.old-theme .theme-orange .theme-secondary-fill {
  fill: #673ab7;
}
.old-theme .theme-orange .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #673ab7;
  box-shadow: inset 0 -2px 0 #673ab7;
}
.old-theme .theme-orange .theme-secondary-darken-1 {
  background-color: #5e35b1;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-darken-1 {
  color: #5e35b1;
}
.old-theme .theme-orange .theme-secondary-bg-darken-1 {
  background-color: #5e35b1;
}
.old-theme .theme-orange .theme-secondary-border-darken-1 {
  border-color: #5e35b1;
}
.old-theme .theme-orange .theme-secondary-fill-darken-1 {
  fill: #5e35b1;
}
.old-theme .theme-orange .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #5e35b1;
  box-shadow: inset 0 -2px 0 #5e35b1;
}
.old-theme .theme-orange .theme-secondary-darken-2 {
  background-color: #512da8;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-darken-2 {
  color: #512da8;
}
.old-theme .theme-orange .theme-secondary-bg-darken-2 {
  background-color: #512da8;
}
.old-theme .theme-orange .theme-secondary-border-darken-2 {
  border-color: #512da8;
}
.old-theme .theme-orange .theme-secondary-fill-darken-2 {
  fill: #512da8;
}
.old-theme .theme-orange .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #512da8;
  box-shadow: inset 0 -2px 0 #512da8;
}
.old-theme .theme-orange .theme-secondary-darken-3 {
  background-color: #4527a0;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-darken-3 {
  color: #4527a0;
}
.old-theme .theme-orange .theme-secondary-bg-darken-3 {
  background-color: #4527a0;
}
.old-theme .theme-orange .theme-secondary-border-darken-3 {
  border-color: #4527a0;
}
.old-theme .theme-orange .theme-secondary-fill-darken-3 {
  fill: #4527a0;
}
.old-theme .theme-orange .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #4527a0;
  box-shadow: inset 0 -2px 0 #4527a0;
}
.old-theme .theme-orange .theme-secondary-darken-4 {
  background-color: #311b92;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-darken-4 {
  color: #311b92;
}
.old-theme .theme-orange .theme-secondary-bg-darken-4 {
  background-color: #311b92;
}
.old-theme .theme-orange .theme-secondary-border-darken-4 {
  border-color: #311b92;
}
.old-theme .theme-orange .theme-secondary-fill-darken-4 {
  fill: #311b92;
}
.old-theme .theme-orange .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #311b92;
  box-shadow: inset 0 -2px 0 #311b92;
}
.old-theme .theme-orange .theme-secondary-accent-1 {
  background-color: #b388ff;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-accent-1 {
  color: #b388ff;
}
.old-theme .theme-orange .theme-secondary-bg-accent-1 {
  background-color: #b388ff;
}
.old-theme .theme-orange .theme-secondary-border-accent-1 {
  border-color: #b388ff;
}
.old-theme .theme-orange .theme-secondary-fill-accent-1 {
  fill: #b388ff;
}
.old-theme .theme-orange .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #b388ff;
  box-shadow: inset 0 -2px 0 #b388ff;
}
.old-theme .theme-orange .theme-secondary-accent-2 {
  background-color: #7c4dff;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-accent-2 {
  color: #7c4dff;
}
.old-theme .theme-orange .theme-secondary-bg-accent-2 {
  background-color: #7c4dff;
}
.old-theme .theme-orange .theme-secondary-border-accent-2 {
  border-color: #7c4dff;
}
.old-theme .theme-orange .theme-secondary-fill-accent-2 {
  fill: #7c4dff;
}
.old-theme .theme-orange .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #7c4dff;
  box-shadow: inset 0 -2px 0 #7c4dff;
}
.old-theme .theme-orange .theme-secondary-accent-3 {
  background-color: #651fff;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-accent-3 {
  color: #651fff;
}
.old-theme .theme-orange .theme-secondary-bg-accent-3 {
  background-color: #651fff;
}
.old-theme .theme-orange .theme-secondary-border-accent-3 {
  border-color: #651fff;
}
.old-theme .theme-orange .theme-secondary-fill-accent-3 {
  fill: #651fff;
}
.old-theme .theme-orange .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #651fff;
  box-shadow: inset 0 -2px 0 #651fff;
}
.old-theme .theme-orange .theme-secondary-accent-4 {
  background-color: #6200ea;
  color: #fff;
}
.old-theme .theme-orange .theme-secondary-text-accent-4 {
  color: #6200ea;
}
.old-theme .theme-orange .theme-secondary-bg-accent-4 {
  background-color: #6200ea;
}
.old-theme .theme-orange .theme-secondary-border-accent-4 {
  border-color: #6200ea;
}
.old-theme .theme-orange .theme-secondary-fill-accent-4 {
  fill: #6200ea;
}
.old-theme .theme-orange .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #6200ea;
  box-shadow: inset 0 -2px 0 #6200ea;
}
.old-theme .theme-deep-orange .theme-lighten-5 {
  background-color: #fbe9e7;
  color: #666;
}
.old-theme .theme-deep-orange .theme-text-lighten-5 {
  color: #fbe9e7;
}
.old-theme .theme-deep-orange .theme-bg-lighten-5 {
  background-color: #fbe9e7;
}
.old-theme .theme-deep-orange .theme-border-lighten-5 {
  border-color: #fbe9e7;
}
.old-theme .theme-deep-orange .theme-fill-lighten-5 {
  fill: #fbe9e7;
}
.old-theme .theme-deep-orange .theme-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fbe9e7;
  box-shadow: inset 0 -2px 0 #fbe9e7;
}
.old-theme .theme-deep-orange .theme-lighten-4 {
  background-color: #ffccbc;
  color: #666;
}
.old-theme .theme-deep-orange .theme-text-lighten-4 {
  color: #ffccbc;
}
.old-theme .theme-deep-orange .theme-bg-lighten-4 {
  background-color: #ffccbc;
}
.old-theme .theme-deep-orange .theme-border-lighten-4 {
  border-color: #ffccbc;
}
.old-theme .theme-deep-orange .theme-fill-lighten-4 {
  fill: #ffccbc;
}
.old-theme .theme-deep-orange .theme-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffccbc;
  box-shadow: inset 0 -2px 0 #ffccbc;
}
.old-theme .theme-deep-orange .theme-lighten-3 {
  background-color: #ffab91;
  color: #666;
}
.old-theme .theme-deep-orange .theme-text-lighten-3 {
  color: #ffab91;
}
.old-theme .theme-deep-orange .theme-bg-lighten-3,
.old-theme .theme-deep-orange .btn-primary.disabled,
.old-theme .theme-deep-orange .switch label input[type=checkbox]:checked + .lever,
.old-theme .switch label .theme-deep-orange input[type=checkbox]:checked + .lever {
  background-color: #ffab91;
}
.old-theme .theme-deep-orange .theme-border-lighten-3 {
  border-color: #ffab91;
}
.old-theme .theme-deep-orange .theme-fill-lighten-3 {
  fill: #ffab91;
}
.old-theme .theme-deep-orange .theme-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffab91;
  box-shadow: inset 0 -2px 0 #ffab91;
}
.old-theme .theme-deep-orange .theme-lighten-2 {
  background-color: #ff8a65;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-lighten-2 {
  color: #ff8a65;
}
.old-theme .theme-deep-orange .theme-bg-lighten-2 {
  background-color: #ff8a65;
}
.old-theme .theme-deep-orange .theme-border-lighten-2 {
  border-color: #ff8a65;
}
.old-theme .theme-deep-orange .theme-fill-lighten-2 {
  fill: #ff8a65;
}
.old-theme .theme-deep-orange .theme-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff8a65;
  box-shadow: inset 0 -2px 0 #ff8a65;
}
.old-theme .theme-deep-orange .theme-lighten-1 {
  background-color: #ff7043;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-lighten-1,
.old-theme .theme-deep-orange aside.sidebar a.collapsible-header:after,
.old-theme aside.sidebar .theme-deep-orange a.collapsible-header:after {
  color: #ff7043;
}
.old-theme .theme-deep-orange .theme-bg-lighten-1 {
  background-color: #ff7043;
}
.old-theme .theme-deep-orange .theme-border-lighten-1 {
  border-color: #ff7043;
}
.old-theme .theme-deep-orange .theme-fill-lighten-1 {
  fill: #ff7043;
}
.old-theme .theme-deep-orange .theme-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff7043;
  box-shadow: inset 0 -2px 0 #ff7043;
}
.old-theme .theme-deep-orange .theme {
  background-color: #ff5722;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text,
.old-theme .theme-deep-orange .page-header h1,
.old-theme .page-header .theme-deep-orange h1,
.old-theme .theme-deep-orange .nav-tabs > li > a:hover,
.old-theme .theme-deep-orange .nav-tabs > li.active > a,
.old-theme .theme-deep-orange .nav-tabs > li.active > a:focus:hover,
.old-theme .theme-deep-orange .btn-link,
.old-theme .theme-deep-orange .todo-app .filters .filter,
.old-theme .todo-app .filters .theme-deep-orange .filter,
.old-theme .theme-deep-orange .todo-app .filters .filter:focus:hover,
.old-theme .todo-app .filters .theme-deep-orange .filter:focus:hover,
.old-theme .theme-deep-orange .todo-app .filters .filter.active:hover,
.old-theme .todo-app .filters .theme-deep-orange .filter.active:hover,
.old-theme .theme-deep-orange .dashboard .table-dashboard-widget-1 td:first-child,
.old-theme .dashboard .table-dashboard-widget-1 .theme-deep-orange td:first-child {
  color: #ff5722;
}
.old-theme .theme-deep-orange .theme-bg,
.old-theme .theme-deep-orange input[type="radio"]:before,
.old-theme .theme-deep-orange input[type="checkbox"]:checked:after,
.old-theme .theme-deep-orange #loading-bar .bar,
.old-theme #loading-bar .theme-deep-orange .bar,
.old-theme .theme-deep-orange #logo .foot2,
.old-theme #logo .theme-deep-orange .foot2,
.old-theme .theme-deep-orange #logo .foot4,
.old-theme #logo .theme-deep-orange .foot4,
.old-theme .theme-deep-orange .btn-primary,
.old-theme .theme-deep-orange .switch label input[type=checkbox]:checked + .lever:after,
.old-theme .switch label .theme-deep-orange input[type=checkbox]:checked + .lever:after,
.old-theme .theme-deep-orange .noUi-base,
.old-theme .theme-deep-orange .noUi-range .noUi-origin:first-child,
.old-theme .noUi-range .theme-deep-orange .noUi-origin:first-child,
.old-theme .theme-deep-orange .noUi-handle,
.old-theme .theme-deep-orange .noUi-handle:before {
  background-color: #ff5722;
}
.old-theme .theme-deep-orange .theme-border,
.old-theme .theme-deep-orange input[type="radio"]:checked:after,
.old-theme .theme-deep-orange input[type="checkbox"]:checked:after {
  border-color: #ff5722;
}
.old-theme .theme-deep-orange .theme-fill {
  fill: #ff5722;
}
.old-theme .theme-deep-orange .theme-box-inset,
.old-theme .theme-deep-orange textarea:focus,
.old-theme .theme-deep-orange input.form-control:focus,
.old-theme .theme-deep-orange input[type=text]:focus,
.old-theme .theme-deep-orange input[type=password]:focus,
.old-theme .theme-deep-orange input[type=email]:focus,
.old-theme .theme-deep-orange input[type=number]:focus,
.old-theme .theme-deep-orange [type=text].form-control:focus,
.old-theme .theme-deep-orange [type=password].form-control:focus,
.old-theme .theme-deep-orange [type=email].form-control:focus,
.old-theme .theme-deep-orange [type=tel].form-control:focus,
.old-theme .theme-deep-orange [contenteditable].form-control:focus,
.old-theme .theme-deep-orange select:focus,
.old-theme .theme-deep-orange .nav-tabs > li > a:hover,
.old-theme .theme-deep-orange .nav-tabs > li.active > a,
.old-theme .theme-deep-orange .focussed .ta-bind,
.old-theme .focussed .theme-deep-orange .ta-bind,
.old-theme .theme-deep-orange .todo-app .filters .filter:hover,
.old-theme .todo-app .filters .theme-deep-orange .filter:hover,
.old-theme .theme-deep-orange .todo-app .filters .filter.active,
.old-theme .todo-app .filters .theme-deep-orange .filter.active {
  -webkit-box-shadow: inset 0 -2px 0 #ff5722;
  box-shadow: inset 0 -2px 0 #ff5722;
}
.old-theme .theme-deep-orange .theme-darken-1 {
  background-color: #f4511e;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-darken-1,
.old-theme .theme-deep-orange .btn-link:focus,
.old-theme .theme-deep-orange .btn-link:hover {
  color: #f4511e;
}
.old-theme .theme-deep-orange .theme-bg-darken-1,
.old-theme .theme-deep-orange #logo .foot1,
.old-theme #logo .theme-deep-orange .foot1,
.old-theme .theme-deep-orange #logo .foot3,
.old-theme #logo .theme-deep-orange .foot3,
.old-theme .theme-deep-orange .btn-primary:hover {
  background-color: #f4511e;
}
.old-theme .theme-deep-orange .theme-border-darken-1 {
  border-color: #f4511e;
}
.old-theme .theme-deep-orange .theme-fill-darken-1 {
  fill: #f4511e;
}
.old-theme .theme-deep-orange .theme-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #f4511e;
  box-shadow: inset 0 -2px 0 #f4511e;
}
.old-theme .theme-deep-orange .theme-darken-2 {
  background-color: #e64a19;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-darken-2 {
  color: #e64a19;
}
.old-theme .theme-deep-orange .theme-bg-darken-2 {
  background-color: #e64a19;
}
.old-theme .theme-deep-orange .theme-border-darken-2 {
  border-color: #e64a19;
}
.old-theme .theme-deep-orange .theme-fill-darken-2 {
  fill: #e64a19;
}
.old-theme .theme-deep-orange .theme-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #e64a19;
  box-shadow: inset 0 -2px 0 #e64a19;
}
.old-theme .theme-deep-orange .theme-darken-3 {
  background-color: #d84315;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-darken-3 {
  color: #d84315;
}
.old-theme .theme-deep-orange .theme-bg-darken-3 {
  background-color: #d84315;
}
.old-theme .theme-deep-orange .theme-border-darken-3 {
  border-color: #d84315;
}
.old-theme .theme-deep-orange .theme-fill-darken-3 {
  fill: #d84315;
}
.old-theme .theme-deep-orange .theme-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #d84315;
  box-shadow: inset 0 -2px 0 #d84315;
}
.old-theme .theme-deep-orange .theme-darken-4 {
  background-color: #bf360c;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-darken-4 {
  color: #bf360c;
}
.old-theme .theme-deep-orange .theme-bg-darken-4 {
  background-color: #bf360c;
}
.old-theme .theme-deep-orange .theme-border-darken-4 {
  border-color: #bf360c;
}
.old-theme .theme-deep-orange .theme-fill-darken-4 {
  fill: #bf360c;
}
.old-theme .theme-deep-orange .theme-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #bf360c;
  box-shadow: inset 0 -2px 0 #bf360c;
}
.old-theme .theme-deep-orange .theme-accent-1 {
  background-color: #ff9e80;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-accent-1 {
  color: #ff9e80;
}
.old-theme .theme-deep-orange .theme-bg-accent-1 {
  background-color: #ff9e80;
}
.old-theme .theme-deep-orange .theme-border-accent-1 {
  border-color: #ff9e80;
}
.old-theme .theme-deep-orange .theme-fill-accent-1 {
  fill: #ff9e80;
}
.old-theme .theme-deep-orange .theme-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ff9e80;
  box-shadow: inset 0 -2px 0 #ff9e80;
}
.old-theme .theme-deep-orange .theme-accent-2 {
  background-color: #ff6e40;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-accent-2 {
  color: #ff6e40;
}
.old-theme .theme-deep-orange .theme-bg-accent-2 {
  background-color: #ff6e40;
}
.old-theme .theme-deep-orange .theme-border-accent-2 {
  border-color: #ff6e40;
}
.old-theme .theme-deep-orange .theme-fill-accent-2 {
  fill: #ff6e40;
}
.old-theme .theme-deep-orange .theme-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ff6e40;
  box-shadow: inset 0 -2px 0 #ff6e40;
}
.old-theme .theme-deep-orange .theme-accent-3 {
  background-color: #ff3d00;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-accent-3 {
  color: #ff3d00;
}
.old-theme .theme-deep-orange .theme-bg-accent-3 {
  background-color: #ff3d00;
}
.old-theme .theme-deep-orange .theme-border-accent-3 {
  border-color: #ff3d00;
}
.old-theme .theme-deep-orange .theme-fill-accent-3 {
  fill: #ff3d00;
}
.old-theme .theme-deep-orange .theme-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff3d00;
  box-shadow: inset 0 -2px 0 #ff3d00;
}
.old-theme .theme-deep-orange .theme-accent-4 {
  background-color: #dd2c00;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-text-accent-4 {
  color: #dd2c00;
}
.old-theme .theme-deep-orange .theme-bg-accent-4,
.old-theme .theme-deep-orange .btn-primary:focus {
  background-color: #dd2c00;
}
.old-theme .theme-deep-orange .theme-border-accent-4 {
  border-color: #dd2c00;
}
.old-theme .theme-deep-orange .theme-fill-accent-4 {
  fill: #dd2c00;
}
.old-theme .theme-deep-orange .theme-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #dd2c00;
  box-shadow: inset 0 -2px 0 #dd2c00;
}
.old-theme .theme-deep-orange .theme-secondary-lighten-5 {
  background-color: #fff8e1;
  color: #666;
}
.old-theme .theme-deep-orange .theme-secondary-text-lighten-5 {
  color: #fff8e1;
}
.old-theme .theme-deep-orange .theme-secondary-bg-lighten-5,
.old-theme .theme-deep-orange .card .list-group .list-group-item:hover,
.old-theme .card .list-group .theme-deep-orange .list-group-item:hover {
  background-color: #fff8e1;
}
.old-theme .theme-deep-orange .theme-secondary-border-lighten-5 {
  border-color: #fff8e1;
}
.old-theme .theme-deep-orange .theme-secondary-fill-lighten-5 {
  fill: #fff8e1;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-lighten-5 {
  -webkit-box-shadow: inset 0 -2px 0 #fff8e1;
  box-shadow: inset 0 -2px 0 #fff8e1;
}
.old-theme .theme-deep-orange .theme-secondary-lighten-4 {
  background-color: #ffecb3;
  color: #666;
}
.old-theme .theme-deep-orange .theme-secondary-text-lighten-4 {
  color: #ffecb3;
}
.old-theme .theme-deep-orange .theme-secondary-bg-lighten-4 {
  background-color: #ffecb3;
}
.old-theme .theme-deep-orange .theme-secondary-border-lighten-4 {
  border-color: #ffecb3;
}
.old-theme .theme-deep-orange .theme-secondary-fill-lighten-4 {
  fill: #ffecb3;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-lighten-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffecb3;
  box-shadow: inset 0 -2px 0 #ffecb3;
}
.old-theme .theme-deep-orange .theme-secondary-lighten-3 {
  background-color: #ffe082;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-lighten-3,
.old-theme .theme-deep-orange a:hover,
.old-theme .theme-deep-orange a:focus,
.old-theme .theme-deep-orange .theme-template-dark .sidebar .user-logged-in a,
.old-theme .theme-template-dark .sidebar .user-logged-in .theme-deep-orange a {
  color: #ffe082;
}
.old-theme .theme-deep-orange .theme-secondary-bg-lighten-3 {
  background-color: #ffe082;
}
.old-theme .theme-deep-orange .theme-secondary-border-lighten-3 {
  border-color: #ffe082;
}
.old-theme .theme-deep-orange .theme-secondary-fill-lighten-3 {
  fill: #ffe082;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-lighten-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffe082;
  box-shadow: inset 0 -2px 0 #ffe082;
}
.old-theme .theme-deep-orange .theme-secondary-lighten-2 {
  background-color: #ffd54f;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-lighten-2 {
  color: #ffd54f;
}
.old-theme .theme-deep-orange .theme-secondary-bg-lighten-2 {
  background-color: #ffd54f;
}
.old-theme .theme-deep-orange .theme-secondary-border-lighten-2 {
  border-color: #ffd54f;
}
.old-theme .theme-deep-orange .theme-secondary-fill-lighten-2 {
  fill: #ffd54f;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-lighten-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffd54f;
  box-shadow: inset 0 -2px 0 #ffd54f;
}
.old-theme .theme-deep-orange .theme-secondary-lighten-1 {
  background-color: #ffca28;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-lighten-1 {
  color: #ffca28;
}
.old-theme .theme-deep-orange .theme-secondary-bg-lighten-1 {
  background-color: #ffca28;
}
.old-theme .theme-deep-orange .theme-secondary-border-lighten-1 {
  border-color: #ffca28;
}
.old-theme .theme-deep-orange .theme-secondary-fill-lighten-1 {
  fill: #ffca28;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-lighten-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffca28;
  box-shadow: inset 0 -2px 0 #ffca28;
}
.old-theme .theme-deep-orange .theme-secondary,
.old-theme .theme-deep-orange .alert.alert-theme,
.old-theme .theme-deep-orange .jvectormap-container .jvectormap-zoomin,
.old-theme .jvectormap-container .theme-deep-orange .jvectormap-zoomin,
.old-theme .theme-deep-orange .jvectormap-container .jvectormap-zoomout,
.old-theme .jvectormap-container .theme-deep-orange .jvectormap-zoomout {
  background-color: #ffc107;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text,
.old-theme .theme-deep-orange a {
  color: #ffc107;
}
.old-theme .theme-deep-orange .theme-secondary-bg,
.old-theme .theme-deep-orange .card .list-group .list-group-item.active,
.old-theme .card .list-group .theme-deep-orange .list-group-item.active,
.old-theme .theme-deep-orange .c3 .c3-tooltip th,
.old-theme .c3 .c3-tooltip .theme-deep-orange th {
  background-color: #ffc107;
}
.old-theme .theme-deep-orange .theme-secondary-border {
  border-color: #ffc107;
}
.old-theme .theme-deep-orange .theme-secondary-fill {
  fill: #ffc107;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset {
  -webkit-box-shadow: inset 0 -2px 0 #ffc107;
  box-shadow: inset 0 -2px 0 #ffc107;
}
.old-theme .theme-deep-orange .theme-secondary-darken-1 {
  background-color: #ffb300;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-darken-1 {
  color: #ffb300;
}
.old-theme .theme-deep-orange .theme-secondary-bg-darken-1 {
  background-color: #ffb300;
}
.old-theme .theme-deep-orange .theme-secondary-border-darken-1 {
  border-color: #ffb300;
}
.old-theme .theme-deep-orange .theme-secondary-fill-darken-1 {
  fill: #ffb300;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-darken-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffb300;
  box-shadow: inset 0 -2px 0 #ffb300;
}
.old-theme .theme-deep-orange .theme-secondary-darken-2 {
  background-color: #ffa000;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-darken-2 {
  color: #ffa000;
}
.old-theme .theme-deep-orange .theme-secondary-bg-darken-2 {
  background-color: #ffa000;
}
.old-theme .theme-deep-orange .theme-secondary-border-darken-2 {
  border-color: #ffa000;
}
.old-theme .theme-deep-orange .theme-secondary-fill-darken-2 {
  fill: #ffa000;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-darken-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffa000;
  box-shadow: inset 0 -2px 0 #ffa000;
}
.old-theme .theme-deep-orange .theme-secondary-darken-3 {
  background-color: #ff8f00;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-darken-3 {
  color: #ff8f00;
}
.old-theme .theme-deep-orange .theme-secondary-bg-darken-3 {
  background-color: #ff8f00;
}
.old-theme .theme-deep-orange .theme-secondary-border-darken-3 {
  border-color: #ff8f00;
}
.old-theme .theme-deep-orange .theme-secondary-fill-darken-3 {
  fill: #ff8f00;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-darken-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ff8f00;
  box-shadow: inset 0 -2px 0 #ff8f00;
}
.old-theme .theme-deep-orange .theme-secondary-darken-4 {
  background-color: #ff6f00;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-darken-4 {
  color: #ff6f00;
}
.old-theme .theme-deep-orange .theme-secondary-bg-darken-4 {
  background-color: #ff6f00;
}
.old-theme .theme-deep-orange .theme-secondary-border-darken-4 {
  border-color: #ff6f00;
}
.old-theme .theme-deep-orange .theme-secondary-fill-darken-4 {
  fill: #ff6f00;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-darken-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ff6f00;
  box-shadow: inset 0 -2px 0 #ff6f00;
}
.old-theme .theme-deep-orange .theme-secondary-accent-1 {
  background-color: #ffe57f;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-accent-1 {
  color: #ffe57f;
}
.old-theme .theme-deep-orange .theme-secondary-bg-accent-1 {
  background-color: #ffe57f;
}
.old-theme .theme-deep-orange .theme-secondary-border-accent-1 {
  border-color: #ffe57f;
}
.old-theme .theme-deep-orange .theme-secondary-fill-accent-1 {
  fill: #ffe57f;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-accent-1 {
  -webkit-box-shadow: inset 0 -2px 0 #ffe57f;
  box-shadow: inset 0 -2px 0 #ffe57f;
}
.old-theme .theme-deep-orange .theme-secondary-accent-2 {
  background-color: #ffd740;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-accent-2 {
  color: #ffd740;
}
.old-theme .theme-deep-orange .theme-secondary-bg-accent-2 {
  background-color: #ffd740;
}
.old-theme .theme-deep-orange .theme-secondary-border-accent-2 {
  border-color: #ffd740;
}
.old-theme .theme-deep-orange .theme-secondary-fill-accent-2 {
  fill: #ffd740;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-accent-2 {
  -webkit-box-shadow: inset 0 -2px 0 #ffd740;
  box-shadow: inset 0 -2px 0 #ffd740;
}
.old-theme .theme-deep-orange .theme-secondary-accent-3 {
  background-color: #ffc400;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-accent-3 {
  color: #ffc400;
}
.old-theme .theme-deep-orange .theme-secondary-bg-accent-3 {
  background-color: #ffc400;
}
.old-theme .theme-deep-orange .theme-secondary-border-accent-3 {
  border-color: #ffc400;
}
.old-theme .theme-deep-orange .theme-secondary-fill-accent-3 {
  fill: #ffc400;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-accent-3 {
  -webkit-box-shadow: inset 0 -2px 0 #ffc400;
  box-shadow: inset 0 -2px 0 #ffc400;
}
.old-theme .theme-deep-orange .theme-secondary-accent-4 {
  background-color: #ffab00;
  color: #fff;
}
.old-theme .theme-deep-orange .theme-secondary-text-accent-4 {
  color: #ffab00;
}
.old-theme .theme-deep-orange .theme-secondary-bg-accent-4 {
  background-color: #ffab00;
}
.old-theme .theme-deep-orange .theme-secondary-border-accent-4 {
  border-color: #ffab00;
}
.old-theme .theme-deep-orange .theme-secondary-fill-accent-4 {
  fill: #ffab00;
}
.old-theme .theme-deep-orange .theme-secondary-box-inset-accent-4 {
  -webkit-box-shadow: inset 0 -2px 0 #ffab00;
  box-shadow: inset 0 -2px 0 #ffab00;
}
.old-theme .theme-picker {
  min-width: 400px;
  overflow: hidden;
}
.old-theme .theme-picker .theme-item {
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  margin-bottom: 15px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.old-theme .theme-picker .theme-item .icon {
  position: absolute;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,0.3);
}
.old-theme .theme-picker .theme-item .theme-sidenav {
  width: 30%;
  height: 40px;
  float: left;
}
.old-theme .theme-picker .theme-item .theme-header {
  height: 20px;
  width: 70%;
  float: left;
  background: #fff;
}
.old-theme .theme-picker .theme-item .theme-body {
  height: 20px;
  width: 70%;
  float: left;
  background: #f9f9f9;
}
.old-theme .theme-picker .theme-item .theme-color-1,
.old-theme .theme-picker .theme-item .theme-color-2 {
  width: 50%;
  height: 30px;
  float: left;
}
.old-theme .theme-picker .theme-item .theme-color-3,
.old-theme .theme-picker .theme-item .theme-color-4 {
  width: 50%;
  height: 10px;
  float: left;
}
.old-theme .theme-picker .theme-item.theme-red .theme-color-1 {
  background: #ef5350;
}
.old-theme .theme-picker .theme-item.theme-red .theme-color-2 {
  background: #e53935;
}
.old-theme .theme-picker .theme-item.theme-red .theme-color-3 {
  background: #29b6f6;
}
.old-theme .theme-picker .theme-item.theme-red .theme-color-4 {
  background: #039be5;
}
.old-theme .theme-picker .theme-item.theme-pink .theme-color-1 {
  background: #ec407a;
}
.old-theme .theme-picker .theme-item.theme-pink .theme-color-2 {
  background: #d81b60;
}
.old-theme .theme-picker .theme-item.theme-pink .theme-color-3 {
  background: #42a5f5;
}
.old-theme .theme-picker .theme-item.theme-pink .theme-color-4 {
  background: #1e88e5;
}
.old-theme .theme-picker .theme-item.theme-purple .theme-color-1 {
  background: #ab47bc;
}
.old-theme .theme-picker .theme-item.theme-purple .theme-color-2 {
  background: #8e24aa;
}
.old-theme .theme-picker .theme-item.theme-purple .theme-color-3 {
  background: #26c6da;
}
.old-theme .theme-picker .theme-item.theme-purple .theme-color-4 {
  background: #00acc1;
}
.old-theme .theme-picker .theme-item.theme-deep-purple .theme-color-1 {
  background: #7e57c2;
}
.old-theme .theme-picker .theme-item.theme-deep-purple .theme-color-2 {
  background: #5e35b1;
}
.old-theme .theme-picker .theme-item.theme-deep-purple .theme-color-3 {
  background: #66bb6a;
}
.old-theme .theme-picker .theme-item.theme-deep-purple .theme-color-4 {
  background: #43a047;
}
.old-theme .theme-picker .theme-item.theme-indigo .theme-color-1 {
  background: #5c6bc0;
}
.old-theme .theme-picker .theme-item.theme-indigo .theme-color-2 {
  background: #3949ab;
}
.old-theme .theme-picker .theme-item.theme-indigo .theme-color-3 {
  background: #9ccc65;
}
.old-theme .theme-picker .theme-item.theme-indigo .theme-color-4 {
  background: #7cb342;
}
.old-theme .theme-picker .theme-item.theme-blue .theme-color-1 {
  background: #42a5f5;
}
.old-theme .theme-picker .theme-item.theme-blue .theme-color-2 {
  background: #1e88e5;
}
.old-theme .theme-picker .theme-item.theme-blue .theme-color-3 {
  background: #26c6da;
}
.old-theme .theme-picker .theme-item.theme-blue .theme-color-4 {
  background: #00acc1;
}
.old-theme .theme-picker .theme-item.theme-light-blue .theme-color-1 {
  background: #29b6f6;
}
.old-theme .theme-picker .theme-item.theme-light-blue .theme-color-2 {
  background: #039be5;
}
.old-theme .theme-picker .theme-item.theme-light-blue .theme-color-3 {
  background: #ffa726;
}
.old-theme .theme-picker .theme-item.theme-light-blue .theme-color-4 {
  background: #fb8c00;
}
.old-theme .theme-picker .theme-item.theme-cyan .theme-color-1 {
  background: #26c6da;
}
.old-theme .theme-picker .theme-item.theme-cyan .theme-color-2 {
  background: #00acc1;
}
.old-theme .theme-picker .theme-item.theme-cyan .theme-color-3 {
  background: #ab47bc;
}
.old-theme .theme-picker .theme-item.theme-cyan .theme-color-4 {
  background: #8e24aa;
}
.old-theme .theme-picker .theme-item.theme-teal .theme-color-1 {
  background: #26a69a;
}
.old-theme .theme-picker .theme-item.theme-teal .theme-color-2 {
  background: #00897b;
}
.old-theme .theme-picker .theme-item.theme-teal .theme-color-3 {
  background: #ef5350;
}
.old-theme .theme-picker .theme-item.theme-teal .theme-color-4 {
  background: #e53935;
}
.old-theme .theme-picker .theme-item.theme-green .theme-color-1 {
  background: #66bb6a;
}
.old-theme .theme-picker .theme-item.theme-green .theme-color-2 {
  background: #43a047;
}
.old-theme .theme-picker .theme-item.theme-green .theme-color-3 {
  background: #8d6e63;
}
.old-theme .theme-picker .theme-item.theme-green .theme-color-4 {
  background: #6d4c41;
}
.old-theme .theme-picker .theme-item.theme-light-green .theme-color-1 {
  background: #9ccc65;
}
.old-theme .theme-picker .theme-item.theme-light-green .theme-color-2 {
  background: #7cb342;
}
.old-theme .theme-picker .theme-item.theme-light-green .theme-color-3 {
  background: #ff7043;
}
.old-theme .theme-picker .theme-item.theme-light-green .theme-color-4 {
  background: #f4511e;
}
.old-theme .theme-picker .theme-item.theme-lime .theme-color-1 {
  background: #d4e157;
}
.old-theme .theme-picker .theme-item.theme-lime .theme-color-2 {
  background: #c0ca33;
}
.old-theme .theme-picker .theme-item.theme-lime .theme-color-3 {
  background: #ef5350;
}
.old-theme .theme-picker .theme-item.theme-lime .theme-color-4 {
  background: #e53935;
}
.old-theme .theme-picker .theme-item.theme-yellow .theme-color-1 {
  background: #ffee58;
}
.old-theme .theme-picker .theme-item.theme-yellow .theme-color-2 {
  background: #fdd835;
}
.old-theme .theme-picker .theme-item.theme-yellow .theme-color-3 {
  background: #ec407a;
}
.old-theme .theme-picker .theme-item.theme-yellow .theme-color-4 {
  background: #d81b60;
}
.old-theme .theme-picker .theme-item.theme-amber .theme-color-1 {
  background: #ffca28;
}
.old-theme .theme-picker .theme-item.theme-amber .theme-color-2 {
  background: #ffb300;
}
.old-theme .theme-picker .theme-item.theme-amber .theme-color-3 {
  background: #ab47bc;
}
.old-theme .theme-picker .theme-item.theme-amber .theme-color-4 {
  background: #8e24aa;
}
.old-theme .theme-picker .theme-item.theme-orange .theme-color-1 {
  background: #ffa726;
}
.old-theme .theme-picker .theme-item.theme-orange .theme-color-2 {
  background: #fb8c00;
}
.old-theme .theme-picker .theme-item.theme-orange .theme-color-3 {
  background: #7e57c2;
}
.old-theme .theme-picker .theme-item.theme-orange .theme-color-4 {
  background: #5e35b1;
}
.old-theme .theme-picker .theme-item.theme-deep-orange .theme-color-1 {
  background: #ff7043;
}
.old-theme .theme-picker .theme-item.theme-deep-orange .theme-color-2 {
  background: #f4511e;
}
.old-theme .theme-picker .theme-item.theme-deep-orange .theme-color-3 {
  background: #ffca28;
}
.old-theme .theme-picker .theme-item.theme-deep-orange .theme-color-4 {
  background: #ffb300;
}
.old-theme .animated {
  transition: 600ms;
}
.old-theme .blurred {
  filter: blur(3px) grayscale(100%);
}
.old-theme .sla-ruler {
  position: relative;
  width: 960px;
  height: 160px;
  padding: 50px 0;
  margin: 20px auto;
  font-family: Arial;
  color: #aaa;
  box-sizing: border-box;
}
.old-theme .sla-ruler > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to right, #31b37f 30%, #fca800 30%, #fd9401 40%, #fd7101 50%, #fd4901 60%, #f44336 70%, #f44336 80%, #d03d2b 90%, #d03d2b 100%);
}
.old-theme .sla-ruler > ul li {
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.old-theme .sla-ruler > ul li p {
  position: absolute;
  max-width: 90px;
  top: 70px;
  font-size: 11px;
  line-height: 14px;
}
.old-theme .sla-ruler > ul li:first-child {
  background: #31b37f;
  width: 15px;
  height: 15px;
  margin-right: 80px;
}
.old-theme .sla-ruler > ul li:nth-child(n+2):nth-child(-n+11) {
  cursor: pointer;
}
.old-theme .sla-ruler > ul li b {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.old-theme .sla-ruler > ul li i {
  position: absolute;
  width: 48px;
  margin-top: 12px;
  font-size: 11px;
  text-align: center;
}
.old-theme .sla-ruler > ul li span {
  position: absolute;
  width: 48px;
  top: 5px;
  font-size: 11px;
  text-align: center;
}
.old-theme .sla-ruler > ul li:nth-child(2) {
  background: #53d4a1;
}
.old-theme .sla-ruler > ul li:nth-child(3) {
  background: #53d4a1;
}
.old-theme .sla-ruler > ul li:nth-child(4) {
  background: #53d4a1;
}
.old-theme .sla-ruler > ul li:nth-child(5) {
  background: #fcc700;
}
.old-theme .sla-ruler > ul li:nth-child(6) {
  background: #fca800;
}
.old-theme .sla-ruler > ul li:nth-child(7) {
  background: #fd9401;
}
.old-theme .sla-ruler > ul li:nth-child(8) {
  background: #fd7101;
}
.old-theme .sla-ruler > ul li:nth-child(9) {
  background: #fd4901;
}
.old-theme .sla-ruler > ul li:nth-child(10) {
  background: #f44336;
}
.old-theme .sla-ruler > ul li:nth-child(11) {
  background: #f44336;
}
.old-theme .sla-ruler > ul li:nth-child(12) {
  background: #d03d2b;
}
.old-theme .sla-ruler .icon-warning {
  color: #fd7101;
}
.old-theme .sla-ruler .icon-error {
  color: #d03d2b;
}
.old-theme .sla-ruler > ul li:last-child {
  border-radius: 0;
  box-shadow: none;
  margin-right: -2px;
  margin-left: 80px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #d03d2b;
}
.old-theme .sla-ruler > ul li:last-child p {
  right: 0;
  text-align: right;
}
.old-theme .sla-ruler > p {
  position: absolute;
  width: 485px;
  min-height: 10px;
  right: 130px;
  bottom: 0;
  text-align: center;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.old-theme .sla-ruler > p small {
  position: relative;
  top: 8px;
  padding: 4px 20px;
  background: #fff;
  font-size: 11px;
}
.old-theme .sla-list-style {
  width: 60px;
  font-size: 11px;
}
@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes moveFromBottomFade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-o-keyframes moveFromBottomFade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes moveFromBottomFade {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-moz-keyframes moveToBottomFade {
  to {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes moveToBottomFade {
  to {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-o-keyframes moveToBottomFade {
  to {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes moveToBottomFade {
  to {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-o-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-moz-keyframes grow {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: 0, 0;
    box-shadow: 0, 0;
    transform: scale(0.1);
  }
  100% {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: 0, 0;
    box-shadow: 0, 0;
    transform: scale(0.1);
  }
  100% {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    transform: scale(1);
  }
}
@-o-keyframes grow {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: 0, 0;
    box-shadow: 0, 0;
    transform: scale(0.1);
  }
  100% {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: 0, 0;
    box-shadow: 0, 0;
    transform: scale(0.1);
  }
  100% {
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 1px 5px 0 rgba(0,0,0,0.12);
    transform: scale(1);
  }
}
@-moz-keyframes shrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@-webkit-keyframes shrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@-o-keyframes shrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes shrink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.old-theme .p-l-0 {
  padding-left: 0px;
}
.old-theme .p-5 {
  padding: 5px;
}
.old-theme .p-t-5 {
  padding-top: 5px;
}
.old-theme .p-r-5 {
  padding-right: 5px;
}
.old-theme .p-b-5 {
  padding-bottom: 5px;
}
.old-theme .p-l-5 {
  padding-left: 5px;
}
.old-theme .p-v-5 {
  padding: 5px 0;
}
.old-theme .p-h-5 {
  padding: 0 5px;
}
.old-theme .p-10 {
  padding: 10px;
}
.old-theme .p-t-10 {
  padding-top: 10px;
}
.old-theme .p-r-10 {
  padding-right: 10px;
}
.old-theme .p-b-10 {
  padding-bottom: 10px;
}
.old-theme .p-l-10 {
  padding-left: 10px;
}
.old-theme .p-v-10 {
  padding: 10px 0;
}
.old-theme .p-h-10 {
  padding: 0 10px;
}
.old-theme .p-15 {
  padding: 15px;
}
.old-theme .p-t-15 {
  padding-top: 15px;
}
.old-theme .p-r-15 {
  padding-right: 15px;
}
.old-theme .p-b-15 {
  padding-bottom: 15px;
}
.old-theme .p-l-15 {
  padding-left: 15px;
}
.old-theme .p-v-15 {
  padding: 15px 0;
}
.old-theme .p-h-15 {
  padding: 0 15px;
}
.old-theme .p-20 {
  padding: 20px;
}
.old-theme .p-t-20 {
  padding-top: 20px;
}
.old-theme .p-r-20 {
  padding-right: 20px;
}
.old-theme .p-b-20 {
  padding-bottom: 20px;
}
.old-theme .p-l-20 {
  padding-left: 20px;
}
.old-theme .p-v-20 {
  padding: 20px 0;
}
.old-theme .p-h-20 {
  padding: 0 20px;
}
.old-theme .p-25 {
  padding: 25px;
}
.old-theme .p-t-25 {
  padding-top: 25px;
}
.old-theme .p-r-25 {
  padding-right: 25px;
}
.old-theme .p-b-25 {
  padding-bottom: 25px;
}
.old-theme .p-l-25 {
  padding-left: 25px;
}
.old-theme .p-v-25 {
  padding: 25px 0;
}
.old-theme .p-h-25 {
  padding: 0 25px;
}
.old-theme .p-30 {
  padding: 30px;
}
.old-theme .p-t-30 {
  padding-top: 30px;
}
.old-theme .p-r-30 {
  padding-right: 30px;
}
.old-theme .p-b-30 {
  padding-bottom: 30px;
}
.old-theme .p-l-30 {
  padding-left: 30px;
}
.old-theme .p-v-30 {
  padding: 30px 0;
}
.old-theme .p-h-30 {
  padding: 0 30px;
}
.old-theme .p-35 {
  padding: 35px;
}
.old-theme .p-t-35 {
  padding-top: 35px;
}
.old-theme .p-r-35 {
  padding-right: 35px;
}
.old-theme .p-b-35 {
  padding-bottom: 35px;
}
.old-theme .p-l-35 {
  padding-left: 35px;
}
.old-theme .p-v-35 {
  padding: 35px 0;
}
.old-theme .p-h-35 {
  padding: 0 35px;
}
.old-theme .p-40 {
  padding: 40px;
}
.old-theme .p-t-40 {
  padding-top: 40px;
}
.old-theme .p-r-40 {
  padding-right: 40px;
}
.old-theme .p-b-40 {
  padding-bottom: 40px;
}
.old-theme .p-l-40 {
  padding-left: 40px;
}
.old-theme .p-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.old-theme .p-h-40 {
  padding: 0 40px;
}
.old-theme .p-45 {
  padding: 45px;
}
.old-theme .p-t-45 {
  padding-top: 45px;
}
.old-theme .p-r-45 {
  padding-right: 45px;
}
.old-theme .p-b-45 {
  padding-bottom: 45px;
}
.old-theme .p-l-45 {
  padding-left: 45px;
}
.old-theme .p-v-45 {
  padding: 45px 0;
}
.old-theme .p-h-45 {
  padding: 0 45px;
}
.old-theme .p-50 {
  padding: 50px;
}
.old-theme .p-t-50 {
  padding-top: 50px;
}
.old-theme .p-r-50 {
  padding-right: 50px;
}
.old-theme .p-b-50 {
  padding-bottom: 50px;
}
.old-theme .p-l-50 {
  padding-left: 50px;
}
.old-theme .p-v-50 {
  padding: 50px 0;
}
.old-theme .p-h-50 {
  padding: 0 50px;
}
.old-theme .p-55 {
  padding: 55px;
}
.old-theme .p-t-55 {
  padding-top: 55px;
}
.old-theme .p-r-55 {
  padding-right: 55px;
}
.old-theme .p-b-55 {
  padding-bottom: 55px;
}
.old-theme .p-l-55 {
  padding-left: 55px;
}
.old-theme .p-v-55 {
  padding: 55px 0;
}
.old-theme .p-h-55 {
  padding: 0 55px;
}
.old-theme .p-60 {
  padding: 60px;
}
.old-theme .p-t-60 {
  padding-top: 60px;
}
.old-theme .p-r-60 {
  padding-right: 60px;
}
.old-theme .p-b-60 {
  padding-bottom: 60px;
}
.old-theme .p-l-60 {
  padding-left: 60px;
}
.old-theme .p-v-60 {
  padding: 60px 0;
}
.old-theme .p-h-60 {
  padding: 0 60px;
}
.old-theme .p-65 {
  padding: 65px;
}
.old-theme .p-t-65 {
  padding-top: 65px;
}
.old-theme .p-r-65 {
  padding-right: 65px;
}
.old-theme .p-b-65 {
  padding-bottom: 65px;
}
.old-theme .p-l-65 {
  padding-left: 65px;
}
.old-theme .p-v-65 {
  padding: 65px 0;
}
.old-theme .p-h-65 {
  padding: 0 65px;
}
.old-theme .p-70 {
  padding: 70px;
}
.old-theme .p-t-70 {
  padding-top: 70px;
}
.old-theme .p-r-70 {
  padding-right: 70px;
}
.old-theme .p-b-70 {
  padding-bottom: 70px;
}
.old-theme .p-l-70 {
  padding-left: 70px;
}
.old-theme .p-v-70 {
  padding: 70px 0;
}
.old-theme .p-h-70 {
  padding: 0 70px;
}
.old-theme .p-75 {
  padding: 75px;
}
.old-theme .p-t-75 {
  padding-top: 75px;
}
.old-theme .p-r-75 {
  padding-right: 75px;
}
.old-theme .p-b-75 {
  padding-bottom: 75px;
}
.old-theme .p-l-75 {
  padding-left: 75px;
}
.old-theme .p-v-75 {
  padding: 75px 0;
}
.old-theme .p-h-75 {
  padding: 0 75px;
}
.old-theme .p-80 {
  padding: 80px;
}
.old-theme .p-t-80 {
  padding-top: 80px;
}
.old-theme .p-r-80 {
  padding-right: 80px;
}
.old-theme .p-b-80 {
  padding-bottom: 80px;
}
.old-theme .p-l-80 {
  padding-left: 80px;
}
.old-theme .p-v-80 {
  padding: 80px 0;
}
.old-theme .p-h-80 {
  padding: 0 80px;
}
.old-theme .no-p {
  padding: 0px;
}
.old-theme .no-p-t {
  padding-top: 0px;
}
.old-theme .no-p-r {
  padding-right: 0px;
}
.old-theme .no-p-b {
  padding-bottom: 0px;
}
.old-theme .no-p-l {
  padding-left: 0px;
}
.old-theme .no-p-v {
  padding: 0px 0;
}
.old-theme .no-p-h {
  padding: 0 0px;
}
.old-theme .m-b-0 {
  margin-bottom: 0px;
}
.old-theme .m-auto {
  margin: 0 auto;
}
.old-theme .m-0 {
  margin: 0px;
}
.old-theme .m-5 {
  margin: 5px;
}
.old-theme .m-t-5 {
  margin-top: 5px;
}
.old-theme .m-r-5 {
  margin-right: 5px;
}
.old-theme .m-b-5 {
  margin-bottom: 5px;
}
.old-theme .m-l-5 {
  margin-left: 5px;
}
.old-theme .m-v-5 {
  margin: 5px 0;
}
.old-theme .m-h-5 {
  margin: 0 5px;
}
.old-theme .m-10 {
  margin: 10px;
}
.old-theme .m-t-10 {
  margin-top: 10px;
}
.old-theme .m-r-10 {
  margin-right: 10px;
}
.old-theme .m-b-10 {
  margin-bottom: 10px;
}
.old-theme .m-l-10 {
  margin-left: 10px;
}
.old-theme .m-v-10 {
  margin: 10px 0;
}
.old-theme .m-h-10 {
  margin: 0 10px;
}
.old-theme .m-15 {
  margin: 15px;
}
.old-theme .m-t-15 {
  margin-top: 15px;
}
.old-theme .m-r-15 {
  margin-right: 15px;
}
.old-theme .m-b-15 {
  margin-bottom: 15px;
}
.old-theme .m-l-15 {
  margin-left: 15px;
}
.old-theme .m-v-15 {
  margin: 15px 0;
}
.old-theme .m-h-15 {
  margin: 0 15px;
}
.old-theme .m-20 {
  margin: 20px;
}
.old-theme .m-t-20 {
  margin-top: 20px;
}
.old-theme .m-r-20 {
  margin-right: 20px;
}
.old-theme .m-b-20 {
  margin-bottom: 20px;
}
.old-theme .m-l-20 {
  margin-left: 20px;
}
.old-theme .m-v-20 {
  margin: 20px 0;
}
.old-theme .m-h-20 {
  margin: 0 20px;
}
.old-theme .m-25 {
  margin: 25px;
}
.old-theme .m-t-25 {
  margin-top: 25px;
}
.old-theme .m-r-25 {
  margin-right: 25px;
}
.old-theme .m-b-25 {
  margin-bottom: 25px;
}
.old-theme .m-l-25 {
  margin-left: 25px;
}
.old-theme .m-v-25 {
  margin: 25px 0;
}
.old-theme .m-h-25 {
  margin: 0 25px;
}
.old-theme .m-30 {
  margin: 30px;
}
.old-theme .m-t-30 {
  margin-top: 30px;
}
.old-theme .m-r-30 {
  margin-right: 30px;
}
.old-theme .m-b-30 {
  margin-bottom: 30px;
}
.old-theme .m-l-30 {
  margin-left: 30px;
}
.old-theme .m-v-30 {
  margin: 30px 0;
}
.old-theme .m-h-30 {
  margin: 0 30px;
}
.old-theme .m-35 {
  margin: 35px;
}
.old-theme .m-t-35 {
  margin-top: 35px;
}
.old-theme .m-r-35 {
  margin-right: 35px;
}
.old-theme .m-b-35 {
  margin-bottom: 35px;
}
.old-theme .m-l-35 {
  margin-left: 35px;
}
.old-theme .m-v-35 {
  margin: 35px 0;
}
.old-theme .m-h-35 {
  margin: 0 35px;
}
.old-theme .m-40 {
  margin: 40px;
}
.old-theme .m-t-40 {
  margin-top: 40px;
}
.old-theme .m-r-40 {
  margin-right: 40px;
}
.old-theme .m-b-40 {
  margin-bottom: 40px;
}
.old-theme .m-l-40 {
  margin-left: 40px;
}
.old-theme .m-v-40 {
  margin: 40px 0;
}
.old-theme .m-h-40 {
  margin: 0 40px;
}
.old-theme .m-45 {
  margin: 45px;
}
.old-theme .m-t-45 {
  margin-top: 45px;
}
.old-theme .m-r-45 {
  margin-right: 45px;
}
.old-theme .m-b-45 {
  margin-bottom: 45px;
}
.old-theme .m-l-45 {
  margin-left: 45px;
}
.old-theme .m-v-45 {
  margin: 45px 0;
}
.old-theme .m-h-45 {
  margin: 0 45px;
}
.old-theme .m-50 {
  margin: 50px;
}
.old-theme .m-t-50 {
  margin-top: 50px;
}
.old-theme .m-r-50 {
  margin-right: 50px;
}
.old-theme .m-b-50 {
  margin-bottom: 50px;
}
.old-theme .m-l-50 {
  margin-left: 50px;
}
.old-theme .m-v-50 {
  margin: 50px 0;
}
.old-theme .m-h-50 {
  margin: 0 50px;
}
.old-theme .m-55 {
  margin: 55px;
}
.old-theme .m-t-55 {
  margin-top: 55px;
}
.old-theme .m-r-55 {
  margin-right: 55px;
}
.old-theme .m-b-55 {
  margin-bottom: 55px;
}
.old-theme .m-l-55 {
  margin-left: 55px;
}
.old-theme .m-v-55 {
  margin: 55px 0;
}
.old-theme .m-h-55 {
  margin: 0 55px;
}
.old-theme .m-60 {
  margin: 60px;
}
.old-theme .m-t-60 {
  margin-top: 60px;
}
.old-theme .m-r-60 {
  margin-right: 60px;
}
.old-theme .m-b-60 {
  margin-bottom: 60px;
}
.old-theme .m-l-60 {
  margin-left: 60px;
}
.old-theme .m-v-60 {
  margin: 60px 0;
}
.old-theme .m-h-60 {
  margin: 0 60px;
}
.old-theme .m-65 {
  margin: 65px;
}
.old-theme .m-t-65 {
  margin-top: 65px;
}
.old-theme .m-r-65 {
  margin-right: 65px;
}
.old-theme .m-b-65 {
  margin-bottom: 65px;
}
.old-theme .m-l-65 {
  margin-left: 65px;
}
.old-theme .m-v-65 {
  margin: 65px 0;
}
.old-theme .m-h-65 {
  margin: 0 65px;
}
.old-theme .m-70 {
  margin: 70px;
}
.old-theme .m-t-70 {
  margin-top: 70px;
}
.old-theme .m-r-70 {
  margin-right: 70px;
}
.old-theme .m-b-70 {
  margin-bottom: 70px;
}
.old-theme .m-l-70 {
  margin-left: 70px;
}
.old-theme .m-v-70 {
  margin: 70px 0;
}
.old-theme .m-h-70 {
  margin: 0 70px;
}
.old-theme .m-75 {
  margin: 75px;
}
.old-theme .m-t-75 {
  margin-top: 75px;
}
.old-theme .m-r-75 {
  margin-right: 75px;
}
.old-theme .m-b-75 {
  margin-bottom: 75px;
}
.old-theme .m-l-75 {
  margin-left: 75px;
}
.old-theme .m-v-75 {
  margin: 75px 0;
}
.old-theme .m-h-75 {
  margin: 0 75px;
}
.old-theme .m-80 {
  margin: 80px;
}
.old-theme .m-t-80 {
  margin-top: 80px;
}
.old-theme .m-r-80 {
  margin-right: 80px;
}
.old-theme .m-b-80 {
  margin-bottom: 80px;
}
.old-theme .m-l-80 {
  margin-left: 80px;
}
.old-theme .m-v-80 {
  margin: 80px 0;
}
.old-theme .m-h-80 {
  margin: 0 80px;
}
.old-theme .no-m {
  margin: 0px;
}
.old-theme .no-m-t {
  margin-top: 0px;
}
.old-theme .no-m-r {
  margin-right: 0px;
}
.old-theme .no-m-b {
  margin-bottom: 0px;
}
.old-theme .no-m-l {
  margin-left: 0px;
}
.old-theme .no-m-v {
  margin: 0px 0;
}
.old-theme .no-m-h {
  margin: 0 0px;
}
.old-theme .no-margin {
  margin: 0 !important;
}
.old-theme .no-m-lr,
.old-theme .no-m-rl {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.old-theme .no-m-tb,
.old-theme .no-m-bt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.old-theme .m-t-only {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.old-theme .m-b-only {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}
.old-theme .m-l-only {
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.old-theme .m-r-only {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.old-theme .m-auto {
  margin-left: auto;
  margin-right: auto;
}
.old-theme .no-padding {
  padding: 0 !important;
}
.old-theme .no-pad-lr,
.old-theme .no-pad-rl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.old-theme .no-pad-tb,
.old-theme .no-pad-bt {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.old-theme .pad-t-only {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.old-theme .pad-b-only {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.old-theme .pad-l-only {
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.old-theme .pad-r-only {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.old-theme .no-border {
  border: none !important;
}
.old-theme .no-border-t {
  border-top: none !important;
}
.old-theme .no-border-r {
  border-right: none !important;
}
.old-theme .no-border-b {
  border-bottom: none !important;
}
.old-theme .no-border-l {
  border-left: none !important;
}
.old-theme .no-border-lr,
.old-theme .no-border-rl {
  border-left: none !important;
  border-right: none !important;
}
.old-theme .no-border-tb,
.old-theme .no-border-bt {
  border-top: none !important;
  border-bottom: none !important;
}
.old-theme .no-border-tl,
.old-theme .no-border-lt {
  border-top: none !important;
  border-left: none !important;
}
.old-theme .no-border-tr,
.old-theme .no-border-rt {
  border-top: none !important;
  border-right: none !important;
}
.old-theme .no-border-bl,
.old-theme .no-border-lb {
  border-bottom: none !important;
  border-left: none !important;
}
.old-theme .no-border-br,
.old-theme .no-border-rb {
  border-bottom: none !important;
  border-right: none !important;
}
.old-theme .border-dashed {
  border-style: dashed !important;
}
.old-theme .border-dotted {
  border-style: dashed !important;
}
.old-theme .border-black {
  border-color: #000;
}
.old-theme .border-light-grey {
  border-color: #e5e5e5;
}
.old-theme .border-medium-grey {
  border-color: #ccc;
}
.old-theme .border-grey {
  border-color: #999;
}
.old-theme .border-dark-grey {
  border-color: #222;
}
.old-theme .border-white,
.old-theme .border-fff {
  border-color: #fff;
}
.old-theme .bg-black {
  background-color: #000;
}
.old-theme .bg-light-grey {
  background-color: #e5e5e5;
}
.old-theme .bg-medium-grey {
  background-color: #ccc;
}
.old-theme .bg-grey {
  background-color: #999;
}
.old-theme .bg-dark-grey {
  background-color: #222;
}
.old-theme .bg-white,
.old-theme .bg-fff {
  background-color: #fff;
}
.old-theme .bg-none,
.old-theme .no-bg {
  background: none;
  background-image: none;
  background-color: transparent;
}
.old-theme .bg-facebook {
  background-color: #47639e;
}
.old-theme .bg-twitter {
  background-color: #02a8f3;
}
.old-theme .lh-1 {
  line-height: 1 !important;
}
.old-theme .lh-13 {
  line-height: 1.3 !important;
}
.old-theme .lh-15 {
  line-height: 1.5 !important;
}
.old-theme .bold,
.old-theme .strong {
  font-weight: bold;
}
.old-theme .no-bold {
  font-weight: normal;
}
.old-theme .italic,
.old-theme .em {
  font-style: italic;
}
.old-theme .strike {
  text-decoration: line-through;
}
.old-theme .normal {
  font-weight: normal;
  font-style: normal;
}
.old-theme .sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.old-theme .serif {
  font-family: Georgia, "Times New Romain", serif;
}
.old-theme .uppercase {
  text-transform: uppercase;
}
.old-theme .mw400 {
  max-width: 400px;
}
.old-theme .mw500 {
  max-width: 500px;
}
.old-theme .mw600 {
  max-width: 600px;
}
.old-theme .w100 {
  font-weight: 100;
}
.old-theme .w200 {
  font-weight: 200;
}
.old-theme .w300 {
  font-weight: 300;
}
.old-theme .w400 {
  font-weight: 400;
}
.old-theme .w500 {
  font-weight: 500;
}
.old-theme .w600 {
  font-weight: 600;
}
.old-theme .w700 {
  font-weight: 700;
}
.old-theme .w800 {
  font-weight: 800;
}
.old-theme .w900 {
  font-weight: 900;
}
.old-theme .f9 {
  font-size: 9px;
}
.old-theme .f10 {
  font-size: 10px;
}
.old-theme .f11 {
  font-size: 11px;
}
.old-theme .f12 {
  font-size: 12px;
}
.old-theme .f13 {
  font-size: 13px;
}
.old-theme .f14 {
  font-size: 14px;
}
.old-theme .f15 {
  font-size: 15px;
}
.old-theme .f16 {
  font-size: 16px;
}
.old-theme .f17 {
  font-size: 17px;
}
.old-theme .f18 {
  font-size: 18px;
  line-height: 30px;
}
.old-theme .f19 {
  font-size: 19px;
}
.old-theme .f20 {
  font-size: 20px;
}
.old-theme .f21 {
  font-size: 21px;
}
.old-theme .f24 {
  font-size: 24px;
}
.old-theme .f30 {
  font-size: 30px;
}
.old-theme .f40 {
  font-size: 40px;
}
.old-theme .f50 {
  font-size: 50px;
}
.old-theme .f60 {
  font-size: 60px;
}
.old-theme .f64 {
  font-size: 64px;
}
.old-theme .size-small {
  font-size: 75% !important;
}
.old-theme .size-normal {
  font-size: 100% !important;
}
.old-theme .size-medium {
  font-size: 125% !important;
}
.old-theme .size-big,
.old-theme .size-large {
  font-size: 150% !important;
}
.old-theme .size-huge {
  font-size: 200% !important;
}
.old-theme .inherit {
  font: inherit;
}
.old-theme .no-wrap {
  white-space: nowrap;
}
.old-theme .auto-cell-size {
  white-space: nowrap;
  width: 1%;
}
.old-theme .ls-0 {
  letter-spacing: -3px;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.old-theme .no-ul,
.old-theme .no-ul:hover,
.old-theme .no-ul a,
.old-theme .no-ul a:hover {
  text-decoration: none;
}
.old-theme .color-inherit {
  color: inherit;
}
.old-theme .clear {
  clear: both;
}
.old-theme .clear:after {
  display: table;
  content: " ";
  clear: both;
}
.old-theme .f-left {
  float: left;
}
.old-theme .f-right {
  float: right;
}
.old-theme .f-none {
  float: none;
}
.old-theme .block {
  display: block !important;
}
.old-theme .inline {
  display: inline !important;
}
.old-theme .in-block {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1;
}
.old-theme .d-none,
.old-theme .hide,
.old-theme .hidden {
  display: none !important;
}
.old-theme .rel,
.old-theme .relative {
  position: relative !important;
}
.old-theme .abs,
.old-theme .absolute {
  position: absolute;
}
.old-theme .fixed {
  position: fixed;
}
.old-theme .t-0 {
  top: 0;
}
.old-theme .b-0 {
  bottom: 0;
}
.old-theme .l-0 {
  left: 0;
}
.old-theme .r-0 {
  right: 0;
}
.old-theme .tb-0 {
  top: 0;
  bottom: 0;
}
.old-theme .lr-0 {
  left: 0;
  right: 0;
}
.old-theme .v-mid,
.old-theme .v-m {
  vertical-align: middle !important;
}
.old-theme .v-top,
.old-theme .v-t {
  vertical-align: top !important;
}
.old-theme .v-bottom,
.old-theme .v-b {
  vertical-align: bottom !important;
}
.old-theme .v-super {
  vertical-align: super !important;
}
.old-theme .full-input input,
.old-theme .full-input select,
.old-theme .full-input textarea {
  width: 100%;
}
.old-theme .normal input,
.old-theme .normal select,
.old-theme .normal textarea,
.old-theme .full-input input[type=checkbox],
.old-theme .full-input input[type=radio] {
  width: auto;
}
.old-theme .no-shadow {
  box-shadow: none !important;
}
.old-theme .no-border-radius {
  border-radius: 0 !important;
}
.old-theme .overflow-x-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.old-theme .overflow-no {
  overflow: hidden;
}
.old-theme .overflow-auto {
  overflow: auto;
}
.old-theme .overflow-scroll {
  overflow: scroll;
}
.old-theme .relative {
  position: relative;
}
.old-theme .pointer {
  cursor: pointer;
}
.old-theme .not-allowed {
  cursor: not-allowed;
}
.old-theme .fullwidth {
  width: 100%;
}
.old-theme .halfwidth {
  width: 50%;
}
.old-theme .nolist {
  list-style: none;
}
.old-theme .text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.old-theme .radius3 {
  border-radius: 3px;
}
.old-theme .radius5 {
  border-radius: 5px;
}
.old-theme .radius10 {
  border-radius: 10px;
}
.old-theme .text-rgb-2 {
  color: rgba(0,0,0,0.2);
}
.old-theme .text-rgb-3 {
  color: rgba(0,0,0,0.3);
}
.old-theme .text-rgb-4 {
  color: rgba(0,0,0,0.4);
}
.old-theme .text-rgb-5 {
  color: rgba(0,0,0,0.5);
}
.old-theme .text-white {
  color: #fff;
}
.old-theme .text-center {
  text-align: center;
}
.old-theme textarea {
  resize: both;
}
.old-theme textarea.vertical {
  resize: vertical;
}
.old-theme textarea.horizontal {
  resize: vertical;
}
.old-theme textarea.noresize {
  resize: none;
}
.old-theme .row.no-gutter {
  margin: 0px;
}
.old-theme .no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.old-theme .row.gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.old-theme .row.gutter-10 > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.old-theme .row.gutter-14 {
  margin-right: -7px;
  margin-left: -7px;
}
.old-theme .row.gutter-14 > [class*='col-'] {
  padding-right: 7px;
  padding-left: 7px;
}
.old-theme .subtle-border {
  border: 1px solid #ddd;
}
.old-theme .l-h-45 {
  line-height: 45px;
}
.old-theme .gap-15 {
  gap: 15px;
}
.old-theme .max-width-100 {
  max-width: 100%;
}
/**
 * bootstrap-additions
 * @version v0.2.3 - 2014-06-24
 * @link https://github.com/mgcrea/bootstrap-additions
 * @author Olivier Louvignes <olivier@mg-crea.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after,.aside .aside-dialog .aside-footer:before,.aside .aside-dialog .aside-footer:after{content:" ";display:table}.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after,.aside .aside-dialog .aside-footer:after{clear:both}.alert.top,.alert.top-left,.alert.top-right,.alert.bottom,.alert.bottom-left,.alert.bottom-right{position:fixed;z-index:1050;margin:20px}.alert.top,.alert.top-left,.alert.top-right{top:50px}.alert.top{right:0;left:0}.alert.top-right{right:0}.alert.top-right .close{padding-left:10px}.alert.top-left{left:0}.alert.top-left .close{padding-right:10px}.alert.bottom,.alert.bottom-right,.alert.bottom-left{bottom:0}.alert.bottom{right:0;left:0}.alert.bottom-right{right:0}.alert.bottom-right .close{padding-left:10px}.alert.bottom-left{left:0}.alert.bottom-left .close{padding-right:10px}.aside{position:fixed;top:0;bottom:0;z-index:1049;overflow:auto;min-width:320px;background:#fff}.aside:focus{outline:0}@media (max-width:991px){.aside{min-width:240px}}.aside.left{right:auto;left:0}.aside.right{right:0;left:auto}.aside .aside-dialog .aside-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.43px;padding:6px 15px;background:#428bca;color:#fff}.aside .aside-dialog .aside-header .close{margin-right:-8px;padding:4px 8px;color:#fff;font-size:25px;opacity:.8}.aside .aside-dialog .aside-body{position:relative;padding:20px}.aside .aside-dialog .aside-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.aside .aside-dialog .aside-footer .btn+.btn{margin-left:5px;margin-bottom:0}.aside .aside-dialog .aside-footer .btn-group .btn+.btn{margin-left:-1px}.aside .aside-dialog .aside-footer .btn-block+.btn-block{margin-left:0}.aside-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.aside-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.aside-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.callout{margin:20px 0;padding:20px;border-left:3px solid #eee}.callout h4{margin-top:0;margin-bottom:5px}.callout p:last-child{margin-bottom:0}.callout-danger{border-color:#eed3d7;background-color:#fdf7f7}.callout-danger h4{color:#b94a48}.callout-warning{border-color:#faebcc;background-color:#faf8f0}.callout-warning h4{color:#8a6d3b}.callout-info{border-color:#bce8f1;background-color:#f4f8fa}.callout-info h4{color:#34789a}.datepicker.dropdown-menu{width:250px;height:270px}.datepicker.dropdown-menu button{outline:0;border:0}.datepicker.dropdown-menu tbody{height:180px}.datepicker.dropdown-menu tbody button{padding:6px}.datepicker.dropdown-menu.datepicker-mode-1 tbody button,.datepicker.dropdown-menu.datepicker-mode-2 tbody button{height:65px}.modal.center .modal-dialog{position:fixed;top:40%;left:50%;min-width:320px;max-width:630px;width:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.popover.top-left{margin-top:-10px}.popover.top-left .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px;left:10%}.popover.top-left .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.top-right{margin-top:-10px}.popover.top-right .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px;left:90%}.popover.top-right .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.bottom-left{margin-top:10px}.popover.bottom-left .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px;left:10%}.popover.bottom-left .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.bottom-right{margin-top:10px}.popover.bottom-right .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px;left:90%}.popover.bottom-right .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.timepicker.dropdown-menu{padding:0 4px}.timepicker.dropdown-menu button{outline:0;border:0}.timepicker.dropdown-menu tbody button{padding:6px}.tooltip.tooltip-info.top .tooltip-arrow,.tooltip.tooltip-info.top-left .tooltip-arrow,.tooltip.tooltip-info.top-right .tooltip-arrow{border-top-color:#d9edf7}.tooltip.tooltip-info.right .tooltip-arrow{border-right-color:#d9edf7}.tooltip.tooltip-info.bottom .tooltip-arrow,.tooltip.tooltip-info.bottom-left .tooltip-arrow,.tooltip.tooltip-info.bottom-right .tooltip-arrow{border-bottom-color:#d9edf7}.tooltip.tooltip-info.left .tooltip-arrow{border-left-color:#d9edf7}.tooltip.tooltip-info .tooltip-inner{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.tooltip.tooltip-info .tooltip-inner hr{border-top-color:#a6e1ec}.tooltip.tooltip-info .tooltip-inner .alert-link{color:#245269}.tooltip.tooltip-success.top .tooltip-arrow,.tooltip.tooltip-success.top-left .tooltip-arrow,.tooltip.tooltip-success.top-right .tooltip-arrow{border-top-color:#dff0d8}.tooltip.tooltip-success.right .tooltip-arrow{border-right-color:#dff0d8}.tooltip.tooltip-success.bottom .tooltip-arrow,.tooltip.tooltip-success.bottom-left .tooltip-arrow,.tooltip.tooltip-success.bottom-right .tooltip-arrow{border-bottom-color:#dff0d8}.tooltip.tooltip-success.left .tooltip-arrow{border-left-color:#dff0d8}.tooltip.tooltip-success .tooltip-inner{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.tooltip.tooltip-success .tooltip-inner hr{border-top-color:#c9e2b3}.tooltip.tooltip-success .tooltip-inner .alert-link{color:#2b542c}.tooltip.tooltip-danger.top .tooltip-arrow,.tooltip.tooltip-danger.top-left .tooltip-arrow,.tooltip.tooltip-danger.top-right .tooltip-arrow{border-top-color:#f2dede}.tooltip.tooltip-danger.right .tooltip-arrow{border-right-color:#f2dede}.tooltip.tooltip-danger.bottom .tooltip-arrow,.tooltip.tooltip-danger.bottom-left .tooltip-arrow,.tooltip.tooltip-danger.bottom-right .tooltip-arrow{border-bottom-color:#f2dede}.tooltip.tooltip-danger.left .tooltip-arrow{border-left-color:#f2dede}.tooltip.tooltip-danger .tooltip-inner{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.tooltip.tooltip-danger .tooltip-inner hr{border-top-color:#e4b9c0}.tooltip.tooltip-danger .tooltip-inner .alert-link{color:#843534}.tooltip.top-left{margin-top:-3px;padding:5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000;left:10%}.tooltip.top-right{margin-top:-3px;padding:5px 0}.tooltip.top-right .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000;left:90%}.tooltip.bottom-left{margin-top:3px;padding:5px 0}.tooltip.bottom-left .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000;left:10%}.tooltip.bottom-right{margin-top:3px;padding:5px 0}.tooltip.bottom-right .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000;left:90%}
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */


.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/*!
 *  Material Design Iconic Font 1.0.1 by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - https://github.com/zavoloklom/material-design-iconic-font/blob/gh-pages/License.md (Attribution-ShareAlike 4.0 International license)
 */
@font-face{font-family:'Material Design Iconic Font';src:url(../fonts/Material-Design-Iconic-Font.eot?v=1.0.1);src:url(../fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.0.1) format('embedded-opentype'),url(../fonts/Material-Design-Iconic-Font.woff?v=1.0.1) format('woff'),url(../fonts/Material-Design-Iconic-Font.ttf?v=1.0.1) format('truetype'),url(../fonts/Material-Design-Iconic-Font.svg?v=1.0.1#Material-Design-Iconic-Font) format('svg');font-weight:400;font-style:normal}[class*=" md-"],[class^=md-]{display:inline-block;font:normal normal normal 14px/1 'Material Design Iconic Font';font-size:inherit;speak:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.md{line-height:inherit;vertical-align:bottom}.md-lg{font-size:1.5em;line-height:.5em;vertical-align:-35%}.md-2x{font-size:2em}.md-3x{font-size:3em}.md-4x{font-size:4em}.md-5x{font-size:5em}.md-border{padding:.2em .25em .15em;border:.08em solid gray;border-radius:.1em}.md-border-circle{padding:.2em .25em .15em;border:.08em solid gray;border-radius:50%}[class*=" md-"].pull-left,[class^=md-].pull-left{float:left;margin-right:.3em}[class*=" md-"].pull-right,[class^=md-].pull-right{float:right;margin-left:.3em}.md-spin{-webkit-animation:md-spin 1.5s infinite linear;animation:md-spin 1.5s infinite linear}.md-spin-reverse{-webkit-animation:md-spin-reverse 1.5s infinite linear;animation:md-spin-reverse 1.5s infinite linear}@-webkit-keyframes md-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes md-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes md-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes md-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.md-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.md-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.md-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.md-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.md-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .md-flip-horizontal,:root .md-flip-vertical,:root .md-rotate-180,:root .md-rotate-270,:root .md-rotate-90{filter:none}.md-3d-rotation:before{content:"\f000"}.md-accessibility:before{content:"\f001"}.md-account-balance:before{content:"\f002"}.md-account-balance-wallet:before{content:"\f003"}.md-account-box:before{content:"\f004"}.md-account-child:before{content:"\f005"}.md-account-circle:before{content:"\f006"}.md-add-shopping-cart:before{content:"\f007"}.md-alarm:before{content:"\f008"}.md-alarm-add:before{content:"\f009"}.md-alarm-off:before{content:"\f00a"}.md-alarm-on:before{content:"\f00b"}.md-android:before{content:"\f00c"}.md-announcement:before{content:"\f00d"}.md-aspect-ratio:before{content:"\f00e"}.md-assessment:before{content:"\f00f"}.md-assignment:before{content:"\f010"}.md-assignment-ind:before{content:"\f011"}.md-assignment-late:before{content:"\f012"}.md-assignment-return:before{content:"\f013"}.md-assignment-returned:before{content:"\f014"}.md-assignment-turned-in:before{content:"\f015"}.md-autorenew:before{content:"\f016"}.md-backup:before{content:"\f017"}.md-book:before{content:"\f018"}.md-bookmark:before{content:"\f019"}.md-bookmark-outline:before{content:"\f01a"}.md-bug-report:before{content:"\f01b"}.md-cached:before{content:"\f01c"}.md-class:before{content:"\f01d"}.md-credit-card:before{content:"\f01e"}.md-dashboard:before{content:"\f01f"}.md-delete:before{content:"\f020"}.md-description:before{content:"\f021"}.md-dns:before{content:"\f022"}.md-done:before{content:"\f023"}.md-done-all:before{content:"\f024"}.md-event:before{content:"\f025"}.md-exit-to-app:before{content:"\f026"}.md-explore:before{content:"\f027"}.md-extension:before{content:"\f028"}.md-face-unlock:before{content:"\f029"}.md-favorite:before{content:"\f02a"}.md-favorite-outline:before{content:"\f02b"}.md-find-in-page:before{content:"\f02c"}.md-find-replace:before{content:"\f02d"}.md-flip-to-back:before{content:"\f02e"}.md-flip-to-front:before{content:"\f02f"}.md-get-app:before{content:"\f030"}.md-grade:before{content:"\f031"}.md-group-work:before{content:"\f032"}.md-help:before{content:"\f033"}.md-highlight-remove:before{content:"\f034"}.md-history:before{content:"\f035"}.md-home:before{content:"\f036"}.md-https:before{content:"\f037"}.md-info:before{content:"\f038"}.md-info-outline:before{content:"\f039"}.md-input:before{content:"\f03a"}.md-invert-colors:before{content:"\f03b"}.md-label:before{content:"\f03c"}.md-label-outline:before{content:"\f03d"}.md-language:before{content:"\f03e"}.md-launch:before{content:"\f03f"}.md-list:before{content:"\f040"}.md-lock:before{content:"\f041"}.md-lock-open:before{content:"\f042"}.md-lock-outline:before{content:"\f043"}.md-loyalty:before{content:"\f044"}.md-markunread-mailbox:before{content:"\f045"}.md-note-add:before{content:"\f046"}.md-open-in-browser:before{content:"\f047"}.md-open-in-new:before{content:"\f048"}.md-open-with:before{content:"\f049"}.md-pageview:before{content:"\f04a"}.md-payment:before{content:"\f04b"}.md-perm-camera-mic:before{content:"\f04c"}.md-perm-contact-cal:before{content:"\f04d"}.md-perm-data-setting:before{content:"\f04e"}.md-perm-device-info:before{content:"\f04f"}.md-perm-identity:before{content:"\f050"}.md-perm-media:before{content:"\f051"}.md-perm-phone-msg:before{content:"\f052"}.md-perm-scan-wifi:before{content:"\f053"}.md-picture-in-picture:before{content:"\f054"}.md-polymer:before{content:"\f055"}.md-print:before{content:"\f056"}.md-query-builder:before{content:"\f057"}.md-question-answer:before{content:"\f058"}.md-receipt:before{content:"\f059"}.md-redeem:before{content:"\f05a"}.md-report-problem:before{content:"\f05b"}.md-restore:before{content:"\f05c"}.md-room:before{content:"\f05d"}.md-schedule:before{content:"\f05e"}.md-search:before{content:"\f05f"}.md-settings:before{content:"\f060"}.md-settings-applications:before{content:"\f061"}.md-settings-backup-restore:before{content:"\f062"}.md-settings-bluetooth:before{content:"\f063"}.md-settings-cell:before{content:"\f064"}.md-settings-display:before{content:"\f065"}.md-settings-ethernet:before{content:"\f066"}.md-settings-input-antenna:before{content:"\f067"}.md-settings-input-component:before{content:"\f068"}.md-settings-input-composite:before{content:"\f069"}.md-settings-input-hdmi:before{content:"\f06a"}.md-settings-input-svideo:before{content:"\f06b"}.md-settings-overscan:before{content:"\f06c"}.md-settings-phone:before{content:"\f06d"}.md-settings-power:before{content:"\f06e"}.md-settings-remote:before{content:"\f06f"}.md-settings-voice:before{content:"\f070"}.md-shop:before{content:"\f071"}.md-shopping-basket:before{content:"\f072"}.md-shopping-cart:before{content:"\f073"}.md-shop-two:before{content:"\f074"}.md-speaker-notes:before{content:"\f075"}.md-spellcheck:before{content:"\f076"}.md-star-rate:before{content:"\f077"}.md-stars:before{content:"\f078"}.md-store:before{content:"\f079"}.md-subject:before{content:"\f07a"}.md-swap-horiz:before{content:"\f07b"}.md-swap-vert:before{content:"\f07c"}.md-swap-vert-circle:before{content:"\f07d"}.md-system-update-tv:before{content:"\f07e"}.md-tab:before{content:"\f07f"}.md-tab-unselected:before{content:"\f080"}.md-theaters:before{content:"\f081"}.md-thumb-down:before{content:"\f082"}.md-thumbs-up-down:before{content:"\f083"}.md-thumb-up:before{content:"\f084"}.md-toc:before{content:"\f085"}.md-today:before{content:"\f086"}.md-track-changes:before{content:"\f087"}.md-translate:before{content:"\f088"}.md-trending-down:before{content:"\f089"}.md-trending-neutral:before{content:"\f08a"}.md-trending-up:before{content:"\f08b"}.md-turned-in:before{content:"\f08c"}.md-turned-in-not:before{content:"\f08d"}.md-verified-user:before{content:"\f08e"}.md-view-agenda:before{content:"\f08f"}.md-view-array:before{content:"\f090"}.md-view-carousel:before{content:"\f091"}.md-view-column:before{content:"\f092"}.md-view-day:before{content:"\f093"}.md-view-headline:before{content:"\f094"}.md-view-list:before{content:"\f095"}.md-view-module:before{content:"\f096"}.md-view-quilt:before{content:"\f097"}.md-view-stream:before{content:"\f098"}.md-view-week:before{content:"\f099"}.md-visibility:before{content:"\f09a"}.md-visibility-off:before{content:"\f09b"}.md-wallet-giftcard:before{content:"\f09c"}.md-wallet-membership:before{content:"\f09d"}.md-wallet-travel:before{content:"\f09e"}.md-work:before{content:"\f09f"}.md-error:before{content:"\f0a0"}.md-warning:before{content:"\f0a1"}.md-album:before{content:"\f0a2"}.md-av-timer:before{content:"\f0a3"}.md-closed-caption:before{content:"\f0a4"}.md-equalizer:before{content:"\f0a5"}.md-explicit:before{content:"\f0a6"}.md-fast-forward:before{content:"\f0a7"}.md-fast-rewind:before{content:"\f0a8"}.md-games:before{content:"\f0a9"}.md-hearing:before{content:"\f0aa"}.md-high-quality:before{content:"\f0ab"}.md-loop:before{content:"\f0ac"}.md-mic:before{content:"\f0ad"}.md-mic-none:before{content:"\f0ae"}.md-mic-off:before{content:"\f0af"}.md-movie:before{content:"\f0b0"}.md-my-library-add:before{content:"\f0b1"}.md-my-library-books:before{content:"\f0b2"}.md-my-library-music:before{content:"\f0b3"}.md-new-releases:before{content:"\f0b4"}.md-not-interested:before{content:"\f0b5"}.md-pause:before{content:"\f0b6"}.md-pause-circle-fill:before{content:"\f0b7"}.md-pause-circle-outline:before{content:"\f0b8"}.md-play-arrow:before{content:"\f0b9"}.md-play-circle-fill:before{content:"\f0ba"}.md-play-circle-outline:before{content:"\f0bb"}.md-playlist-add:before{content:"\f0bc"}.md-play-shopping-bag:before{content:"\f0bd"}.md-queue:before{content:"\f0be"}.md-queue-music:before{content:"\f0bf"}.md-radio:before{content:"\f0c0"}.md-recent-actors:before{content:"\f0c1"}.md-repeat:before{content:"\f0c2"}.md-repeat-one:before{content:"\f0c3"}.md-replay:before{content:"\f0c4"}.md-shuffle:before{content:"\f0c5"}.md-skip-next:before{content:"\f0c6"}.md-skip-previous:before{content:"\f0c7"}.md-snooze:before{content:"\f0c8"}.md-stop:before{content:"\f0c9"}.md-subtitles:before{content:"\f0ca"}.md-surround-sound:before{content:"\f0cb"}.md-videocam:before{content:"\f0cc"}.md-videocam-off:before{content:"\f0cd"}.md-video-collection:before{content:"\f0ce"}.md-volume-down:before{content:"\f0cf"}.md-volume-mute:before{content:"\f0d0"}.md-volume-off:before{content:"\f0d1"}.md-volume-up:before{content:"\f0d2"}.md-web:before{content:"\f0d3"}.md-business:before{content:"\f0d4"}.md-call:before{content:"\f0d5"}.md-call-end:before{content:"\f0d6"}.md-call-made:before{content:"\f0d7"}.md-call-merge:before{content:"\f0d8"}.md-call-missed:before{content:"\f0d9"}.md-call-received:before{content:"\f0da"}.md-call-split:before{content:"\f0db"}.md-chat:before{content:"\f0dc"}.md-clear-all:before{content:"\f0dd"}.md-comment:before{content:"\f0de"}.md-contacts:before{content:"\f0df"}.md-dialer-sip:before{content:"\f0e0"}.md-dialpad:before{content:"\f0e1"}.md-dnd-on:before{content:"\f0e2"}.md-email:before{content:"\f0e3"}.md-forum:before{content:"\f0e4"}.md-import-export:before{content:"\f0e5"}.md-invert-colors-off:before{content:"\f0e6"}.md-invert-colors-on:before{content:"\f0e7"}.md-live-help:before{content:"\f0e8"}.md-location-off:before{content:"\f0e9"}.md-location-on:before{content:"\f0ea"}.md-message:before{content:"\f0eb"}.md-messenger:before{content:"\f0ec"}.md-no-sim:before{content:"\f0ed"}.md-phone:before{content:"\f0ee"}.md-portable-wifi-off:before{content:"\f0ef"}.md-quick-contacts-dialer:before{content:"\f0f0"}.md-quick-contacts-mail:before{content:"\f0f1"}.md-ring-volume:before{content:"\f0f2"}.md-stay-current-landscape:before{content:"\f0f3"}.md-stay-current-portrait:before{content:"\f0f4"}.md-stay-primary-landscape:before{content:"\f0f5"}.md-stay-primary-portrait:before{content:"\f0f6"}.md-swap-calls:before{content:"\f0f7"}.md-textsms:before{content:"\f0f8"}.md-voicemail:before{content:"\f0f9"}.md-vpn-key:before{content:"\f0fa"}.md-add:before{content:"\f0fb"}.md-add-box:before{content:"\f0fc"}.md-add-circle:before{content:"\f0fd"}.md-add-circle-outline:before{content:"\f0fe"}.md-archive:before{content:"\f0ff"}.md-backspace:before{content:"\f100"}.md-block:before{content:"\f101"}.md-clear:before{content:"\f102"}.md-content-copy:before{content:"\f103"}.md-content-cut:before{content:"\f104"}.md-content-paste:before{content:"\f105"}.md-create:before{content:"\f106"}.md-drafts:before{content:"\f107"}.md-filter-list:before{content:"\f108"}.md-flag:before{content:"\f109"}.md-forward:before{content:"\f10a"}.md-gesture:before{content:"\f10b"}.md-inbox:before{content:"\f10c"}.md-link:before{content:"\f10d"}.md-mail:before{content:"\f10e"}.md-markunread:before{content:"\f10f"}.md-redo:before{content:"\f110"}.md-remove:before{content:"\f111"}.md-remove-circle:before{content:"\f112"}.md-remove-circle-outline:before{content:"\f113"}.md-reply:before{content:"\f114"}.md-reply-all:before{content:"\f115"}.md-report:before{content:"\f116"}.md-save:before{content:"\f117"}.md-select-all:before{content:"\f118"}.md-send:before{content:"\f119"}.md-sort:before{content:"\f11a"}.md-text-format:before{content:"\f11b"}.md-undo:before{content:"\f11c"}.md-access-alarm:before{content:"\f11d"}.md-access-alarms:before{content:"\f11e"}.md-access-time:before{content:"\f11f"}.md-add-alarm:before{content:"\f120"}.md-airplanemode-off:before{content:"\f121"}.md-airplanemode-on:before{content:"\f122"}.md-battery-20:before{content:"\f123"}.md-battery-30:before{content:"\f124"}.md-battery-50:before{content:"\f125"}.md-battery-60:before{content:"\f126"}.md-battery-80:before{content:"\f127"}.md-battery-90:before{content:"\f128"}.md-battery-alert:before{content:"\f129"}.md-battery-charging-20:before{content:"\f12a"}.md-battery-charging-30:before{content:"\f12b"}.md-battery-charging-50:before{content:"\f12c"}.md-battery-charging-60:before{content:"\f12d"}.md-battery-charging-80:before{content:"\f12e"}.md-battery-charging-90:before{content:"\f12f"}.md-battery-charging-full:before{content:"\f130"}.md-battery-full:before{content:"\f131"}.md-battery-std:before{content:"\f132"}.md-battery-unknown:before{content:"\f133"}.md-bluetooth:before{content:"\f134"}.md-bluetooth-connected:before{content:"\f135"}.md-bluetooth-disabled:before{content:"\f136"}.md-bluetooth-searching:before{content:"\f137"}.md-brightness-auto:before{content:"\f138"}.md-brightness-high:before{content:"\f139"}.md-brightness-low:before{content:"\f13a"}.md-brightness-medium:before{content:"\f13b"}.md-data-usage:before{content:"\f13c"}.md-developer-mode:before{content:"\f13d"}.md-devices:before{content:"\f13e"}.md-dvr:before{content:"\f13f"}.md-gps-fixed:before{content:"\f140"}.md-gps-not-fixed:before{content:"\f141"}.md-gps-off:before{content:"\f142"}.md-location-disabled:before{content:"\f143"}.md-location-searching:before{content:"\f144"}.md-multitrack-audio:before{content:"\f145"}.md-network-cell:before{content:"\f146"}.md-network-wifi:before{content:"\f147"}.md-nfc:before{content:"\f148"}.md-now-wallpaper:before{content:"\f149"}.md-now-widgets:before{content:"\f14a"}.md-screen-lock-landscape:before{content:"\f14b"}.md-screen-lock-portrait:before{content:"\f14c"}.md-screen-lock-rotation:before{content:"\f14d"}.md-screen-rotation:before{content:"\f14e"}.md-sd-storage:before{content:"\f14f"}.md-settings-system-daydream:before{content:"\f150"}.md-signal-cellular-0-bar:before{content:"\f151"}.md-signal-cellular-1-bar:before{content:"\f152"}.md-signal-cellular-2-bar:before{content:"\f153"}.md-signal-cellular-3-bar:before{content:"\f154"}.md-signal-cellular-4-bar:before{content:"\f155"}.md-signal-cellular-connected-no-internet-0-bar:before{content:"\f156"}.md-signal-cellular-connected-no-internet-1-bar:before{content:"\f157"}.md-signal-cellular-connected-no-internet-2-bar:before{content:"\f158"}.md-signal-cellular-connected-no-internet-3-bar:before{content:"\f159"}.md-signal-cellular-connected-no-internet-4-bar:before{content:"\f15a"}.md-signal-cellular-no-sim:before{content:"\f15b"}.md-signal-cellular-null:before{content:"\f15c"}.md-signal-cellular-off:before{content:"\f15d"}.md-signal-wifi-0-bar:before{content:"\f15e"}.md-signal-wifi-1-bar:before{content:"\f15f"}.md-signal-wifi-2-bar:before{content:"\f160"}.md-signal-wifi-3-bar:before{content:"\f161"}.md-signal-wifi-4-bar:before{content:"\f162"}.md-signal-wifi-off:before{content:"\f163"}.md-storage:before{content:"\f164"}.md-usb:before{content:"\f165"}.md-wifi-lock:before{content:"\f166"}.md-wifi-tethering:before{content:"\f167"}.md-attach-file:before{content:"\f168"}.md-attach-money:before{content:"\f169"}.md-border-all:before{content:"\f16a"}.md-border-bottom:before{content:"\f16b"}.md-border-clear:before{content:"\f16c"}.md-border-color:before{content:"\f16d"}.md-border-horizontal:before{content:"\f16e"}.md-border-inner:before{content:"\f16f"}.md-border-left:before{content:"\f170"}.md-border-outer:before{content:"\f171"}.md-border-right:before{content:"\f172"}.md-border-style:before{content:"\f173"}.md-border-top:before{content:"\f174"}.md-border-vertical:before{content:"\f175"}.md-format-align-center:before{content:"\f176"}.md-format-align-justify:before{content:"\f177"}.md-format-align-left:before{content:"\f178"}.md-format-align-right:before{content:"\f179"}.md-format-bold:before{content:"\f17a"}.md-format-clear:before{content:"\f17b"}.md-format-color-fill:before{content:"\f17c"}.md-format-color-reset:before{content:"\f17d"}.md-format-color-text:before{content:"\f17e"}.md-format-indent-decrease:before{content:"\f17f"}.md-format-indent-increase:before{content:"\f180"}.md-format-italic:before{content:"\f181"}.md-format-line-spacing:before{content:"\f182"}.md-format-list-bulleted:before{content:"\f183"}.md-format-list-numbered:before{content:"\f184"}.md-format-paint:before{content:"\f185"}.md-format-quote:before{content:"\f186"}.md-format-size:before{content:"\f187"}.md-format-strikethrough:before{content:"\f188"}.md-format-textdirection-l-to-r:before{content:"\f189"}.md-format-textdirection-r-to-l:before{content:"\f18a"}.md-format-underline:before{content:"\f18b"}.md-functions:before{content:"\f18c"}.md-insert-chart:before{content:"\f18d"}.md-insert-comment:before{content:"\f18e"}.md-insert-drive-file:before{content:"\f18f"}.md-insert-emoticon:before{content:"\f190"}.md-insert-invitation:before{content:"\f191"}.md-insert-link:before{content:"\f192"}.md-insert-photo:before{content:"\f193"}.md-merge-type:before{content:"\f194"}.md-mode-comment:before{content:"\f195"}.md-mode-edit:before{content:"\f196"}.md-publish:before{content:"\f197"}.md-vertical-align-bottom:before{content:"\f198"}.md-vertical-align-center:before{content:"\f199"}.md-vertical-align-top:before{content:"\f19a"}.md-wrap-text:before{content:"\f19b"}.md-attachment:before{content:"\f19c"}.md-cloud:before{content:"\f19d"}.md-cloud-circle:before{content:"\f19e"}.md-cloud-done:before{content:"\f19f"}.md-cloud-download:before{content:"\f1a0"}.md-cloud-off:before{content:"\f1a1"}.md-cloud-queue:before{content:"\f1a2"}.md-cloud-upload:before{content:"\f1a3"}.md-file-download:before{content:"\f1a4"}.md-file-upload:before{content:"\f1a5"}.md-folder:before{content:"\f1a6"}.md-folder-open:before{content:"\f1a7"}.md-folder-shared:before{content:"\f1a8"}.md-cast:before{content:"\f1a9"}.md-cast-connected:before{content:"\f1aa"}.md-computer:before{content:"\f1ab"}.md-desktop-mac:before{content:"\f1ac"}.md-desktop-windows:before{content:"\f1ad"}.md-dock:before{content:"\f1ae"}.md-gamepad:before{content:"\f1af"}.md-headset:before{content:"\f1b0"}.md-headset-mic:before{content:"\f1b1"}.md-keyboard:before{content:"\f1b2"}.md-keyboard-alt:before{content:"\f1b3"}.md-keyboard-arrow-down:before{content:"\f1b4"}.md-keyboard-arrow-left:before{content:"\f1b5"}.md-keyboard-arrow-right:before{content:"\f1b6"}.md-keyboard-arrow-up:before{content:"\f1b7"}.md-keyboard-backspace:before{content:"\f1b8"}.md-keyboard-capslock:before{content:"\f1b9"}.md-keyboard-control:before{content:"\f1ba"}.md-keyboard-hide:before{content:"\f1bb"}.md-keyboard-return:before{content:"\f1bc"}.md-keyboard-tab:before{content:"\f1bd"}.md-keyboard-voice:before{content:"\f1be"}.md-laptop:before{content:"\f1bf"}.md-laptop-chromebook:before{content:"\f1c0"}.md-laptop-mac:before{content:"\f1c1"}.md-laptop-windows:before{content:"\f1c2"}.md-memory:before{content:"\f1c3"}.md-mouse:before{content:"\f1c4"}.md-phone-android:before{content:"\f1c5"}.md-phone-iphone:before{content:"\f1c6"}.md-phonelink:before{content:"\f1c7"}.md-phonelink-off:before{content:"\f1c8"}.md-security:before{content:"\f1c9"}.md-sim-card:before{content:"\f1ca"}.md-smartphone:before{content:"\f1cb"}.md-speaker:before{content:"\f1cc"}.md-tablet:before{content:"\f1cd"}.md-tablet-android:before{content:"\f1ce"}.md-tablet-mac:before{content:"\f1cf"}.md-tv:before{content:"\f1d0"}.md-watch:before{content:"\f1d1"}.md-add-to-photos:before{content:"\f1d2"}.md-adjust:before{content:"\f1d3"}.md-assistant-photo:before{content:"\f1d4"}.md-audiotrack:before{content:"\f1d5"}.md-blur-circular:before{content:"\f1d6"}.md-blur-linear:before{content:"\f1d7"}.md-blur-off:before{content:"\f1d8"}.md-blur-on:before{content:"\f1d9"}.md-brightness-1:before{content:"\f1da"}.md-brightness-2:before{content:"\f1db"}.md-brightness-3:before{content:"\f1dc"}.md-brightness-4:before{content:"\f1dd"}.md-brightness-5:before{content:"\f1de"}.md-brightness-6:before{content:"\f1df"}.md-brightness-7:before{content:"\f1e0"}.md-brush:before{content:"\f1e1"}.md-camera:before{content:"\f1e2"}.md-camera-alt:before{content:"\f1e3"}.md-camera-front:before{content:"\f1e4"}.md-camera-rear:before{content:"\f1e5"}.md-camera-roll:before{content:"\f1e6"}.md-center-focus-strong:before{content:"\f1e7"}.md-center-focus-weak:before{content:"\f1e8"}.md-collections:before{content:"\f1e9"}.md-colorize:before{content:"\f1ea"}.md-color-lens:before{content:"\f1eb"}.md-compare:before{content:"\f1ec"}.md-control-point:before{content:"\f1ed"}.md-control-point-duplicate:before{content:"\f1ee"}.md-crop:before{content:"\f1ef"}.md-crop-3-2:before{content:"\f1f0"}.md-crop-5-4:before{content:"\f1f1"}.md-crop-7-5:before{content:"\f1f2"}.md-crop-16-9:before{content:"\f1f3"}.md-crop-din:before{content:"\f1f4"}.md-crop-free:before{content:"\f1f5"}.md-crop-landscape:before{content:"\f1f6"}.md-crop-original:before{content:"\f1f7"}.md-crop-portrait:before{content:"\f1f8"}.md-crop-square:before{content:"\f1f9"}.md-dehaze:before{content:"\f1fa"}.md-details:before{content:"\f1fb"}.md-edit:before{content:"\f1fc"}.md-exposure:before{content:"\f1fd"}.md-exposure-minus-1:before{content:"\f1fe"}.md-exposure-minus-2:before{content:"\f1ff"}.md-exposure-zero:before{content:"\f200"}.md-exposure-plus-1:before{content:"\f201"}.md-exposure-plus-2:before{content:"\f202"}.md-filter:before{content:"\f203"}.md-filter-1:before{content:"\f204"}.md-filter-2:before{content:"\f205"}.md-filter-3:before{content:"\f206"}.md-filter-4:before{content:"\f207"}.md-filter-5:before{content:"\f208"}.md-filter-6:before{content:"\f209"}.md-filter-7:before{content:"\f20a"}.md-filter-8:before{content:"\f20b"}.md-filter-9:before{content:"\f20c"}.md-filter-9-plus:before{content:"\f20d"}.md-filter-b-and-w:before{content:"\f20e"}.md-filter-center-focus:before{content:"\f20f"}.md-filter-drama:before{content:"\f210"}.md-filter-frames:before{content:"\f211"}.md-filter-hdr:before{content:"\f212"}.md-filter-none:before{content:"\f213"}.md-filter-tilt-shift:before{content:"\f214"}.md-filter-vintage:before{content:"\f215"}.md-flare:before{content:"\f216"}.md-flash-auto:before{content:"\f217"}.md-flash-off:before{content:"\f218"}.md-flash-on:before{content:"\f219"}.md-flip:before{content:"\f21a"}.md-gradient:before{content:"\f21b"}.md-grain:before{content:"\f21c"}.md-grid-off:before{content:"\f21d"}.md-grid-on:before{content:"\f21e"}.md-hdr-off:before{content:"\f21f"}.md-hdr-on:before{content:"\f220"}.md-hdr-strong:before{content:"\f221"}.md-hdr-weak:before{content:"\f222"}.md-healing:before{content:"\f223"}.md-image:before{content:"\f224"}.md-image-aspect-ratio:before{content:"\f225"}.md-iso:before{content:"\f226"}.md-landscape:before{content:"\f227"}.md-leak-add:before{content:"\f228"}.md-leak-remove:before{content:"\f229"}.md-lens:before{content:"\f22a"}.md-looks:before{content:"\f22b"}.md-looks-1:before{content:"\f22c"}.md-looks-2:before{content:"\f22d"}.md-looks-3:before{content:"\f22e"}.md-looks-4:before{content:"\f22f"}.md-looks-5:before{content:"\f230"}.md-looks-6:before{content:"\f231"}.md-loupe:before{content:"\f232"}.md-movie-creation:before{content:"\f233"}.md-nature:before{content:"\f234"}.md-nature-people:before{content:"\f235"}.md-navigate-before:before{content:"\f236"}.md-navigate-next:before{content:"\f237"}.md-palette:before{content:"\f238"}.md-panorama:before{content:"\f239"}.md-panorama-fisheye:before{content:"\f23a"}.md-panorama-horizontal:before{content:"\f23b"}.md-panorama-vertical:before{content:"\f23c"}.md-panorama-wide-angle:before{content:"\f23d"}.md-photo:before{content:"\f23e"}.md-photo-album:before{content:"\f23f"}.md-photo-camera:before{content:"\f240"}.md-photo-library:before{content:"\f241"}.md-portrait:before{content:"\f242"}.md-remove-red-eye:before{content:"\f243"}.md-rotate-left:before{content:"\f244"}.md-rotate-right:before{content:"\f245"}.md-slideshow:before{content:"\f246"}.md-straighten:before{content:"\f247"}.md-style:before{content:"\f248"}.md-switch-camera:before{content:"\f249"}.md-switch-video:before{content:"\f24a"}.md-tag-faces:before{content:"\f24b"}.md-texture:before{content:"\f24c"}.md-timelapse:before{content:"\f24d"}.md-timer:before{content:"\f24e"}.md-timer-3:before{content:"\f24f"}.md-timer-10:before{content:"\f250"}.md-timer-auto:before{content:"\f251"}.md-timer-off:before{content:"\f252"}.md-tonality:before{content:"\f253"}.md-transform:before{content:"\f254"}.md-tune:before{content:"\f255"}.md-wb-auto:before{content:"\f256"}.md-wb-cloudy:before{content:"\f257"}.md-wb-incandescent:before{content:"\f258"}.md-wb-irradescent:before{content:"\f259"}.md-wb-sunny:before{content:"\f25a"}.md-beenhere:before{content:"\f25b"}.md-directions:before{content:"\f25c"}.md-directions-bike:before{content:"\f25d"}.md-directions-bus:before{content:"\f25e"}.md-directions-car:before{content:"\f25f"}.md-directions-ferry:before{content:"\f260"}.md-directions-subway:before{content:"\f261"}.md-directions-train:before{content:"\f262"}.md-directions-transit:before{content:"\f263"}.md-directions-walk:before{content:"\f264"}.md-flight:before{content:"\f265"}.md-hotel:before{content:"\f266"}.md-layers:before{content:"\f267"}.md-layers-clear:before{content:"\f268"}.md-local-airport:before{content:"\f269"}.md-local-atm:before{content:"\f26a"}.md-local-attraction:before{content:"\f26b"}.md-local-bar:before{content:"\f26c"}.md-local-cafe:before{content:"\f26d"}.md-local-car-wash:before{content:"\f26e"}.md-local-convenience-store:before{content:"\f26f"}.md-local-drink:before{content:"\f270"}.md-local-florist:before{content:"\f271"}.md-local-gas-station:before{content:"\f272"}.md-local-grocery-store:before{content:"\f273"}.md-local-hospital:before{content:"\f274"}.md-local-hotel:before{content:"\f275"}.md-local-laundry-service:before{content:"\f276"}.md-local-library:before{content:"\f277"}.md-local-mall:before{content:"\f278"}.md-local-movies:before{content:"\f279"}.md-local-offer:before{content:"\f27a"}.md-local-parking:before{content:"\f27b"}.md-local-pharmacy:before{content:"\f27c"}.md-local-phone:before{content:"\f27d"}.md-local-pizza:before{content:"\f27e"}.md-local-play:before{content:"\f27f"}.md-local-post-office:before{content:"\f280"}.md-local-print-shop:before{content:"\f281"}.md-local-restaurant:before{content:"\f282"}.md-local-see:before{content:"\f283"}.md-local-shipping:before{content:"\f284"}.md-local-taxi:before{content:"\f285"}.md-location-history:before{content:"\f286"}.md-map:before{content:"\f287"}.md-my-location:before{content:"\f288"}.md-navigation:before{content:"\f289"}.md-pin-drop:before{content:"\f28a"}.md-place:before{content:"\f28b"}.md-rate-review:before{content:"\f28c"}.md-restaurant-menu:before{content:"\f28d"}.md-satellite:before{content:"\f28e"}.md-store-mall-directory:before{content:"\f28f"}.md-terrain:before{content:"\f290"}.md-traffic:before{content:"\f291"}.md-apps:before{content:"\f292"}.md-cancel:before{content:"\f293"}.md-arrow-drop-down-circle:before{content:"\f294"}.md-arrow-drop-down:before{content:"\f295"}.md-arrow-drop-up:before{content:"\f296"}.md-arrow-back:before{content:"\f297"}.md-arrow-forward:before{content:"\f298"}.md-check:before{content:"\f299"}.md-close:before{content:"\f29a"}.md-chevron-left:before{content:"\f29b"}.md-chevron-right:before{content:"\f29c"}.md-expand-less:before{content:"\f29d"}.md-expand-more:before{content:"\f29e"}.md-fullscreen:before{content:"\f29f"}.md-fullscreen-exit:before{content:"\f2a0"}.md-menu:before{content:"\f2a1"}.md-more-horiz:before{content:"\f2a2"}.md-more-vert:before{content:"\f2a3"}.md-refresh:before{content:"\f2a4"}.md-unfold-less:before{content:"\f2a5"}.md-unfold-more:before{content:"\f2a6"}.md-adb:before{content:"\f2a7"}.md-bluetooth-audio:before{content:"\f2a8"}.md-disc-full:before{content:"\f2a9"}.md-dnd-forwardslash:before{content:"\f2aa"}.md-do-not-disturb:before{content:"\f2ab"}.md-drive-eta:before{content:"\f2ac"}.md-event-available:before{content:"\f2ad"}.md-event-busy:before{content:"\f2ae"}.md-event-note:before{content:"\f2af"}.md-folder-special:before{content:"\f2b0"}.md-mms:before{content:"\f2b1"}.md-more:before{content:"\f2b2"}.md-network-locked:before{content:"\f2b3"}.md-phone-bluetooth-speaker:before{content:"\f2b4"}.md-phone-forwarded:before{content:"\f2b5"}.md-phone-in-talk:before{content:"\f2b6"}.md-phone-locked:before{content:"\f2b7"}.md-phone-missed:before{content:"\f2b8"}.md-phone-paused:before{content:"\f2b9"}.md-play-download:before{content:"\f2ba"}.md-play-install:before{content:"\f2bb"}.md-sd-card:before{content:"\f2bc"}.md-sim-card-alert:before{content:"\f2bd"}.md-sms:before{content:"\f2be"}.md-sms-failed:before{content:"\f2bf"}.md-sync:before{content:"\f2c0"}.md-sync-disabled:before{content:"\f2c1"}.md-sync-problem:before{content:"\f2c2"}.md-system-update:before{content:"\f2c3"}.md-tap-and-play:before{content:"\f2c4"}.md-time-to-leave:before{content:"\f2c5"}.md-vibration:before{content:"\f2c6"}.md-voice-chat:before{content:"\f2c7"}.md-vpn-lock:before{content:"\f2c8"}.md-cake:before{content:"\f2c9"}.md-domain:before{content:"\f2ca"}.md-location-city:before{content:"\f2cb"}.md-mood:before{content:"\f2cc"}.md-notifications-none:before{content:"\f2cd"}.md-notifications:before{content:"\f2ce"}.md-notifications-off:before{content:"\f2cf"}.md-notifications-on:before{content:"\f2d0"}.md-notifications-paused:before{content:"\f2d1"}.md-pages:before{content:"\f2d2"}.md-party-mode:before{content:"\f2d3"}.md-group:before{content:"\f2d4"}.md-group-add:before{content:"\f2d5"}.md-people:before{content:"\f2d6"}.md-people-outline:before{content:"\f2d7"}.md-person:before{content:"\f2d8"}.md-person-add:before{content:"\f2d9"}.md-person-outline:before{content:"\f2da"}.md-plus-one:before{content:"\f2db"}.md-poll:before{content:"\f2dc"}.md-public:before{content:"\f2dd"}.md-school:before{content:"\f2de"}.md-share:before{content:"\f2df"}.md-whatshot:before{content:"\f2e0"}.md-check-box:before{content:"\f2e1"}.md-check-box-outline-blank:before{content:"\f2e2"}.md-radio-button-off:before{content:"\f2e3"}.md-radio-button-on:before{content:"\f2e4"}.md-star:before{content:"\f2e5"}.md-star-half:before{content:"\f2e6"}.md-star-outline:before{content:"\f2e7"}
@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Thin.eot');
  src:  url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto') format('svg');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Thin';
  src:  url('../fonts/Roboto-Thin.eot');
  src:  url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-ThinItalic.eot');
  src:  url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/Roboto-ThinItalic.woff') format('woff'),
        url('../fonts/Roboto-ThinItalic.ttf') format('truetype'),
        url('../fonts/Roboto-ThinItalic.svg#Roboto') format('svg');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-ThinItalic';
  src:  url('../fonts/Roboto-ThinItalic.eot');
  src:  url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/Roboto-ThinItalic.woff') format('woff'),
        url('../fonts/Roboto-ThinItalic.ttf') format('truetype'),
        url('../fonts/Roboto-ThinItalic.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Light.eot');
  src:  url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src:  url('../fonts/Roboto-Light.eot');
  src:  url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-LightItalic.eot');
  src:  url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff'),
        url('../fonts/Roboto-LightItalic.ttf') format('truetype'),
        url('../fonts/Roboto-LightItalic.svg#Roboto') format('svg');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-LightItalic';
  src:  url('../fonts/Roboto-LightItalic.eot');
  src:  url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff'),
        url('../fonts/Roboto-LightItalic.ttf') format('truetype'),
        url('../fonts/Roboto-LightItalic.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Regular.eot');
  src:  url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src:  url('../fonts/Roboto-Regular.eot');
  src:  url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-RegularItalic.eot');
  src:  url('../fonts/Roboto-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-RegularItalic.woff2') format('woff2'),
        url('../fonts/Roboto-RegularItalic.woff') format('woff'),
        url('../fonts/Roboto-RegularItalic.ttf') format('truetype'),
        url('../fonts/Roboto-RegularItalic.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-RegularItalic';
  src:  url('../fonts/Roboto-RegularItalic.eot');
  src:  url('../fonts/Roboto-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-RegularItalic.woff2') format('woff2'),
        url('../fonts/Roboto-RegularItalic.woff') format('woff'),
        url('../fonts/Roboto-RegularItalic.ttf') format('truetype'),
        url('../fonts/Roboto-RegularItalic.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Medium.eot');
  src:  url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src:  url('../fonts/Roboto-Medium.eot');
  src:  url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-MediumItalic.eot');
  src:  url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/Roboto-MediumItalic.woff') format('woff'),
        url('../fonts/Roboto-MediumItalic.ttf') format('truetype'),
        url('../fonts/Roboto-MediumItalic.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-MediumItalic';
  src:  url('../fonts/Roboto-MediumItalic.eot');
  src:  url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/Roboto-MediumItalic.woff') format('woff'),
        url('../fonts/Roboto-MediumItalic.ttf') format('truetype'),
        url('../fonts/Roboto-MediumItalic.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Bold.eot');
  src:  url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src:  url('../fonts/Roboto-Bold.eot');
  src:  url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-BoldItalic.eot');
  src:  url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff'),
        url('../fonts/Roboto-BoldItalic.ttf') format('truetype'),
        url('../fonts/Roboto-BoldItalic.svg#Roboto') format('svg');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-BoldItalic';
  src:  url('../fonts/Roboto-BoldItalic.eot');
  src:  url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BoldItalic.woff') format('woff'),
        url('../fonts/Roboto-BoldItalic.ttf') format('truetype'),
        url('../fonts/Roboto-BoldItalic.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Black.eot');
  src:  url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Black';
  src:  url('../fonts/Roboto-Black.eot');
  src:  url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-BlackItalic.eot');
  src:  url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff'),
        url('../fonts/Roboto-BlackItalic.ttf') format('truetype'),
        url('../fonts/Roboto-BlackItalic.svg#Roboto') format('svg');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto-BlackItalic';
  src:  url('../fonts/Roboto-BlackItalic.eot');
  src:  url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff'),
        url('../fonts/Roboto-BlackItalic.ttf') format('truetype'),
        url('../fonts/Roboto-BlackItalic.svg#Roboto') format('svg');
}
/*!
 * ui-grid - v3.0.0-rc.21 - 2015-04-28
 * Copyright (c) 2015 ; License: MIT 
 */.ui-grid{border:1px solid #d4d4d4;box-sizing:content-box;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.ui-grid-vertical-bar{position:absolute;right:0;width:0}.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{width:1px}.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#d4d4d4}.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#d4d4d4}.ui-grid-header-cell:last-child .ui-grid-vertical-bar{right:-1px;width:1px;background-color:#d4d4d4}.ui-grid-clearfix:before,.ui-grid-clearfix:after{content:"";display:table}.ui-grid-clearfix:after{clear:both}.ui-grid-invisible{visibility:hidden}.ui-grid-top-panel-background{background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)}.ui-grid-header{border-bottom:1px solid #d4d4d4;box-sizing:border-box}.ui-grid-top-panel{position:relative;overflow:hidden;font-weight:bold;background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);-webkit-border-top-right-radius:-1px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:-1px;-moz-border-radius-topright:-1px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:-1px;border-top-right-radius:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:-1px;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}.ui-grid-header-viewport{overflow:hidden}.ui-grid-header-canvas:before,.ui-grid-header-canvas:after{content:"";display:table;line-height:0}.ui-grid-header-canvas:after{clear:both}.ui-grid-header-cell-wrapper{position:relative;display:table;box-sizing:border-box;height:100%}.ui-grid-header-cell-row{display:table-row;position:relative}.ui-grid-header-cell{position:relative;box-sizing:border-box;background-color:inherit;border-right:1px solid;border-color:#d4d4d4;display:table-cell;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:0}.ui-grid-header-cell:last-child{border-right:0}.ui-grid-header-cell .sortable{cursor:pointer}.ui-grid-header .ui-grid-vertical-bar{top:0;bottom:0}.ui-grid-column-menu-button{position:absolute;right:1px;top:0}.ui-grid-column-menu-button .ui-grid-icon-angle-down{vertical-align:sub}.ui-grid-column-menu-button-last-col{margin-right:25px}.ui-grid-column-menu{position:absolute}.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove{-webkit-transition:all .05s linear;-moz-transition:all .05s linear;-o-transition:all .05s linear;transition:all .05s linear;display:block !important}.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove{-webkit-transition:all .05s linear;-moz-transition:all .05s linear;-o-transition:all .05s linear;transition:all .05s linear;display:block !important}.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ui-grid-filter-container{padding:4px 10px;position:relative}.ui-grid-filter-container .ui-grid-filter-button{position:absolute;top:0;bottom:0;right:0}.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]{position:absolute;top:50%;line-height:32px;margin-top:-16px;right:10px;opacity:.66}.ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover{opacity:1}.ui-grid-filter-container .ui-grid-filter-button-select{position:absolute;top:0;bottom:0;right:0}.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]{position:absolute;top:50%;line-height:32px;margin-top:-16px;right:0;opacity:.66}.ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover{opacity:1}input[type="text"].ui-grid-filter-input{padding:0;margin:0;border:0;width:100%;border:1px solid #d4d4d4;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}input[type="text"].ui-grid-filter-input:hover{border:1px solid #d4d4d4}select.ui-grid-filter-select{padding:0;margin:0;border:0;width:90%;border:1px solid #d4d4d4;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}select.ui-grid-filter-select:hover{border:1px solid #d4d4d4}.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select{width:100%}.ui-grid-render-container{position:inherit;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}.ui-grid-render-container:focus{outline:none}.ui-grid-viewport{min-height:20px;position:relative;overflow-y:scroll;-webkit-overflow-scrolling:touch}.ui-grid-viewport:focus{outline:none !important}.ui-grid-canvas{position:relative;padding-top:1px}.ui-grid-row:nth-child(odd) .ui-grid-cell{background-color:#fdfdfd}.ui-grid-row:nth-child(even) .ui-grid-cell{background-color:#f3f3f3}.ui-grid-row:last-child .ui-grid-cell{border-bottom-color:#d4d4d4;border-bottom-style:solid}.ui-grid-no-row-overlay{position:absolute;top:0;bottom:0;left:0;right:0;margin:10%;background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #d4d4d4;font-size:2em;text-align:center}.ui-grid-no-row-overlay>*{position:absolute;display:table;margin:auto 0;width:100%;top:0;bottom:0;left:0;right:0;opacity:.66}.ui-grid-cell{overflow:hidden;float:left;background-color:inherit;border-right:1px solid;border-color:#d4d4d4;box-sizing:border-box}.ui-grid-cell:last-child{border-right:0}.ui-grid-cell-contents{padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;height:100%}.ui-grid-cell-contents-hidden{visibility:hidden;width:0;height:0;display:none}.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell{background-color:#f0f0ee;border-bottom:solid 1px #d4d4d4}.ui-grid-footer-panel-background{background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)}.ui-grid-footer-panel{position:relative;border-bottom:1px solid #d4d4d4;border-top:1px solid #d4d4d4;overflow:hidden;font-weight:bold;background:#f3f3f3;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));background:-ms-linear-gradient(bottom, #eee, #fff);background:-moz-linear-gradient(center bottom, #eee 0, #fff 100%);background:-o-linear-gradient(#fff, #eee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);-webkit-border-top-right-radius:-1px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:-1px;-moz-border-radius-topright:-1px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:-1px;border-top-right-radius:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:-1px;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}.ui-grid-grid-footer{float:left;width:100%}.ui-grid-footer-viewport{overflow:hidden}.ui-grid-footer-canvas{position:relative}.ui-grid-footer-canvas:before,.ui-grid-footer-canvas:after{content:"";display:table;line-height:0}.ui-grid-footer-canvas:after{clear:both}.ui-grid-footer-cell-wrapper{position:relative;display:table;box-sizing:border-box;height:100%}.ui-grid-footer-cell-row{display:table-row}.ui-grid-footer-cell{overflow:hidden;background-color:inherit;border-right:1px solid;border-color:#d4d4d4;box-sizing:border-box;display:table-cell}.ui-grid-footer-cell:last-child{border-right:0}input[type="text"].ui-grid-filter-input{padding:0;margin:0;border:0;width:100%;border:1px solid #d4d4d4;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}input[type="text"].ui-grid-filter-input:hover{border:1px solid #d4d4d4}.ui-grid-menu-button{z-index:2;position:absolute;right:0;top:0;background:#f3f3f3;border:1px solid #d4d4d4;cursor:pointer;height:31px;font-weight:normal}.ui-grid-menu-button .ui-grid-icon-container{margin-top:3px}.ui-grid-menu-button .ui-grid-menu{right:0}.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid{overflow:scroll;max-height:300px;border:1px solid #d4d4d4}.ui-grid-menu{z-index:2;position:absolute;padding:0 10px 20px 10px;cursor:pointer;box-sizing:border-box}.ui-grid-menu .ui-grid-menu-inner{background:#f3f3f3;border:1px solid #d4d4d4;position:relative;white-space:nowrap;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);box-shadow:0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2)}.ui-grid-menu .ui-grid-menu-inner ul{margin:0;padding:0;list-style-type:none}.ui-grid-menu .ui-grid-menu-inner ul li{padding:8px;cursor:pointer}.ui-grid-menu .ui-grid-menu-inner ul li:hover{-webkit-box-shadow:inset 0 0 14px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 0 14px rgba(0,0,0,0.2);box-shadow:inset 0 0 14px rgba(0,0,0,0.2)}.ui-grid-menu .ui-grid-menu-inner ul li.ui-grid-menu-item-active{-webkit-box-shadow:inset 0 0 14px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 0 14px rgba(0,0,0,0.2);box-shadow:inset 0 0 14px rgba(0,0,0,0.2);background-color:#cecece}.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child){border-bottom:1px solid #d4d4d4}.ui-grid-sortarrow{right:5px;position:absolute;width:20px;top:0;bottom:0;background-position:center}.ui-grid-sortarrow.down{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@font-face{font-family:'ui-grid';src:url('ui-grid.eot');src:url('ui-grid.eot#iefix') format('embedded-opentype'),url('ui-grid.woff') format('woff'),url('ui-grid.ttf?') format('truetype'),url('ui-grid.svg?#ui-grid') format('svg');font-weight:normal;font-style:normal}[class^="ui-grid-icon"]:before,[class*=" ui-grid-icon"]:before{font-family:"ui-grid";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.ui-grid-icon-blank::before{width:1em;content:' '}.ui-grid[dir=rtl] .ui-grid-header-cell,.ui-grid[dir=rtl] .ui-grid-footer-cell,.ui-grid[dir=rtl] .ui-grid-cell{float:right !important}.ui-grid[dir=rtl] .ui-grid-column-menu-button{position:absolute;left:1px;top:0;right:inherit}.ui-grid[dir=rtl] .ui-grid-cell:first-child,.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child{border-right:0}.ui-grid[dir=rtl] .ui-grid-cell:last-child,.ui-grid[dir=rtl] .ui-grid-header-cell:last-child{border-right:1px solid #d4d4d4;border-left:0}.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar{width:0}.ui-grid[dir=rtl] .ui-grid-menu-button{z-index:2;position:absolute;left:0;right:auto;background:#f3f3f3;border:1px solid #d4d4d4;cursor:pointer;min-height:27px;font-weight:normal}.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu{left:0;right:auto}.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button{right:initial;left:0}.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]{right:initial;left:10px}.ui-grid-animate-spin{-moz-animation:ui-grid-spin 2s infinite linear;-o-animation:ui-grid-spin 2s infinite linear;-webkit-animation:ui-grid-spin 2s infinite linear;animation:ui-grid-spin 2s infinite linear;display:inline-block}@-moz-keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-grid-spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-grid-cell-focus{outline:0;background-color:#b3c4c7}div.ui-grid-cell input{border-radius:inherit;padding:0;width:100%;color:inherit;height:auto;font:inherit;outline:none}div.ui-grid-cell input:focus{color:inherit;outline:none}div.ui-grid-cell input[type="checkbox"]{margin:9px 0 0 6px;width:auto}div.ui-grid-cell input.ng-invalid{border:1px solid #fc8f8f}div.ui-grid-cell input.ng-valid{border:1px solid #d4d4d4}.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell{background-color:#fdfdfd}.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell{background-color:#f3f3f3}.scrollFiller{float:left;border:1px solid #d4d4d4}.ui-grid-group-header-row{font-weight:bold !important}.ui-grid-grouping-row-header-buttons.ui-grid-group-header{cursor:pointer;opacity:1}.movingColumn{position:absolute;top:0;border:1px solid #d4d4d4;box-shadow:inset 0 0 14px rgba(0,0,0,0.2)}.movingColumn .ui-grid-icon-angle-down{display:none}.ui-grid-pager-panel{position:absolute;left:0;bottom:0;width:100%;padding-top:3px;padding-bottom:3px}.ui-grid-pager-container{float:left}.ui-grid-pager-control{margin-right:10px;margin-left:10px;min-width:135px;float:left}.ui-grid-pager-control button{height:25px;min-width:26px}.ui-grid-pager-control input{height:26px;width:50px;vertical-align:top}.ui-grid-pager-control .first-bar{width:10px;border-left:2px solid #4d4d4d;margin-top:-6px;height:12px;margin-left:-3px}.ui-grid-pager-control .first-triangle{width:0;height:0;border-style:solid;border-width:5px 8.7px 5px 0;border-color:transparent #4d4d4d transparent transparent;margin-left:2px}.ui-grid-pager-control .next-triangle{margin-left:1px}.ui-grid-pager-control .prev-triangle{margin-left:0}.ui-grid-pager-control .last-triangle{width:0;height:0;border-style:solid;border-width:5px 0 5px 8.7px;border-color:transparent transparent transparent #4d4d4d;margin-left:-1px}.ui-grid-pager-control .last-bar{width:10px;border-left:2px solid #4d4d4d;margin-top:-6px;height:12px;margin-left:1px}.ui-grid-pager-row-count-picker{float:left}.ui-grid-pager-row-count-picker select{height:26px;width:60px}.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label{margin-top:3px}.ui-grid-pager-count-container{float:right;margin-top:4px;min-width:50px}.ui-grid-pager-count-container .ui-grid-pager-count{margin-right:10px;margin-left:10px;float:right}.ui-grid-pinned-container{position:absolute;display:inline;top:0}.ui-grid-pinned-container.ui-grid-pinned-container-left{float:left;left:0}.ui-grid-pinned-container.ui-grid-pinned-container-right{float:right;right:0}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child{box-sizing:border-box;border-right:1px solid;border-width:1px;border-right-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child{box-sizing:border-box;border-right:1px solid;border-width:1px;border-right-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{width:1px}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#d4d4d4}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar{right:-1px;width:1px;background-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child{box-sizing:border-box;border-left:1px solid;border-width:1px;border-left-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child{box-sizing:border-box;border-left:1px solid;border-width:1px;border-left-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar{width:1px}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar{background-color:#d4d4d4}.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar{background-color:#aeaeae}.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar{left:-1px;width:1px;background-color:#aeaeae}.ui-grid-column-resizer{top:0;bottom:0;width:5px;position:absolute;cursor:col-resize}.ui-grid-column-resizer.left{left:0}.ui-grid-column-resizer.right{right:0}.ui-grid-header-cell:last-child .ui-grid-column-resizer.right{border-right:1px solid #d4d4d4}.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right{border-right:0}.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left{border-left:1px solid #d4d4d4}.ui-grid.column-resizing{cursor:col-resize}.ui-grid.column-resizing .ui-grid-resize-overlay{position:absolute;top:0;height:100%;width:1px;background-color:#aeaeae}.ui-grid-row-saving .ui-grid-cell{color:#848484 !important}.ui-grid-row-dirty .ui-grid-cell{color:#610b38}.ui-grid-row-error .ui-grid-cell{color:#f00 !important}.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell{background-color:#c9dde1}.ui-grid-disable-selection{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.ui-grid-selection-row-header-buttons{cursor:pointer;opacity:.1}.ui-grid-selection-row-header-buttons.ui-grid-row-selected{opacity:1}.ui-grid-selection-row-header-buttons.ui-grid-all-selected{opacity:1}.ui-grid-group-header-row{font-weight:bold !important}.ui-grid-grouping-row-header-buttons.ui-grid-group-header{cursor:pointer;opacity:1}.ui-grid-icon-plus-squared:before{content:'\c350'}.ui-grid-icon-minus-squared:before{content:'\c351'}.ui-grid-icon-search:before{content:'\c352'}.ui-grid-icon-cancel:before{content:'\c353'}.ui-grid-icon-info-circled:before{content:'\c354'}.ui-grid-icon-lock:before{content:'\c355'}.ui-grid-icon-lock-open:before{content:'\c356'}.ui-grid-icon-pencil:before{content:'\c357'}.ui-grid-icon-down-dir:before{content:'\c358'}.ui-grid-icon-up-dir:before{content:'\c359'}.ui-grid-icon-left-dir:before{content:'\c35a'}.ui-grid-icon-right-dir:before{content:'\c35b'}.ui-grid-icon-left-open:before{content:'\c35c'}.ui-grid-icon-right-open:before{content:'\c35d'}.ui-grid-icon-angle-down:before{content:'\c35e'}.ui-grid-icon-filter:before{content:'\c35f'}.ui-grid-icon-sort-alt-up:before{content:'\c360'}.ui-grid-icon-sort-alt-down:before{content:'\c361'}.ui-grid-icon-ok:before{content:'\c362'}.ui-grid-icon-menu:before{content:'\c363'}.ui-grid-icon-indent-left:before{content:'\e800'}.ui-grid-icon-indent-right:before{content:'\e801'}.ui-grid-icon-spin5:before{content:'\ea61'}
.rc-handle-container {
  position: relative;
}
.rc-handle {
  position: absolute;
  width: 7px;
  cursor: ew-resize;
  margin-left: -3px;
  z-index: 2;
}
table.rc-table-resizing {
  cursor: ew-resize;
}
table.rc-table-resizing thead,
table.rc-table-resizing thead > th,
table.rc-table-resizing thead > th > a {
  cursor: ew-resize;
}

/*! ngTable v0.5.3 by Vitalii Savchuk(esvit666@gmail.com) - https://github.com/esvit/ng-table - New BSD License */

.ng-table th{text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ng-table th.sortable{cursor:pointer}.ng-table th.sortable .sort-indicator{padding-right:18px;position:relative}.ng-table th.sortable .sort-indicator:after,.ng-table th.sortable .sort-indicator:before{content:"";border-width:0 4px 4px;border-style:solid;border-color:#000 transparent;visibility:visible;right:5px;top:50%;position:absolute;opacity:.3;margin-top:-4px}.ng-table th.sortable .sort-indicator:before{margin-top:2px;border-bottom:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000}.ng-table th.sortable .sort-indicator:hover:after,.ng-table th.sortable .sort-indicator:hover:before{opacity:1;visibility:visible}.ng-table th.sortable.sort-desc,.ng-table th.sortable.sort-asc{background-color:rgba(141,192,219,.25);text-shadow:0 1px 1px rgba(255,255,255,.75)}.ng-table th.sortable.sort-desc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:after{margin-top:-2px}.ng-table th.sortable.sort-desc .sort-indicator:before,.ng-table th.sortable.sort-asc .sort-indicator:before{visibility:hidden}.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:hover:after{visibility:visible;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.sortable.sort-desc .sort-indicator:after{border-bottom:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;visibility:visible;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ng-table+.pagination{margin-top:0}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid #999}.ng-table-responsive tr{border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:0;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}.ng-table-responsive td:before{content:attr(data-title-text)}.ng-table-responsive,.ng-table-responsive thead,.ng-table-responsive tbody,.ng-table-responsive th,.ng-table-responsive td,.ng-table-responsive tr{display:block}}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ngdialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer;
}

body.ngdialog-open {
  overflow: hidden;
}
/*! ng-dialog - v0.4.0 (https://github.com/likeastore/ngDialog) */

@-webkit-keyframes ngdialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ngdialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes ngdialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes ngdialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px)}}.ngdialog.ngdialog-theme-default{padding-bottom:160px;padding-top:160px}.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content{-webkit-animation:ngdialog-flyout .5s;animation:ngdialog-flyout .5s}.ngdialog.ngdialog-theme-default .ngdialog-content{-webkit-animation:ngdialog-flyin .5s;animation:ngdialog-flyin .5s;background:#f0f0f0;border-radius:5px;color:#444;font-family:Helvetica,sans-serif;font-size:1.1em;line-height:1.5em;margin:0 auto;max-width:100%;padding:1em;position:relative;width:450px}.ngdialog.ngdialog-theme-default .ngdialog-close{border-radius:5px;cursor:pointer;position:absolute;right:0;top:0}.ngdialog.ngdialog-theme-default .ngdialog-close:before{background:0 0;border-radius:3px;color:#bbb;content:'\00D7';font-size:26px;font-weight:400;height:30px;line-height:26px;position:absolute;right:3px;text-align:center;top:3px;width:30px}.ngdialog.ngdialog-theme-default .ngdialog-close:active:before,.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before{color:#777}.ngdialog.ngdialog-theme-default .ngdialog-message{margin-bottom:.5em}.ngdialog.ngdialog-theme-default .ngdialog-input{margin-bottom:1em}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url],.ngdialog.ngdialog-theme-default .ngdialog-input textarea{background:#fff;border:0;border-radius:3px;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0 0 .25em;min-height:2.5em;padding:.25em .67em;width:100%}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus{-webkit-box-shadow:inset 0 0 0 2px #8dbdf1;box-shadow:inset 0 0 0 2px #8dbdf1;outline:0}.ngdialog.ngdialog-theme-default .ngdialog-buttons{*zoom:1}.ngdialog.ngdialog-theme-default .ngdialog-buttons:after{content:'';display:table;clear:both}.ngdialog.ngdialog-theme-default .ngdialog-button{border:0;border-radius:3px;cursor:pointer;float:right;font-family:inherit;font-size:.8em;letter-spacing:.1em;line-height:1em;margin:0 0 0 .5em;padding:.75em 2em;text-transform:uppercase}.ngdialog.ngdialog-theme-default .ngdialog-button:focus{-webkit-animation:ngdialog-pulse 1.1s infinite;animation:ngdialog-pulse 1.1s infinite;outline:0}@media (max-width:568px){.ngdialog.ngdialog-theme-default .ngdialog-button:focus{-webkit-animation:none;animation:none}}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary{background:#3288e6;color:#fff}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary{background:#e0e0e0;color:#777}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.selectize-control.single>.selectize-input>input,.selectize-control>.selectize-dropdown{width:100%}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control.multi>.selectize-input>input{margin:0!important}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}.ui-select-refreshing.glyphicon{position:absolute;right:0;padding:8px 27px}@-webkit-keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-select-spin{-webkit-animation:ui-select-spin 2s infinite linear;animation:ui-select-spin 2s infinite linear}.ui-select-refreshing.ng-animate{-webkit-animation:none 0s}
/*# sourceMappingURL=select.min.css.map */

.cg-busy{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1001}.cg-busy-animation.ng-hide-add,.cg-busy-animation.ng-hide-remove{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;display:block!important}.cg-busy-animation.ng-hide-remove{opacity:0;-webkit-transform:translate(0px,-40px);-moz-transform:translate(0px,-40px);-ms-transform:translate(0px,-40px);-o-transform:translate(0px,-40px);transform:translate(0px,-40px)}.cg-busy-animation.ng-hide-add,.cg-busy-animation.ng-hide-remove.ng-hide-remove-active{opacity:1;-webkit-transform:translate(0px,0);-moz-transform:translate(0px,0);-ms-transform:translate(0px,0);-o-transform:translate(0px,0);transform:translate(0px,0)}.cg-busy-animation.ng-hide-add.ng-hide-add-active{opacity:0;-webkit-transform:translate(0px,-40px);-moz-transform:translate(0px,-40px);-ms-transform:translate(0px,-40px);-o-transform:translate(0px,-40px);transform:translate(0px,-40px)}.cg-busy-backdrop{background-color:#fff;opacity:.7}.cg-busy-backdrop-animation.ng-hide-add,.cg-busy-backdrop-animation.ng-hide-remove{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;display:block!important}.cg-busy-backdrop-animation.ng-hide{opacity:0}.cg-busy-default-wrapper{text-align:center}.cg-busy-default-sign{display:inline-block;position:relative;z-index:1002;padding-bottom:6px;color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#e9eeee;border:1px solid #ddd;border-top-width:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border-top-left-radius:0;border-top-right-radius:0;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.cg-busy-default-text{margin:13px 12px 6px 49px;font-size:16px;color:#555;text-align:left;max-width:400px}.cg-busy-default-spinner{position:absolute;width:25px;height:25px;display:inline-block;top:12px;left:14px}.cg-busy-default-spinner div{width:12%;height:26%;background:#000;position:absolute;left:44.5%;top:37%;opacity:0;-webkit-animation:cg-busy-spinner-anim 1s linear infinite;-moz-animation:cg-busy-spinner-anim 1s linear infinite;-ms-animation:cg-busy-spinner-anim 1s linear infinite;-o-animation:cg-busy-spinner-anim 1s linear infinite;animation:cg-busy-spinner-anim 1s linear infinite;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);-moz-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2)}.cg-busy-default-spinner div.bar1{-webkit-transform:rotate(0deg) translate(0,-142%);-moz-transform:rotate(0deg) translate(0,-142%);-ms-transform:rotate(0deg) translate(0,-142%);-o-transform:rotate(0deg) translate(0,-142%);transform:rotate(0deg) translate(0,-142%);-webkit-animation-delay:0s;-moz-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.cg-busy-default-spinner div.bar2{-webkit-transform:rotate(30deg) translate(0,-142%);-moz-transform:rotate(30deg) translate(0,-142%);-ms-transform:rotate(30deg) translate(0,-142%);-o-transform:rotate(30deg) translate(0,-142%);transform:rotate(30deg) translate(0,-142%);-webkit-animation-delay:-.9167s;-moz-animation-delay:-.9167s;-ms-animation-delay:-.9167s;-o-animation-delay:-.9167s;animation-delay:-.9167s}.cg-busy-default-spinner div.bar3{-webkit-transform:rotate(60deg) translate(0,-142%);-moz-transform:rotate(60deg) translate(0,-142%);-ms-transform:rotate(60deg) translate(0,-142%);-o-transform:rotate(60deg) translate(0,-142%);transform:rotate(60deg) translate(0,-142%);-webkit-animation-delay:-.833s;-moz-animation-delay:-.833s;-ms-animation-delay:-.833s;-o-animation-delay:-.833s;animation-delay:-.833s}.cg-busy-default-spinner div.bar4{-webkit-transform:rotate(90deg) translate(0,-142%);-moz-transform:rotate(90deg) translate(0,-142%);-ms-transform:rotate(90deg) translate(0,-142%);-o-transform:rotate(90deg) translate(0,-142%);transform:rotate(90deg) translate(0,-142%);-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-ms-animation-delay:-.75s;-o-animation-delay:-.75s;animation-delay:-.75s}.cg-busy-default-spinner div.bar5{-webkit-transform:rotate(120deg) translate(0,-142%);-moz-transform:rotate(120deg) translate(0,-142%);-ms-transform:rotate(120deg) translate(0,-142%);-o-transform:rotate(120deg) translate(0,-142%);transform:rotate(120deg) translate(0,-142%);-webkit-animation-delay:-.667s;-moz-animation-delay:-.667s;-ms-animation-delay:-.667s;-o-animation-delay:-.667s;animation-delay:-.667s}.cg-busy-default-spinner div.bar6{-webkit-transform:rotate(150deg) translate(0,-142%);-moz-transform:rotate(150deg) translate(0,-142%);-ms-transform:rotate(150deg) translate(0,-142%);-o-transform:rotate(150deg) translate(0,-142%);transform:rotate(150deg) translate(0,-142%);-webkit-animation-delay:-.5833s;-moz-animation-delay:-.5833s;-ms-animation-delay:-.5833s;-o-animation-delay:-.5833s;animation-delay:-.5833s}.cg-busy-default-spinner div.bar7{-webkit-transform:rotate(180deg) translate(0,-142%);-moz-transform:rotate(180deg) translate(0,-142%);-ms-transform:rotate(180deg) translate(0,-142%);-o-transform:rotate(180deg) translate(0,-142%);transform:rotate(180deg) translate(0,-142%);-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-ms-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}.cg-busy-default-spinner div.bar8{-webkit-transform:rotate(210deg) translate(0,-142%);-moz-transform:rotate(210deg) translate(0,-142%);-ms-transform:rotate(210deg) translate(0,-142%);-o-transform:rotate(210deg) translate(0,-142%);transform:rotate(210deg) translate(0,-142%);-webkit-animation-delay:-.41667s;-moz-animation-delay:-.41667s;-ms-animation-delay:-.41667s;-o-animation-delay:-.41667s;animation-delay:-.41667s}.cg-busy-default-spinner div.bar9{-webkit-transform:rotate(240deg) translate(0,-142%);-moz-transform:rotate(240deg) translate(0,-142%);-ms-transform:rotate(240deg) translate(0,-142%);-o-transform:rotate(240deg) translate(0,-142%);transform:rotate(240deg) translate(0,-142%);-webkit-animation-delay:-.333s;-moz-animation-delay:-.333s;-ms-animation-delay:-.333s;-o-animation-delay:-.333s;animation-delay:-.333s}.cg-busy-default-spinner div.bar10{-webkit-transform:rotate(270deg) translate(0,-142%);-moz-transform:rotate(270deg) translate(0,-142%);-ms-transform:rotate(270deg) translate(0,-142%);-o-transform:rotate(270deg) translate(0,-142%);transform:rotate(270deg) translate(0,-142%);-webkit-animation-delay:-.25s;-moz-animation-delay:-.25s;-ms-animation-delay:-.25s;-o-animation-delay:-.25s;animation-delay:-.25s}.cg-busy-default-spinner div.bar11{-webkit-transform:rotate(300deg) translate(0,-142%);-moz-transform:rotate(300deg) translate(0,-142%);-ms-transform:rotate(300deg) translate(0,-142%);-o-transform:rotate(300deg) translate(0,-142%);transform:rotate(300deg) translate(0,-142%);-webkit-animation-delay:-.1667s;-moz-animation-delay:-.1667s;-ms-animation-delay:-.1667s;-o-animation-delay:-.1667s;animation-delay:-.1667s}.cg-busy-default-spinner div.bar12{-webkit-transform:rotate(330deg) translate(0,-142%);-moz-transform:rotate(330deg) translate(0,-142%);-ms-transform:rotate(330deg) translate(0,-142%);-o-transform:rotate(330deg) translate(0,-142%);transform:rotate(330deg) translate(0,-142%);-webkit-animation-delay:-.0833s;-moz-animation-delay:-.0833s;-ms-animation-delay:-.0833s;-o-animation-delay:-.0833s;animation-delay:-.0833s}@-webkit-keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}@-moz-keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}@keyframes cg-busy-spinner-anim{from{opacity:1}to{opacity:.25}}
.ats-switch {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  min-width: 100px;
}
.ats-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.ats-switch.disabled .switch-left,
.ats-switch.disabled .switch-right,
.ats-switch.disabled .knob {
  cursor: default !important;
}
.ats-switch span {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 20px;
  padding: 4px;
  text-align: center;
  width: 33%;
  white-space: nowrap;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ats-switch > div {
  position: relative;
  width: 150%;
}
.ats-switch .knob {
  background: red;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
  width: 34%;
  z-index: 100;
}
.ats-switch .switch-on {
  left: 0%;
}
.ats-switch .switch-off {
  left: -50%;
}
.ats-switch .swtich-left,
.ats-switch .switch-right {
  z-index: 1;
}
.ats-switch .switch-left {
  color: #fff;
  background: #005fcc;
}
.ats-switch .switch-right {
  color: #333;
  background: #f0f0f0;
}
.ats-switch .switch-animate {
  transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
.ats-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ats-switch:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ats-switch.disabled:hover {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
}
.ats-switch .knob {
  border-right: none;
  border-left: none;
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  background: #fff;
}
.ats-switch .knob i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.ats-switch .switch-left,
.ats-switch .switch-right,
.ats-switch .knob {
  min-height: 28px;
}
.ats-switch.switch-mini {
  min-width: 72px;
}
.ats-switch.switch-mini .switch-left,
.ats-switch.switch-mini .switch-right,
.ats-switch.switch-mini .knob {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
  min-height: 18px;
}
.ats-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.ats-switch.switch-small {
  min-width: 80px;
}
.ats-switch.switch-small .switch-left,
.ats-switch.switch-small .switch-right,
.ats-switch.switch-small .knob {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
  min-height: 24px;
}
.ats-switch.switch-large {
  min-width: 120px;
}
.ats-switch.switch-large .switch-left,
.ats-switch.switch-large .switch-right,
.ats-switch.switch-large .knob {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
  min-height: 34px;
}
.ats-switch span.switch-left {
  color: #fff;
  background: #428bca;
}
.ats-switch span.switch-right {
  color: #000;
  background: #eeeeee;
}
.ats-switch.switch-primary span.switch-left {
  color: #fff;
  background: #428bca;
}
.ats-switch.switch-info span.switch-left {
  color: #fff;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #fff;
  background: #5cb85c;
}
.ats-switch.switch-warning span.switch-left {
  background: #f0ad4e;
  color: #fff;
}
.ats-switch.switch-danger span.switch-left {
  color: #fff;
  background: #d9534f;
}
.ats-switch.switch-default span.switch-left {
  color: #000;
  background: #eeeeee;
}

.c3 svg{font:10px sans-serif;-webkit-tap-highlight-color:transparent}.c3 line,.c3 path{fill:none;stroke:#000}.c3 text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}.c3-chart-arc path{stroke:#fff}.c3-chart-arc rect{stroke:#fff;stroke-width:1}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}.c3-text.c3-empty{fill:grey;font-size:2em}.c3-line{stroke-width:1px}.c3-circle._expanded_{stroke-width:1px;stroke:#fff}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:1;fill-opacity:.75}.c3-target.c3-focused{opacity:1}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important}.c3-region{fill:#4682b4;fill-opacity:.1}.c3-brush .extent{fill-opacity:.1}.c3-legend-item{font-size:12px}.c3-legend-item-hidden{opacity:.15}.c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1}.c3-title{font:14px sans-serif}.c3-tooltip-container{z-index:10}.c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;-webkit-box-shadow:7px 7px 12px -9px #777;-moz-box-shadow:7px 7px 12px -9px #777;box-shadow:7px 7px 12px -9px #777;opacity:.9}.c3-tooltip tr{border:1px solid #ccc}.c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#fff}.c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999}.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}.c3-tooltip td.value{text-align:right}.c3-area{stroke-width:0;opacity:.2}.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:#fff}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}.c3-chart-arcs .c3-chart-arcs-gauge-max{fill:#777}.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}.c3-chart-arc .c3-gauge-value{fill:#000}.c3-chart-arc.c3-target g path{opacity:1}.c3-chart-arc.c3-target.c3-focused g path{opacity:1}
#loading-bar,#loading-bar-spinner{pointer-events:none;-webkit-pointer-events:none;-webkit-transition:350ms linear all;-moz-transition:350ms linear all;-o-transition:350ms linear all;transition:350ms linear all}#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active,#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active{opacity:0}#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave,#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave{opacity:1}#loading-bar .bar{-webkit-transition:width 350ms;-moz-transition:width 350ms;-o-transition:width 350ms;transition:width 350ms;background:#29d;position:fixed;z-index:10002;top:0;left:0;width:100%;height:2px;border-bottom-right-radius:1px;border-top-right-radius:1px}#loading-bar .peg{position:absolute;width:70px;right:0;top:0;height:2px;opacity:.45;-moz-box-shadow:#29d 1px 0 6px 1px;-ms-box-shadow:#29d 1px 0 6px 1px;-webkit-box-shadow:#29d 1px 0 6px 1px;box-shadow:#29d 1px 0 6px 1px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%}#loading-bar-spinner{display:block;position:fixed;z-index:10002;top:10px;left:10px}#loading-bar-spinner .spinner-icon{width:14px;height:14px;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:loading-bar-spinner 400ms linear infinite;-moz-animation:loading-bar-spinner 400ms linear infinite;-ms-animation:loading-bar-spinner 400ms linear infinite;-o-animation:loading-bar-spinner 400ms linear infinite;animation:loading-bar-spinner 400ms linear infinite}@-webkit-keyframes loading-bar-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes loading-bar-spinner{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes loading-bar-spinner{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes loading-bar-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-bar-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
/*!
angular-xeditable - 0.1.10
Edit-in-place for angular.js
Build date: 2016-02-16 
*/

.editable-wrap{display:inline-block;white-space:nowrap;margin:0}.editable-wrap .editable-controls,.editable-wrap .editable-error{margin-bottom:0}.editable-wrap .editable-controls>input,.editable-wrap .editable-controls>select,.editable-wrap .editable-controls>textarea{margin-bottom:0}.editable-wrap .editable-input{display:inline-block}.editable-buttons{display:inline-block;vertical-align:top}.editable-buttons button{margin-left:5px}.editable-input.editable-has-buttons{width:auto}.editable-bstime .editable-input input[type=text]{width:46px}.editable-bstime .well-small{margin-bottom:0;padding:10px}.editable-range output{display:inline-block;min-width:30px;vertical-align:top;text-align:center}.editable-color input[type=color]{width:50px}.editable-checkbox label span,.editable-checklist label span,.editable-radiolist label span{margin-left:7px;margin-right:10px}.editable-hide{display:none!important}.editable-click,a.editable-click{text-decoration:none;color:#428bca;border-bottom:dashed 1px #428bca}.editable-click:hover,a.editable-click:hover{text-decoration:none;color:#2a6496;border-bottom-color:#2a6496}.editable-empty,.editable-empty:hover,.editable-empty:focus,a.editable-empty,a.editable-empty:hover,a.editable-empty:focus{font-style:italic;color:#D14;text-decoration:none}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

html.old-theme {
  min-height: 100%;
}
/*
   This is all imports for the new theme
   ========================================================================== */
.new-theme * {
  box-sizing: border-box;
}
.new-theme html,
.new-theme body {
  margin: 0;
  min-height: 100%;
}
.new-theme button,
.new-theme input {
  outline: none;
  font-size: inherit;
}
.new-theme h1 {
  margin: 0;
  padding: 0;
}
.new-theme h2 {
  margin: 0;
  padding: 0;
}
.new-theme h3 {
  margin: 0;
  padding: 0;
}
.new-theme h4 {
  margin: 0;
  padding: 0;
}
.new-theme h5 {
  margin: 0;
  padding: 0;
}
.new-theme h6 {
  margin: 0;
  padding: 0;
}
.new-theme body {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.new-theme .txt-xl {
  font-size: 26px;
}
.new-theme .txt-l {
  font-size: 26px;
}
.new-theme .txt-m {
  font-size: 16px;
}
.new-theme .txt-xs {
  font-size: 12px;
}
.new-theme .txt-s {
  font-size: 14px;
}
.new-theme .alert-dialogue {
  background-color: #fff;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  color: #37474f;
  padding: 24px 16px;
  border: 1px solid #e5e9f2;
  background-color: #f9fafc;
  transition: opacity 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform: translateY(-10px);
  opacity: 0;
}
.new-theme .alert-dialogue--error {
  border: 1px solid #e66363;
  background-color: #f99;
}
.new-theme .alert-dialogue--success {
  border: 1px solid #599b00;
  background-color: #a5ff99;
}
.new-theme .alert-dialogue.is-show {
  opacity: 1;
  transform: translateY(0);
}
.new-theme .btn {
  background-color: #fff;
  border-radius: 3px;
  font-size: 16px;
  border: none;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 8px 24px;
  transition: background-color 0.3s ease-in;
}
.new-theme .btn--primary {
  color: #fff;
  background-color: #2ea8e6;
}
.new-theme .btn--primary:hover {
  background-color: #2896cc;
}
.new-theme .btn--larger {
  line-height: 1;
  padding: 16px 24px;
}
.new-theme .btn--fluid {
  width: 100%;
}
.new-theme .btn:disabled {
  background-color: #e5e9f2;
}
.new-theme .floating-label {
  font-size: 16px;
  position: relative;
}
.new-theme .floating-label__input {
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  color: #8492a6;
  border: 1px solid #c0ccda;
  transition: border-color 0.3s ease;
  padding: 20px 16px 8px 16px;
}
.new-theme .floating-label__label {
  top: 0;
  left: 16px;
  line-height: 3;
  position: absolute;
  color: #8492a6;
  transform: scale(1.333333333333333);
  transform-origin: 0 0;
  transition: transform 0.3s ease;
  will-change: transform;
  font-size: 12px;
}
.new-theme .floating-label:hover .floating-label__input,
.new-theme .floating-label.is-focus .floating-label__input,
.new-theme .floating-label.is-filled .floating-label__input {
  color: #37474f;
  border-color: #8492a6;
}
.new-theme .floating-label:hover .floating-label__label,
.new-theme .floating-label.is-focus .floating-label__label,
.new-theme .floating-label.is-filled .floating-label__label {
  transform: scale(1);
}
.new-theme .floating-label.is-error .floating-label__input {
  border-color: #ff6e6e;
}
.new-theme .floating-label.is-error .floating-label__label {
  color: #ff6e6e;
}
.new-theme .form__row {
  margin: 24px 0;
}
.new-theme .link {
  cursor: pointer;
}
.new-theme .link--tiny {
  font-size: 12px;
  line-height: 1.25;
  text-decoration: underline;
}
.new-theme .id-magalu-error,
.new-theme .id-magalu {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  font-size: 16px;
  overflow: scroll;
  max-height: 100vh;
}
.new-theme .id-magalu-error {
  z-index: 2;
}
.new-theme .id-magalu {
  background-color: #e5e5e5;
}
.new-theme .id-magalu:before {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  outline: 2px solid transparent;
  background: linear-gradient(90deg, #fbe53b 0%, #ff4f01 16.82%, #ff14b3 35.13%, #8000ff 55%, #00c1ff 80%, #17f036 99.62%);
}
.new-theme .id-magalu-header {
  background-color: #fff;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-theme .id-magalu-container {
  width: 80%;
  margin: 75px auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 80px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
}
.new-theme .id-magalu-actions {
  width: 100%;
  margin-top: 50px;
}
.new-theme .id-magalu-action {
  display: flex;
  flex-direction: row;
  border-radius: 6px;
  border: 1px solid;
  width: 100%;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
.new-theme .id-magalu-ns-logo {
  margin-bottom: 50px;
}
.new-theme .id-magalu-btn {
  min-width: 130px;
}
.new-theme #id-magalu-invalid-user {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.22s ease;
}
.new-theme #id-magalu-invalid-user.fade-in {
  opacity: 1;
  visibility: visible;
}
.new-theme #id-magalu-invalid-user .modal-content {
  position: fixed;
  top: 30%;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  left: 50%;
  border-radius: 5px;
  transform: translateX(-50%);
  box-shadow: 0px 2px 5px rgba(29,43,122,0.15);
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.new-theme #id-magalu-invalid-user:before {
  content: '';
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  border-radius: 5px;
  z-index: -1;
  display: block;
}
.new-theme #id-magalu-invalid-user .modal-header {
  font-size: 20px;
  padding-top: 18px;
  color: #424a52;
}
.new-theme #id-magalu-invalid-user .modal-body {
  padding: 35px;
  border-top: 1px solid #dae2f4;
  border-bottom: 1px solid #dae2f4;
  margin: 25px 0;
  line-height: 24px;
  color: #424a52;
  text-align: center;
}
.new-theme #id-magalu-invalid-user .modal-footer {
  display: inline-block;
  text-align: center;
  padding-bottom: 30px;
}
.new-theme #id-magalu-invalid-user .btn {
  font-size: 10px;
  line-height: 24px;
}
.new-theme #ns-loading-app {
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: progress;
}
.new-theme #ns-loading-app i {
  color: #5b2f82;
  font-size: 30px;
}
.new-theme #ns-loading-app img {
  animation: logo-pulse 0.9s infinite alternate ease-out;
  max-width: 200px;
}
@-moz-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.new-theme .id-magalu-error,
.new-theme .id-magalu {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  font-size: 16px;
  overflow: scroll;
  max-height: 100vh;
}
.new-theme .id-magalu-error {
  z-index: 2;
}
.new-theme .id-magalu {
  background-color: #e5e5e5;
}
.new-theme .id-magalu:before {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  outline: 2px solid transparent;
  background: linear-gradient(90deg, #fbe53b 0%, #ff4f01 16.82%, #ff14b3 35.13%, #8000ff 55%, #00c1ff 80%, #17f036 99.62%);
}
.new-theme .id-magalu-header {
  background-color: #fff;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-theme .id-magalu-container {
  width: 80%;
  margin: 75px auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 80px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
}
.new-theme .id-magalu-actions {
  width: 100%;
  margin-top: 50px;
}
.new-theme .id-magalu-action {
  display: flex;
  flex-direction: row;
  border-radius: 6px;
  border: 1px solid;
  width: 100%;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
.new-theme .id-magalu-ns-logo {
  margin-bottom: 50px;
}
.new-theme .id-magalu-btn {
  min-width: 130px;
}
.new-theme #id-magalu-invalid-user {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.22s ease;
}
.new-theme #id-magalu-invalid-user.fade-in {
  opacity: 1;
  visibility: visible;
}
.new-theme #id-magalu-invalid-user .modal-content {
  position: fixed;
  top: 30%;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  left: 50%;
  border-radius: 5px;
  transform: translateX(-50%);
  box-shadow: 0px 2px 5px rgba(29,43,122,0.15);
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.new-theme #id-magalu-invalid-user:before {
  content: '';
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  border-radius: 5px;
  z-index: -1;
  display: block;
}
.new-theme #id-magalu-invalid-user .modal-header {
  font-size: 20px;
  padding-top: 18px;
  color: #424a52;
}
.new-theme #id-magalu-invalid-user .modal-body {
  padding: 35px;
  border-top: 1px solid #dae2f4;
  border-bottom: 1px solid #dae2f4;
  margin: 25px 0;
  line-height: 24px;
  color: #424a52;
  text-align: center;
}
.new-theme #id-magalu-invalid-user .modal-footer {
  display: inline-block;
  text-align: center;
  padding-bottom: 30px;
}
.new-theme #id-magalu-invalid-user .btn {
  font-size: 10px;
  line-height: 24px;
}
.new-theme #ns-loading-app {
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: progress;
}
.new-theme #ns-loading-app i {
  color: #5b2f82;
  font-size: 30px;
}
.new-theme #ns-loading-app img {
  animation: logo-pulse 0.9s infinite alternate ease-out;
  max-width: 200px;
}
@-moz-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes logo-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.new-theme .login {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
}
.new-theme .login__brand-container {
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.666666666666664%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 12px;
  position: relative;
}
.new-theme .login__brand-container::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1050px) {
  .new-theme .login__brand-container {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 12px;
  }
  .new-theme .login__brand-container::after {
    content: '';
    display: table;
    clear: both;
  }
}
.new-theme .login__brand {
  position: absolute;
  transform-style: preserve-3d;
  left: 50%;
  transform: translateX(-50%);
  width: 124;
  height: 35px;
  margin-top: 40px;
}
.new-theme .login__title {
  font-size: 36px;
  font-weight: normal;
}
.new-theme .login__form-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 58.333333333333336%;
  margin-right: 0%;
  padding: 0 12px;
}
.new-theme .login__form-container::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 450px) and (max-width: 1050px) {
  .new-theme .login__form-container {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 12px;
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-theme .login__form-container::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 450px) {
  .new-theme .login__form-container {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 12px;
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .new-theme .login__form-container::after {
    content: '';
    display: table;
    clear: both;
  }
}
.new-theme .login__alerts {
  width: 100%;
  align-self: end;
  width: 500px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 450px) and (max-width: 1050px) {
  .new-theme .login__alerts {
    padding: 0;
    width: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .new-theme .login__alerts {
    padding: 0;
    width: 300px;
  }
}
.new-theme .login__form {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 6px 0 rgba(132,146,166,0.3);
  position: relative;
  padding: 40px;
  width: 500px;
  float: right;
  align-self: end;
}
@media only screen and (min-width: 450px) and (max-width: 1050px) {
  .new-theme .login__form {
    padding: 24px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 1050px) {
  .new-theme .login__form {
    padding: 16px;
    width: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .new-theme .login__form {
    width: 300px;
  }
}
.new-theme .login__link-lost {
  font-size: 1rem;
  padding-top: 3px;
}
.new-theme .login__link-lost,
.new-theme .login__link-return {
  float: right;
}
.new-theme .login__submit {
  margin-top: 40px;
}
.new-theme .login:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  display: block;
  position: fixed;
  background: -webkit-linear-gradient(left, #d2a809 0%, #d2a809 16.650000000000002%, #9ec435 16.666666666666668%, #9ec435 33.31666666666667%, #0084b6 33.333333333333336%, #0084b6 49.98333333333334%, #3e1a6f 50%, #3e1a6f 66.65%, #b10059 66.66666666666667%, #b10059 83.31666666666666%, #c85c19 83.33333333333334%);
}
@media only screen and (max-width: 450px) {
  .new-theme .login.is-theme-1 {
    background-image: url("../images/new-theme/login/theme-1-768x576px.jpg");
  }
}
@media only screen and (min-width: 450px) and (max-width: 1050px) {
  .new-theme .login.is-theme-1 {
    background-image: url("../images/new-theme/login/theme-1-1280x960px.jpg");
  }
}
@media only screen and (min-width: 1050px) {
  .new-theme .login.is-theme-1 {
    background-image: url("../images/new-theme/login/theme-1-1920x1440px.jpg");
  }
}
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .new-theme .login.is-theme-1 {
    background-image: url("../images/new-theme/login/theme-1-2880x2160px.jpg");
  }
}
@media only screen and (max-width: 450px) {
  .new-theme .login.is-theme-2 {
    background-image: url("../images/new-theme/login/theme-2-768x576px.jpg");
  }
}
@media only screen and (min-width: 450px) and (max-width: 1050px) {
  .new-theme .login.is-theme-2 {
    background-image: url("../images/new-theme/login/theme-2-1280x960px.jpg");
  }
}
@media only screen and (min-width: 1050px) {
  .new-theme .login.is-theme-2 {
    background-image: url("../images/new-theme/login/theme-2-1920x1440px.jpg");
  }
}
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .new-theme .login.is-theme-2 {
    background-image: url("../images/new-theme/login/theme-2-2880x2160px.jpg");
  }
}
@media only screen and (max-width: 450px) {
  .new-theme .login.is-theme-3 {
    background-image: url("../images/new-theme/login/theme-3-768x576px.jpg");
  }
}
@media only screen and (min-width: 450px) and (max-width: 1050px) {
  .new-theme .login.is-theme-3 {
    background-image: url("../images/new-theme/login/theme-3-1280x960px.jpg");
  }
}
@media only screen and (min-width: 1050px) {
  .new-theme .login.is-theme-3 {
    background-image: url("../images/new-theme/login/theme-3-1920x1440px.jpg");
  }
}
@media only screen and (min-resolution: 1.5dppx), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .new-theme .login.is-theme-3 {
    background-image: url("../images/new-theme/login/theme-3-2880x2160px.jpg");
  }
}
.new-theme .login-id-magalu .login__form {
  border-radius: 25px !important;
  padding: 50px;
  width: 480px;
}
.new-theme .login-id-magalu .login__form-error {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
  color: #be0f0f;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
}
.new-theme .login-id-magalu .welcome,
.new-theme .login-id-magalu .marketplace,
.new-theme .login-id-magalu .netshoes,
.new-theme .login-id-magalu .entre-login {
  font-style: normal;
  text-align: center;
}
.new-theme .login-id-magalu .welcome,
.new-theme .login-id-magalu .marketplace,
.new-theme .login-id-magalu .netshoes {
  font-family: 'Source Sans Pro';
  margin: 10px;
}
.new-theme .login-id-magalu .welcome {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #000;
}
.new-theme .login-id-magalu .marketplace {
  font-weight: 400;
  font-size: 46px;
  line-height: 58px;
  letter-spacing: 0.19em;
  color: #000;
}
.new-theme .login-id-magalu .netshoes {
  font-weight: 700;
  font-size: 58px;
  line-height: 73px;
  color: #000;
}
.new-theme .login-id-magalu .entre-login {
  font-family: 'Roboto';
  font-size: 17px;
  line-height: 24px;
  background: #fff;
  padding: 0 10px;
  font-weight: 700;
  overflow: hidden;
}
.new-theme .login-id-magalu .entre-login:after,
.new-theme .login-id-magalu .entre-login:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.new-theme .login-id-magalu .entre-login:before {
  right: 0.5em;
  margin-left: -50%;
}
.new-theme .login-id-magalu .entre-login:after {
  left: 0.5em;
  margin-right: -50%;
}
.new-theme .login-id-magalu .botao-login-container {
  text-align: center;
}
.new-theme .login-id-magalu .botao-login {
  border: none;
  border-radius: 5px;
  background: linear-gradient(to bottom, #e7e7e7, #7d848a);
  padding: 1px;
  cursor: pointer;
}
.new-theme .login-id-magalu .botao-login .svg-container {
  background-color: #fff;
  padding: 5px 23px;
  border-radius: 5px;
}
.new-theme .login-id-magalu .login__alerts {
  top: -85px !important;
}
.new-theme .login-id-magalu .login__alerts .alert-dialogue {
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  color: #2d3e45;
  font-size: 13px;
  padding: 16px 15px;
  background: #ff8f8f;
  border: 1px solid #f7696a;
  border-radius: 5px;
}
html.new-theme {
  min-height: 100%;
}
.table-container {
  border: 1px solid #ececec;
  box-shadow: 0px 2px 4px -1px rgba(120,128,137,0.2), 0px 4px 5px rgba(120,128,137,0.14), 0px 1px 10px rgba(120,128,137,0.12);
  border-radius: 8px;
  margin-top: 30px;
  overflow-x: scroll;
}
#custom-fee ns-select-seller {
  max-width: inherit;
}
#custom-fee ns-select-seller .merged-bar.p-v-5 {
  padding: inherit;
}
#custom-fee .pagination {
  margin-top: 15px;
}
#custom-fee .custom-fee-exports {
  position: absolute;
  right: 0;
  margin-right: 30px;
}
#custom-fee .custom-fee-actions {
  min-width: 100px;
}
#custom-fee .btn--no-bg {
  background: transparent;
  border: none;
  vertical-align: middle;
}
#custom-fee .input-money--input {
  margin: 0 auto;
  max-width: 80px;
  padding: 4px 10px !important;
}
#custom-fee .last-modified {
  min-width: 135px;
}
#custom-fee .seller-name {
  min-width: 165px;
}
#custom-fee .fee-value {
  min-width: 100px;
}
#custom-fee .start-date {
  min-width: 105px;
}
#custom-fee .table-full tbody > tr > td {
  cursor: initial;
}
#newFee label {
  margin-bottom: 5px;
  margin-left: 8px;
  font-size: 13px !important;
}
#newFee .alert {
  padding-top: 10px;
  padding-bottom: 10px;
}
#newFee ns-select-seller .merged-bar {
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  padding: 0;
}
#newFee ns-select-seller .merged-bar .search-input {
  margin: 0;
}
#newFee ns-select-seller .merged-bar .btn {
  padding: 4px 16px;
}
#newFee .modal-body {
  font-size: 13px;
}
#newFee .input-money--input {
  padding: 8px 10px !important;
}
.edit-repasse {
  background-color: #f9fafb;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-left: 3px solid #4994ec;
}
.edit-repasse-header {
  border-bottom: 1px solid #cecfd1;
}
.edit-repasse-description {
  padding: 20px;
  border: 1px solid #cecfd1;
  background-color: #fff;
  color: #676767;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.edit-repasse h2 {
  font-size: 16px;
  color: #4994ec;
  margin: 0;
  padding-left: 8px;
  font-weight: 500;
}
.edit-repasse .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.edit-repasse .options-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.edit-repasse .option {
  cursor: pointer;
  width: 48%;
  padding: 20px;
  border: 1px solid #cecfd1;
  border-radius: 8px;
  background-color: #fff;
  color: #676767;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.edit-repasse .selected h3 {
  color: #4994ec;
}
.edit-repasse h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
}
.edit-repasse p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.edit-repasse ul {
  margin: 0;
  padding-left: 15px;
}
.edit-repasse .actions {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #ececec;
}
.edit-repasse li {
  font-size: 14px;
}
.edit-repasse .btn {
  margin: auto auto 0;
  max-width: 150px;
}
.edit-repasse .frequency-wrapper {
  max-width: 400px;
  position: relative;
  display: block;
}
.edit-repasse .radio-group {
  display: flex;
  justify-content: space-between;
}
.edit-repasse label {
  font-size: 14px;
  color: #333;
}
.edit-repasse input[type="radio"] {
  margin-right: 8px;
  position: relative;
}
.edit-repasse .day-selector {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.edit-repasse .day-btn {
  padding: 8px 16px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
}
.edit-repasse .selected-day {
  background-color: #0086ff;
  color: #fff;
}
.edit-repasse .buttons {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.edit-repasse .buttons .btn {
  margin: inherit;
}
.edit-repasse hr {
  margin: 20px 0;
  border-top: 1px solid #ececec;
}
.repasse-container {
  background-color: #f9fafb;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-left: 3px solid #4994ec;
}
.repasse-container .repasse-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.repasse-container .repasse-header h2 {
  font-size: 16px;
  color: #4994ec;
  margin: 0;
  padding-left: 8px;
  font-weight: 500;
}
.repasse-container .repasse-header .edit-icon {
  color: #4994ec;
  cursor: pointer;
}
.repasse-container .repasse-content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.repasse-container .repasse-content .repasse-item {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #e0e0e0;
}
.repasse-container .repasse-content .repasse-item h3 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
}
.repasse-container .repasse-content .repasse-item p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 25px;
  padding-top: 10px;
}
.repasse-container .repasse-content .repasse-item .highlight-transfer {
  color: #4994ec;
}
.repasse-container .repasse-content .repasse-item.repasse-info p {
  font-weight: 400;
}
.repasse-container .repasse-content .repasse-item.repasse-info b {
  font-weight: 700;
}
.repasse-container .repasse-note {
  font-size: 12px;
  color: #676767;
  text-align: left;
}
.timeline-repasse {
  position: relative;
  padding-left: 80px;
  margin: 20px 0;
}
.timeline-repasse .timeline-item {
  position: relative;
  margin-bottom: 20px;
}
.timeline-repasse .timeline-item::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-style: solid;
  border-width: 4px;
  border-color: #2196f3;
  border-radius: 50%;
  z-index: 1;
}
.timeline-repasse .timeline-item::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 25px;
  width: 1px;
  height: calc(100% - 25px);
  background-color: #788089;
  z-index: 0;
}
.timeline-repasse .timeline-date {
  position: absolute;
  left: -105px;
  text-align: right;
  width: 70px;
  font-family: 'Arial', sans-serif;
}
.timeline-repasse .timeline-date .date {
  font-size: 16px;
  line-height: 24px;
  color: #424a52;
}
.timeline-repasse .timeline-date .time {
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.timeline-repasse .timeline-content {
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
}
.timeline-repasse .timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.timeline-repasse .timeline-email {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timeline-repasse .toggle-arrow {
  transition: transform 0.3s ease;
  font-size: 12px;
}
.timeline-repasse .toggle-arrow.expanded {
  transform: rotate(180deg);
}
.timeline-repasse .timeline-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
}
.timeline-repasse .timeline-body.expanded {
  max-height: 500px;
  padding-top: 35px;
  opacity: 1;
}
.timeline-repasse .timeline-body:before {
  position: absolute;
  content: '';
  border-top: 1px solid #e0e0e0;
  top: 45px;
  width: 100%;
  height: 1px;
  left: 0;
}
.timeline-repasse .timeline-change {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #424a52;
}
.timeline-repasse .timeline-change:before {
  content: '';
  background: #ccc;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  border-radius: 10px;
}
.timeline-repasse .timeline-change:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 15px;
  width: 1px;
  height: calc(100% - 15px);
  background-color: #ccc;
  z-index: 0;
}
.timeline-repasse .timeline-change:last-child:after {
  display: none;
}
.timeline-repasse .new-value {
  color: #0086ff;
  font-weight: normal;
  line-height: 24px;
}
.timeline-repasse .new-value:last-child {
  margin-bottom: 8px;
}
.timeline-repasse .timeline-summary {
  font-size: 12px;
  color: #424a52;
  opacity: 0;
  transition: opacity 0.3s ease;
  max-height: 0;
}
.timeline-repasse .timeline-summary.visible {
  max-height: inherit;
  opacity: 1;
}
.timeline-repasse .timeline-summary-small {
  font-size: 14px;
}
.pagination-section {
  display: flex;
  gap: 10px;
  border: none;
  justify-content: right;
  font-size: 15px;
}
.action-buttons {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.action-buttons:disabled {
  color: #ccc;
  cursor: not-allowed;
}
.badge-cp {
  background-color: #1976d2;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  display: inline-block;
  font-size: 8px;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1;
  top: -1px;
  position: relative;
}
.ns-banners {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.ns-banners-item {
  display: flex;
  align-items: stretch;
  margin: 10px 0px;
}
.ns-banners--two-color {
  width: 50%;
}
.ns-banners-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ns-banners {
    flex-direction: row;
  }
  .ns-banners-item {
    margin: 5px 0px;
  }
}
.calendar-container {
  width: 400px;
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #788089;
}
.calendar-container .calendar-header {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
  color: #333;
}
.calendar-container .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 40px);
  grid-gap: 10px;
}
.calendar-container .empty {
  visibility: hidden;
}
.calendar-container .calendar-day {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.calendar-container .calendar-day:hover {
  background-color: #f0f0f0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.calendar-container .selected {
  background-color: #0086ff;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,134,255,0.3);
}
.calendar-container .selected:hover {
  background-color: #006bcc;
}
.calendar-container .disabled {
  color: #ccc;
  pointer-events: none;
}
.calendar-container .invalid-range {
  background-color: #fcc;
}
.calendar-container .error-message {
  color: #f00;
  margin-top: 10px;
  font-size: 14px;
}
.card-count {
  background-color: #fff;
  border: 1px solid #e8eaf4;
  border-radius: 5px;
  color: #9fafbe;
  transition: all ease 0.3s;
  width: 100%;
  position: relative;
  float: left;
  transition: display 0s;
  -webkit-transition: display 0s;
  -moz-transition: display 0s;
  -ms-transition: display 0s;
  -o-transition: display 0s;
  min-height: 80px;
  overflow: hidden;
  text-align: center;
  padding: 25px 20px 10px;
  z-index: 1;
}
.card-count:after,
.card-count:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  clip-path: polygon(100% 0, 10% 0, 100% 50%);
  top: 0;
  z-index: -1;
}
.card-count:before {
  width: 80%;
  background: #f1f8ff;
}
.card-count:after {
  width: 60%;
  background: #e8f1ff;
}
.card-count:hover {
  border-color: #1288fa;
}
.card-count--no-hover:hover {
  border-color: #e8eaf4;
}
.card-count-value {
  color: #797979;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  padding-top: 10px;
}
.card-count-perc {
  padding: 3px 10px;
  max-width: 50px;
  margin: 0 auto;
  border-radius: 20px;
  font-weight: bold;
  font-size: 10px;
}
.card-count-perc--red {
  background-color: #f2e8cc;
  color: #924028;
}
.card-count-perc--green {
  background-color: #daf2cc;
  color: #499228;
}
.card-count-perc--blue {
  background-color: #e8f1ff;
  color: #797979;
}
.card-count-icon {
  position: absolute;
  left: 10px;
  top: 15px;
}
.card-count-img {
  width: 40px;
  height: 45px;
}
@media screen and (min-width: 768px) {
  .card-count {
    max-width: 220px;
  }
}
@media screen and (min-width: 798px) {
  .card-count {
    max-width: 250px;
  }
}
.card-info {
  background-color: #fff;
  border: 1px solid #9fafbe;
  border-radius: 5px;
  color: #9fafbe;
  transition: all ease 0.3s;
  min-width: 250px;
  width: 100%;
  position: relative;
  float: left;
  transition: display 0s;
  -webkit-transition: display 0s;
  -moz-transition: display 0s;
  -ms-transition: display 0s;
  -o-transition: display 0s;
}
.card-info:hover {
  border-color: #1288fa;
}
.card-info-icon {
  width: 50px;
  color: #9fafbe;
  font-size: 40px;
  display: inline-block;
  float: left;
  position: relative;
  padding: 10px 15px;
}
.card-info-badge {
  display: inline-block;
  padding: 0px 10px;
  font-size: 9px;
  line-height: 22px;
  min-width: 10px;
  font-weight: normal;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  background-color: #9fafbe;
}
@media screen and (min-width: 768px) {
  .card-info {
    width: 220px;
  }
}
@media screen and (min-width: 798px) {
  .card-info {
    width: 250px;
  }
}
.checkbox-cp label {
  margin: 0 !important;
}
.checkbox-cp .checkbox__label {
  white-space: nowrap;
}
.copy-clipboard {
  cursor: pointer;
}
.copy-clipboard-confirm {
  opacity: 0;
  height: 0;
  line-height: 23px;
  margin-left: -13px;
  vertical-align: middle;
}
.copy-clipboard--copied {
  animation-name: copy-btn-animation;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
.copy-clipboard--copied .copy-clipboard-confirm {
  opacity: 1;
  height: initial;
}
@-moz-keyframes copy-btn-animation {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  99% {
    transform: translateY(-1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
  }
}
@-webkit-keyframes copy-btn-animation {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  99% {
    transform: translateY(-1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
  }
}
@-o-keyframes copy-btn-animation {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  99% {
    transform: translateY(-1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
  }
}
@keyframes copy-btn-animation {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  99% {
    transform: translateY(-1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
  }
}
.image-preview {
  display: flex;
  flex-direction: column;
}
.image-preview--info-sm,
.image-preview--info-lg {
  color: #4994ec;
  line-height: 12px;
  margin-top: 3px;
  margin-left: 8px;
}
.image-preview--info-sm.error,
.image-preview--info-lg.error {
  color: #e12a45;
}
.image-preview--info-sm {
  font-size: 10px;
}
.image-preview--info-lg {
  font-size: 13px;
}
.image-preview--image-container {
  display: flex;
  gap: 22px;
  padding: 10px;
}
.image-preview--image-container img {
  background-color: #fff;
  width: 120px;
  height: 120px;
  object-fit: scale-down;
  padding: 10px;
  border: 1px solid #cecfd1;
  border-radius: 10px;
  cursor: grab;
}
.image-preview--image-container img:active {
  cursor: grabbing;
}
.image-preview--image-button {
  position: absolute;
  margin-top: -70px;
  margin-left: 88px;
}
.image-preview--image-button--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 21px;
  background-color: #fafafa;
  border-radius: 3px;
  cursor: pointer;
}
.image-preview--image-button--icon .material-icons {
  font-size: 22px !important;
}
.image-preview--image-button .zoom {
  color: #757575;
  box-shadow: -1px 1px 5px rgba(0,0,0,0.25);
}
.image-preview--image-button .trash {
  color: #cf3d4a;
  box-shadow: -1px 1px 2px rgba(0,0,0,0.25);
}
.input-date {
  display: flex;
  flex-direction: column;
}
.input-date--label {
  margin-left: 8px;
  font-size: 13px !important;
}
.input-date--input {
  background: #fff;
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  padding: 8px 10px !important;
  box-shadow: 0 0 0 0 !important;
  line-height: 15px !important;
  font-size: 13px !important;
}
.input-date--input:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.input-date--input[type="date"]::-webkit-inner-spin-button,
.input-date--input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.input-date--input[disabled] {
  background: #ececec;
  border: 1px solid #979797;
  border-radius: 4px;
}
.input-date--info {
  color: #4994ec;
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
  margin-left: 8px;
}
.ns-input {
  box-sizing: border-box;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  padding: 5px 15px !important;
  line-height: 32px !important;
  width: 100%;
  margin-top: 0;
}
.ns-input:disabled {
  background-color: #ddd !important;
  cursor: not-allowed !important;
  opacity: 0.65;
}
.ns-input::placeholder {
  color: #c0ccda;
}
.ns-input-error {
  border: 1px solid #ff253a !important;
  background-color: #ffe5e8;
  color: #ff253a;
}
textarea.ns-input-error {
  border: 1px solid #ff253a !important;
  background-color: #ffe5e8;
  color: #ff253a;
}
.ns-input-wrapper {
  display: flex;
  flex-direction: column;
}
.ns-input-wrapper .ns-input-label {
  margin-bottom: 5px;
}
.input-money {
  display: flex;
  flex-direction: column;
}
.input-money--label {
  margin-left: 8px;
  font-size: 13px !important;
}
.input-money--label.error {
  color: #e12a45;
}
.input-money--input {
  background: #fff;
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  padding: 7px 10px !important;
  box-shadow: 0 0 0 0 !important;
  line-height: 17px !important;
  font-size: 13px !important;
}
.input-money--input:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.input-money--input.error {
  border: 1px solid #e12a45 !important;
}
.input-money--input.changed {
  border: 1px solid #ffc700 !important;
}
.input-money--input[disabled] {
  background: #ececec !important;
  border: 1px solid #979797 !important;
}
.input-money--info {
  color: #4994ec;
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
  margin-left: 8px;
}
.input-money--info.error {
  color: #e12a45 !important;
}
.input-number {
  display: flex;
  flex-direction: column;
}
.input-number--label {
  margin-left: 8px;
  font-size: 13px !important;
}
.input-number--label.error {
  color: #e12a45;
}
.input-number--input {
  background: #fff;
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  padding: 8px 10px !important;
  box-shadow: 0 0 0 0 !important;
  line-height: 17px !important;
  font-size: 13px !important;
}
.input-number--input:-webkit-autofill,
.input-number--input:-webkit-autofill:hover,
.input-number--input:-webkit-autofill:focus,
.input-number--input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.input-number--input[disabled] {
  -webkit-box-shadow: 0 0 0 30px #ececec inset !important;
}
.input-number--input:-webkit-autofill {
  -webkit-text-fill-color: #666 !important;
}
.input-number--input:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.input-number--input::-webkit-outer-spin-button,
.input-number--input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number--input[type=number] {
  -moz-appearance: textfield;
}
.input-number--input.changed {
  border: 1px solid #ffc700 !important;
}
.input-number--input.error {
  border: 1px solid #e12a45 !important;
}
.input-number--input[disabled] {
  background: #ececec !important;
  border: 1px solid #979797 !important;
}
.input-number--info {
  color: #4994ec;
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
  margin-left: 8px;
}
.input-number--info.error {
  color: #e12a45 !important;
}
.input-text {
  display: flex;
  flex-direction: column;
}
.input-text--label {
  margin-left: 8px;
  font-size: 13px !important;
}
.input-text--label.error {
  color: #e12a45;
}
.input-text--input {
  background: #fff;
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  padding: 7px 10px !important;
  box-shadow: 0 0 0 0 !important;
  line-height: 17px !important;
  font-size: 13px !important;
}
.input-text--input:-webkit-autofill,
.input-text--input:-webkit-autofill:hover,
.input-text--input:-webkit-autofill:focus,
.input-text--input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.input-text--input:-webkit-autofill[disabled],
.input-text--input:-webkit-autofill:hover[disabled],
.input-text--input:-webkit-autofill:focus[disabled],
.input-text--input:-webkit-autofill:active[disabled] {
  -webkit-box-shadow: 0 0 0 30px #ececec inset !important;
}
.input-text--input:-webkit-autofill {
  -webkit-text-fill-color: #666 !important;
}
.input-text--input:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.input-text--input.error {
  border: 1px solid #e12a45 !important;
}
.input-text--input.changed {
  border: 1px solid #ffc700 !important;
}
.input-text--input[disabled] {
  background: #ececec !important;
  border: 1px solid #979797 !important;
  opacity: 0.65;
}
.input-text--info {
  color: #4994ec;
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
  margin-left: 8px;
}
.input-text--info.error {
  color: #e12a45 !important;
}
.input-url {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  box-shadow: 0 0 0 0 !important;
}
.input-url.error {
  border: 1px solid #e12a45 !important;
}
.input-url--label {
  margin-left: 8px;
  font-size: 13px !important;
}
.input-url--label.error {
  color: #e12a45;
}
.input-url--field {
  flex: 1;
  padding: 7px 9px !important;
  border: none;
  line-height: 17px !important;
  font-size: 13px !important;
  border-radius: 4px 0 0 4px !important;
  box-shadow: 0 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
}
.input-url--field:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.input-url--field::-webkit-outer-spin-button,
.input-url--field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-url--field[disabled] {
  background: #ececec !important;
}
.input-url--button {
  width: 63px;
  background-color: #cecfd1;
  border: none;
  border-radius: 0 4px 4px 0 !important;
}
.merged-search-group {
  background-color: #fff !important;
}
.multi-option--remove-all {
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #ffab3f !important;
  margin-top: 10px !important;
  display: block;
}
.multiple-selection {
  font-size: 13px !important;
  padding: 0 15px !important;
}
.multiple-selection__item {
  line-height: 23px;
}
.ns-notification-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.ns-notification-popup .modal-dialog {
  height: 100%;
  margin: 40px 20px;
}
.ns-notification-popup .modal-content {
  box-shadow: none;
}
@media (min-width: 768px) {
  .ns-notification-popup .modal-dialog {
    padding: 30% 0;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .ns-notification-popup .modal-dialog {
    padding: 165px 0;
  }
}
.ns-id-magalu-first-access,
.ns-notification-popup,
.ns-document-popup {
  z-index: 1101;
}
.ns-id-magalu-first-access .modal-header {
  border-bottom: 1px solid #ececec;
}
.ns-id-magalu-first-access .modal-title {
  font-size: 20px;
  font-weight: 700;
}
.ns-id-magalu-first-access .modal-body,
.ns-id-magalu-first-access .modal-header {
  text-align: center;
}
.ns-id-magalu-first-access .modal-footer {
  padding-bottom: 20px;
}
.ns-id-magalu-first-access .modal-footer .btn {
  color: #fff;
  background-color: #4994ec;
  padding: 5px 22px 5px 22px;
}
.ns-id-magalu-first-access .modal-dialog {
  margin-top: 100px;
  max-width: 500px;
}
.ns-id-magalu-first-access .modal-body {
  border-bottom: 1px solid #ececec;
  padding: 30px 30px 20px;
  font-size: 16px;
}
#solucxWrapper #solucxWidgetFrame {
  max-height: 90%;
}
.notifications-bell {
  position: relative;
  cursor: pointer;
  margin-top: 23px;
  margin-right: 42px;
}
.notifications-bell-amount {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #ee7779;
  border-radius: 50%;
  border-color: #ccc;
  height: 16px;
  width: 16px;
  padding-top: 0px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  transform: scale(0);
  transition: all 0.33s ease;
}
.notifications-bell-amount--active {
  transform: scale(1);
}
.notifications-bell-icon {
  width: 20px;
}
@media (min-width: 400px) {
  .notifications-bell {
    margin-right: 23px;
  }
}
.nsDropDown {
  display: flex;
  flex-direction: column;
}
.nsDropDown--label {
  margin-left: 8px;
  font-size: 13px !important;
}
.nsDropDown--label.error {
  color: #e12a45;
}
.nsDropDown .dropdown-toggle {
  background: #fff;
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  padding: 8px 10px !important;
  box-shadow: 0 0 0 0 !important;
  line-height: 17px !important;
  font-size: 13px !important;
  height: 33px !important;
  text-transform: initial !important;
}
.nsDropDown .dropdown-toggle:hover,
.nsDropDown .dropdown-toggle:focus,
.nsDropDown .dropdown-toggle:active {
  background-color: #fff !important;
}
.nsDropDown .dropdown-toggle.error {
  border: 1px solid #e12a45 !important;
}
.nsDropDown .dropdown-toggle.error span.caret {
  color: #e12a45;
}
.nsDropDown .dropdown-toggle.changed {
  border: 1px solid #ffc700 !important;
}
.nsDropDown .dropdown-toggle.changed span.caret {
  color: #ffc700;
}
.nsDropDown .dropdown-toggle[disabled] {
  background: #ececec !important;
  border: 1px solid #979797 !important;
}
.nsDropDown .dropdown-toggle[disabled] span.caret {
  color: #979797;
}
.ns-drop-down-clean .ns-drop-down-clean__button {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  padding: 5px 15px;
  line-height: 32px;
}
.ns-drop-down-clean .ns-drop-down-clean__button:focus,
.ns-drop-down-clean .ns-drop-down-clean__button:hover {
  background-color: #fff;
}
.ns-drop-down-clean .ns-drop-down-clean__button:hover {
  box-shadow: none;
}
.ns-drop-down-clean__list .dropdown-menu {
  border-radius: 5px !important;
}
.ns-drop-down-clean__item {
  border-bottom: 1px solid #ccc;
}
.ns-drop-down-clean__item:last-child {
  border-bottom: none;
}
.ns-drop-down-clean__item:hover {
  cursor: pointer;
}
.nsDropDownMultiple {
  display: flex;
  flex-direction: column;
}
.nsDropDownMultiple--label {
  margin-left: 8px;
  font-size: 13px !important;
}
.nsDropDownMultiple--label.error {
  color: #e12a45;
}
.nsDropDownMultiple .dropdown-toggle {
  background: #fff;
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
  box-shadow: 0 0 0 0 !important;
  line-height: 17px !important;
  font-size: 13px !important;
  min-height: 33px !important;
  text-transform: initial !important;
}
.nsDropDownMultiple .dropdown-toggle:hover,
.nsDropDownMultiple .dropdown-toggle:focus,
.nsDropDownMultiple .dropdown-toggle:active {
  background-color: #fff !important;
}
.nsDropDownMultiple .dropdown-toggle.error {
  border: 1px solid #e12a45 !important;
}
.nsDropDownMultiple .dropdown-toggle.error span.caret {
  color: #e12a45;
}
.nsDropDownMultiple .dropdown-toggle.changed {
  border: 1px solid #ffc700 !important;
}
.nsDropDownMultiple .dropdown-toggle.changed span.caret {
  color: #ffc700;
}
.nsDropDownMultiple .dropdown-toggle.changed span.caret[disabled] {
  color: #979797 !important;
}
.nsDropDownMultiple .dropdown-toggle[disabled] {
  background: #ececec !important;
  border: 1px solid #979797 !important;
}
.nsDropDownMultiple .dropdown-toggle[disabled] span.caret {
  color: #979797;
}
.nsDropDownMultiple .dropdown-menu {
  max-height: 200px;
  overflow: overlay;
}
.nsDropDownMultiple--items {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 2px 8px !important;
}
.nsDropDownMultiple--items .elemento-selectionado {
  background-color: #0080f7 !important;
  border-radius: 10px;
  color: #fff;
}
.nsDropDownMultiple--items .elemento-selectionado .remover-elemento {
  border: none !important;
  background-color: transparent !important;
}
.ns-drop-down-starts-with-search-clean .form-control.ui-select-toggle {
  height: 44px;
  box-shadow: none !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-transform: inherit;
  font-size: 16px;
  line-height: 32px;
}
.ns-drop-down-starts-with-search-clean .form-control.ui-select-toggle:hover {
  background-color: #fff;
}
.ns-drop-down-starts-with-search-clean .form-control.ui-select-toggle:focus {
  box-shadow: none;
}
.ns-drop-down-starts-with-search-clean .ui-select-toggle {
  padding: 5px 15px;
}
.ns-drop-down-starts-with-search-clean input.ui-select-search {
  height: 44px;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.ns-drop-down-starts-with-search-clean input.ui-select-search:focus {
  box-shadow: none;
}
.ns-drop-down-with-search-clean .form-control.ui-select-toggle {
  height: 44px;
  box-shadow: none !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-transform: inherit;
  font-size: 16px;
  line-height: 32px;
}
.ns-drop-down-with-search-clean .form-control.ui-select-toggle:hover {
  background-color: #fff;
}
.ns-drop-down-with-search-clean .form-control.ui-select-toggle:focus {
  box-shadow: none;
}
.ns-drop-down-with-search-clean .ui-select-toggle {
  padding: 5px 15px;
}
.ns-drop-down-with-search-clean input.ui-select-search {
  height: 44px;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.ns-drop-down-with-search-clean input.ui-select-search:focus {
  box-shadow: none;
}
.nsInput:disabled {
  background-color: #ddd !important;
  cursor: not-allowed !important;
  opacity: 0.65;
}
.nsInput::placeholder {
  color: #c0ccda;
}
.ns-modal__header {
  margin: 32px 35px 25px 35px;
}
.ns-modal__header-titulo {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.ns-modal__body {
  margin: 25px 35px 25px 35px;
  font-size: 16px;
  line-height: 24px;
}
.ns-modal__body-descricao,
.ns-modal__body-motivo {
  margin-bottom: 25px;
}
.ns-modal__body-campo {
  margin-top: 25px;
  margin-bottom: 0;
}
.ns-modal__body-container {
  max-height: 350px;
  overflow-y: scroll;
}
.ns-modal__body-message {
  margin-top: 25px;
}
.ns-modal__body-message p {
  line-height: 24px !important;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 5px !important;
}
.ns-modal__body-message:first-child {
  margin-top: 0;
}
.ns-modal__footer {
  padding: 12px 0 35px 0;
}
.ns-modal__footer-multiple {
  padding: 12px 35px 35px 35px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.ns-modal__footer .btn.btn-default,
.ns-modal__footer-multiple .btn.btn-default {
  background: #efefef;
  border: 1px solid #676767;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  border-radius: 2px;
}
.ns-modal__footer .btn.btn-success,
.ns-modal__footer-multiple .btn.btn-success {
  background: #4994ec;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  border-radius: 2px;
}
.ns-large-modal .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.ns-large-modal .modal-content {
  padding: 40px 55px 47px 55px;
  border-radius: 8px;
  background: #fff;
  box-shadow: -15px 17px 15px 0px rgba(0,0,0,0.34);
}
.ns-large-modal .modal-header {
  padding: 11px 16px 16px 24px;
}
.ns-large-modal .modal-header .close {
  position: absolute;
  top: 28px;
  right: 34px;
}
.ns-large-modal .modal-header .title {
  font-weight: 400;
  margin: 0;
}
.ns-large-modal .row {
  margin: 0;
}
.ns-large-modal hr {
  border-top: 1px solid #c4c4c4;
}
.ns-large-modal .subtitle {
  color: #666;
  font-size: 16px;
  font-weight: 700;
}
.ns-large-modal .modal-body {
  padding: 0;
}
.ns-large-modal .line {
  margin-bottom: 8px;
  line-height: normal;
}
.ns-large-modal p {
  line-height: normal;
}
.ns-modal-content .modal-header-titulo {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.ns-modal-content .modal-body {
  margin: 25px;
  font-size: 16px;
  line-height: 24px;
}
.ns-modal-content hr {
  margin: 0;
}
.ns-modal-image__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 24px;
}
.ns-modal-image__body img {
  object-fit: scale-down;
}
.ns-modal-image__footer {
  padding: 12px 0 35px 0;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.ns-modal-video__header {
  margin: 32px 35px 25px 35px;
}
.ns-modal-video__header-titulo {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.ns-modal-video__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 24px;
}
.ns-modal-video__body-container {
  max-height: 350px;
  overflow-y: scroll;
}
.ns-modal-video__body-container img {
  margin: auto 0;
  object-fit: scale-down;
  width: 350px;
  height: 350px;
}
.ns-modal-video__footer {
  padding: 12px 0 35px 0;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.ns-modal-video-invalido__header {
  margin: 32px 35px 25px 35px;
}
.ns-modal-video-invalido__header-titulo {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.ns-modal-video-invalido__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-size: 16px;
  line-height: 24px;
}
.ns-modal-video-invalido__footer {
  padding: 12px 0 35px 0;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.ns-orderby {
  text-align: right;
  margin-bottom: 20px;
}
.ns-orderby--selected {
  color: #000;
}
.ns-orderby .dropdown-toggle {
  color: #2196f3;
  cursor: pointer;
}
.ns-orderby .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.ns-orderby .md.md-filter-list {
  font-size: 20px;
  line-height: 25px;
}
.ns-orderby .dropdown-menu > li {
  font-size: 15px;
  padding: 5px 15px;
  position: relative;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.846;
  color: #666;
  white-space: nowrap;
}
.ns-orderby .dropdown-menu > li:hover {
  cursor: pointer;
  background-color: #eee;
}
.ns-orderby .dropdown-menu > li .icon-holder {
  display: inline-block;
  width: 1.2em;
}
.ns-orderby .dropdown-menu > li .icon-holder .md.md-check {
  color: #1ed068;
}
.nsShowSeller input {
  font-size: 10pt !important;
  color: #c2ccd9;
}
.paginated-list-container {
  display: flex;
}
.paginated-list-container .pagination-size {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 5px;
}
.paginated-list-container .ui-select-container {
  min-width: 50px;
}
.radio-button--error:after {
  border: 2px solid #ff253a !important;
}
.section-title {
  display: flex;
  font-size: 16px;
}
.section-title .destaque {
  margin-bottom: 16px;
  line-height: 1;
  color: #4994ec;
}
.section-title .destaque-info {
  cursor: pointer;
}
.skeletonLoader-cp {
  box-shadow: 0 4px 10px 0 rgba(33,33,33,0.15);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background: rgba(116,116,116,0.3);
  cursor: progress;
}
.skeletonLoader-cp::before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent 0%, #e8e8e8 50%, transparent 100%);
  animation: load 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-moz-keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
@keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
.text-area {
  display: flex;
  flex-direction: column;
}
.text-area--label {
  margin-left: 8px;
  font-size: 13px !important;
}
.text-area--label.error {
  color: #e12a45;
}
.text-area--input {
  background: #fff;
  border: 1px solid #788089 !important;
  border-radius: 4px !important;
  padding: 8px 10px !important;
  box-shadow: 0 0 0 0 !important;
  line-height: 17px !important;
  font-size: 13px !important;
  resize: none !important;
}
.text-area--input:-webkit-autofill,
.text-area--input:-webkit-autofill:hover,
.text-area--input:-webkit-autofill:focus,
.text-area--input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.text-area--input:-webkit-autofill[disabled],
.text-area--input:-webkit-autofill:hover[disabled],
.text-area--input:-webkit-autofill:focus[disabled],
.text-area--input:-webkit-autofill:active[disabled] {
  -webkit-box-shadow: 0 0 0 30px #ececec inset !important;
}
.text-area--input:-webkit-autofill {
  -webkit-text-fill-color: #666 !important;
}
.text-area--input:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.text-area--input.small {
  height: 33px;
}
.text-area--input.error {
  border: 1px solid #e12a45 !important;
}
.text-area--input.changed {
  border: 1px solid #ffc700 !important;
}
.text-area--input[disabled] {
  background: #ececec !important;
  border: 1px solid #979797 !important;
}
.text-area--footer {
  display: flex;
  justify-content: space-between;
  margin-left: 8px;
  margin-right: 8px;
}
.text-area--info {
  color: #4994ec;
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
}
.text-area--info.error {
  color: #e12a45 !important;
}
.ns-textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  padding: 3px 10px !important;
  resize: none !important;
  vertical-align: middle;
  width: 100%;
  height: 300px;
}
.ns-textarea-error {
  border: 1px solid #ff253a !important;
}
.ns-tour {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.ns-tour-details {
  width: 280px;
  border-radius: 7px;
  background-color: #fff;
  z-index: 2000;
  position: absolute;
  padding: 18px;
}
.ns-tour-details p {
  line-height: 20px;
}
.ns-tour-arrow {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1500;
  width: 0;
  height: 0;
  border: 10px solid #fff;
  transform: rotateY(0deg) rotate(45deg);
}
.ns-tour-hole {
  box-shadow: 0 0 0 99999px rgba(0,0,0,0.8);
  position: fixed;
}
.video-preview {
  display: flex;
  flex-direction: column;
}
.video-preview--info-sm {
  color: #4994ec;
  line-height: 12px;
  margin-top: 3px;
  margin-left: 8px;
  font-size: 10px;
}
.video-preview--video-container {
  display: flex;
  gap: 22px;
  padding: 10px;
}
.video-preview--video-button {
  position: absolute;
  margin-top: 5px;
  margin-left: 250px;
}
.video-preview--video-button--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fafafa;
  border-radius: 3px;
  cursor: pointer;
}
.video-preview--video-button .trash {
  color: #cf3d4a;
  box-shadow: -1px 1px 2px rgba(0,0,0,0.25);
  font-size: 20px;
}
.ui-sortable-placeholder {
  border: 2px solid #008000;
}
#autorizacaopostagem .table-full thead tr > th,
#autorizacaopostagem .table-full tr {
  text-transform: inherit;
  font-size: 13px;
}
#autorizacaopostagem .table-full tbody > tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
}
#autorizacaopostagem .fade-in,
#autorizacaopostagem .fade-out {
  transition: opacity 0.3s;
}
#autorizacaopostagem .fade-in.ng-enter,
#autorizacaopostagem .fade-out.ng-leave.ng-leave-active {
  opacity: 0;
}
#autorizacaopostagem .fade-in.ng-enter.ng-enter-active,
#autorizacaopostagem .fade-out.ng-leave {
  opacity: 1;
}
#autorizacaopostagem .ng-leave {
  transition: opacity 0.15s;
}
@media (min-width: 768px) {
  #autorizacaopostagem .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  #autorizacaopostagem .modal-dialog {
    width: 760px;
  }
}
.order-refund-select .form-control.ui-select-toggle,
.order-refund-select .form-control.ui-select-search {
  width: 100%;
}
.order-refund-select .ui-select-toggle > .btn.btn-link {
  top: 11px;
}
.pedido-container .table-responsive {
  overflow: visible;
}
.table-orders.table-full tbody > tr > td:last-child {
  overflow: inherit;
}
.table-orders .has-tooltip.tooltip-tracking .tooltip-text {
  right: -35%;
  top: inherit;
  bottom: 30px;
  line-height: 0.8rem;
  width: 200px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .table-orders .has-tooltip.tooltip-tracking .tooltip-text {
    width: max-content;
    right: -150%;
    height: 100%;
    line-height: 0.4rem;
    padding-top: 5px;
  }
  .table-orders .has-tooltip.tooltip-tracking .tooltip-text:after {
    top: 113%;
  }
}
.modal-fulfillment {
  margin-top: 20px;
}
.modal-fulfillment input.fulfillment-date {
  border-radius: 8px !important;
  box-shadow: 0px 2px 4px -1px rgba(120,128,137,0.2), 0px 4px 5px 0px rgba(120,128,137,0.14), 0px 1px 10px 0px rgba(120,128,137,0.12) !important;
  text-align: center;
  line-height: 35px;
}
.card.estorno-pedido {
  background: #f5f5f5;
}
.detalhe-item-modal-label {
  min-width: 170px;
  text-align: right;
  padding-right: 10px;
}
th.header {
  font-weight: bold !important;
}
.modalConfirmacaoAtivacao {
  width: 550px;
}
.modalConfirmacaoAtivacao .modal-content {
  width: 550px;
  border-radius: 5px;
}
.modalConfirmacaoAtivacao .ns-modal__header {
  margin: 40px 0 20px 0;
}
.modalConfirmacaoAtivacao .ns-modal__footer-multiple {
  padding: 15px 0 35px 0;
}
.modalConfirmacaoAtivacao .conteudo {
  margin: 10px 0 60px 0;
}
.modalConfirmacaoAtivacao .btn.btn-success {
  transition: all 400ms ease;
  font-size: 10px;
  padding: 5px 20px;
}
.modalConfirmacaoAtivacao p {
  font-size: 16px;
  text-align: center;
  line-height: 10px;
  color: #424a52;
}
.modalDesativarProdutoBackoffice {
  font-size: 13px;
}
.modalDesativarProdutoBackoffice .reason-label {
  margin-left: 8px;
}
.modalDesativarProdutoBackoffice .ui-select-match .btn.btn-default {
  box-shadow: none;
  border: 1px solid #788089;
}
.modalDesativarProdutoBackoffice .ui-select-match .btn.btn-default:hover {
  background-color: #fff;
  box-shadow: none;
}
.modalDesativarProdutoBackoffice .form-control.ui-select-search.ng-pristine.ng-valid {
  box-shadow: none;
  font-size: 13px;
  border: 1px solid #788089;
  border-radius: 4px;
  padding-left: 16px;
}
.modalDesativarProdutoBackoffice .form-control.ui-select-search.ng-pristine.ng-valid:hover {
  background-color: #fff;
  box-shadow: none;
}
.lista-por-fornecedor .table-responsive {
  overflow: visible;
}
.white.row.filtro-avancado {
  margin-right: 5px;
  margin-bottom: 20px;
}
.lista-por-fornecedor .rodape .ns-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.lista-por-fornecedor .rodape .ns-section .paginacao {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lista-por-fornecedor .rodape .ns-section .button-page {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.lista-por-fornecedor .rodape .ns-section .button-page:disabled {
  color: #ccc;
  cursor: not-allowed;
}
.pagina-lojista {
  padding-left: 16px;
}
.link-estoque-magalu {
  color: #4994ec !important;
}
.estoque-magalu .produto-fulfillment {
  border: 1px solid #cecfd1;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  color: #424a52;
}
.estoque-magalu .produto-fulfillment-imagem {
  border: 1px solid #cecfd1;
  border-radius: 8px;
  width: 72px;
  height: 72px;
  align-self: center;
}
.estoque-magalu .produto-fulfillment .produto-detalhes {
  flex-grow: 1;
  align-self: center;
}
.estoque-magalu .produto-fulfillment .produto-detalhes .nome {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.estoque-magalu .produto-fulfillment .produto-detalhes .sku {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #788089;
}
.estoque-magalu .produto-fulfillment .produto-detalhes .sku strong {
  font-weight: 700;
}
.estoque-magalu .produto-fulfillment .estoque {
  border: 1px solid #cecfd1;
  border-radius: 4px;
  background-color: #f7f7f7;
  flex-grow: 1;
  padding: 15px 25px;
}
.estoque-magalu .produto-fulfillment .estoque p {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
}
.estoque-magalu .produto-fulfillment .estoque p strong {
  font-weight: 500;
}
.estoque-magalu .produto-fulfillment .estoque .estoque-reservado {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.estoque-magalu .produto-fulfillment .estoque .estoque-reservado .material-symbols-outlined {
  margin-right: 5px;
  font-size: 20px;
}
.sale-point-modal .alert-warning {
  background-color: #ffc164;
  line-height: 1em;
  padding: 24px 16px;
}
.sale-point-modal .small-spacing {
  margin-bottom: 16px;
}
.sale-point-modal .spacing {
  margin: 24px 0;
}
.sale-point-modal--seller .modal-content {
  width: 750px;
}
.sale-point-modal--backoffice .modal-content {
  width: 900px;
}
.product-details .loading {
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1s shine linear infinite;
}
.product-details--loading {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 24px 28px;
  gap: 30px;
}
.product-details--alerts-loading {
  padding: 15px;
  width: 100%;
}
.product-details--image-loading {
  height: 122px;
  width: 120px;
}
.product-details--info-loading {
  height: 120px;
  width: 278px;
}
.product-details--details {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 24px 28px;
  gap: 30px;
}
.product-details--image {
  height: 122px;
  width: 120px;
  object-fit: contain;
  box-shadow: -3px 4px 4px 0px rgba(0,0,0,0.1);
}
.product-page--button-container {
  display: flex;
  padding-bottom: 24px;
  padding: 0 175px 24px 175px;
  align-self: stretch;
  gap: 84px;
}
.product-page--button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.25);
  border: none;
}
.product-page--button img {
  width: 60px;
  height: 53px;
  object-fit: contain;
}
.product-page--button[disabled] {
  background-color: #dadada;
  cursor: not-allowed;
}
.product-page--button[disabled] img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}
.sale-point--seller-list {
  display: flex;
  width: 100%;
  padding: 0 175px 24px 175px;
  flex-wrap: wrap;
  gap: 83px;
}
.sale-point--store-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 86px;
  height: 88px;
  padding: 8px 6px;
  border-radius: 8px;
  background: #fff;
  box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.25);
}
.sale-point--store-status label {
  line-height: normal;
  font-weight: 700;
  color: #666;
  text-align: center;
}
.sale-point--store-status .status-pill {
  padding: 8px 15px;
  gap: 10px;
  line-height: normal;
  background-color: #4994ec;
  color: #fff;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
}
.sale-point--store-status .status-pill[disabled] {
  background-color: #d2d2d2;
  color: #788089;
}
.sale-point--backoffice-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px 24px 53px 24px;
}
.sale-point--backoffice-list .sale-point--switch {
  width: 70px;
  height: 20px;
}
.sale-point--backoffice-list .sale-point--switch .ats-switch.switch-mini .switch-right {
  color: #424a52;
}
.sale-point--backoffice-list .sale-point--switch .ats-switch.switch-mini .switch-left {
  background-color: #4994ec;
}
.sale-point-disable--title,
.sale-point-disable--reason,
.sale-point-disable--reason-value,
.sale-point-disable--link {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.sale-point-disable--title,
.sale-point-disable--reason {
  color: #424a52;
  font-weight: 700;
  margin: 0;
}
.sale-point-disable--reason-value {
  color: #a50000;
}
.sale-point-modal a.sale-point-disable--link {
  color: #4994ec;
  text-decoration: underline;
}
@-moz-keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@-o-keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.td-filter {
  cursor: pointer;
}
.td-filter-item {
  border: 1px solid transparent;
  padding: 2px;
}
.td-filter-item--selected,
.td-filter-item:hover {
  border-color: #eceef2;
  background: #f9f9f9;
  border-radius: 5px;
  color: #9fafbe;
  border-radius: 5px;
}
.td-filter-content {
  position: absolute;
  background-color: #fff;
  max-height: 0;
  list-style: none;
  opacity: 0;
  transition: all 0.33s ease;
  margin: 0;
  padding: 10px;
  min-width: 150px;
  border: 1px solid #eceef2;
  border-radius: 5px;
  display: none;
  z-index: 4;
}
.td-filter-content img {
  max-height: 13px;
}
.td-filter:hover .td-filter-content {
  display: block;
  max-height: initial;
  opacity: 1;
}
